/external/icu4c/common/ |
servslkf.cpp | 38 , _obj(objToAdopt) 49 , _obj(objToAdopt) 58 delete _obj; 59 _obj = NULL; 71 return service->cloneInstance(_obj);
|
serv.cpp | 416 UVector* _obj; member in struct:UVectorDeleter 417 UVectorDeleter() : _obj(NULL) {} 418 ~UVectorDeleter() { delete _obj; } 521 if (cacheDescriptorList._obj == NULL) { 522 cacheDescriptorList._obj = new UVector(uhash_deleteUnicodeString, NULL, 5, status); 533 cacheDescriptorList._obj->addElement(idToCache, status); 548 if (cacheDescriptorList._obj != NULL) { 549 for (int32_t i = cacheDescriptorList._obj->size(); --i >= 0;) { 550 UnicodeString* desc = (UnicodeString*)cacheDescriptorList._obj->elementAt(i); 558 cacheDescriptorList._obj->removeElementAt(i) [all...] |
servloc.h | 302 UObject* _obj;
|
/external/stlport/src/ |
allocators.cpp | 251 typedef _STLP_atomic_freelist::item _Obj; 261 typedef _Node_alloc_obj _Obj; 262 typedef _Obj* _STLP_VOLATILE _Freelist; 263 typedef _Obj* _ChunkList; 268 static _Obj* _S_refill(size_t __n); 320 _Obj * _STLP_VOLATILE * __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n); 321 _Obj *__r; 341 _Obj * _STLP_VOLATILE * __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n); 342 _Obj * __pobj = __STATIC_CAST(_Obj*, __p) [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
allocators.cpp | 251 typedef _STLP_atomic_freelist::item _Obj; 261 typedef _Node_alloc_obj _Obj; 262 typedef _Obj* _STLP_VOLATILE _Freelist; 263 typedef _Obj* _ChunkList; 268 static _Obj* _S_refill(size_t __n); 320 _Obj * _STLP_VOLATILE * __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n); 321 _Obj *__r; 341 _Obj * _STLP_VOLATILE * __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n); 342 _Obj * __pobj = __STATIC_CAST(_Obj*, __p) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
pool_allocator.h | 82 union _Obj 84 union _Obj* _M_free_list_link; 88 static _Obj* volatile _S_free_list[_S_free_list_size]; 99 _Obj* volatile* 222 _Obj* volatile* __free_list = _M_get_free_list(__bytes); 225 _Obj* __restrict__ __result = *__free_list; 251 _Obj* volatile* __free_list = _M_get_free_list(__bytes); 252 _Obj* __q = reinterpret_cast<_Obj*>(__p);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
pool_allocator.h | 84 union _Obj 86 union _Obj* _M_free_list_link; 90 static _Obj* volatile _S_free_list[_S_free_list_size]; 101 _GLIBCXX_CONST _Obj* volatile* 224 _Obj* volatile* __free_list = _M_get_free_list(__bytes); 227 _Obj* __restrict__ __result = *__free_list; 253 _Obj* volatile* __free_list = _M_get_free_list(__bytes); 254 _Obj* __q = reinterpret_cast<_Obj*>(__p);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
pool_allocator.h | 84 union _Obj 86 union _Obj* _M_free_list_link; 90 static _Obj* volatile _S_free_list[_S_free_list_size]; 101 _GLIBCXX_CONST _Obj* volatile* 224 _Obj* volatile* __free_list = _M_get_free_list(__bytes); 227 _Obj* __restrict__ __result = *__free_list; 253 _Obj* volatile* __free_list = _M_get_free_list(__bytes); 254 _Obj* __q = reinterpret_cast<_Obj*>(__p);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 82 union _Obj 84 union _Obj* _M_free_list_link; 88 static _Obj* volatile _S_free_list[_S_free_list_size]; 99 _Obj* volatile* 222 _Obj* volatile* __free_list = _M_get_free_list(__bytes); 225 _Obj* __restrict__ __result = *__free_list; 251 _Obj* volatile* __free_list = _M_get_free_list(__bytes); 252 _Obj* __q = reinterpret_cast<_Obj*>(__p);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 82 union _Obj 84 union _Obj* _M_free_list_link; 88 static _Obj* volatile _S_free_list[_S_free_list_size]; 99 _Obj* volatile* 222 _Obj* volatile* __free_list = _M_get_free_list(__bytes); 225 _Obj* __restrict__ __result = *__free_list; 251 _Obj* volatile* __free_list = _M_get_free_list(__bytes); 252 _Obj* __q = reinterpret_cast<_Obj*>(__p);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 82 union _Obj 84 union _Obj* _M_free_list_link; 88 static _Obj* volatile _S_free_list[_S_free_list_size]; 99 _Obj* volatile* 222 _Obj* volatile* __free_list = _M_get_free_list(__bytes); 225 _Obj* __restrict__ __result = *__free_list; 251 _Obj* volatile* __free_list = _M_get_free_list(__bytes); 252 _Obj* __q = reinterpret_cast<_Obj*>(__p);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 82 union _Obj 84 union _Obj* _M_free_list_link; 88 static _Obj* volatile _S_free_list[_S_free_list_size]; 99 _Obj* volatile* 222 _Obj* volatile* __free_list = _M_get_free_list(__bytes); 225 _Obj* __restrict__ __result = *__free_list; 251 _Obj* volatile* __free_list = _M_get_free_list(__bytes); 252 _Obj* __q = reinterpret_cast<_Obj*>(__p);
|
/external/webrtc/src/system_wrappers/source/ |
thread_posix.h | 47 ThreadObj _obj; member in class:webrtc::ThreadPosix
|
thread_posix.cc | 69 _obj(obj), 310 if (!_runFunction(_obj))
|
/gdk/build/core/ |
build-binary.mk | 90 LOCAL_OBJECTS := $(foreach _obj,$(LOCAL_OBJECTS),$(LOCAL_OBJS_DIR)/$(_obj))
|
definitions.mk | [all...] |
/external/tcpdump/ |
makemib | 238 c = "&_"child[item]"_obj" 243 s = "&_"sibling[item]"_obj"
|
/ndk/build/core/ |
definitions.mk | [all...] |
build-binary.mk | 230 LOCAL_OBJECTS := $(foreach _obj,$(LOCAL_OBJECTS),$(LOCAL_OBJS_DIR)/$(_obj))
|
/external/libvpx/examples/includes/geshi/geshi/ |
providex.php | 104 'xfa', 'xor', '_obj'
|
/external/openssl/crypto/objects/ |
obj_dat.c | 709 /* THIS IS A KLUDGE - Because the *_obj is sorted in ASCII order, and
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libstdc++.so | |
libstdc++.so.6 | |
libstdc++.so.6.0.13 | |
/prebuilts/tools/common/netbeans-visual/ |
org-openide-util.jar | |