/external/boringssl/src/crypto/obj/ |
obj.c | 592 int ok; local 611 ok = lh_ASN1_OBJECT_insert(global_added_by_nid, &old_object, obj); 613 ok &= lh_ASN1_OBJECT_insert(global_added_by_data, &old_object, obj); 616 ok &= lh_ASN1_OBJECT_insert(global_added_by_short_name, &old_object, obj); 619 ok &= lh_ASN1_OBJECT_insert(global_added_by_long_name, &old_object, obj); 623 return ok;
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/ |
serializer_test.js | 21 assert.ok(element.tagName); 146 //NOTE: use ok assertion, so output will not be polluted by the whole content of the strings 147 assert.ok(serializedResult === expected, TestUtils.getStringDiffMsg(serializedResult, expected));
|
/external/opencv3/3rdparty/libwebp/enc/ |
histogram.c | 366 int ok = 0; local 433 ok = 1; 437 return ok; 486 int ok = 0; local 509 ok = 1; 513 return ok;
|
/external/opencv3/samples/cpp/ |
calibration.cpp | 161 bool ok = checkRange(cameraMatrix) && checkRange(distCoeffs); local 166 return ok; 277 bool ok = runCalibration(imagePoints, imageSize, boardSize, patternType, squareSize, local 281 ok ? "Calibration succeeded" : "Calibration failed", 284 if( ok ) 293 return ok;
|
/external/opencv3/samples/cpp/tutorial_code/calib3d/camera_calibration/ |
camera_calibration.cpp | 478 bool ok = checkRange(cameraMatrix) && checkRange(distCoeffs); local 483 return ok; 572 bool ok = runCalibration(s, imageSize, cameraMatrix, distCoeffs, imagePoints, rvecs, tvecs, reprojErrs, local 574 cout << (ok ? "Calibration succeeded" : "Calibration failed") 577 if (ok) 580 return ok;
|
/external/ppp/pppd/ |
chap-new.c | 312 int response_len, ok, mlen; local 348 ok = (*verifier)(name, ss->name, id, ss->digest, 351 if (!ok || !auth_number()) { 375 * Auth is OK, so now we need to check session restrictions 376 * to ensure everything is OK, but only if we used a 417 int ok; local 427 ok = digest->verify_response(id, name, secret, secret_len, challenge, 431 return ok;
|
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 515 bool ok; local 517 ok = SkToBool(WebPPictureImportRGB(&pic, rgb, rgbStride)); 519 ok = SkToBool(WebPPictureImportRGBA(&pic, rgb, rgbStride)); 523 ok = ok && WebPEncode(&webp_config, &pic); 526 return ok;
|
/external/valgrind/coregrind/ |
m_cache.c | 761 Bool ok = get_cache_info(vai); local 765 if (! ok) { 768 ok = cache_info_is_sensible(ci); 770 if (! ok) { 780 if (! ok ) { 788 return ok;
|
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/ |
SurfaceCompositionMeasuringActivity.java | 403 private double measureCompositionScore(Measurement ok, Measurement fail, int pixelFormat) { 404 if (ok.mSurfaceCnt + 1 == fail.mSurfaceCnt) { 406 double fraction = (mTargetFPS - fail.mFPS) / (ok.mFPS - fail.mFPS); 407 return ok.mSurfaceCnt + fraction; 410 int medianSurfaceCnt = (ok.mSurfaceCnt + fail.mSurfaceCnt) / 2; 417 return measureCompositionScore(ok, median, pixelFormat);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
ClassTest.java | 656 } catch (ClassNotFoundException ok) { 661 } catch (ClassNotFoundException ok) { 666 } catch (ClassNotFoundException ok) { 671 } catch (ClassNotFoundException ok) { 676 } catch (ClassNotFoundException ok) { 681 } catch (ClassNotFoundException ok) {
|
/ndk/tests/device/test-gnustl-full/unit/ |
set_test.cpp | 309 CPPUNIT_ASSERT( stack1.ok() ); 310 CPPUNIT_ASSERT( stack2.ok() ); 332 CPPUNIT_ASSERT( stack1.ok() ); 333 CPPUNIT_ASSERT( stack2.ok() ); 355 CPPUNIT_ASSERT( stack1.ok() ); 356 CPPUNIT_ASSERT( stack2.ok() );
|
/ndk/tests/device/test-stlport/unit/ |
set_test.cpp | 309 CPPUNIT_ASSERT( stack1.ok() ); 310 CPPUNIT_ASSERT( stack2.ok() ); 332 CPPUNIT_ASSERT( stack1.ok() ); 333 CPPUNIT_ASSERT( stack2.ok() ); 355 CPPUNIT_ASSERT( stack1.ok() ); 356 CPPUNIT_ASSERT( stack2.ok() );
|
/external/boringssl/src/crypto/bio/ |
bio_test.cc | 338 int ok = BIO_read_asn1(bio.get(), &out, &out_len, max_len); local 339 if (!ok) { 344 if (should_succeed != (ok == 1)) {
|
/external/boringssl/src/crypto/pem/ |
pem_info.c | 101 int ok=0; local 290 ok=1; 293 if (!ok)
|
/external/boringssl/src/ssl/ |
d1_clnt.c | 522 int al, ok = 0; local 530 20000, ssl_hash_message, &ok); 532 if (!ok) {
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CanonicalIterator.java | 372 boolean ok = false; 386 ok = true; 409 if (!ok) return null; // we failed, characters left over
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CanonicalIterator.java | 376 boolean ok = false; 390 ok = true; 413 if (!ok) return null; // we failed, characters left over
|
/external/iproute2/tc/ |
m_police.c | 42 fprintf(stderr, "Where: *EXCEEDACT := pipe | ok | reclassify | drop | continue \n"); 86 else if (strcmp(arg, "ok") == 0) 129 int ok=0; local 253 ok++; 257 if (!ok)
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
PutFilter.java | 209 boolean ok=false; 244 ok=true; 253 if (!ok)
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
x11_screen.c | 198 Status ok; local 200 ok = XGetGeometry(xscr->dpy, drawable, &root, 202 if (!ok)
|
/external/opencv3/3rdparty/libtiff/ |
tif_aux.c | 301 int ok; local 305 ok = TIFFVGetFieldDefaulted(tif, tag, ap); 307 return (ok);
|
/external/pdfium/third_party/libtiff/ |
tif_aux.c | 301 int ok; local 305 ok = TIFFVGetFieldDefaulted(tif, tag, ap); 307 return (ok);
|
/external/v8/test/mjsunit/ |
switch.js | 378 JSON.stringify('ok-' + value); 392 expected: 'ok-' + v 399 expected: clause_type !== 'smi' ? 'ok-' + v : undefined 406 expected: clause_type !== 'smi' ? 'ok-' + v : undefined 419 expected: clause_type !== 'string' ? 'ok-' + v : undefined 426 expected: clause_type !== 'string' ? 'ok-' + v : undefined
|
/frameworks/av/media/libmediaplayerservice/ |
MediaRecorderClient.cpp | 50 bool ok = checkCallingPermission(String16(permissionString)); 51 if (!ok) ALOGE("Request requires %s", permissionString); 52 return ok; 381 return OK; 398 return OK;
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
ScheduledExecutorSubclassTest.java | 323 } catch (SecurityException ok) {} 339 } catch (SecurityException ok) {} 355 } catch (SecurityException ok) {} 371 } catch (SecurityException ok) {} 387 } catch (SecurityException ok) {} 577 try { p.shutdown(); } catch (SecurityException ok) { return; } 600 try { p.shutdown(); } catch (SecurityException ok) { return; } 624 try { p.shutdown(); } catch (SecurityException ok) { return; } 740 } catch (SecurityException ok) { 770 } catch (SecurityException ok) { [all...] |