Home
last modified time | relevance | path

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

12345678910>>...146

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m94 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];
95 XCTAssertNotNil(dict);
96 XCTAssertEqual(dict.count, 0U);
97 XCTAssertFalse([dict valueForKey:21LL value:NULL]);
98 [dict enumerateKeysAndValuesUsingBlock:^(int64_t aKey, uint32_t aValue, BOOL *stop) {
102 [dict release];
106 GPBInt64UInt32Dictionary *dict = [GPBInt64UInt32Dictionary dictionaryWithValue:100U forKey:21LL];
107 XCTAssertNotNil(dict);
108 XCTAssertEqual(dict.count, 1U);
110 XCTAssertTrue([dict valueForKey:21LL value:NULL]);
[all …]
DGPBDictionaryTests+UInt32.m94 GPBUInt32UInt32Dictionary *dict = [[GPBUInt32UInt32Dictionary alloc] init];
95 XCTAssertNotNil(dict);
96 XCTAssertEqual(dict.count, 0U);
97 XCTAssertFalse([dict valueForKey:1U value:NULL]);
98 [dict enumerateKeysAndValuesUsingBlock:^(uint32_t aKey, uint32_t aValue, BOOL *stop) {
102 [dict release];
106 GPBUInt32UInt32Dictionary *dict = [GPBUInt32UInt32Dictionary dictionaryWithValue:100U forKey:1U];
107 XCTAssertNotNil(dict);
108 XCTAssertEqual(dict.count, 1U);
110 XCTAssertTrue([dict valueForKey:1U value:NULL]);
[all …]
DGPBDictionaryTests+Int32.m94 GPBInt32UInt32Dictionary *dict = [[GPBInt32UInt32Dictionary alloc] init];
95 XCTAssertNotNil(dict);
96 XCTAssertEqual(dict.count, 0U);
97 XCTAssertFalse([dict valueForKey:11 value:NULL]);
98 [dict enumerateKeysAndValuesUsingBlock:^(int32_t aKey, uint32_t aValue, BOOL *stop) {
102 [dict release];
106 GPBInt32UInt32Dictionary *dict = [GPBInt32UInt32Dictionary dictionaryWithValue:100U forKey:11];
107 XCTAssertNotNil(dict);
108 XCTAssertEqual(dict.count, 1U);
110 XCTAssertTrue([dict valueForKey:11 value:NULL]);
[all …]
DGPBDictionaryTests+UInt64.m94 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];
95 XCTAssertNotNil(dict);
96 XCTAssertEqual(dict.count, 0U);
97 XCTAssertFalse([dict valueForKey:31ULL value:NULL]);
98 [dict enumerateKeysAndValuesUsingBlock:^(uint64_t aKey, uint32_t aValue, BOOL *stop) {
102 [dict release];
106 …GPBUInt64UInt32Dictionary *dict = [GPBUInt64UInt32Dictionary dictionaryWithValue:100U forKey:31ULL…
107 XCTAssertNotNil(dict);
108 XCTAssertEqual(dict.count, 1U);
110 XCTAssertTrue([dict valueForKey:31ULL value:NULL]);
[all …]
DGPBDictionaryTests+String.m94 GPBStringUInt32Dictionary *dict = [[GPBStringUInt32Dictionary alloc] init];
95 XCTAssertNotNil(dict);
96 XCTAssertEqual(dict.count, 0U);
97 XCTAssertFalse([dict valueForKey:@"foo" value:NULL]);
98 [dict enumerateKeysAndValuesUsingBlock:^(NSString *aKey, uint32_t aValue, BOOL *stop) {
102 [dict release];
106 …GPBStringUInt32Dictionary *dict = [GPBStringUInt32Dictionary dictionaryWithValue:100U forKey:@"foo…
107 XCTAssertNotNil(dict);
108 XCTAssertEqual(dict.count, 1U);
110 XCTAssertTrue([dict valueForKey:@"foo" value:NULL]);
[all …]
DGPBDictionaryTests+Bool.m54 GPBBoolUInt32Dictionary *dict = [[GPBBoolUInt32Dictionary alloc] init];
55 XCTAssertNotNil(dict);
56 XCTAssertEqual(dict.count, 0U);
57 XCTAssertFalse([dict valueForKey:YES value:NULL]);
58 [dict enumerateKeysAndValuesUsingBlock:^(BOOL aKey, uint32_t aValue, BOOL *stop) {
62 [dict release];
66 GPBBoolUInt32Dictionary *dict = [GPBBoolUInt32Dictionary dictionaryWithValue:100U forKey:YES];
67 XCTAssertNotNil(dict);
68 XCTAssertEqual(dict.count, 1U);
70 XCTAssertTrue([dict valueForKey:YES value:NULL]);
[all …]
DGPBDictionaryTests.pddm69 //% DICTIONARY_CLASS_DECL##VHELPER(KEY_NAME, VALUE_NAME, VALUE_TYPE) *dict = [[GPB##KEY_NAME##VALU…
70 //% XCTAssertNotNil(dict);
71 //% XCTAssertEqual(dict.count, 0U);
72 //%VALUE_NOT_FOUND##VHELPER(dict, KEY1)
73 //% [dict enumerateKeysAnd##VNAME$u##sUsingBlock:^(KEY_TYPE KisP##aKey, VALUE_TYPE a##VNAME$u, BOO…
77 //% [dict release];
81 //% DICTIONARY_CLASS_DECL##VHELPER(KEY_NAME, VALUE_NAME, VALUE_TYPE) *dict = [GPB##KEY_NAME##VALUE…
82 //% XCTAssertNotNil(dict);
83 //% XCTAssertEqual(dict.count, 1U);
84 //%DECLARE_VALUE_STORAGE##VHELPER(VALUE_TYPE, VNAME)TEST_VALUE##VHELPER(dict, VNAME, KEY1, VAL1)
[all …]
/external/jacoco/org.jacoco.doc/diagrams/
Dflow.graffle4 <dict>
39 <dict>
65 </dict>
877 <dict>
883 <dict>
891 <dict>
893 <dict>
896 </dict>
898 <dict>
901 </dict>
[all …]
Dimplementation.graffle4 <dict>
15 <dict>
23 <dict>
25 <dict>
28 </dict>
30 <dict>
33 </dict>
34 </dict>
35 </dict>
52 <dict>
[all …]
/external/libxml2/
Ddict.c2 * dict.c: dictionary of reusable strings, just used to avoid allocation
36 * Note2: the fast function used for a small dict won't protect very
56 #include <libxml/dict.h>
70 #define xmlDictComputeKey(dict, name, len) \ argument
71 (((dict)->size == MIN_DICT_SIZE) ? \
72 xmlDictComputeFastKey(name, len, (dict)->seed) : \
73 xmlDictComputeBigKey(name, len, (dict)->seed))
75 #define xmlDictComputeQKey(dict, prefix, plen, name, len) \ argument
77 (xmlDictComputeKey(dict, name, len)) : \
78 (((dict)->size == MIN_DICT_SIZE) ? \
[all …]
/external/clang/test/Analysis/
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 …]
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 …]
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 …]
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 …]
Dplist-macros.cpp90 // CHECK-NEXT: <dict>
93 // CHECK-NEXT: <dict>
97 // CHECK-NEXT: <dict>
100 // CHECK-NEXT: <dict>
104 // CHECK-NEXT: </dict>
105 // CHECK-NEXT: <dict>
109 // CHECK-NEXT: </dict>
113 // CHECK-NEXT: <dict>
117 // CHECK-NEXT: </dict>
118 // CHECK-NEXT: <dict>
[all …]
Dconditional-path-notes.c86 // CHECK-NEXT: <dict>
89 // CHECK-NEXT: <dict>
93 // CHECK-NEXT: <dict>
96 // CHECK-NEXT: <dict>
100 // CHECK-NEXT: </dict>
101 // CHECK-NEXT: <dict>
105 // CHECK-NEXT: </dict>
109 // CHECK-NEXT: <dict>
113 // CHECK-NEXT: </dict>
114 // CHECK-NEXT: <dict>
[all …]
Dcxx-for-range.cpp102 // CHECK-NEXT: <dict>
105 // CHECK-NEXT: <dict>
109 // CHECK-NEXT: <dict>
112 // CHECK-NEXT: <dict>
116 // CHECK-NEXT: </dict>
117 // CHECK-NEXT: <dict>
121 // CHECK-NEXT: </dict>
125 // CHECK-NEXT: <dict>
129 // CHECK-NEXT: </dict>
130 // CHECK-NEXT: <dict>
[all …]
Dinline-plist.c91 // CHECK-NEXT: <dict>
94 // CHECK-NEXT: <dict>
98 // CHECK-NEXT: <dict>
101 // CHECK-NEXT: <dict>
105 // CHECK-NEXT: </dict>
106 // CHECK-NEXT: <dict>
110 // CHECK-NEXT: </dict>
114 // CHECK-NEXT: <dict>
118 // CHECK-NEXT: </dict>
119 // CHECK-NEXT: <dict>
[all …]
/external/clang/test/Analysis/inlining/
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 …]
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 …]
/external/antlr/runtime/ObjC/Framework/ANTLR.xcodeproj/
Dacondit.mode1v34 <dict>
9 <dict>
18 </dict>
19 <dict>
28 </dict>
29 <dict>
38 </dict>
39 <dict>
48 </dict>
49 <dict>
[all …]
/external/clang/test/Analysis/diagnostics/
Dundef-value-param.c68 // CHECK-NEXT: <dict>
71 // CHECK-NEXT: <dict>
74 // CHECK-NEXT: <dict>
78 // CHECK-NEXT: </dict>
82 // CHECK-NEXT: <dict>
86 // CHECK-NEXT: </dict>
87 // CHECK-NEXT: <dict>
91 // CHECK-NEXT: </dict>
99 // CHECK-NEXT: </dict>
100 // CHECK-NEXT: <dict>
[all …]
/external/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/
DTableGen.tmLanguage4 <dict>
15 <dict>
18 </dict>
19 <dict>
24 </dict>
25 <dict>
34 <dict>
39 </dict>
41 </dict>
44 <dict>
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/vscode/tablegen/syntaxes/
DTableGen.tmLanguage4 <dict>
15 <dict>
18 </dict>
19 <dict>
24 </dict>
25 <dict>
34 <dict>
39 </dict>
41 </dict>
44 <dict>
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/
DTableGen.tmLanguage4 <dict>
15 <dict>
18 </dict>
19 <dict>
24 </dict>
25 <dict>
34 <dict>
39 </dict>
41 </dict>
44 <dict>
[all …]

12345678910>>...146