HomeSort by relevance Sort by last modified time
    Searched refs:aliases (Results 126 - 150 of 247) sorted by null

1 2 3 4 56 7 8 910

  /external/llvm/lib/CodeGen/
JumpInstrTables.cpp 278 // the alias, we replace all uses of aliases that target jumptable functions.
279 // Note that there's no need to create these functions, since only aliases
282 DenseMap<GlobalAlias *, Function *> Aliases;
283 for (GlobalAlias &GA : M.aliases()) {
288 Aliases[&GA] = it->second;
297 for (auto &KV : Aliases)
  /external/llvm/test/MC/Mips/
mips64-register-names-n32-n64.s 48 # [*] - t0-t3 are aliases of t4-t7 for compatibility with both the original
  /libcore/luni/src/main/java/java/security/cert/
PKIXParameters.java 113 for (Enumeration i = keyStore.aliases(); i.hasMoreElements();) {
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js     [all...]
  /external/chromium_org/third_party/icu/source/data/coll/
collocal.mk 28 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
37 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/icu/source/data/lang/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
34 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/icu/source/data/region/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
34 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/icu/source/data/zone/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
34 # All aliases (to not be included under 'installed'), but not including root.
  /external/llvm/test/MC/ARM/
neon-v8.s 73 @ test the aliases of vrint
thumb-neon-v8.s 73 @ test the aliases of vrint
  /external/oprofile/libpopt/
popthelp.c 510 itemHelp(fp, con->aliases, con->numAliases, left, NULL);
803 cursor = itemUsage(fp, cursor, con->aliases, con->numAliases, NULL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 449 void setExistingAliases(List<String> aliases) {
450 mExistingAliases = aliases;
  /system/security/keystore/
keystore.cpp 1027 android::Vector<android::String16> aliases; local
1028 if (saw(prefix, &aliases, uid) != ::NO_ERROR) {
1033 for (uint32_t i = 0; i < aliases.size(); i++) {
1034 android::String8 filename(aliases[i]);
2344 Vector<String16> aliases; local
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h 32 * iterate over the converter aliases. The functions {@link ucnv_getAvailableName() },
304 * Guide</a>. Aliases starting with a "cp" prefix have no specific meaning
306 * associate any meaning to these aliases.</p>
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
cmake.py 584 does with aliases. However, one goal of this generator is to create CMake
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucnv.h 32 * iterate over the converter aliases. The functions {@link ucnv_getAvailableName() },
340 * Guide</a>. Aliases starting with a "cp" prefix have no specific meaning
342 * associate any meaning to these aliases.</p>
    [all...]
  /external/llvm/lib/IR/
Module.cpp 446 for (GlobalAlias &GA : aliases())
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 312 for (FontListParser.Alias alias : fontConfig.aliases) {
  /external/chromium_org/tools/valgrind/
chrome_tests.py 221 for name, aliases in sorted(name_to_aliases.iteritems()):
222 if aliases:
223 print " {} (aka {})".format(name, ', '.join(aliases))
  /frameworks/base/keystore/tests/src/android/security/
AndroidKeyPairGeneratorTest.java 82 String[] aliases = mAndroidKeyStore.saw(""); local
83 assertNotNull(aliases);
84 assertEquals(0, aliases.length);
  /bionic/libc/dns/
gethnamaddr.c 586 char **aliases = rs->host_aliases; local
593 *aliases = NULL;
597 *aliases++ = ptr;
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyStoreTest.java 1070 Enumeration<String> aliases = ksTemp.aliases(); local
1116 final Enumeration<String> aliases = mKeyStore.aliases(); local
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl2Test.java 187 keyS.aliases();
  /external/chromium_org/v8/src/
regexp.js 397 // The properties input, $input, and $_ are aliases for each other. When this
416 // The properties multiline and $* are aliases for each other. When this
  /external/conscrypt/src/platform/java/org/conscrypt/
TrustManagerImpl.java 179 for (Enumeration<String> en = ks.aliases(); en.hasMoreElements();) {

Completed in 1971 milliseconds

1 2 3 4 56 7 8 910