/third_party/python/Include/ |
D | setobject.h | 90 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) argument 91 #define PyAnySet_CheckExact(ob) \ argument 93 #define PyAnySet_Check(ob) \ argument 97 #define PySet_Check(ob) \ argument 100 #define PyFrozenSet_Check(ob) \ argument
|
D | object.h | 123 #define Py_REFCNT(ob) (_PyObject_CAST(ob)->ob_refcnt) argument 124 #define Py_TYPE(ob) (_PyObject_CAST(ob)->ob_type) argument 125 #define Py_SIZE(ob) (_PyVarObject_CAST(ob)->ob_size) argument 127 static inline int _Py_IS_TYPE(const PyObject *ob, const PyTypeObject *type) { in _Py_IS_TYPE() 130 #define Py_IS_TYPE(ob, type) _Py_IS_TYPE(_PyObject_CAST_CONST(ob), type) argument 132 static inline void _Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) { in _Py_SET_REFCNT() 135 #define Py_SET_REFCNT(ob, refcnt) _Py_SET_REFCNT(_PyObject_CAST(ob), refcnt) argument 137 static inline void _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) { in _Py_SET_TYPE() 140 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE(_PyObject_CAST(ob), type) argument 142 static inline void _Py_SET_SIZE(PyVarObject *ob, Py_ssize_t size) { in _Py_SET_SIZE() [all …]
|
/third_party/boost/libs/multiprecision/test/ |
D | test_cpp_rat_serial.cpp | 87 boost::archive::binary_oarchive ob(ss); in test_neg() local 96 boost::archive::xml_oarchive ob(ss); in test_neg() local 145 boost::archive::binary_oarchive ob(ss); in test() local
|
D | test_adapt_serial.cpp | 97 boost::archive::binary_oarchive ob(ss); in test_neg() local 157 boost::archive::binary_oarchive ob(ss); in test() local
|
D | test_cpp_int_serial.cpp | 83 boost::archive::binary_oarchive ob(ss); in test_neg() local 132 boost::archive::binary_oarchive ob(ss); in test() local
|
/third_party/typescript/tests/baselines/reference/ |
D | widenedTypes.js | 20 var ob: { x: typeof undefined } = { x: "" }; variable 39 var ob = { x: "" }; variable
|
/third_party/boost/libs/optional/test/ |
D | optional_test_assign.cpp | 18 boost::optional<int> oa, ob(1); in test_assignment_to_empty() local
|
/third_party/popt/src/ |
D | poptint.c | 91 size_t ob = db; in strdup_locale_from_utf8() local 140 char * b = NULL, * ob = NULL; in POPT_fprintf() local
|
/third_party/boost/libs/contract/example/mitchell02/observer/ |
D | subject.hpp | 57 void attach(observer* ob) { in attach() 128 observer const* ob in other_observers_unchanged()
|
/third_party/typescript/tests/cases/compiler/ |
D | widenedTypes.ts | 21 var ob: { x: typeof undefined } = { x: "" }; variable
|
/third_party/boost/libs/python/src/object/ |
D | stl_iterator.cpp | 23 stl_input_iterator_impl::stl_input_iterator_impl(boost::python::object const &ob) in stl_input_iterator_impl()
|
/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/python/Objects/ |
D | weakrefobject.c | 24 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref() 35 new_weakref(PyObject *ob, PyObject *callback) in new_weakref() 295 PyObject *ob, *callback = NULL; in weakref___new__() local 819 PyWeakref_NewRef(PyObject *ob, PyObject *callback) in PyWeakref_NewRef() 878 PyWeakref_NewProxy(PyObject *ob, PyObject *callback) in PyWeakref_NewProxy()
|
D | rangeobject.c | 370 range_contains_long(rangeobject *r, PyObject *ob) in range_contains_long() 414 range_contains(rangeobject *r, PyObject *ob) in range_contains() 545 range_count(rangeobject *r, PyObject *ob) in range_count() 562 range_index(rangeobject *r, PyObject *ob) in range_index()
|
/third_party/python/PC/ |
D | winreg.c | 119 PyHKEY_unaryFailureFunc(PyObject *ob) in PyHKEY_unaryFailureFunc() 138 PyHKEY_deallocFunc(PyObject *ob) in PyHKEY_deallocFunc() 151 PyHKEY_boolFunc(PyObject *ob) in PyHKEY_boolFunc() 157 PyHKEY_intFunc(PyObject *ob) in PyHKEY_intFunc() 164 PyHKEY_strFunc(PyObject *ob) in PyHKEY_strFunc() 180 PyHKEY_hashFunc(PyObject *ob) in PyHKEY_hashFunc() 418 PyHKEY_AsHKEY(PyObject *ob, HKEY *pHANDLE, BOOL bNoneOK) in PyHKEY_AsHKEY() 450 clinic_HKEY_converter(PyObject *ob, void *p) in clinic_HKEY_converter()
|
/third_party/python/Lib/ |
D | pyclbr.py | 83 def _nest_function(ob, func_name, lineno): argument 91 def _nest_class(ob, class_name, lineno, super=None): argument
|
/third_party/openssl/crypto/objects/ |
D | obj_dat.c | 223 ASN1_OBJECT ob; in OBJ_nid2obj() local 250 ASN1_OBJECT ob; in OBJ_nid2sn() local 277 ASN1_OBJECT ob; in OBJ_nid2ln() local
|
/third_party/boost/libs/contract/example/mitchell02/ |
D | observer_main.cpp | 109 concrete_observer ob(subj); in main() local
|
/third_party/python/Lib/idlelib/ |
D | calltip.py | 154 def get_argspec(ob): argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_android.cpp | 94 #define GPA(ob, type, fn) reinterpret_cast<type>(ob.gpa(fn)) argument
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/meson/ |
D | pinctrl-meson.h | 113 #define BANK_DS(n, f, l, per, peb, pr, pb, dr, db, or, ob, ir, ib, \ argument 129 #define BANK(n, f, l, per, peb, pr, pb, dr, db, or, ob, ir, ib) \ argument
|
/third_party/skia/modules/canvaskit/ |
D | color.js | 143 function isCanvasKitColor(ob) { argument
|
/third_party/glib/glib/tests/ |
D | markup-collect.c | 42 gboolean mb = 2, ob = 2, tri = 2; in start() local
|
/third_party/flutter/skia/modules/skottie/src/effects/ |
D | LevelsEffect.cpp | 166 [adapter](const ScalarValue& ob) { in attachLevelsEffect()
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes.c | 794 PyObject *ob = p->obj; in CDataType_from_param() local 2375 converters_from_argtypes(PyObject *ob) in converters_from_argtypes() 2469 PyObject *ob; in make_funcptrtype_dict() local 2729 CDataObject *ob; in KeepRef() local 3106 PyObject *ob; in _PyCData_set() local 3255 PyCFuncPtr_set_errcheck(PyCFuncPtrObject *self, PyObject *ob, void *Py_UNUSED(ignored)) in PyCFuncPtr_set_errcheck() 3278 PyCFuncPtr_set_restype(PyCFuncPtrObject *self, PyObject *ob, void *Py_UNUSED(ignored)) in PyCFuncPtr_set_restype() 3324 PyCFuncPtr_set_argtypes(PyCFuncPtrObject *self, PyObject *ob, void *Py_UNUSED(ignored)) in PyCFuncPtr_set_argtypes() 3725 CDataObject *ob; in PyCFuncPtr_new() local 3919 PyObject *ob; in _build_callargs() local
|