HomeSort by relevance Sort by last modified time
    Searched refs:DESTRUCTOR (Results 1 - 10 of 10) sorted by null

  /external/libselinux/src/
selinux_internal.h 114 #define __selinux_key_create(KEY, DESTRUCTOR) \
117 pthread_key_create(KEY, DESTRUCTOR); \
  /external/selinux/libselinux/src/
selinux_internal.h 129 #define __selinux_key_create(KEY, DESTRUCTOR) \
130 (pthread_key_create != NULL ? pthread_key_create(KEY, DESTRUCTOR) : -1)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_dbdao.h 62 DESTRUCTOR ~CdbBSTR(VOID);
195 DESTRUCTOR ~CdbWide() {
208 virtual DESTRUCTOR ~CdbOleObject(VOID);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
libc-lock.h 522 #define __libc_key_create(KEY, DESTRUCTOR) \
523 __libc_ptf_call (__pthread_key_create, (KEY, DESTRUCTOR), 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
libc-lock.h 522 #define __libc_key_create(KEY, DESTRUCTOR) \
523 __libc_ptf_call (__pthread_key_create, (KEY, DESTRUCTOR), 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
libc-lock.h 522 #define __libc_key_create(KEY, DESTRUCTOR) \
523 __libc_ptf_call (__pthread_key_create, (KEY, DESTRUCTOR), 1)
  /external/clang/bindings/python/clang/
cindex.py 416 it calls the libclang destructor which invalidates all tokens in the group.
444 # anything and potentially call a destructor on nothing.
679 # A C++ destructor.
680 CursorKind.DESTRUCTOR = CursorKind(25)
912 # A delete expression for memory deallocation and destructor calls,
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 410 milliseconds