Home
last modified time | relevance | path

Searched full:dict (Results 1 – 25 of 10978) sorted by relevance

12345678910>>...440

/aosp_15_r20/external/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+UInt32.m86 GPBUInt32UInt32Dictionary *dict = [[GPBUInt32UInt32Dictionary alloc] init];
87 XCTAssertNotNil(dict);
88 XCTAssertEqual(dict.count, 0U);
89 XCTAssertFalse([dict getUInt32:NULL forKey:1U]);
90 [dict enumerateKeysAndUInt32sUsingBlock:^(uint32_t aKey, uint32_t aValue, BOOL *stop) {
94 [dict release];
98 GPBUInt32UInt32Dictionary *dict = [[GPBUInt32UInt32Dictionary alloc] init];
99 [dict setUInt32:100U forKey:1U];
100 XCTAssertNotNil(dict);
101 XCTAssertEqual(dict.count, 1U);
[all …]
H A DGPBDictionaryTests+Int32.m86 GPBInt32UInt32Dictionary *dict = [[GPBInt32UInt32Dictionary alloc] init];
87 XCTAssertNotNil(dict);
88 XCTAssertEqual(dict.count, 0U);
89 XCTAssertFalse([dict getUInt32:NULL forKey:11]);
90 [dict enumerateKeysAndUInt32sUsingBlock:^(int32_t aKey, uint32_t aValue, BOOL *stop) {
94 [dict release];
98 GPBInt32UInt32Dictionary *dict = [[GPBInt32UInt32Dictionary alloc] init];
99 [dict setUInt32:100U forKey:11];
100 XCTAssertNotNil(dict);
101 XCTAssertEqual(dict.count, 1U);
[all …]
H A DGPBDictionaryTests+UInt64.m86 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];
87 XCTAssertNotNil(dict);
88 XCTAssertEqual(dict.count, 0U);
89 XCTAssertFalse([dict getUInt32:NULL forKey:31ULL]);
90 [dict enumerateKeysAndUInt32sUsingBlock:^(uint64_t aKey, uint32_t aValue, BOOL *stop) {
94 [dict release];
98 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];
99 [dict setUInt32:100U forKey:31ULL];
100 XCTAssertNotNil(dict);
101 XCTAssertEqual(dict.count, 1U);
[all …]
H A DGPBDictionaryTests+Int64.m86 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];
87 XCTAssertNotNil(dict);
88 XCTAssertEqual(dict.count, 0U);
89 XCTAssertFalse([dict getUInt32:NULL forKey:21LL]);
90 [dict enumerateKeysAndUInt32sUsingBlock:^(int64_t aKey, uint32_t aValue, BOOL *stop) {
94 [dict release];
98 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];
99 [dict setUInt32:100U forKey:21LL];
100 XCTAssertNotNil(dict);
101 XCTAssertEqual(dict.count, 1U);
[all …]
H A DGPBDictionaryTests+String.m86 GPBStringUInt32Dictionary *dict = [[GPBStringUInt32Dictionary alloc] init];
87 XCTAssertNotNil(dict);
88 XCTAssertEqual(dict.count, 0U);
89 XCTAssertFalse([dict getUInt32:NULL forKey:@"foo"]);
90 [dict enumerateKeysAndUInt32sUsingBlock:^(NSString *aKey, uint32_t aValue, BOOL *stop) {
94 [dict release];
98 GPBStringUInt32Dictionary *dict = [[GPBStringUInt32Dictionary alloc] init];
99 [dict setUInt32:100U forKey:@"foo"];
100 XCTAssertNotNil(dict);
101 XCTAssertEqual(dict.count, 1U);
[all …]
H A DGPBDictionaryTests+Bool.m55 GPBBoolUInt32Dictionary *dict = [[GPBBoolUInt32Dictionary alloc] init];
56 XCTAssertNotNil(dict);
57 XCTAssertEqual(dict.count, 0U);
58 XCTAssertFalse([dict getUInt32:NULL forKey:YES]);
59 [dict enumerateKeysAndUInt32sUsingBlock:^(BOOL aKey, uint32_t aValue, BOOL *stop) {
63 [dict release];
67 GPBBoolUInt32Dictionary *dict = [[GPBBoolUInt32Dictionary alloc] init];
68 [dict setUInt32:100U forKey:YES];
69 XCTAssertNotNil(dict);
70 XCTAssertEqual(dict.count, 1U);
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+UInt64.m86 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];
87 XCTAssertNotNil(dict);
88 XCTAssertEqual(dict.count, 0U);
89 XCTAssertFalse([dict getUInt32:NULL forKey:31ULL]);
90 [dict enumerateKeysAndUInt32sUsingBlock:^(uint64_t aKey, uint32_t aValue, BOOL *stop) {
94 [dict release];
98 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];
99 [dict setUInt32:100U forKey:31ULL];
100 XCTAssertNotNil(dict);
101 XCTAssertEqual(dict.count, 1U);
[all …]
H A DGPBDictionaryTests+Int32.m86 GPBInt32UInt32Dictionary *dict = [[GPBInt32UInt32Dictionary alloc] init];
87 XCTAssertNotNil(dict);
88 XCTAssertEqual(dict.count, 0U);
89 XCTAssertFalse([dict getUInt32:NULL forKey:11]);
90 [dict enumerateKeysAndUInt32sUsingBlock:^(int32_t aKey, uint32_t aValue, BOOL *stop) {
94 [dict release];
98 GPBInt32UInt32Dictionary *dict = [[GPBInt32UInt32Dictionary alloc] init];
99 [dict setUInt32:100U forKey:11];
100 XCTAssertNotNil(dict);
101 XCTAssertEqual(dict.count, 1U);
[all …]
H A DGPBDictionaryTests+UInt32.m86 GPBUInt32UInt32Dictionary *dict = [[GPBUInt32UInt32Dictionary alloc] init];
87 XCTAssertNotNil(dict);
88 XCTAssertEqual(dict.count, 0U);
89 XCTAssertFalse([dict getUInt32:NULL forKey:1U]);
90 [dict enumerateKeysAndUInt32sUsingBlock:^(uint32_t aKey, uint32_t aValue, BOOL *stop) {
94 [dict release];
98 GPBUInt32UInt32Dictionary *dict = [[GPBUInt32UInt32Dictionary alloc] init];
99 [dict setUInt32:100U forKey:1U];
100 XCTAssertNotNil(dict);
101 XCTAssertEqual(dict.count, 1U);
[all …]
H A DGPBDictionaryTests+Int64.m86 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];
87 XCTAssertNotNil(dict);
88 XCTAssertEqual(dict.count, 0U);
89 XCTAssertFalse([dict getUInt32:NULL forKey:21LL]);
90 [dict enumerateKeysAndUInt32sUsingBlock:^(int64_t aKey, uint32_t aValue, BOOL *stop) {
94 [dict release];
98 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];
99 [dict setUInt32:100U forKey:21LL];
100 XCTAssertNotNil(dict);
101 XCTAssertEqual(dict.count, 1U);
[all …]
H A DGPBDictionaryTests+String.m86 GPBStringUInt32Dictionary *dict = [[GPBStringUInt32Dictionary alloc] init];
87 XCTAssertNotNil(dict);
88 XCTAssertEqual(dict.count, 0U);
89 XCTAssertFalse([dict getUInt32:NULL forKey:@"foo"]);
90 [dict enumerateKeysAndUInt32sUsingBlock:^(NSString *aKey, uint32_t aValue, BOOL *stop) {
94 [dict release];
98 GPBStringUInt32Dictionary *dict = [[GPBStringUInt32Dictionary alloc] init];
99 [dict setUInt32:100U forKey:@"foo"];
100 XCTAssertNotNil(dict);
101 XCTAssertEqual(dict.count, 1U);
[all …]
H A DGPBDictionaryTests+Bool.m55 GPBBoolUInt32Dictionary *dict = [[GPBBoolUInt32Dictionary alloc] init];
56 XCTAssertNotNil(dict);
57 XCTAssertEqual(dict.count, 0U);
58 XCTAssertFalse([dict getUInt32:NULL forKey:YES]);
59 [dict enumerateKeysAndUInt32sUsingBlock:^(BOOL aKey, uint32_t aValue, BOOL *stop) {
63 [dict release];
67 GPBBoolUInt32Dictionary *dict = [[GPBBoolUInt32Dictionary alloc] init];
68 [dict setUInt32:100U forKey:YES];
69 XCTAssertNotNil(dict);
70 XCTAssertEqual(dict.count, 1U);
[all …]
/aosp_15_r20/external/zstd/tests/regression/
H A Dresults.csv62 github, level -5 with dict, compress cctx, …
64 github, level -3 with dict, compress cctx, …
66 github, level -1 with dict, compress cctx, …
68 github, level 0 with dict, compress cctx, …
70 github, level 1 with dict, compress cctx, …
72 github, level 3 with dict, compress cctx, …
74 github, level 4 with dict, compress cctx, …
76 github, level 5 with dict, compress cctx, …
78 github, level 6 with dict, compress cctx, …
80 github, level 7 with dict, compress cctx, …
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A DDict_test.cpp1 #include <ATen/core/Dict.h>
8 using c10::Dict;
13 Dict<int64_t, string> dict; in TEST() local
14 EXPECT_TRUE(dict.empty()); in TEST()
18 Dict<int64_t, string> dict; in TEST() local
19 dict.insert(3, "value"); in TEST()
20 EXPECT_FALSE(dict.empty()); in TEST()
24 Dict<int64_t, string> dict; in TEST() local
25 EXPECT_EQ(0, dict.size()); in TEST()
29 Dict<int64_t, string> dict; in TEST() local
[all …]
/aosp_15_r20/external/jacoco/org.jacoco.doc/diagrams/
H A Dflow.graffle4 <dict>
39 <dict>
65 </dict>
877 <dict>
883 <dict>
891 <dict>
893 <dict>
896 </dict>
898 <dict>
901 </dict>
[all …]
H A Dimplementation.graffle4 <dict>
15 <dict>
23 <dict>
25 <dict>
28 </dict>
30 <dict>
33 </dict>
34 </dict>
35 </dict>
52 <dict>
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/fuchsia/
Dwmm_test_cases.py21 dict(transmitter_str='staut',
26 dict(operator='>=',
31 dict(transmitter_str='staut',
36 dict(operator='<', phase='phase_1', stream='stream_VO')
44 dict(transmitter_str='staut',
49 dict(operator='>=',
54 dict(transmitter_str='staut',
59 dict(operator='<', phase='phase_1', stream='stream_VO')
67 dict(transmitter_str='staut',
72 dict(operator='>=',
[all …]
/aosp_15_r20/external/clang/test/Analysis/
H A Dmalloc-plist.c211 // CHECK-NEXT: <dict>
214 // CHECK-NEXT: <dict>
218 // CHECK-NEXT: <dict>
221 // CHECK-NEXT: <dict>
225 // CHECK-NEXT: </dict>
226 // CHECK-NEXT: <dict>
230 // CHECK-NEXT: </dict>
234 // CHECK-NEXT: <dict>
238 // CHECK-NEXT: </dict>
239 // CHECK-NEXT: <dict>
[all …]
H A Dedges-new.mm595 // CHECK-NEXT: <dict>
598 // CHECK-NEXT: <dict>
601 // CHECK-NEXT: <dict>
605 // CHECK-NEXT: </dict>
609 // CHECK-NEXT: <dict>
613 // CHECK-NEXT: </dict>
614 // CHECK-NEXT: <dict>
618 // CHECK-NEXT: </dict>
626 // CHECK-NEXT: </dict>
627 // CHECK-NEXT: <dict>
[all …]
H A Dplist-output.m199 // CHECK-NEXT: <dict>
202 // CHECK-NEXT: <dict>
205 // CHECK-NEXT: <dict>
209 // CHECK-NEXT: </dict>
213 // CHECK-NEXT: <dict>
217 // CHECK-NEXT: </dict>
218 // CHECK-NEXT: <dict>
222 // CHECK-NEXT: </dict>
230 // CHECK-NEXT: </dict>
231 // CHECK-NEXT: <dict>
[all …]
H A Dobjc-radar17039661.m64 // CHECK: <dict>
67 // CHECK: <dict>
71 // CHECK: <dict>
74 // CHECK: <dict>
78 // CHECK: </dict>
79 // CHECK: <dict>
83 // CHECK: </dict>
87 // CHECK: <dict>
91 // CHECK: </dict>
92 // CHECK: <dict>
[all …]
H A Dretain-release.m436 CFDictionaryRef dict = DADiskCopyDescription(d); // expected-warning{{leak}}
437 if (dict) NSLog(@"ok");
727 …NSMutableDictionary *dict = [[NSMutableDictionary dictionaryWithCapacity:4] retain]; // expected-w…
729 [dict setObject:@"foo" forKey:@"bar"];
731 NSLog(@"%@", dict);
739 …NSMutableDictionary *dict = [[NSMutableDictionary dictionaryWithCapacity:4] retain]; // expected-w…
2192 // CHECK-NEXT: <dict>
2195 // CHECK-NEXT: <dict>
2199 // CHECK-NEXT: <dict>
2202 // CHECK-NEXT: <dict>
[all …]
/aosp_15_r20/external/cronet/base/
H A Dvalues_unittest.cc178 Value::Dict value; in TEST()
179 EXPECT_EQ(Value::Type::DICT, Value(std::move(value)).type()); in TEST()
183 Value::Dict dict; in TEST() local
184 dict.Set("foo", "bar"); in TEST()
186 Value value(dict.Clone()); in TEST()
187 EXPECT_EQ(Value::Type::DICT, value.type()); in TEST()
193 dict.Set("foo", "baz"); in TEST()
195 Value value(std::move(dict)); in TEST()
196 EXPECT_EQ(Value::Type::DICT, value.type()); in TEST()
328 Value::Dict dict; in TEST() local
[all …]
/aosp_15_r20/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp303 // CHECK-NEXT: <dict>
306 // CHECK-NEXT: <dict>
310 // CHECK-NEXT: <dict>
313 // CHECK-NEXT: <dict>
317 // CHECK-NEXT: </dict>
318 // CHECK-NEXT: <dict>
322 // CHECK-NEXT: </dict>
326 // CHECK-NEXT: <dict>
330 // CHECK-NEXT: </dict>
331 // CHECK-NEXT: <dict>
[all …]
H A Dpath-notes.c145 // CHECK-NEXT: <dict>
148 // CHECK-NEXT: <dict>
151 // CHECK-NEXT: <dict>
155 // CHECK-NEXT: </dict>
159 // CHECK-NEXT: <dict>
163 // CHECK-NEXT: </dict>
164 // CHECK-NEXT: <dict>
168 // CHECK-NEXT: </dict>
176 // CHECK-NEXT: </dict>
177 // CHECK-NEXT: <dict>
[all …]

12345678910>>...440