HomeSort by relevance Sort by last modified time
    Searched defs:ok (Results 426 - 450 of 1309) sorted by null

<<11121314151617181920>>

  /build/kati/
dep.cc 454 bool ok = true; local
459 ok = false;
464 if (ok) {
find.cc 221 bool ok() const { return conflicted_.empty(); } function in struct:__anon1405::ScopedReadDirTracker
263 if (!srdt.ok()) {
885 LOG("FindEmulator: OK");
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 873 int ok, negate_range; local
896 ok = 0;
904 ok = 1;
907 ok = 1;
908 if (ok == negate_range)
  /external/bison/src/
tables.c 691 bool ok = true; local
695 for (k = 0; ok && k < t; k++)
702 ok = false;
705 for (k = 0; ok && k < vector; k++)
707 ok = false;
709 if (ok)
  /external/boringssl/src/crypto/bytestring/
bytestring_test.cc 673 bool ok; member in struct:ImplicitStringTest
698 int ok = CBS_get_asn1_implicit_string(&in, &out, &storage, local
703 if (static_cast<bool>(ok) != test.ok) {
705 ok ? "succeeded" : "failed");
709 if (ok && (CBS_len(&out) != test.out_len ||
  /external/boringssl/src/ssl/
handshake_server.c 733 int ok; local
765 ok = 1;
770 ok = 0;
776 ok = ok && (alg_k & mask_k) && (alg_a & mask_a);
778 if (ok && sk_SSL_CIPHER_find(allow, &cipher_index, c)) {
1946 int ok = local
    [all...]
ssl_x509.c 292 int ok, X509_STORE_CTX *store_ctx) {
298 int (*callback)(int ok, X509_STORE_CTX *store_ctx)) {
465 const int ok = name != NULL && inp == CRYPTO_BUFFER_data(buffer) + local
468 if (!ok) {
744 const int ok = ssl_cert_set_chain(ssl->cert, ctx.chain); local
746 if (!ok) {
804 const int ok = ssl_set_cert(cert, buffer); local
806 return ok;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageQualifiersTests.cpp 150 bool ok = false; local
152 ok = tcu::intThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT);
154 ok = tcu::floatThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::Vec4(0.01f), tcu::COMPARE_LOG_RESULT);
156 if (ok)
  /external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp 811 bool ok = false; local
816 ok = true;
821 if (!ok)
    [all...]
  /external/flatbuffers/php/
FlatbufferBuilder.php 878 $ok = $this->bb->getShort($vtable_start + $field) != 0; variable
880 if (!$ok) {
  /external/icu/icu4c/source/test/cintltst/
cdtrgtst.c 324 UBool ok; local
344 ok=udat_isLenient(df);
345 if(ok==TRUE)
347 ok = FALSE;
351 ok = TRUE;
352 if(ok!=TRUE)
433 log_verbose("Ok: %s == %s\n", austrdup(result), austrdup(result2) );
467 log_verbose("Parse format \"%s \" ok.\n", austrdup(format) );
501 log_verbose("Ok: %s == %s\n", austrdup(result), expect );
cnmdptst.c 717 UBool ok = TRUE; local
779 ok = FALSE;
795 ok = FALSE;
800 if (!ok) {
    [all...]
trie2test.c 1293 UBool overwrite, ok; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 31 * not testing conversion for a custom configuration like this should be ok.
1073 UBool ok; local
1520 UBool ok; local
    [all...]
  /external/jsoncpp/src/lib_json/
json_reader.cpp 245 bool ok = true; local
261 ok = readString();
265 ok = readComment();
283 ok = match("rue", 3);
287 ok = match("alse", 4);
291 ok = match("ull", 3);
303 ok = false;
306 if (!ok)
439 bool ok = readValue(); local
441 if (!ok) // error already se
475 bool ok = readValue(); local
876 bool ok = reader.parse(sin, root, true); local
    [all...]
  /external/libchrome/crypto/
signature_verifier_unittest.cc 190 bool ok; local
194 ok = verifier.VerifyInit(crypto::SignatureVerifier::RSA_PKCS1_SHA1, signature,
197 EXPECT_TRUE(ok);
199 ok = verifier.VerifyFinal();
200 EXPECT_TRUE(ok);
204 ok = verifier.VerifyInit(crypto::SignatureVerifier::RSA_PKCS1_SHA1, signature,
207 EXPECT_TRUE(ok);
211 ok = verifier.VerifyFinal();
212 EXPECT_TRUE(ok);
218 ok = verifier.VerifyInit(crypto::SignatureVerifier::RSA_PKCS1_SHA1, signature
1088 bool ok; local
    [all...]
  /external/libcups/cups/
tls-sspi.c 1689 BOOL ok = TRUE; \/* Return value *\/ local
1894 BOOL ok = TRUE; \/* Return value *\/ local
    [all...]
  /external/libevent/
listener.c 461 ev_ssize_t n, int ok);
660 accepted_socket_cb(struct event_overlapped *o, ev_uintptr_t key, ev_ssize_t n, int ok)
667 if (ok) {
683 BOOL ok; local
686 ok = WSAGetOverlappedResult(as->s, &o->overlapped,
688 if (ok) {
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 511 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); local
513 if (ok) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 1258 unsigned ok = 1; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 1130 GLboolean ok; local
    [all...]
  /external/openssh/openbsd-compat/
glob.c 901 int ok, negate_range; local
925 ok = 0;
935 ok = 1;
940 ok = 1;
943 ok = 1;
945 if (ok == negate_range)
  /external/pdfium/third_party/libtiff/
tif_dirwrite.c 934 int ok; local
    [all...]
  /external/ppp/pppd/
tty.c 631 int ipipe[2], opipe[2], ok; local
640 ok = device_script(ptycommand, opipe[0], ipipe[1], 1) == 0
646 if (!ok)
    [all...]
  /external/regex-re2/re2/
re2.h 270 bool ok() const { return error_code() == NoError; } function in class:re2::RE2
    [all...]

Completed in 2546 milliseconds

<<11121314151617181920>>