Searched defs:obj (Results 1 - 25 of 1607) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/test/
H A Dcxa_thread_atexit_test.pass.cpp18 extern "C" int __cxa_thread_atexit_impl(void (*dtor)(void *), void *obj, argument
21 assert(obj == reinterpret_cast<void *>(2));
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
H A Dcxa_thread_atexit_test.pass.cpp18 extern "C" int __cxa_thread_atexit_impl(void (*dtor)(void *), void *obj, argument
21 assert(obj == reinterpret_cast<void *>(2));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
H A Dcstdlib.pass.cpp44 TestType obj; local
45 static_assert(sizeof(obj) >= sizeof(IntType) * 2, ""); // >= to account for alignment.
46 static_assert((std::is_same<decltype(obj.quot), IntType>::value), "");
47 static_assert((std::is_same<decltype(obj.rem), IntType>::value), "");
48 ((void) obj);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
H A Dcstdlib.pass.cpp44 TestType obj; local
45 static_assert(sizeof(obj) >= sizeof(IntType) * 2, ""); // >= to account for alignment.
46 static_assert((std::is_same<decltype(obj.quot), IntType>::value), "");
47 static_assert((std::is_same<decltype(obj.rem), IntType>::value), "");
48 ((void) obj);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/src/
H A Dcxa_thread_atexit.cpp60 void* obj; member in struct:__cxxabiv1::__anon17304::DtorList
74 head->dtor(head->obj);
106 _LIBCXXABI_FUNC_VIS int __cxa_thread_atexit(Dtor dtor, void* obj, void* dso_symbol) throw() { argument
108 return __cxa_thread_atexit_impl(dtor, obj, dso_symbol);
111 return __cxa_thread_atexit_impl(dtor, obj, dso_symbol);
130 head->obj = obj;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
H A Dcxa_thread_atexit.cpp60 void* obj; member in struct:__cxxabiv1::__anon17639::DtorList
74 head->dtor(head->obj);
106 _LIBCXXABI_FUNC_VIS int __cxa_thread_atexit(Dtor dtor, void* obj, void* dso_symbol) throw() { argument
108 return __cxa_thread_atexit_impl(dtor, obj, dso_symbol);
111 return __cxa_thread_atexit_impl(dtor, obj, dso_symbol);
130 head->obj = obj;
/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dabstract.h476 PyAPI_FUNC(int) PyObject_AsCharBuffer(PyObject *obj,
492 PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj); variable
501 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
517 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
534 #define PyObject_CheckBuffer(obj) \
535 (((obj)->ob_type->tp_as_buffer != NULL) && \
536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
537 ((obj)->ob_type->tp_as_buffer->bf_getbuffer != NULL))
542 PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view,
573 pointed to by buf into the buffer exported by obj
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_operator.py3 operator.isCallable(obj) -> hasattr(obj, '__call__')
4 operator.sequenceIncludes(obj) -> operator.contains(obj)
5 operator.isSequenceType(obj) -> isinstance(obj, collections.Sequence)
6 operator.isMappingType(obj) -> isinstance(obj, collections.Mapping)
7 operator.isNumberType(obj) -> isinstance(obj, number
33 obj = "'(' obj=any ')'" variable in class:FixOperator
[all...]
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dabstract.h476 PyAPI_FUNC(int) PyObject_AsCharBuffer(PyObject *obj,
492 PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj); variable
501 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
517 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
534 #define PyObject_CheckBuffer(obj) \
535 (((obj)->ob_type->tp_as_buffer != NULL) && \
536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
537 ((obj)->ob_type->tp_as_buffer->bf_getbuffer != NULL))
542 PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view,
573 pointed to by buf into the buffer exported by obj
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_operator.py3 operator.isCallable(obj) -> hasattr(obj, '__call__')
4 operator.sequenceIncludes(obj) -> operator.contains(obj)
5 operator.isSequenceType(obj) -> isinstance(obj, collections.Sequence)
6 operator.isMappingType(obj) -> isinstance(obj, collections.Mapping)
7 operator.isNumberType(obj) -> isinstance(obj, number
33 obj = "'(' obj=any ')'" variable in class:FixOperator
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp66 TestType obj; local
67 TestType* obj_ptr = &obj;
72 std::reference_wrapper<TestType> rref(obj);
79 runTestDispatch<E>(M, obj, &obj.object);
94 runTestDispatch<E>(M, obj, &obj.object);
109 runTestDispatch<E>(M, obj, &obj.object);
124 runTestDispatch<E>(M, obj,
138 runTestDispatch(Fn M, T& obj, ObjectType* expect) argument
152 runTestPropCVDispatch(Fn M, T& obj, ObjectType* expect) argument
160 runTestNoPropDispatch(Fn M, T& obj, ObjectType* expect) argument
174 runTest(Fn M, const T& obj, ObjectType* expect) argument
184 runTest(Fn M, T&& obj, ObjectType* expect) argument
[all...]
H A Dbullet_7.pass.cpp178 T obj; local
180 t.runTest(obj);
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/layers/
H A Dwrap_objects.h29 void *obj; member in struct:wrapped_phys_dev_obj
37 VkInstance obj; member in struct:wrapped_inst_obj
44 void *obj; member in struct:wrapped_dev_obj
49 return (*inst)->obj;
54 return reinterpret_cast <VkPhysicalDevice> ((*phys_dev)->obj);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp66 TestType obj; local
67 TestType* obj_ptr = &obj;
72 std::reference_wrapper<TestType> rref(obj);
79 runTestDispatch<E>(M, obj, &obj.object);
94 runTestDispatch<E>(M, obj, &obj.object);
109 runTestDispatch<E>(M, obj, &obj.object);
124 runTestDispatch<E>(M, obj,
138 runTestDispatch(Fn M, T& obj, ObjectType* expect) argument
152 runTestPropCVDispatch(Fn M, T& obj, ObjectType* expect) argument
160 runTestNoPropDispatch(Fn M, T& obj, ObjectType* expect) argument
174 runTest(Fn M, const T& obj, ObjectType* expect) argument
184 runTest(Fn M, T&& obj, ObjectType* expect) argument
[all...]
H A Dbullet_7.pass.cpp178 T obj; local
180 t.runTest(obj);
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
H A Dwrap_objects.h29 void *obj; member in struct:wrapped_phys_dev_obj
37 VkInstance obj; member in struct:wrapped_inst_obj
44 void *obj; member in struct:wrapped_dev_obj
49 return (*inst)->obj;
54 return reinterpret_cast <VkPhysicalDevice> ((*phys_dev)->obj);
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dabstract.h476 PyAPI_FUNC(int) PyObject_AsCharBuffer(PyObject *obj,
492 PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj); variable
501 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
517 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
534 #define PyObject_CheckBuffer(obj) \
535 (((obj)->ob_type->tp_as_buffer != NULL) && \
536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
537 ((obj)->ob_type->tp_as_buffer->bf_getbuffer != NULL))
542 PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view,
573 pointed to by buf into the buffer exported by obj
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_operator.py3 operator.isCallable(obj) -> hasattr(obj, '__call__')
4 operator.sequenceIncludes(obj) -> operator.contains(obj)
5 operator.isSequenceType(obj) -> isinstance(obj, collections.Sequence)
6 operator.isMappingType(obj) -> isinstance(obj, collections.Mapping)
7 operator.isNumberType(obj) -> isinstance(obj, number
33 obj = "'(' obj=any ')'" variable in class:FixOperator
[all...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dabstract.h476 PyAPI_FUNC(int) PyObject_AsCharBuffer(PyObject *obj,
492 PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj); variable
501 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
517 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
534 #define PyObject_CheckBuffer(obj) \
535 (((obj)->ob_type->tp_as_buffer != NULL) && \
536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
537 ((obj)->ob_type->tp_as_buffer->bf_getbuffer != NULL))
542 PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view,
573 pointed to by buf into the buffer exported by obj
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_operator.py3 operator.isCallable(obj) -> hasattr(obj, '__call__')
4 operator.sequenceIncludes(obj) -> operator.contains(obj)
5 operator.isSequenceType(obj) -> isinstance(obj, collections.Sequence)
6 operator.isMappingType(obj) -> isinstance(obj, collections.Mapping)
7 operator.isNumberType(obj) -> isinstance(obj, number
33 obj = "'(' obj=any ')'" variable in class:FixOperator
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h125 static void retain(T *obj) { obj->Retain(); } argument
126 static void release(T *obj) { obj->Release(); } argument
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); } argument
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h126 static void retain(T *obj) { obj->Retain(); } argument
127 static void release(T *obj) { obj->Release(); } argument
143 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); } argument
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h126 static void retain(T *obj) { obj->Retain(); } argument
127 static void release(T *obj) { obj->Release(); } argument
143 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); } argument
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h126 static void retain(T *obj) { obj->Retain(); } argument
127 static void release(T *obj) { obj->Release(); } argument
143 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); } argument
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h126 static void retain(T *obj) { obj->Retain(); } argument
127 static void release(T *obj) { obj->Release(); } argument
143 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); } argument

Completed in 547 milliseconds

1234567891011>>