OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Py_None
(Results
1 - 25
of
57
) sorted by relevancy
1
2
3
/src/external/gpl3/gdb.old/dist/gdb/python/
py-threadevent.c
36
return gdbpy_ref<>::new_reference (
Py_None
);
py-prettyprint.c
85
else if (printer !=
Py_None
)
89
return gdbpy_ref<>::new_reference (
Py_None
);
95
The result is
Py_None
, suitably inc-ref'd, if no pretty-printer was found.
118
if (function !=
Py_None
)
128
The result is
Py_None
, suitably inc-ref'd, if no pretty-printer was found.
145
The result is
Py_None
, suitably inc-ref'd, if no pretty-printer was found.
154
return gdbpy_ref<>::new_reference (
Py_None
);
158
return gdbpy_ref<>::new_reference (
Py_None
);
173
if (function == NULL || function !=
Py_None
)
178
if (function == NULL || function !=
Py_None
)
[
all
...]
py-connection.c
82
return gdbpy_ref<>::new_reference (
Py_None
);
127
gdb_assert (conn.get () !=
Py_None
);
329
Py_INCREF (
Py_None
);
330
m_result.reset (
Py_None
);
py-symtab.c
108
obj->symtab =
Py_None
;
109
Py_INCREF (
Py_None
);
280
if (sal_obj->symtab ==
Py_None
)
380
else if (self_sal->symtab !=
Py_None
)
413
symtab_obj =
Py_None
;
414
Py_INCREF (
Py_None
);
425
if (sal_obj->symtab !=
Py_None
)
py-framefilter.c
141
if (vresult ==
Py_None
)
271
if (result ==
Py_None
)
651
if (args_iter !=
Py_None
656
if (locals_iter !=
Py_None
681
if (locals_iter !=
Py_None
713
if (args_iter !=
Py_None
)
723
else if (args_iter !=
Py_None
850
if (paddr !=
Py_None
)
940
else if (py_func !=
Py_None
)
982
if (py_fn !=
Py_None
)
[
all
...]
py-symbol.c
96
Py_INCREF (
Py_None
);
97
return
Py_None
;
466
sym_obj =
Py_None
;
467
Py_INCREF (
Py_None
);
511
sym_obj =
Py_None
;
512
Py_INCREF (
Py_None
);
579
sym_obj =
Py_None
;
580
Py_INCREF (
Py_None
);
py-frame.c
156
result =
Py_None
;
157
Py_INCREF (
Py_None
);
423
Py_INCREF (
Py_None
);
424
prev_obj =
Py_None
;
455
Py_INCREF (
Py_None
);
456
next_obj =
Py_None
;
py-mi.c
351
PyObject *data =
Py_None
;
377
if (!(data ==
Py_None
|| PyDict_Check (data)))
397
if (data !=
Py_None
)
py-finishbreakpoint.c
55
the function;
Py_None
if the value is not computable; NULL if GDB is
132
Py_INCREF (
Py_None
);
133
self_finishbp->return_value =
Py_None
;
py-param.c
204
|| value !=
Py_None
))
211
if (value ==
Py_None
)
266
if (! PyBool_Check (value) && value !=
Py_None
)
273
if (value ==
Py_None
)
313
&& ((value ==
Py_None
&& !strcmp ("unlimited", l->literal))
python.c
336
if (PyDict_SetItemString (d, "__cached__",
Py_None
) < 0)
851
if (obj_name ==
Py_None
)
1000
result = gdbpy_ref<>::new_reference (
Py_None
);
1013
unparsed = gdbpy_ref<>::new_reference (
Py_None
);
1235
if (result !=
Py_None
&& !PyUnicode_Check (result.get ()))
1244
if (result !=
Py_None
)
1328
if (result ==
Py_None
)
1396
if (result ==
Py_None
)
1441
if (pspace_obj ==
Py_None
)
1443
if (arch_obj ==
Py_None
)
[
all
...]
/src/external/gpl3/gdb/dist/gdb/python/
py-threadevent.c
36
return gdbpy_ref<>::new_reference (
Py_None
);
py-prettyprint.c
85
else if (printer !=
Py_None
)
89
return gdbpy_ref<>::new_reference (
Py_None
);
95
The result is
Py_None
, suitably inc-ref'd, if no pretty-printer was found.
118
if (function !=
Py_None
)
128
The result is
Py_None
, suitably inc-ref'd, if no pretty-printer was found.
145
The result is
Py_None
, suitably inc-ref'd, if no pretty-printer was found.
154
return gdbpy_ref<>::new_reference (
Py_None
);
158
return gdbpy_ref<>::new_reference (
Py_None
);
173
if (function == NULL || function !=
Py_None
)
178
if (function == NULL || function !=
Py_None
)
[
all
...]
py-connection.c
81
return gdbpy_ref<>::new_reference (
Py_None
);
126
gdb_assert (conn.get () !=
Py_None
);
328
Py_INCREF (
Py_None
);
329
m_result.reset (
Py_None
);
py-framefilter.c
141
if (vresult ==
Py_None
)
271
if (result ==
Py_None
)
651
if (args_iter !=
Py_None
656
if (locals_iter !=
Py_None
681
if (locals_iter !=
Py_None
713
if (args_iter !=
Py_None
)
723
else if (args_iter !=
Py_None
850
if (paddr !=
Py_None
)
940
else if (py_func !=
Py_None
)
982
if (py_fn !=
Py_None
)
[
all
...]
py-symbol.c
72
Py_INCREF (
Py_None
);
73
return
Py_None
;
459
sym_obj =
Py_None
;
460
Py_INCREF (
Py_None
);
504
sym_obj =
Py_None
;
505
Py_INCREF (
Py_None
);
572
sym_obj =
Py_None
;
573
Py_INCREF (
Py_None
);
py-frame.c
156
result =
Py_None
;
157
Py_INCREF (
Py_None
);
423
Py_INCREF (
Py_None
);
424
prev_obj =
Py_None
;
455
Py_INCREF (
Py_None
);
456
next_obj =
Py_None
;
py-mi.c
351
PyObject *data =
Py_None
;
377
if (!(data ==
Py_None
|| PyDict_Check (data)))
397
if (data !=
Py_None
)
py-color.c
202
else if (colorspace_obj ==
Py_None
)
208
if (value_obj == nullptr || value_obj ==
Py_None
)
py-finishbreakpoint.c
55
the function;
Py_None
if the value is not computable; NULL if GDB is
132
Py_INCREF (
Py_None
);
133
self_finishbp->return_value =
Py_None
;
py-param.c
213
|| value !=
Py_None
))
220
if (value ==
Py_None
)
288
if (! PyBool_Check (value) && value !=
Py_None
)
295
if (value ==
Py_None
)
335
&& ((value ==
Py_None
&& !strcmp ("unlimited", l->literal))
python.c
339
if (PyDict_SetItemString (d, "__cached__",
Py_None
) < 0)
887
if (obj_name ==
Py_None
)
1036
result = gdbpy_ref<>::new_reference (
Py_None
);
1049
unparsed = gdbpy_ref<>::new_reference (
Py_None
);
1278
if (result !=
Py_None
&& !PyUnicode_Check (result.get ()))
1287
if (result !=
Py_None
)
1380
if (result ==
Py_None
)
1448
if (result ==
Py_None
)
1493
if (pspace_obj ==
Py_None
)
1495
if (arch_obj ==
Py_None
)
[
all
...]
/src/external/bsd/tre/dist/python/
tre-python.c
172
Py_INCREF(
Py_None
);
173
return
Py_None
;
183
Py_INCREF(
Py_None
);
184
range =
Py_None
;
210
Py_INCREF(
Py_None
);
211
return
Py_None
;
407
Py_INCREF(
Py_None
);
408
return
Py_None
;
/src/external/cddl/osnet/dist/lib/pyzfs/common/
ioctl.c
107
Py_INCREF(
Py_None
);
108
pyval =
Py_None
;
157
} else if (value ==
Py_None
) {
493
Py_INCREF(
Py_None
);
494
indextable =
Py_None
;
/src/external/bsd/unbound/dist/pythonmod/
interface.i
349
return
Py_None
;
361
return
Py_None
;
368
return
Py_None
;
483
return
Py_None
;
491
return
Py_None
;
501
return
Py_None
;
507
return
Py_None
;
511
return
Py_None
;
521
return
Py_None
;
526
return
Py_None
;
[
all
...]
Completed in 44 milliseconds
1
2
3
Indexes created Sun Sep 13 00:25:22 UTC 2026