HomeSort by relevance Sort by last modified time
    Searched refs:keys (Results 51 - 75 of 550) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
find_test.cpp 90 Key keys[10] = { {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0} }; local
91 Key const* k = find(keys + 0, keys + 10, 5);
92 CPPUNIT_ASSERT( k == keys + 10 );
  /external/webkit/WebCore/platform/network/mac/
NetworkStateNotifierMac.cpp 118 RetainPtr<CFMutableArrayRef> keys(AdoptCF, CFArrayCreateMutable(0, 0, &kCFTypeArrayCallBacks));
125 CFArrayAppendValue(keys.get(), key.get());
131 CFArrayAppendValue(keys.get(), key.get());
133 SCDynamicStoreSetNotificationKeys(m_store.get(), keys.get(), patterns.get());
  /external/webkit/WebKitTools/Scripts/
run-javascriptcore-tests 159 my $numNewFailures = keys %newFailures;
162 foreach my $failure (sort keys %newFailures) {
167 my $numOldFailures = keys %failures;
172 foreach my $failure (sort keys %failures) {
update-sources-list.py 74 for key in sources.keys():
82 for key in sources.keys():
  /libcore/luni/src/main/java/java/nio/channels/
Selector.java 26 * {@link SelectionKey} that represents the registration. The keys are also
27 * added to the selector's key set. Selection keys can be canceled so that the
30 * By invoking the {@code select} method, the key set is checked and all keys
32 * canceled keys. During the select operation, the channels registered with this
59 * {@link #wakeup()} method of this selector is called. After this, all keys
81 * Gets the set of registered keys. The set is immutable and is not thread-
84 * @return the set of registered keys.
86 public abstract Set<SelectionKey> keys(); method in class:Selector
130 * Gets the selection keys whose channels are ready for operation. The set
131 * is not thread-safe and no keys may be added to it. Removing keys i
    [all...]
  /ndk/sources/android/stlport/test/unit/
find_test.cpp 90 Key keys[10] = { {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0} }; local
91 Key const* k = find(keys + 0, keys + 10, 5);
92 CPPUNIT_ASSERT( k == keys + 10 );
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java 83 private IgnoresCaseHashtable keys = new IgnoresCaseHashtable(); field in class:JDKPKCS12KeyStore
203 Enumeration e = certs.keys();
209 e = keys.keys();
219 return tab.keys();
225 return (certs.get(alias) != null || keys.get(alias) != null);
236 Key k = (Key)keys.remove(alias);
303 Enumeration k = certs.keys();
317 k = keyCerts.keys();
390 Enumeration e = chainCerts.keys();
1543 private Hashtable keys = new Hashtable(); field in class:JDKPKCS12KeyStore.IgnoresCaseHashtable
1558 public Enumeration keys() method in class:JDKPKCS12KeyStore.IgnoresCaseHashtable
    [all...]
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 121 Enumeration<CstType> keys = unprocessed_catches.elementAt(i) local
122 .type_branch.keys();
123 while (keys.hasMoreElements()) {
124 result.add(keys.nextElement().getClassType());
191 Enumeration<CstType> keys = uc.type_branch.keys(); local
194 while (keys.hasMoreElements()) {
195 CstType type = keys.nextElement();
  /development/tools/mkstubs/src/com/android/mkstubs/
AsmAnalyzer.java 82 Set<String> keys = classes.keySet(); local
83 for(Iterator<String> it = keys.iterator(); it.hasNext(); ) {
  /external/icu4c/samples/legacy/
newcol.cpp 68 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]) {
77 keySize = getSortKey_current("ja", data[i], -1, keys[i], 32);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherPBEThread.java 30 CipherPBEThread(String name, int[] keys, String[] modes, String[] paddings) {
31 super(name, keys, modes, paddings);
CipherRSAThread.java 26 CipherRSAThread(String name, int[] keys, String[] modes, String[] paddings) {
27 super(name, keys, modes, paddings);
CipherWrapThread.java 26 CipherWrapThread(String name, int[] keys, String[] modes, String[] paddings) {
27 super(name, keys, modes, paddings);
  /external/chromium/net/disk_cache/
stress_cache.cc 96 std::string keys[kNumKeys]; local
100 keys[i] = GenerateKey(true);
114 if (!cache->OpenEntry(keys[key], &entries[slot]))
115 CHECK(cache->CreateEntry(keys[key], &entries[slot]));
122 cache->DoomEntry(keys[key]);
  /external/chromium/third_party/icu/source/common/
rbbicst.pl 211 foreach $setName (sort keys %charClasses) {
258 foreach $act (sort keys %actions) {
267 foreach $setName (sort keys %charClasses) {
361 foreach $setName (sort keys %charClasses) {
373 foreach $act (sort keys %actions) {
  /external/icu4c/common/
rbbicst.pl 211 foreach $setName (sort keys %charClasses) {
258 foreach $act (sort keys %actions) {
267 foreach $setName (sort keys %charClasses) {
361 foreach $setName (sort keys %charClasses) {
373 foreach $act (sort keys %actions) {
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_ttls.c 323 struct tls_keys keys; local
331 os_memset(&keys, 0, sizeof(keys));
332 if (tls_connection_get_keys(sm->ssl_ctx, data->ssl.conn, &keys) ||
333 keys.client_random == NULL || keys.server_random == NULL ||
334 keys.inner_secret == NULL) {
341 rnd = os_malloc(keys.client_random_len + keys.server_random_len);
350 os_memcpy(rnd, keys.server_random, keys.server_random_len)
1374 struct tls_keys keys; local
    [all...]
  /external/chromium/third_party/icu/source/tools/genpname/
preparse.pl 73 # Top level property keys for binary, enumerated, string, and double props
157 for my $key (sort keys %$h) {
159 for my $subkey (sort keys %$hh) {
246 for my $prop (sort keys %$h) {
248 for my $enum (sort keys %$hh) {
255 my @strings = sort keys %strings;
304 for my $prop (sort keys %$h) {
306 for my $enum (sort keys %$hh) {
356 for my $prop (sort keys %$h) {
359 my $count = scalar keys %$vh
    [all...]
  /external/icu4c/tools/genpname/
preparse.pl 73 # Top level property keys for binary, enumerated, string, and double props
157 for my $key (sort keys %$h) {
159 for my $subkey (sort keys %$hh) {
246 for my $prop (sort keys %$h) {
248 for my $enum (sort keys %$hh) {
255 my @strings = sort keys %strings;
304 for my $prop (sort keys %$h) {
306 for my $enum (sort keys %$hh) {
356 for my $prop (sort keys %$h) {
359 my $count = scalar keys %$vh
    [all...]
  /libcore/json/src/test/java/org/json/
JSONArrayTest.java 311 JSONArray keys = new JSONArray(); local
312 keys.put("a");
313 keys.put("b");
319 JSONObject object = values.toJSONObject(keys);
323 keys.put(0, "a");
329 JSONArray keys = new JSONArray(); local
330 keys.put("a");
331 keys.put("b");
338 JSONObject object = values.toJSONObject(keys);
345 JSONArray keys = new JSONArray() local
356 JSONArray keys = new JSONArray(); local
367 JSONArray keys = new JSONArray(); local
    [all...]
  /external/dbus/dbus/
dbus-address.c 47 DBusList *keys; /**< List of keys */ member in struct:DBusAddressEntry
151 link = _dbus_list_get_first_link (&entry->keys);
157 link = _dbus_list_get_next_link (&entry->keys, link);
159 _dbus_list_clear (&entry->keys);
246 DBusList *values, *keys; local
248 keys = _dbus_list_get_first_link (&entry->keys);
251 while (keys != NULL)
255 if (_dbus_string_equal_c_str (keys->data, key)
    [all...]
  /external/webkit/WebCore/dom/
make_names.pl 176 %parameters = defaultParametersHash() if !(keys %parameters);
196 # Store hashes keys count to know if some insertion occured.
197 my $tagsCount = keys %tags;
198 my $attrsCount = keys %attrs;
216 die "Failed to read names from file: $namesFile" if ((keys %tags == $tagsCount) && (keys %attrs == $attrsCount));
224 for my $name (sort keys %$namesRef) {
240 for my $tagName (keys %tags) {
313 for my $tagName (sort keys %tagConstructorMap) {
337 for my $tagName (sort keys %tagConstructorMap)
    [all...]
  /external/iproute2/tc/
f_flow.c 27 " [hashing mode]: hash keys KEY-LIST ... [ perturb SECS ]\n"
62 static int flow_parse_keys(__u32 *keys, __u32 *nkeys, char *argv)
67 *keys = 0;
77 *keys |= 1 << i;
97 static int get_addend(__u32 *addend, char *argv, __u32 keys)
111 if (keys & (FLOW_KEY_SRC | FLOW_KEY_DST |
139 __u32 keys = 0, nkeys = 0; local
160 } else if (matches(*argv, "keys") == 0) {
162 if (flow_parse_keys(&keys, &nkeys, *argv))
164 addattr32(n, 4096, TCA_FLOW_KEYS, keys);
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 95 // Some keys are reserved for standard parameters (See AudioParameter class).
100 virtual String8 getParameters(const String8& keys) = 0;
154 // Some keys are reserved for standard parameters (See AudioParameter class).
159 virtual String8 getParameters(const String8& keys) = 0;
216 virtual String8 getParameters(const String8& keys) = 0;
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HandshakeCompletedEventTest.java 518 String keys; field in class:HandshakeCompletedEventTest.TestServer
524 public TestServer(boolean provideKeys, int clientAuth, String keys) {
525 this.keys = keys;
534 KeyManager[] keyManagers = provideKeys ? getKeyManagers(keys) : null;
603 private String keys; field in class:HandshakeCompletedEventTest.TestClient
607 public TestClient(boolean provideKeys, String keys) {
608 this.keys = keys;
616 KeyManager[] keyManagers = provideKeys ? getKeyManagers(keys) : null
    [all...]

Completed in 6868 milliseconds

1 23 4 5 6 7 8 91011>>