/external/protobuf/objectivec/Tests/ |
D | GPBDictionaryTests+Bool.m | 84 const BOOL kKeys[] = { YES, NO }; 88 forKeys:kKeys 113 if (kKeys[i] == seenKeys[j]) { 189 const BOOL kKeys[] = { YES, NO }; 193 forKeys:kKeys 210 const BOOL kKeys[] = { YES, NO }; 214 forKeys:kKeys 237 const BOOL kKeys[] = { NO }; 241 forKeys:kKeys 259 const BOOL kKeys[] = { YES, NO}; [all …]
|
D | GPBDictionaryTests+Int32.m | 115 const int32_t kKeys[] = { 11, 12, 13 }; 119 forKeys:kKeys 148 if (kKeys[i] == seenKeys[j]) { 224 const int32_t kKeys[] = { 11, 12, 13, 14 }; 228 forKeys:kKeys 245 const int32_t kKeys[] = { 11, 12, 13, 14 }; 249 forKeys:kKeys 272 const int32_t kKeys[] = { 12, 13, 14 }; 276 forKeys:kKeys 300 const int32_t kKeys[] = { 11, 12, 13, 14 }; [all …]
|
D | GPBDictionaryTests+UInt32.m | 115 const uint32_t kKeys[] = { 1U, 2U, 3U }; 119 forKeys:kKeys 148 if (kKeys[i] == seenKeys[j]) { 224 const uint32_t kKeys[] = { 1U, 2U, 3U, 4U }; 228 forKeys:kKeys 245 const uint32_t kKeys[] = { 1U, 2U, 3U, 4U }; 249 forKeys:kKeys 272 const uint32_t kKeys[] = { 2U, 3U, 4U }; 276 forKeys:kKeys 300 const uint32_t kKeys[] = { 1U, 2U, 3U, 4U }; [all …]
|
D | GPBDictionaryTests+UInt64.m | 115 const uint64_t kKeys[] = { 31ULL, 32ULL, 33ULL }; 119 forKeys:kKeys 148 if (kKeys[i] == seenKeys[j]) { 224 const uint64_t kKeys[] = { 31ULL, 32ULL, 33ULL, 34ULL }; 228 forKeys:kKeys 245 const uint64_t kKeys[] = { 31ULL, 32ULL, 33ULL, 34ULL }; 249 forKeys:kKeys 272 const uint64_t kKeys[] = { 32ULL, 33ULL, 34ULL }; 276 forKeys:kKeys 300 const uint64_t kKeys[] = { 31ULL, 32ULL, 33ULL, 34ULL }; [all …]
|
D | GPBDictionaryTests+Int64.m | 115 const int64_t kKeys[] = { 21LL, 22LL, 23LL }; 119 forKeys:kKeys 148 if (kKeys[i] == seenKeys[j]) { 224 const int64_t kKeys[] = { 21LL, 22LL, 23LL, 24LL }; 228 forKeys:kKeys 245 const int64_t kKeys[] = { 21LL, 22LL, 23LL, 24LL }; 249 forKeys:kKeys 272 const int64_t kKeys[] = { 22LL, 23LL, 24LL }; 276 forKeys:kKeys 300 const int64_t kKeys[] = { 21LL, 22LL, 23LL, 24LL }; [all …]
|
D | GPBDictionaryTests+String.m | 115 const NSString *kKeys[] = { @"foo", @"bar", @"baz" }; 119 forKeys:kKeys 148 if ([kKeys[i] isEqual:seenKeys[j]]) { 224 const NSString *kKeys[] = { @"foo", @"bar", @"baz", @"mumble" }; 228 forKeys:kKeys 245 const NSString *kKeys[] = { @"foo", @"bar", @"baz", @"mumble" }; 249 forKeys:kKeys 272 const NSString *kKeys[] = { @"bar", @"baz", @"mumble" }; 276 forKeys:kKeys 300 const NSString *kKeys[] = { @"foo", @"bar", @"baz", @"mumble" }; [all …]
|
D | GPBDictionaryTests.pddm | 96 //% const KEY_TYPE KisP##kKeys[] = { KEY1, KEY2, KEY3 }; 100 //% KEY_NAME$S VALUE_NAME$S ##VALUE_NAME$S## forKeys:kKeys 122 //% if (COMPARE_KEYS##KSUFFIX(kKeys[i], seenKeys[j])) { 198 //% const KEY_TYPE KisP##kKeys[] = { KEY1, KEY2, KEY3, KEY4 }; 202 //% KEY_NAME$S VALUE_NAME$S ##VALUE_NAME$S## forKeys:kKeys 219 //% const KEY_TYPE KisP##kKeys[] = { KEY1, KEY2, KEY3, KEY4 }; 223 //% KEY_NAME$S VALUE_NAME$S ##VALUE_NAME$S## forKeys:kKeys 246 //% const KEY_TYPE KisP##kKeys[] = { KEY2, KEY3, KEY4 }; 250 //% KEY_NAME$S VALUE_NAME$S ##VALUE_NAME$S## forKeys:kKeys 265 //% const KEY_TYPE KisP##kKeys[] = { KEY1, KEY2, KEY3, KEY4 }; [all …]
|
/external/icing/icing/legacy/index/ |
D | icing-dynamic-trie_test.cc | 39 constexpr std::string_view kKeys[] = { variable 42 constexpr uint32_t kNumKeys = ABSL_ARRAYSIZE(kKeys); 125 ASSERT_TRUE(trie.Insert(kKeys[i].data(), &i)); in TEST_F() 128 bool found = trie.Find(kKeys[i].data(), &val); in TEST_F() 129 EXPECT_TRUE(found) << kKeys[i]; in TEST_F() 130 if (found) EXPECT_EQ(i, val) << kKeys[i] << " " << val; in TEST_F() 167 ASSERT_TRUE(trie.Insert(kKeys[i].data(), &i)); in TEST_F() 457 ASSERT_TRUE(trie.Insert(kKeys[i].data(), &i)); in TEST_F() 460 bool found = trie.Find(kKeys[i].data(), &val); in TEST_F() 461 EXPECT_TRUE(found) << kKeys[i]; in TEST_F() [all …]
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_filespec.cpp | 141 static constexpr const char* kKeys[] = {"UF", "F", "DOS", "Mac", "Unix"}; in GetFileStream() local 142 size_t end = pDict->GetStringFor("FS") == "URL" ? 2 : FX_ArraySize(kKeys); in GetFileStream() 144 ByteString key = kKeys[i]; in GetFileStream()
|
/external/abseil-cpp/absl/random/internal/ |
D | randen_slow.cc | 354 constexpr size_t kKeys = kFeistelRounds * kFeistelFunctions; variable 359 static_assert(kKeys == kRoundKeys, "kKeys and kRoundKeys must be equal");
|
D | randen_hwaes.cc | 383 constexpr size_t kKeys = kFeistelRounds * kFeistelFunctions; variable 388 static_assert(kKeys == kRoundKeys, "kKeys and kRoundKeys must be equal"); 389 static_assert(round_keys[kKeys - 1] != u64x2(0, 0),
|
D | randen-keys.inc | 21 // PROVIDES: kKeys
|
/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
D | randen_slow.cc | 354 constexpr size_t kKeys = kFeistelRounds * kFeistelFunctions; variable 359 static_assert(kKeys == kRoundKeys, "kKeys and kRoundKeys must be equal");
|
D | randen_hwaes.cc | 383 constexpr size_t kKeys = kFeistelRounds * kFeistelFunctions; variable 388 static_assert(kKeys == kRoundKeys, "kKeys and kRoundKeys must be equal"); 389 static_assert(round_keys[kKeys - 1] != u64x2(0, 0),
|
D | randen-keys.inc | 21 // PROVIDES: kKeys
|