HomeSort by relevance Sort by last modified time
    Searched full:foundkey (Results 1 - 17 of 17) sorted by null

  /external/protobuf/objectivec/Tests/
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...]
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...]
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...]
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);
    [all...]
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...]
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);
    [all...]
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);
    [all...]
  /external/curl/docs/libcurl/opts/
CURLOPT_SSH_KEYDATA.3 42 const struct curl_khkey *foundkey,
CURLOPT_SSH_KEYFUNCTION.3 57 const struct curl_khkey *foundkey,
103 const struct curl_khkey *foundkey,
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyIterator.java 102 boolean foundKey = false;
123 foundKey = true;
144 if (!foundKey)
  /external/curl/lib/
ssh-libssh.c 310 struct curl_khkey foundkey; local
359 foundkey.key = base64;
360 foundkey.len = strlen(base64);
364 foundkey.keytype = CURLKHTYPE_RSA;
367 foundkey.keytype = CURLKHTYPE_RSA1;
370 foundkey.keytype = CURLKHTYPE_ECDSA;
374 foundkey.keytype = CURLKHTYPE_ED25519;
378 foundkey.keytype = CURLKHTYPE_DSS;
386 rc = func(data, NULL, &foundkey, /* from the remote host */
    [all...]
ssh.c 402 const struct curl_khkey *foundkey, /* found */
408 (void)foundkey;
474 struct curl_khkey foundkey; local
512 /* setup 'foundkey' */
513 foundkey.key = remotekey;
514 foundkey.len = keylen;
515 foundkey.keytype = (keytype == LIBSSH2_HOSTKEY_TYPE_RSA)?
527 &foundkey, /* from the remote host */
    [all...]
  /external/protobuf/objectivec/
GPBUtilities.m     [all...]
  /external/valgrind/exp-dhat/
dh_main.c 134 UWord foundkey = 1; local
137 &foundkey, &foundval, (UWord)&fake );
143 tl_assert(foundkey != 1);
144 Block* res = (Block*)foundkey;
    [all...]
  /frameworks/base/core/java/android/os/
Binder.java     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 548 const struct curl_khkey *foundkey, /* found */
    [all...]
  /external/curl/include/curl/
curl.h 766 const struct curl_khkey *foundkey, /* found */
    [all...]

Completed in 664 milliseconds