Searched refs:key1 (Results 101 - 125 of 167) sorted by relevance

1234567

/external/icu/icu4c/source/common/
H A Dunifiedcache.cpp56 ucache_compareKeys(const UHashTok key1, const UHashTok key2) { argument
57 const CacheKeyBase *p1 = (const CacheKeyBase *) key1.pointer;
H A Dnormalizer2impl.cpp782 uint16_t key1, firstUnit; local
786 key1=(uint16_t)(trail<<1);
787 while(key1>(firstUnit=*list)) {
790 if(key1==(firstUnit&COMP_1_TRAIL_MASK)) {
800 key1=(uint16_t)(COMP_1_TRAIL_LIMIT+
806 if(key1>(firstUnit=*list)) {
808 } else if(key1==(firstUnit&COMP_1_TRAIL_MASK)) {
H A Dstringtriebuilder.cpp31 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) { argument
32 return icu::StringTrieBuilder::equalNodes(key1.pointer, key2.pointer);
/external/protobuf/src/google/protobuf/stubs/
H A Dhash.h263 bool operator()(const Key& key1, const Key& key2) const {
264 return !equalkey_(key1, key2);
/external/v8/src/crankshaft/
H A Dhydrogen-bce.cc304 static bool BoundsCheckKeyMatch(void* key1, void* key2) { argument
305 BoundsCheckKey* k1 = static_cast<BoundsCheckKey*>(key1);
/external/protobuf/src/google/protobuf/
H A Dmap_test.cc639 int32 key1 = 0; local
647 map1[key1] = value1a;
654 map2[key1] = value1b;
742 int32 key1 = 0; local
748 map[key1] = value1;
757 EXPECT_TRUE(map_.end() == map_.find(key1));
778 int32 key1 = 0; local
784 map[key1] = value1;
792 EXPECT_EQ(value1, other.at(key1));
806 int32 key1 local
824 int32 key1 = 0; local
[all...]
/external/libpng/
H A Dexample.c892 char key1[]="Author";
894 text_ptr[1].key = key1;
/external/skia/third_party/libpng/
H A Dexample.c892 char key1[]="Author";
894 text_ptr[1].key = key1;
/external/boringssl/src/crypto/dh/
H A Ddh_test.cc172 std::vector<uint8_t> key1(DH_size(a.get()));
173 int ret = DH_compute_key(key1.data(), b->pub_key, a.get());
177 key1.resize(ret);
179 printf("key1 = ");
180 for (size_t i = 0; i < key1.size(); i++) {
181 printf("%02x", key1[i]);
198 if (key1.size() < 4 || key1 != key2) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DNormalizer2Impl.java1831 int key1, firstUnit;
1835 key1=(trail<<1);
1836 while(key1>(firstUnit=compositions.charAt(list))) {
1839 if(key1==(firstUnit&COMP_1_TRAIL_MASK)) {
1849 key1=COMP_1_TRAIL_LIMIT+(((trail>>COMP_1_TRAIL_SHIFT))&~COMP_1_TRIPLE);
1853 if(key1>(firstUnit=compositions.charAt(list))) {
1855 } else if(key1==(firstUnit&COMP_1_TRAIL_MASK)) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java1827 int key1, firstUnit;
1831 key1=(trail<<1);
1832 while(key1>(firstUnit=compositions.charAt(list))) {
1835 if(key1==(firstUnit&COMP_1_TRAIL_MASK)) {
1845 key1=COMP_1_TRAIL_LIMIT+(((trail>>COMP_1_TRAIL_SHIFT))&~COMP_1_TRIPLE);
1849 if(key1>(firstUnit=compositions.charAt(list))) {
1851 } else if(key1==(firstUnit&COMP_1_TRAIL_MASK)) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationAPITest.java105 CollationKey key1 = col.getCollationKey(test1);
109 doAssert(key1.compareTo(key2) > 0,
111 doAssert(key2.compareTo(key1) < 0,
121 key1 = col.getCollationKey(test1);
125 doAssert(key1.compareTo(key2) == 0,
H A DCollationRegressionTest.java1272 CollationKey key1 = col.getCollationKey(str1);
1275 int cmpKey = key1.compareTo(key2);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java104 CollationKey key1 = col.getCollationKey(test1);
108 doAssert(key1.compareTo(key2) > 0,
110 doAssert(key2.compareTo(key1) < 0,
120 key1 = col.getCollationKey(test1);
124 doAssert(key1.compareTo(key2) == 0,
H A DCollationRegressionTest.java1271 CollationKey key1 = col.getCollationKey(str1);
1274 int cmpKey = key1.compareTo(key2);
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/selinux/libsepol/src/
H A Dhashtab.c38 const_hashtab_key_t key1,
35 hashtab_create(unsigned int (*hash_value) (hashtab_t h, const_hashtab_key_t key), int (*keycmp) (hashtab_t h, const_hashtab_key_t key1, const_hashtab_key_t key2), unsigned int size) argument
/external/selinux/policycoreutils/newrole/
H A Dhashtab.c17 const_hashtab_key_t key1,
14 hashtab_create(unsigned int (*hash_value) (hashtab_t h, const_hashtab_key_t key), int (*keycmp) (hashtab_t h, const_hashtab_key_t key1, const_hashtab_key_t key2), unsigned int size) argument
/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DGeneratedMessageTest.cs369 var key1 = 10;
374 output.WriteInt32(key1);
402 MapInt32Int32 = { { key1, value1 }, { key3, value3 } },
/external/v8/src/
H A Dd8.h86 static bool Match(void* key1, void* key2);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DCurrencyTest.java120 Object key1 = Currency.registerInstance(jpy, ULocale.US);
146 if (!Currency.unregister(key1)) {
147 errln("unable to unregister currency using key1");
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCurrencyTest.java119 Object key1 = Currency.registerInstance(jpy, ULocale.US);
145 if (!Currency.unregister(key1)) {
146 errln("unable to unregister currency using key1");
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_dri2.c834 dri2_display_hash_table_compare(void *key1, void *key2) argument
836 return ((char *) key1 - (char *) key2);
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c651 static int handle_compare(void *key1, void *key2) argument
653 return PTR_TO_UINT(key1) != PTR_TO_UINT(key2);
/external/selinux/libsepol/cil/src/
H A Dandroid.c51 const_hashtab_key_t key1, const_hashtab_key_t key2)
54 return strcmp(key1, key2);
50 ver_map_key_cmp(hashtab_t h __attribute__ ((unused)), const_hashtab_key_t key1, const_hashtab_key_t key2) argument

Completed in 686 milliseconds

1234567