HomeSort by relevance Sort by last modified time
    Searched refs:ok (Results 76 - 100 of 1896) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/testing/
zcgzip.cc 61 bool ok; local
63 ok = out.Next(&outptr, &outlen);
64 if (!ok) {
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
FastXmlSerializerTest.java 65 boolean ok = true;
104 ok = false;
113 ok = false;
121 return ok;
125 boolean ok = false;
126 ok |= checkPreserved(description, str);
127 ok |= checkPreserved(description + " wrapped with spaces" ," " + str + " ");
128 return ok;
133 boolean ok = true;
139 ok &= check("char: " + i, String.valueOf((char) i))
    [all...]
  /external/webp/src/enc/
alpha.c 53 int ok = 0; local
71 // normally OK but not here since we are not encoding the input image but an
82 ok = (VP8LEncodeStream(&config, &picture, bw) == VP8_ENC_OK);
84 ok = ok && !bw->error_;
85 if (!ok) {
107 int ok = 0; local
132 ok = VP8LBitWriterInit(&tmp_bw, data_size >> 3);
133 ok = ok && EncodeLossless(alpha_src, width, height, effort_level
234 int ok = 1; local
293 int ok = 1; local
417 int ok = 1; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flag_parser.h 65 bool ok = *value_end == 0; local
66 if (!ok) Printf("ERROR: Invalid value for int option: '%s'\n", value);
67 return ok;
74 bool ok = *value_end == 0; local
75 if (!ok) Printf("ERROR: Invalid value for uptr option: '%s'\n", value);
76 return ok;
  /external/tpm2/
TcpServer.c 95 BOOL ok = TRUE; local
100 ok = ReadBytes(s, (char*) &Command, 4);
104 if(!ok) return TRUE;
146 ok = WriteVarBytes(s, (char *)&CommandResponseSizes,
149 if(!ok)
459 BOOL ok; local
466 ok = ReadBytes(s, (char*) &Command, 4);
470 if(!ok)
482 ok = ReadVarBytes(s, InputBuffer, &length, MAX_BUFFER);
483 if(!ok) return TRUE
    [all...]
  /system/core/logcat/tests/
logcat_benchmark.cpp 40 bool ok; member in class:timestamp
45 ok = false;
47 ok = sscanf(buffer, "%d-%d %d:%d:%d.%d ",
59 return !ok || !T.ok
75 return ok;
  /external/autotest/client/site_tests/security_Minijail_seccomp/src/
Makefile 8 SRC_OK = ok.c
12 TARGET_OK = ../ok
  /external/clang/test/PCH/
selector-warning.h 13 a = @selector(ok); // expected-warning {{unimplemented selector 'ok'}}
14 a = @selector(ok);
  /external/e2fsprogs/tests/
test_post 4 num_ok=`ls *.ok 2>/dev/null | wc -l`
  /external/opencv3/3rdparty/libwebp/dec/
buffer.c 41 int ok = 1; local
46 ok = 0;
53 ok &= (y_size <= buf->y_size);
54 ok &= (u_size <= buf->u_size);
55 ok &= (v_size <= buf->v_size);
56 ok &= (buf->y_stride >= width);
57 ok &= (buf->u_stride >= (width + 1) / 2);
58 ok &= (buf->v_stride >= (width + 1) / 2);
59 ok &= (buf->y != NULL);
60 ok &= (buf->u != NULL)
    [all...]
  /external/opencv3/3rdparty/openexr/IlmThread/
IlmThreadWin32.cpp 79 bool ok = ::CloseHandle (_thread) != FALSE; local
80 assert (ok);
  /system/connectivity/shill/binder/
manager_binder_adaptor.cc 101 return Status::ok();
107 return Status::ok();
114 return Status::ok();
121 return Status::ok();
129 return Status::ok();
135 return Status::ok();
141 return Status::ok();
147 return Status::ok();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
badpostmod.s 11 ldr r0,[r0,+128] ; ok
14 strd r12,[r13],-256 ; ok
  /external/boringssl/src/crypto/x509/
x509_vfy.c 116 static int null_callback(int ok,X509_STORE_CTX *e);
146 static int null_callback(int ok, X509_STORE_CTX *e)
148 return ok;
198 int depth,i,ok=0; local
256 ok = ctx->get_issuer(&xtmp, ctx, x);
257 if (ok < 0)
262 if (ok > 0)
312 ok = ctx->get_issuer(&xtmp, ctx, x);
313 if ((ok <= 0) || X509_cmp(x, xtmp))
318 if (ok == 1) X509_free(xtmp)
514 int i, ok=0, must_be_ca, plen = 0; local
752 int ok; local
804 int i, last, ok; local
830 int ok, cnum; variable
1441 int ok; local
1488 int ok = 0, chnum, cnum; local
1602 int ok; local
1732 int ok=0,n; local
    [all...]
  /external/webp/src/utils/
thread.c 132 int ok = 1; local
136 ok &= (CloseHandle(condition->waiting_sem_) != 0);
137 ok &= (CloseHandle(condition->received_sem_) != 0);
138 ok &= (CloseHandle(condition->signal_event_) != 0);
140 return !ok;
162 int ok = 1; local
168 ok = SetEvent(condition->signal_event_);
171 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) !=
175 return !ok;
180 int ok; local
269 int ok = 1; local
    [all...]
  /external/icu/icu4c/source/config/
gmakever.mk 26 ok:
  /external/libnl/src/
nl-link-set.c 72 int ok = 0; local
109 case 'n': ok++; nl_cli_link_parse_name(link, optarg); break;
110 case 'i': ok++; nl_cli_link_parse_ifindex(link, optarg); break;
118 if (!ok)
  /external/toybox/lib/
lsm.h 54 int ok = 0; local
57 if (CFG_TOYBOX_SMACK) ok = smack_new_label_from_self(&result) > 0;
58 else ok = getcon(&result) == 0;
60 return ok ? result : strdup("?");
  /libcore/luni/src/test/java/tests/security/spec/
ECGenParameterSpecTest.java 59 } catch (NullPointerException ok) {}
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_threadedtempfile.py 59 ok = 0
63 ok += t.ok_count
69 msg = "Errors: errors %d ok %d\n%s" % (len(errors), ok,
72 self.assertEqual(ok, NUM_THREADS * FILES_PER_THREAD)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_threadedtempfile.py 59 ok = 0
63 ok += t.ok_count
69 msg = "Errors: errors %d ok %d\n%s" % (len(errors), ok,
72 self.assertEqual(ok, NUM_THREADS * FILES_PER_THREAD)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threadedtempfile.py 59 ok = 0
63 ok += t.ok_count
69 msg = "Errors: errors %d ok %d\n%s" % (len(errors), ok,
72 self.assertEqual(ok, NUM_THREADS * FILES_PER_THREAD)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threadedtempfile.py 59 ok = 0
63 ok += t.ok_count
69 msg = "Errors: errors %d ok %d\n%s" % (len(errors), ok,
72 self.assertEqual(ok, NUM_THREADS * FILES_PER_THREAD)
  /system/core/metricsd/
metrics_collector_service_impl.cc 34 return android::binder::Status::ok();
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
dotest 20 # if they cmp, we're ok. Otherwise we have to look closer.
24 echo $i is ok.
28 echo Not the same but objcmp ok.

Completed in 1267 milliseconds

1 2 34 5 6 7 8 91011>>