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

  /external/curl/docs/libcurl/opts/
CURLOPT_SSH_KEYFUNCTION.3 56 const struct curl_khkey *foundkey,
  /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/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.c 478 const struct curl_khkey *foundkey, /* found */
484 (void)foundkey;
550 struct curl_khkey foundkey; local
588 /* setup 'foundkey' */
589 foundkey.key = remotekey;
590 foundkey.len = keylen;
591 foundkey.keytype = (keytype == LIBSSH2_HOSTKEY_TYPE_RSA)?
603 &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...]
  /external/google-breakpad/src/third_party/curl/
curl.h 548 const struct curl_khkey *foundkey, /* found */
    [all...]
  /external/curl/include/curl/
curl.h 735 const struct curl_khkey *foundkey, /* found */
    [all...]

Completed in 916 milliseconds