/external/chromium_org/third_party/tcmalloc/chromium/src/ |
libc_override_gcc_and_weak.h | 36 // suppports the 'alias' attribute. 54 #define ALIAS(tc_fn) __attribute__ ((alias (#tc_fn))) 64 ALIAS(tc_new); 66 ALIAS(tc_delete); 68 ALIAS(tc_newarray); 70 ALIAS(tc_deletearray); 72 ALIAS(tc_new_nothrow); 74 ALIAS(tc_newarray_nothrow); 76 ALIAS(tc_delete_nothrow) [all...] |
libc_override_glibc.h | 62 // __attribute__((alias)) to do the overriding easily (exception: 86 #define ALIAS(tc_fn) __attribute__ ((alias (#tc_fn))) 88 void* __libc_malloc(size_t size) ALIAS(tc_malloc); 89 void __libc_free(void* ptr) ALIAS(tc_free); 90 void* __libc_realloc(void* ptr, size_t size) ALIAS(tc_realloc); 91 void* __libc_calloc(size_t n, size_t size) ALIAS(tc_calloc); 92 void __libc_cfree(void* ptr) ALIAS(tc_cfree); 93 void* __libc_memalign(size_t align, size_t s) ALIAS(tc_memalign); 94 void* __libc_valloc(size_t size) ALIAS(tc_valloc) [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
libc_override_gcc_and_weak.h | 36 // suppports the 'alias' attribute. 54 #define ALIAS(tc_fn) __attribute__ ((alias (#tc_fn))) 57 ALIAS(tc_new); 59 ALIAS(tc_delete); 61 ALIAS(tc_newarray); 63 ALIAS(tc_deletearray); 65 ALIAS(tc_new_nothrow); 67 ALIAS(tc_newarray_nothrow); 69 ALIAS(tc_delete_nothrow) [all...] |
libc_override_glibc.h | 51 // __attribute__((alias)) to do the overriding easily (exception: 75 #define ALIAS(tc_fn) __attribute__ ((alias (#tc_fn))) 77 void* __libc_malloc(size_t size) ALIAS(tc_malloc); 78 void __libc_free(void* ptr) ALIAS(tc_free); 79 void* __libc_realloc(void* ptr, size_t size) ALIAS(tc_realloc); 80 void* __libc_calloc(size_t n, size_t size) ALIAS(tc_calloc); 81 void __libc_cfree(void* ptr) ALIAS(tc_cfree); 82 void* __libc_memalign(size_t align, size_t s) ALIAS(tc_memalign); 83 void* __libc_valloc(size_t size) ALIAS(tc_valloc) [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
indirect_size.c | 52 __attribute__ ((alias( # to ))); 53 # define ALIAS(from,to) ALIAS2( from, __gl ## to ## _size ) 55 # define ALIAS(from,to) \ 355 ALIAS( Fogiv, Fogfv ) 356 ALIAS( Lightiv, Lightfv ) 357 ALIAS( LightModeliv, LightModelfv ) 358 ALIAS( Materialiv, Materialfv ) 359 ALIAS( TexParameteriv, TexParameterfv ) 360 ALIAS( TexEnviv, TexEnvfv ) 361 ALIAS( TexGenfv, TexGendv [all...] |
/packages/apps/Exchange/src/com/android/exchange/provider/ |
GalResult.java | 58 public static final String ALIAS = "alias";
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_internal_defs.h | 120 # define ALIAS(x) 134 # define ALIAS(x) __attribute__((alias(x)))
|
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 178 #define ALIAS(NAME, TOK, FLAGS) \ 181 #define CXX_KEYWORD_OPERATOR(NAME, ALIAS) \ 183 AddCXXOperatorKeyword(StringRef(#NAME), tok::ALIAS, *this);
|
/external/chromium_org/third_party/icu/source/i18n/ |
transreg.cpp | 58 // Alias 429 ALIAS, 435 UnicodeString stringArg; // For RULES_*, ALIAS, COMPOUND_RBT 553 // reg->get() inside the mutex, they'll get back an alias, they call 554 // alias->isRuleBased(), and if they get TRUE, they call alias->parse() 559 // alias->parse() and reg->reget(), that another thread will have 570 entry->entryType = TransliteratorEntry::ALIAS; 580 entry->entryType = TransliteratorEntry::ALIAS; 662 const UnicodeString& alias, [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
program_parse.tab.h | 43 ALIAS = 261, 151 #define ALIAS 261
|
program_parse.tab.c | 228 ALIAS = 261, 336 #define ALIAS 261 [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/ |
jarprocessor-ant.jar | |
/external/icu4c/i18n/ |
transreg.cpp | 60 // Alias 431 ALIAS, 437 UnicodeString stringArg; // For RULES_*, ALIAS, COMPOUND_RBT 555 // reg->get() inside the mutex, they'll get back an alias, they call 556 // alias->isRuleBased(), and if they get TRUE, they call alias->parse() 561 // alias->parse() and reg->reget(), that another thread will have 572 entry->entryType = TransliteratorEntry::ALIAS; 582 entry->entryType = TransliteratorEntry::ALIAS; 664 const UnicodeString& alias, [all...] |
/external/clang/lib/Lex/ |
ModuleMap.cpp | 141 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) [all...] |
/external/mksh/src/ |
sh.h | 791 EXTERN const char Tpalias[] E_INIT("+alias"); 792 #define Talias (Tpalias + 1) /* "alias" */ [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsDatabaseHelper.java | 596 String ALIAS = "contacts_" + Tables.STATUS_UPDATES; 598 String CONCRETE_DATA_ID = ALIAS + "." + StatusUpdatesColumns.DATA_ID; 600 String CONCRETE_PRESENCE = ALIAS + "." + StatusUpdates.PRESENCE; 601 String CONCRETE_STATUS = ALIAS + "." + StatusUpdates.STATUS; 602 String CONCRETE_STATUS_TIMESTAMP = ALIAS + "." + StatusUpdates.STATUS_TIMESTAMP; 603 String CONCRETE_STATUS_RES_PACKAGE = ALIAS + "." + StatusUpdates.STATUS_RES_PACKAGE; 604 String CONCRETE_STATUS_LABEL = ALIAS + "." + StatusUpdates.STATUS_LABEL; 605 String CONCRETE_STATUS_ICON = ALIAS + "." + StatusUpdates.STATUS_ICON; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |