Home
last modified time | relevance | path

Searched defs:ob (Results 1 – 25 of 81) sorted by relevance

1234

/external/python/cpython2/Include/
Dsetobject.h69 #define PyFrozenSet_CheckExact(ob) (Py_TYPE(ob) == &PyFrozenSet_Type) argument
70 #define PyAnySet_CheckExact(ob) \ argument
72 #define PyAnySet_Check(ob) \ argument
76 #define PySet_Check(ob) \ argument
79 #define PyFrozenSet_Check(ob) \ argument
/external/python/cpython3/Include/
Dsetobject.h91 #define PyFrozenSet_CheckExact(ob) (Py_TYPE(ob) == &PyFrozenSet_Type) argument
92 #define PyAnySet_CheckExact(ob) \ argument
94 #define PyAnySet_Check(ob) \ argument
98 #define PySet_Check(ob) \ argument
101 #define PyFrozenSet_Check(ob) \ argument
/external/python/cpython2/RISCOS/
Dunixstuff.c46 { int ob; in isdir() local
56 { int ob; in isfile() local
66 { int ob; in object_exists() local
/external/tremolo/Tremolo/
Dframing.c102 ogg_buffer *ob; in _fetch_buffer() local
149 ogg_buffer *ob=_fetch_buffer(bs,bytes); in ogg_buffer_alloc() local
157 ogg_buffer *ob=or->buffer; in ogg_buffer_realloc() local
291 ogg_buffer *ob=or->buffer; in ogg_buffer_release_one() local
440 oggbyte_buffer ob; in ogg_page_version() local
446 oggbyte_buffer ob; in ogg_page_continued() local
452 oggbyte_buffer ob; in ogg_page_bos() local
458 oggbyte_buffer ob; in ogg_page_eos() local
464 oggbyte_buffer ob; in ogg_page_granulepos() local
470 oggbyte_buffer ob; in ogg_page_serialno() local
[all …]
/external/libunwind_llvm/src/
DUnwindLevel1-gcc-ext.c256 _LIBUNWIND_EXPORT void __register_frame_info_bases(const void *fde, void *ob, in __register_frame_info_bases()
267 _LIBUNWIND_EXPORT void __register_frame_info(const void *fde, void *ob) { in __register_frame_info()
275 void *ob, void *tb, in __register_frame_info_table_bases()
286 _LIBUNWIND_EXPORT void __register_frame_info_table(const void *fde, void *ob) { in __register_frame_info_table()
DUnwind_AppleExtras.cpp157 for (libgcc_object *ob = head->unseen_objects; ob != NULL; ob = ob->next) { in checkKeyMgrRegisteredFDEs() local
/external/jline/src/src/main/native/
Djline_WindowsTerminal.c5 (JNIEnv *env, jobject ob) in Java_jline_WindowsTerminal_getConsoleMode()
23 (JNIEnv *env, jobject ob, jint mode) in Java_jline_WindowsTerminal_setConsoleMode()
/external/python/cpython2/Modules/_sqlite/
Dsqlitecompat.h60 #define Py_TYPE(ob) ((ob)->ob_type) argument
/external/llvm/lib/CodeGen/
DSpillPlacement.cpp270 unsigned ob = bundles->getBundle(I->Number, 1); in addConstraints() local
285 unsigned ob = bundles->getBundle(*I, 1); in addPrefSpill() local
298 unsigned ob = bundles->getBundle(Number, 1); in addLinks() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_so_emit.c141 unsigned ob; in so_emit_prim() local
144 int ob = state->output[slot].output_buffer; in so_emit_prim() local
165 unsigned ob; in so_emit_prim() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpillPlacement.cpp236 unsigned ob = bundles->getBundle(I->Number, 1); in addConstraints() local
251 unsigned ob = bundles->getBundle(*I, 1); in addPrefSpill() local
264 unsigned ob = bundles->getBundle(Number, 1); in addLinks() local
/external/python/cpython3/Objects/
Dweakrefobject.c23 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref()
34 new_weakref(PyObject *ob, PyObject *callback) in new_weakref()
280 PyObject *ob, *callback = NULL; in weakref___new__() local
734 PyWeakref_NewRef(PyObject *ob, PyObject *callback) in PyWeakref_NewRef()
793 PyWeakref_NewProxy(PyObject *ob, PyObject *callback) in PyWeakref_NewProxy()
Drangeobject.c362 range_contains_long(rangeobject *r, PyObject *ob) in range_contains_long()
412 range_contains(rangeobject *r, PyObject *ob) in range_contains()
553 range_count(rangeobject *r, PyObject *ob) in range_count()
573 range_index(rangeobject *r, PyObject *ob) in range_index()
/external/python/cpython2/Objects/
Dweakrefobject.c23 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref()
32 new_weakref(PyObject *ob, PyObject *callback) in new_weakref()
281 PyObject *ob, *callback = NULL; in weakref___new__() local
756 PyWeakref_NewRef(PyObject *ob, PyObject *callback) in PyWeakref_NewRef()
815 PyWeakref_NewProxy(PyObject *ob, PyObject *callback) in PyWeakref_NewProxy()
Dbufferobject.c235 PyObject *ob; in buffer_new() local
385 PyObject *ob; in buffer_concat() local
434 PyObject *ob; in buffer_repeat() local
/external/libxcam/modules/isp/
Dx3a_isp_config.cpp241 struct atomisp_ob_config ob; in attach() local
/external/valgrind/none/tests/
Dshorts.c4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member
/external/python/cpython3/PC/
Dwinreg.c118 PyHKEY_unaryFailureFunc(PyObject *ob) in PyHKEY_unaryFailureFunc()
137 PyHKEY_deallocFunc(PyObject *ob) in PyHKEY_deallocFunc()
150 PyHKEY_boolFunc(PyObject *ob) in PyHKEY_boolFunc()
156 PyHKEY_intFunc(PyObject *ob) in PyHKEY_intFunc()
163 PyHKEY_strFunc(PyObject *ob) in PyHKEY_strFunc()
179 PyHKEY_hashFunc(PyObject *ob) in PyHKEY_hashFunc()
414 PyHKEY_AsHKEY(PyObject *ob, HKEY *pHANDLE, BOOL bNoneOK) in PyHKEY_AsHKEY()
446 clinic_HKEY_converter(PyObject *ob, void *p) in clinic_HKEY_converter()
/external/python/cpython2/PC/
D_winreg.c396 PyHKEY_unaryFailureFunc(PyObject *ob) in PyHKEY_unaryFailureFunc()
415 PyHKEY_deallocFunc(PyObject *ob) in PyHKEY_deallocFunc()
428 PyHKEY_nonzeroFunc(PyObject *ob) in PyHKEY_nonzeroFunc()
434 PyHKEY_intFunc(PyObject *ob) in PyHKEY_intFunc()
441 PyHKEY_printFunc(PyObject *ob, FILE *fp, int flags) in PyHKEY_printFunc()
450 PyHKEY_strFunc(PyObject *ob) in PyHKEY_strFunc()
466 PyHKEY_hashFunc(PyObject *ob) in PyHKEY_hashFunc()
629 PyHKEY_AsHKEY(PyObject *ob, HKEY *pHANDLE, BOOL bNoneOK) in PyHKEY_AsHKEY()
/external/elfutils/lib/
Deu-config.h125 #define obstack_calloc(ob, size) \ argument
127 #define obstack_strdup(ob, str) \ argument
129 #define obstack_strndup(ob, str, n) \ argument
/external/libmtp/src/
Dlibmtp.c2776 PTPObject *ob; in get_handles_recursively() local
2855 PTPObject *ob, *xob; in flush_handles() local
3093 PTPObject *ob; in get_suggested_storage_id() local
4244 static LIBMTP_file_t *obj2file(LIBMTP_mtpdevice_t *device, PTPObject *ob) in obj2file()
4365 PTPObject *ob; in LIBMTP_Get_Filemetadata() local
4449 PTPObject *ob; in LIBMTP_Get_Filelisting_With_Callback() local
4756 PTPObject *ob; in get_track_metadata() local
4959 PTPObject *ob; in LIBMTP_Get_Tracklisting_With_Callback_For_Storage() local
5064 PTPObject *ob; in LIBMTP_Get_Trackmetadata() local
5273 PTPObject *ob; local
[all …]
/external/python/cpython3/Lib/idlelib/
Dcalltips.py127 def get_argspec(ob): argument
/external/python/cpython2/Lib/idlelib/
DCallTips.py139 def get_arg_text(ob): argument
/external/python/cpython2/Modules/_ctypes/
Dctypes.h11 #define PyDict_CheckExact(ob) (Py_TYPE(ob) == &PyDict_Type) argument
17 #define PyNumber_AsSsize_t(ob, exc) PyInt_AsLong(ob) argument
18 #define PyIndex_Check(ob) PyInt_Check(ob) argument
26 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) argument
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c642 PyObject *ob = p->obj; in CDataType_from_param() local
2159 converters_from_argtypes(PyObject *ob) in converters_from_argtypes()
2206 PyObject *ob; in make_funcptrtype_dict() local
2454 CDataObject *ob; in KeepRef() local
2814 PyObject *ob; in _PyCData_set() local
2964 PyCFuncPtr_set_errcheck(PyCFuncPtrObject *self, PyObject *ob) in PyCFuncPtr_set_errcheck()
2988 PyCFuncPtr_set_restype(PyCFuncPtrObject *self, PyObject *ob) in PyCFuncPtr_set_restype()
3028 PyCFuncPtr_set_argtypes(PyCFuncPtrObject *self, PyObject *ob) in PyCFuncPtr_set_argtypes()
3400 CDataObject *ob; in PyCFuncPtr_new() local
3585 PyObject *ob; in _build_callargs() local

1234