/prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/ |
maven-archiver-2.4.1.jar | |
/prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/ |
plexus-cipher-1.4.jar | |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
aether-util-0.9.0.M2.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/ |
aether-util-0.9.0.M3.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar | |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerImpl.java | 239 /** The key manager, which manages xsl:keys. */ 867 * @throws IllegalArgumentException if any of the argument keys are not 2310 Vector keys = null; local [all...] |
/bionic/tests/ |
pthread_test.cpp | 64 // As gtest uses pthread keys, we can't allocate exactly PTHREAD_KEYS_MAX 65 // pthread keys, but We should be able to allocate at least this many keys. 67 std::vector<pthread_key_t> keys; local 69 auto scope_guard = make_scope_guard([&keys]{ 70 for (auto key : keys) { 79 keys.push_back(key); 83 for (int i = keys.size() - 1; i >= 0; --i) { 84 ASSERT_EQ(reinterpret_cast<void*>(i), pthread_getspecific(keys.back())); 85 pthread_key_t key = keys.back() 92 std::vector<pthread_key_t> keys; local [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CaptureRequestTest.java | 538 List<Key<?>> keys = mStaticInfo.getCharacteristics().getKeys(); local 539 if (!(keys.contains( 541 keys.contains( [all...] |
/development/ndk/platforms/android-3/include/linux/ |
pkt_cls.h | 200 struct tc_u32_key keys[0]; member in struct:tc_u32_sel
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
RFC3280CertPathUtilities.java | 441 * @return A <code>Set</code> with all keys of possible CRL issuer 586 Set keys) 590 for (Iterator it = keys.iterator(); it.hasNext();) 1808 Set keys = RFC3280CertPathUtilities.processCRLF(crl, cert, defaultCRLSignCert, defaultCRLSignKey, local [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrVisitor.java | 821 final int [] keys = new int [npairs]; local [all...] |
/external/harfbuzz_ng/src/ |
hb-coretext.cc | 541 CFStringRef keys[2] = { local 550 (const void **) keys, [all...] |
/external/icu/icu4c/source/test/cintltst/ |
creststn.c | 2275 const char* keys[] = { local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUResourceBundle.java | 821 String[] keys = new String[depth + numPathKeys]; local 886 String[] keys = new String[depth + numPathKeys]; local [all...] |
ICUResourceBundleReader.java | 76 * char keys[]; -- characters for key strings 125 * Table items contain key-value pairs where the keys are offsets to char * key strings. 365 // set pool bundle keys if necessary 981 private int[] keys = new int[SIMPLE_LENGTH]; field in class:ICUResourceBundleReader.ResourceCache 1013 int[] keys; field in class:ICUResourceBundleReader.ResourceCache.Level [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
ICUResourceBundleTest.java | 652 String key = bundle.getStringWithFallback("Keys/collation"); 991 Enumeration keys = bundle.getKeys(); local 1051 Set<String> keys = setFromEnumeration(tagged_array_in_Root_te.getKeys()); local [all...] |
/external/linux-tools-perf/src/tools/perf/ |
builtin-kvm.c | 613 static struct kvm_event_key keys[] = { variable in typeref:struct:kvm_event_key 623 for (i = 0; keys[i].name; i++) { 624 if (!strcmp(keys[i].name, kvm->sort_key)) { 625 kvm->compare = keys[i].key; [all...] |
/external/mdnsresponder/mDNSShared/ |
dnsextd.c | 2389 DomainAuthInfo * keys; local [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
ClassReader.java | 1329 int[] keys = new int[j]; local [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
EmitUtils.java | 247 int[] keys = new int[buckets.size()]; local 250 keys[index++] = ((Integer)it.next()).intValue(); 252 Arrays.sort(keys); 253 return keys; [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
Enhancer.java | 504 int[] keys = getCallbackKeys(); local 508 emitGetCallback(e, keys); 509 emitSetCallback(e, keys); 724 int[] keys = new int[callbackTypes.length]; local 726 keys[i] = i; 728 return keys; 731 private void emitGetCallback(ClassEmitter ce, int[] keys) { 737 e.process_switch(keys, new ProcessSwitchCallback() { 751 private void emitSetCallback(ClassEmitter ce, int[] keys) { 754 e.process_switch(keys, new ProcessSwitchCallback() [all...] |
/external/openssh/ |
clientloop.c | 2102 struct sshkey **keys; member in struct:hostkeys_update_ctx [all...] |
ssh-keygen.c | 113 /* Path to CA key when certifying keys. */ 125 /* Comma-separated list of principal names for certifying keys */ 160 /* Use new OpenSSH private key format when writing SSH2 keys instead of PEM */ 163 /* Cipher for new-format private keys */ 167 * Number of KDF rounds to derive new format keys / 216 fatal("DSA keys must be 1024 bits"); 312 fprintf(stderr, "version 1 keys are not supported\n"); 786 struct sshkey **keys = NULL; local 796 nkeys = pkcs11_add_provider(pkcs11provider, NULL, &keys); 801 fp = sshkey_fingerprint(keys[i], fptype, rep) 1561 struct sshkey **keys = NULL, *public, *private = NULL; local [all...] |
sshconnect2.c | 193 /* Prefer algorithms that we already have keys for */ 257 char *filename; /* comment for agent-only keys */ 274 struct idlist keys; member in struct:cauthctxt 606 * search keys in the reverse order, because last candidate has been 608 * duplicate keys 610 TAILQ_FOREACH_REVERSE(id, &authctxt->keys, idlist, next) { 1189 * try keys in the following order: 1190 * 1. agent keys that are found in the config file 1191 * 2. other agent keys 1192 * 3. keys that are only listed in the config fil [all...] |