HomeSort by relevance Sort by last modified time
    Searched defs:key (Results 176 - 200 of 6954) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
BindingFieldTest.java 49 private Key.Factory keyFactory;
54 this.keyFactory = new Key.Factory(types, elements);
64 Key key = keyFactory.forInjectConstructorWithResolvedType( local
66 TypeName xClass = TypeNames.forTypeMirror(key.type());
68 BindingKey.create(BindingKey.Kind.CONTRIBUTION, key), "test")
73 BindingKey.create(BindingKey.Kind.MEMBERS_INJECTION, key), "test")
80 Key key = keyFactory.forInjectConstructorWithResolvedType( local
83 BindingKey.create(BindingKey.Kind.CONTRIBUTION, key), "foo").name()
    [all...]
  /external/deqp/framework/delibs/depool/
dePoolHash.c 102 deInt16 key = deTestHashIter_getKey(&testIter); local
104 DE_TEST_ASSERT(deInBounds32(key, 1000, 5000) || deInBounds32(key, 10000, 12000));
105 DE_TEST_ASSERT(*deTestHash_find(hash, key) == -key);
106 DE_TEST_ASSERT(val == -key);
134 deInt16 key = deTestInt16Array_get(keyArray, ndx); local
137 DE_TEST_ASSERT(val == -key);
138 DE_TEST_ASSERT(*deTestHash_find(hash, key) == val);
  /external/deqp/framework/egl/
egluGLFunctionLoader.cpp 63 const deUint32 key = apiType.getPacked(); local
64 LibraryMap::iterator iter = m_libraries.find(key);
71 m_libraries.insert(std::make_pair(key, library));
  /external/dhcpcd-6.8.2/test/
test_hmac_md5.c 52 uint8_t key[16]; local
57 key[i] = 0x0b;
58 hmac_md5(text, 8, key, 16, hmac);
68 const uint8_t key[] = "Jefe"; local
71 hmac_md5(text, 28, key, 4, hmac);
81 uint8_t key[16]; local
88 key[i] = 0xaa;
89 hmac_md5(text, 50, key, 16, hmac);
99 uint8_t key[25]; local
106 key[i] = (uint8_t)(i + 1)
117 uint8_t key[16]; local
133 uint8_t key[80]; local
149 uint8_t key[80]; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
hashmap.h 9 uint32_t(*hash)(const void *key, size_t len);
15 const void *key; member in struct:ext2fs_hashmap::ext2fs_hashmap_entry
26 void ext2fs_hashmap_add(struct ext2fs_hashmap *h, void *data, const void *key,
28 void *ext2fs_hashmap_lookup(struct ext2fs_hashmap *h, const void *key,
  /external/guava/guava/src/com/google/common/collect/
ImmutableEntry.java 31 final K key; field in class:ImmutableEntry
34 ImmutableEntry(@Nullable K key, @Nullable V value) {
35 this.key = key;
40 return key;
  /external/guava/guava-gwt/src/com/google/common/collect/
ImmutableEntry_CustomFieldSerializer.java 37 Object key = reader.readObject(); local
39 return new ImmutableEntry<Object, Object>(key, value);
  /external/guava/guava-tests/benchmark/com/google/common/cache/
ChainBenchmark.java 46 Object key = new Object(); local
47 chain = segment.newEntry(key, cache.hash(key), chain);
  /external/guice/core/src/com/google/inject/internal/
ExposedKeyFactory.java 19 import com.google.inject.Key;
28 private final Key<T> key; field in class:ExposedKeyFactory
32 ExposedKeyFactory(Key<T> key, PrivateElements privateElements) {
33 this.key = key;
39 BindingImpl<T> explicitBinding = privateInjector.state.getExplicitBinding(key);
45 errors.withSource(explicitBinding.getSource()).exposedButNotBound(key);
ExposureBuilder.java 21 import com.google.inject.Key;
32 private Key<T> key; field in class:ExposureBuilder
34 public ExposureBuilder(Binder binder, Object source, Key<T> key) {
37 this.key = key;
41 if (key.getAnnotationType() != null) {
49 key = Key.get(key.getTypeLiteral(), annotationType)
    [all...]
  /external/icu/icu4c/source/i18n/
rbt_rule.h 37 * exactly (the key) and optional context. Context must match if it
38 * is specified. Context may be specified before the key, after the
39 * key, or both. The key, preceding context, and following context
68 * The match that must occur before the key, or null if there is no
74 * The matcher object for the key. If null, then the key is empty.
76 StringMatcher *key; member in class:TransliterationRule
79 * The match that must occur after the key, or null if there is no
85 * The object that performs the replacement if the key,
    [all...]
  /external/icu/icu4c/source/test/intltest/
sfwdchit.cpp 22 // and for any key whose computed hash code is kInvalidHashCode.
97 UHashTok key; local
98 key.pointer = fStart;
99 ((SimpleFwdCharIterator *)this)->fHashCode = uhash_hashUChars(key);
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
CollationKey.java 35 * the key is created, binary comparisons are fast. This approach is
90 final java.text.CollationKey key; field in class:CollationKey
96 this.key = delegate;
154 // * @param key array of bytes that represent the collation order of argument
159 // public CollationKey(String source, byte key[])
165 // * CollationKey constructor that forces key to release its internal byte
166 // * array for adoption. key will have a null byte array after this
169 // * @param key RawCollationKey object that represents the collation order of
175 // public CollationKey(String source, RawCollationKey key)
189 return key.getSourceString()
    [all...]
  /external/iproute2/examples/bpf/
bpf_tailcall.c 58 int key = 0, *val; local
60 val = map_lookup_elem(&map_sh, &key);
73 int key = 0, *val; local
75 val = map_lookup_elem(&map_sh, &key);
88 int key = 0, *val; local
90 val = map_lookup_elem(&map_sh, &key);
101 int key = 0, *val; local
104 val = map_lookup_elem(&map_sh, &key);
  /external/iproute2/tc/
em_u32.c 41 unsigned long key, mask, offmask = 0, offset; local
61 return PARSE_ERR(a, "u32: missing key");
63 key = bstrtoul(a);
64 if (key == ULONG_MAX)
65 return PARSE_ERR(a, "u32: invalid key, must be numeric");
106 if (key > 0xFF)
107 return PARSE_ERR(a, "Illegal key (>0xFF)");
111 key <<= 24 - ((offset & 3) * 8);
117 if (key > 0xFFFF)
118 return PARSE_ERR(a, "Illegal key (>0xFFFF)")
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
SystemPropertiesRuntime.java 31 private final String key; field in class:SystemPropertiesRuntime
38 this.key = KEYPREFIX + Integer.toHexString(hashCode());
48 mv.visitLdcInsn(key);
68 System.getProperties().put(key, data);
72 System.getProperties().remove(key);
  /external/jcommander/src/main/java/com/beust/jcommander/defaultprovider/
PropertyFileDefaultProvider.java 66 String key = optionName.substring(index); local
67 return m_properties.getProperty(key);
  /external/kernel-headers/original/uapi/asm-generic/
ipcbuf.h 21 __kernel_key_t key; member in struct:ipc64_perm
  /external/libchrome/base/posix/
global_descriptors.h 35 // It maps from an abstract key to a descriptor. If independent modules each
44 typedef uint32_t Key;
46 Descriptor(Key key, int fd);
47 Descriptor(Key key, int fd, base::MemoryMappedFile::Region region);
49 // Globally unique key.
50 Key key; member in struct:base::GlobalDescriptors::Descriptor
58 // Often we want a canonical descriptor for a given Key. In this case, we ad
    [all...]
  /external/libdrm/libkms/
api.c 45 int kms_get_prop(struct kms_driver *kms, unsigned key, unsigned *out)
47 switch (key) {
53 return kms->get_prop(kms, key, out);
74 unsigned key = attr[i++]; local
77 switch (key) {
104 int kms_bo_get_prop(struct kms_bo *bo, unsigned key, unsigned *out)
106 switch (key) {
  /external/libdrm/
xf86drmHash.h 33 unsigned long key; member in struct:HashBucket
  /external/libmicrohttpd/src/microhttpd/
tsearch.h 35 char *key; member in struct:node
  /external/libmicrohttpd/src/testcurl/https/
test_https_time_out.c 106 gnutls_datum_t key; local
132 if (0 != setup_session (&session, &key, &cert, &xcred))
138 teardown_session (session, &key, &cert, xcred);
  /external/libmojo/mojo/edk/embedder/
platform_channel_pair_posix.cc 42 // key when setting the file descriptor (http://crbug.com/676442).
106 base::GlobalDescriptors::Key key = -1; local
107 if (value.empty() || !base::StringToUint(value, &key)) {
111 client_fd = base::GlobalDescriptors::GetInstance()->Get(key);
  /external/libmojo/mojo/public/cpp/bindings/tests/
map_unittest.cc 70 String key = kStringIntData[i].string_data; local
75 if (keys2[j] == key) {
92 const char* key = kStringIntData[i].string_data; local
95 map.insert(key, value);
99 EXPECT_TRUE(map.at(key).copied());
100 EXPECT_EQ(value_ptrs[i], map.at(key).ptr());
101 map.at(key).ResetCopied();
118 const char* key = kStringIntData[i].string_data; local
121 map.insert(key, std::move(value));
125 EXPECT_TRUE(map.at(key).moved())
144 const char* key = kStringIntData[i].string_data; local
    [all...]

Completed in 278 milliseconds

1 2 3 4 5 6 78 91011>>