HomeSort by relevance Sort by last modified time
    Searched defs:ALIAS (Results 1 - 20 of 20) sorted by null

  /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/libunwind/include/
compiler.h 39 # define ALIAS(name) __attribute__((alias (#name)))
64 # define ALIAS(name)
  /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 62 public static final String ALIAS = "alias";
  /external/chromium_org/components/search_engines/
template_url_parser.cc 37 const char kAliasElement[] = "Alias";
119 ALIAS,
277 case TemplateURLParsingContext::ALIAS: {
344 (*kElementNameToElementTypeMap)[kAliasElement] = ALIAS;
  /external/clang/lib/Basic/
IdentifierTable.cpp 182 #define ALIAS(NAME, TOK, FLAGS) \
185 #define CXX_KEYWORD_OPERATOR(NAME, ALIAS) \
187 AddCXXOperatorKeyword(StringRef(#NAME), tok::ALIAS, *this);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 139 # define ALIAS(x)
151 # define ALIAS(x) __attribute__((alias(x)))
  /external/chromium_org/third_party/icu/source/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/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/icu/icu4c/source/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 132 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true)
    [all...]
  /external/mksh/src/
sh.h 807 EXTERN const char Talias[] E_INIT("alias");
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 602 String ALIAS = "contacts_" + Tables.STATUS_UPDATES;
604 String CONCRETE_DATA_ID = ALIAS + "." + StatusUpdatesColumns.DATA_ID;
606 String CONCRETE_PRESENCE = ALIAS + "." + StatusUpdates.PRESENCE;
607 String CONCRETE_STATUS = ALIAS + "." + StatusUpdates.STATUS;
608 String CONCRETE_STATUS_TIMESTAMP = ALIAS + "." + StatusUpdates.STATUS_TIMESTAMP;
609 String CONCRETE_STATUS_RES_PACKAGE = ALIAS + "." + StatusUpdates.STATUS_RES_PACKAGE;
610 String CONCRETE_STATUS_LABEL = ALIAS + "." + StatusUpdates.STATUS_LABEL;
611 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 

Completed in 616 milliseconds