HomeSort by relevance Sort by last modified time
    Searched refs:ALIAS (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/libunwind/src/unwind/
GetTextRelBase.c 35 ALIAS (_Unwind_GetTextRelBase);
SetIP.c 35 ALIAS (_Unwind_SetIP);
DeleteException.c 38 ALIAS (_Unwind_DeleteException);
FindEnclosingFunction.c 42 ALIAS (_Unwind_FindEnclosingFunction);
GetBSP.c 42 ALIAS (_Unwind_GetBSP);
GetCFA.c 38 ALIAS (_Unwind_GetCFA);
GetDataRelBase.c 39 ALIAS (_Unwind_GetDataRelBase);
GetIP.c 38 ALIAS (_Unwind_GetIP);
GetLanguageSpecificData.c 40 ALIAS (_Unwind_GetLanguageSpecificData);
GetRegionStart.c 39 ALIAS (_Unwind_GetRegionStart);
GetGR.c 43 ALIAS (_Unwind_GetGR);
GetIPInfo.c 42 ALIAS (_Unwind_GetIPInfo);
Resume.c 53 ALIAS (_Unwind_Resume);
SetGR.c 47 ALIAS (_Unwind_SetGR);
Backtrace.c 60 ALIAS (_Unwind_Backtrace);
Resume_or_Rethrow.c 59 ALIAS (_Unwind_Resume_or_Rethrow);
  /external/clang/lib/Basic/
Sanitizers.cpp 23 #define SANITIZER_GROUP(NAME, ID, ALIAS) \
32 #define SANITIZER_GROUP(NAME, ID, ALIAS) \
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 139 void cfree(void *p) ALIAS("free");
140 void *pvalloc(size_t size) ALIAS("valloc");
141 void *__libc_memalign(size_t alignment, size_t size) ALIAS("memalign");
157 void *operator new(size_t size) ALIAS("malloc");
158 void *operator new[](size_t size) ALIAS("malloc");
159 void *operator new(size_t size, std::nothrow_t const&) ALIAS("malloc");
160 void *operator new[](size_t size, std::nothrow_t const&) ALIAS("malloc");
161 void operator delete(void *ptr) throw() ALIAS("free");
162 void operator delete[](void *ptr) throw() ALIAS("free");
163 void operator delete(void *ptr, std::nothrow_t const&) ALIAS("free")
    [all...]
  /frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
WrappedApplicationKeyTest.java 35 private static final String ALIAS = "karlin";
52 assertEquals(ALIAS, buildTestKey().getAlias());
67 assertEquals(ALIAS, readFromParcel.getAlias());
82 .setAlias(ALIAS)
  /external/clang/lib/Driver/
DriverOptions.cpp 24 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
27 FLAGS, OPT_##GROUP, OPT_##ALIAS, ALIASARGS },
  /external/libunwind/include/
compiler.h 39 # define ALIAS(name) __attribute__((alias (#name)))
64 # define ALIAS(name)
  /external/clang/include/clang/Driver/
Options.h 39 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
  /external/clang/include/clang/Basic/
Sanitizers.h 32 #define SANITIZER_GROUP(NAME, ID, ALIAS) SO_##ID##Group,
41 #define SANITIZER_GROUP(NAME, ID, ALIAS) \
42 const SanitizerMask ID = ALIAS; \
  /frameworks/base/keystore/tests/src/android/security/keystore/
KeyGenParameterSpecTest.java 33 static final String ALIAS = "keystore-alias";
47 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(ALIAS, KEY_PURPOSES).build();
50 assertThat(copiedSpec.getKeystoreAlias(), is(ALIAS));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Sanitizers.h 32 #define SANITIZER_GROUP(NAME, ID, ALIAS) SO_##ID##Group,
41 #define SANITIZER_GROUP(NAME, ID, ALIAS) \
42 const SanitizerMask ID = ALIAS; \

Completed in 535 milliseconds

1 2 3 4 5 6