Home
last modified time | relevance | path

Searched refs:foundKey (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+Bool.m109 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 …]
DGPBDictionaryTests+Int32.m153 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 …]
DGPBDictionaryTests+UInt64.m153 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 …]
DGPBDictionaryTests+Int64.m153 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 …]
DGPBDictionaryTests+UInt32.m153 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 …]
DGPBDictionaryTests+String.m153 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 …]
DGPBDictionaryTests.pddm118 //% 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/
DBinderProxy.java151 long foundKey = keyArray[i]; in get() local
152 if (key == foundKey) { in get()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBUtilities.m1623 BOOL foundKey = NO;
1624 while (!foundKey && (numEntries > 0)) {
1628 foundKey = YES;
1640 if (!foundKey) {