Searched refs:foundKey (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBDictionaryTests+Bool.m | 109 BOOL foundKey = NO; 110 for (int j = 0; (j < 2) && !foundKey; ++j) { 112 foundKey = YES; 116 XCTAssertTrue(foundKey, @"i = %d", i); 410 BOOL foundKey = NO; 411 for (int j = 0; (j < 2) && !foundKey; ++j) { 413 foundKey = YES; 417 XCTAssertTrue(foundKey, @"i = %d", i); 711 BOOL foundKey = NO; 712 for (int j = 0; (j < 2) && !foundKey; ++j) { [all …]
|
D | GPBDictionaryTests+Int32.m | 153 BOOL foundKey = NO; 154 for (int j = 0; (j < 3) && !foundKey; ++j) { 156 foundKey = YES; 160 XCTAssertTrue(foundKey, @"i = %d", i); 510 BOOL foundKey = NO; 511 for (int j = 0; (j < 3) && !foundKey; ++j) { 513 foundKey = YES; 517 XCTAssertTrue(foundKey, @"i = %d", i); 867 BOOL foundKey = NO; 868 for (int j = 0; (j < 3) && !foundKey; ++j) { [all …]
|
D | GPBDictionaryTests+UInt64.m | 153 BOOL foundKey = NO; 154 for (int j = 0; (j < 3) && !foundKey; ++j) { 156 foundKey = YES; 160 XCTAssertTrue(foundKey, @"i = %d", i); 510 BOOL foundKey = NO; 511 for (int j = 0; (j < 3) && !foundKey; ++j) { 513 foundKey = YES; 517 XCTAssertTrue(foundKey, @"i = %d", i); 867 BOOL foundKey = NO; 868 for (int j = 0; (j < 3) && !foundKey; ++j) { [all …]
|
D | GPBDictionaryTests+Int64.m | 153 BOOL foundKey = NO; 154 for (int j = 0; (j < 3) && !foundKey; ++j) { 156 foundKey = YES; 160 XCTAssertTrue(foundKey, @"i = %d", i); 510 BOOL foundKey = NO; 511 for (int j = 0; (j < 3) && !foundKey; ++j) { 513 foundKey = YES; 517 XCTAssertTrue(foundKey, @"i = %d", i); 867 BOOL foundKey = NO; 868 for (int j = 0; (j < 3) && !foundKey; ++j) { [all …]
|
D | GPBDictionaryTests+UInt32.m | 153 BOOL foundKey = NO; 154 for (int j = 0; (j < 3) && !foundKey; ++j) { 156 foundKey = YES; 160 XCTAssertTrue(foundKey, @"i = %d", i); 510 BOOL foundKey = NO; 511 for (int j = 0; (j < 3) && !foundKey; ++j) { 513 foundKey = YES; 517 XCTAssertTrue(foundKey, @"i = %d", i); 867 BOOL foundKey = NO; 868 for (int j = 0; (j < 3) && !foundKey; ++j) { [all …]
|
D | GPBDictionaryTests+String.m | 153 BOOL foundKey = NO; 154 for (int j = 0; (j < 3) && !foundKey; ++j) { 156 foundKey = YES; 160 XCTAssertTrue(foundKey, @"i = %d", i); 510 BOOL foundKey = NO; 511 for (int j = 0; (j < 3) && !foundKey; ++j) { 513 foundKey = YES; 517 XCTAssertTrue(foundKey, @"i = %d", i); 867 BOOL foundKey = NO; 868 for (int j = 0; (j < 3) && !foundKey; ++j) { [all …]
|
D | GPBDictionaryTests.pddm | 118 //% BOOL foundKey = NO; 119 //% for (int j = 0; (j < 3) && !foundKey; ++j) { 121 //% foundKey = YES; 125 //% XCTAssertTrue(foundKey, @"i = %d", i); 388 //% BOOL foundKey = NO; 389 //% for (int j = 0; (j < 3) && !foundKey; ++j) { 391 //% foundKey = YES; 399 //% XCTAssertTrue(foundKey, @"i = %d", i); 410 //% BOOL foundKey = NO; 411 //% for (int j = 0; (j < 3) && !foundKey; ++j) { [all …]
|
/frameworks/base/core/java/android/os/ |
D | BinderProxy.java | 151 long foundKey = keyArray[i]; in get() local 152 if (key == foundKey) { in get()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBUtilities.m | 1623 BOOL foundKey = NO; 1624 while (!foundKey && (numEntries > 0)) { 1628 foundKey = YES; 1640 if (!foundKey) {
|