| /third_party/python/Include/ |
| D | setobject.h | 23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) argument 24 #define PyFrozenSet_Check(ob) \ argument 28 #define PyAnySet_CheckExact(ob) \ argument 30 #define PyAnySet_Check(ob) \ argument 36 #define PySet_Check(ob) \ argument
|
| D | object.h | 123 static inline Py_ssize_t Py_REFCNT(PyObject *ob) { in Py_REFCNT() 127 # define Py_REFCNT(ob) Py_REFCNT(_PyObject_CAST(ob)) argument 132 static inline PyTypeObject* Py_TYPE(PyObject *ob) { in Py_TYPE() 136 # define Py_TYPE(ob) Py_TYPE(_PyObject_CAST(ob)) argument 140 static inline Py_ssize_t Py_SIZE(PyObject *ob) { in Py_SIZE() 145 # define Py_SIZE(ob) Py_SIZE(_PyObject_CAST(ob)) argument 149 static inline int Py_IS_TYPE(PyObject *ob, PyTypeObject *type) { in Py_IS_TYPE() 153 # define Py_IS_TYPE(ob, type) Py_IS_TYPE(_PyObject_CAST(ob), type) argument 157 static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) { in Py_SET_REFCNT() 161 # define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), refcnt) argument [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | widenedTypes.js | 20 var ob: { x: typeof undefined } = { x: "" }; variable 39 var ob = { x: "" }; variable
|
| /third_party/popt/src/ |
| D | poptint.c | 92 size_t ob = db; in strdup_locale_from_utf8() local 147 char * b = NULL, * ob = NULL; in POPT_fprintf() local
|
| /third_party/typescript/tests/cases/compiler/ |
| D | widenedTypes.ts | 21 var ob: { x: typeof undefined } = { x: "" }; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | SpillPlacement.cpp | 278 unsigned ob = bundles->getBundle(I->Number, true); in addConstraints() local 293 unsigned ob = bundles->getBundle(*I, true); in addPrefSpill() local 306 unsigned ob = bundles->getBundle(Number, true); in addLinks() local
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_pt_so_emit.c | 146 unsigned ob; in so_emit_prim() local 149 int ob = state->output[slot].output_buffer; in so_emit_prim() local 173 unsigned ob; in so_emit_prim() local
|
| /third_party/python/Objects/ |
| D | weakrefobject.c | 25 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref() 36 new_weakref(PyObject *ob, PyObject *callback) in new_weakref() 292 PyObject *ob, *callback = NULL; in weakref___new__() local 787 PyWeakref_NewRef(PyObject *ob, PyObject *callback) in PyWeakref_NewRef() 846 PyWeakref_NewProxy(PyObject *ob, PyObject *callback) in PyWeakref_NewProxy()
|
| D | rangeobject.c | 381 range_contains_long(rangeobject *r, PyObject *ob) in range_contains_long() 426 range_contains(rangeobject *r, PyObject *ob) in range_contains() 557 range_count(rangeobject *r, PyObject *ob) in range_count() 574 range_index(rangeobject *r, PyObject *ob) in range_index()
|
| /third_party/python/PC/ |
| D | winreg.c | 120 PyHKEY_unaryFailureFunc(PyObject *ob) in PyHKEY_unaryFailureFunc() 139 PyHKEY_deallocFunc(PyObject *ob) in PyHKEY_deallocFunc() 152 PyHKEY_boolFunc(PyObject *ob) in PyHKEY_boolFunc() 158 PyHKEY_intFunc(PyObject *ob) in PyHKEY_intFunc() 165 PyHKEY_strFunc(PyObject *ob) in PyHKEY_strFunc() 181 PyHKEY_hashFunc(PyObject *ob) in PyHKEY_hashFunc() 419 PyHKEY_AsHKEY(PyObject *ob, HKEY *pHANDLE, BOOL bNoneOK) in PyHKEY_AsHKEY() 451 clinic_HKEY_converter(PyObject *ob, void *p) in clinic_HKEY_converter()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/ |
| D | pydef.h | 26 #define Py_IS_TYPE(ob, type) Py_TYPE(ob) == type argument
|
| /third_party/python/Lib/ |
| D | pyclbr.py | 89 def _nest_function(ob, func_name, lineno, end_lineno, is_async=False): argument 94 def _nest_class(ob, class_name, lineno, end_lineno, super=None): argument
|
| D | weakref.py | 347 def __new__(type, ob, callback, key): argument 352 def __init__(self, ob, callback, key): argument
|
| /third_party/python/Include/internal/ |
| D | pycore_global_objects.h | 39 PyBytesObject ob; member
|
| /third_party/elfutils/lib/ |
| D | eu-config.h | 139 #define obstack_calloc(ob, size) \ argument 141 #define obstack_strdup(ob, str) \ argument 143 #define obstack_strndup(ob, str, n) \ argument
|
| /third_party/openssl/crypto/objects/ |
| D | obj_dat.c | 223 ASN1_OBJECT ob; in OBJ_nid2obj() local 253 ASN1_OBJECT ob; in OBJ_nid2sn() local 283 ASN1_OBJECT ob; in OBJ_nid2ln() local
|
| /third_party/python/Lib/idlelib/ |
| D | calltip.py | 154 def get_argspec(ob): argument
|
| /third_party/skia/modules/canvaskit/ |
| D | color.js | 143 function isCanvasKitColor(ob) { argument
|
| /third_party/python/Modules/_ctypes/ |
| D | _ctypes.c | 814 PyObject *ob = p->obj; in CDataType_from_param() local 2348 converters_from_argtypes(PyObject *ob) in converters_from_argtypes() 2449 PyObject *ob; in make_funcptrtype_dict() local 2709 CDataObject *ob; in KeepRef() local 3103 PyObject *ob; in _PyCData_set() local 3252 PyCFuncPtr_set_errcheck(PyCFuncPtrObject *self, PyObject *ob, void *Py_UNUSED(ignored)) in PyCFuncPtr_set_errcheck() 3275 PyCFuncPtr_set_restype(PyCFuncPtrObject *self, PyObject *ob, void *Py_UNUSED(ignored)) in PyCFuncPtr_set_restype() 3321 PyCFuncPtr_set_argtypes(PyCFuncPtrObject *self, PyObject *ob, void *Py_UNUSED(ignored)) in PyCFuncPtr_set_argtypes() 3724 CDataObject *ob; in PyCFuncPtr_new() local 3918 PyObject *ob; in _build_callargs() local
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| D | message_factory.cc | 45 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument
|
| D | extension_dict.cc | 54 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument
|
| /third_party/skia/third_party/externals/libpng/contrib/tools/ |
| D | makesRGB.c | 213 png_uint_16 base = png_sRGB_base[ibase >> 7], trybase = base, ob=base; in main() local
|
| /third_party/backends/backend/ |
| D | u12-image.c | 844 static void u12image_ScaleX( U12_Device *dev, SANE_Byte *ib, SANE_Byte *ob ) in u12image_ScaleX()
|
| /third_party/libwebsockets/lib/misc/fts/ |
| D | trie.c | 204 unsigned char *ob = b; in wq32() local 229 unsigned char *ob = b; in rq32() local
|
| /third_party/elfutils/libcpu/ |
| D | i386_parse.y | 768 #define obstack_grow_str(ob, str) obstack_grow (ob, str, strlen (str)) argument 775 static struct obstack ob; in fillin_arg() local
|