Searched refs:ok (Results 101 - 125 of 1114) sorted by relevance

1234567891011>>

/external/libunwind/tests/
H A DLtest-varargs.c10 int ok; variable
31 ok = 1;
74 if (!ok)
/external/protobuf/src/google/protobuf/testing/
H A Dzcgzip.cc61 bool ok; local
63 ok = out.Next(&outptr, &outlen);
64 if (!ok) {
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv.cc41 if (!s.ok()) {
45 if (s.ok() && should_sync) {
48 if (s.ok()) {
52 if (!s.ok()) {
72 if (!s.ok()) {
80 if (!s.ok()) {
/external/openssl/crypto/dh/
H A Ddh_check.c75 int ok=0; local
115 ok=1;
119 return(ok);
124 int ok=0; local
138 ok = 1;
141 return(ok);
/external/srec/config/en.us/
H A Dconfig.mk7 dictionary/basic.ok \
8 dictionary/enroll.ok \
9 dictionary/cmu6plus.ok.zip \
/external/chromium_org/third_party/libwebp/dec/
H A Dbuffer.c37 int ok = 1; local
42 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 &= (y_stride >= width);
57 ok &= (u_stride >= (width + 1) / 2);
58 ok &= (v_stride >= (width + 1) / 2);
59 ok &= (buf->y != NULL);
60 ok
[all...]
H A Dalpha.c47 int ok = 0; local
76 ok = (alpha_data_size >= alpha_decoded_size);
79 ok = VP8LDecodeAlphaHeader(dec, alpha_data, alpha_data_size, output);
81 return ok;
149 int ok = 0; local
151 ok = ALPHDecode(dec, row, num_rows);
152 if (ok && dec->alpha_dithering_ > 0) {
153 ok = WebPDequantizeLevels(dec->alpha_plane_, width, height,
156 if (!ok || dec->is_alpha_decoded_) {
160 if (!ok) retur
[all...]
/external/chromium_org/third_party/sinonjs/src/
H A Dsinon-qunit.js36 QUnit.ok(false, msg);
40 QUnit.ok(true, assertion);
/external/clang/test/PCH/
H A Dselector-warning.h13 a = @selector(ok); // expected-warning {{unimplemented selector 'ok'}}
14 a = @selector(ok);
/external/e2fsprogs/tests/
H A Dtest_post4 num_ok=`ls *.ok 2>/dev/null | wc -l`
/external/webp/src/dec/
H A Dbuffer.c37 int ok = 1; local
42 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 &= (y_stride >= width);
57 ok &= (u_stride >= (width + 1) / 2);
58 ok &= (v_stride >= (width + 1) / 2);
59 ok &= (buf->y != NULL);
60 ok
[all...]
H A Dalpha.c47 int ok = 0; local
76 ok = (alpha_data_size >= alpha_decoded_size);
79 ok = VP8LDecodeAlphaHeader(dec, alpha_data, alpha_data_size, output);
81 return ok;
149 int ok = 0; local
151 ok = ALPHDecode(dec, row, num_rows);
152 if (ok && dec->alpha_dithering_ > 0) {
153 ok = WebPDequantizeLevels(dec->alpha_plane_, width, height,
156 if (!ok || dec->is_alpha_decoded_) {
160 if (!ok) retur
[all...]
/external/valgrind/main/VEX/switchback/
H A Dbinary_switchback.pl223 my $ok=0;
232 $ok = 0; # stop on prev line
236 if ($ok) {
249 $ok = 1;
253 $ok = 1;
320 my $ok = 1;
325 $ok = 0;
334 # If we're ok so far (no seg faults) then test for correct output
335 if ($ok) {
336 $ok
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_vfy.c109 static int null_callback(int ok,X509_STORE_CTX *e);
140 static int null_callback(int ok, X509_STORE_CTX *e) argument
142 return ok;
192 int depth,i,ok=0; local
246 ok = ctx->get_issuer(&xtmp, ctx, x);
247 if (ok < 0)
248 return ok;
252 if (ok > 0)
302 ok = ctx->get_issuer(&xtmp, ctx, x);
303 if ((ok <
511 int i, ok=0, must_be_ca, plen = 0; local
734 int ok; local
786 int i, last, ok; local
811 int ok, cnum; local
1422 int ok; local
1469 int ok = 0, chnum, cnum; local
1583 int ok; local
1713 int ok=0,n; local
[all...]
/external/openssl/crypto/x509/
H A Dx509_vfy.c111 static int null_callback(int ok,X509_STORE_CTX *e);
141 static int null_callback(int ok, X509_STORE_CTX *e) argument
143 return ok;
158 int depth,i,ok=0; local
252 ok = ctx->get_issuer(&xtmp, ctx, x);
253 if ((ok <= 0) || X509_cmp(x, xtmp))
258 if (ok == 1) X509_free(xtmp);
260 ok=cb(0,ctx);
261 if (!ok) goto end;
293 ok
671 int i, last, ok; local
696 int ok, cnum; local
1306 int ok; local
1353 int ok = 0, chnum, cnum; local
1458 int ok; local
1588 int ok=0,n; local
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dcredit_card_field.cc240 bool ok = true; local
242 ok = ok && AddClassification(numbers_[index], CREDIT_CARD_NUMBER, map);
245 ok = ok && AddClassification(type_, CREDIT_CARD_TYPE, map);
246 ok = ok &&
254 ok = ok && AddClassification(cardholder_, CREDIT_CARD_NAME, map);
257 ok
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathUtilities.cpp107 bool ok = parser->parsePathDataFromSource(NormalizedParsing); local
109 return ok;
122 bool ok = parser->parsePathDataFromSource(NormalizedParsing); local
124 return ok;
137 bool ok = parser->parsePathDataFromSource(parsingMode); local
140 return ok;
157 bool ok = parser->parsePathDataFromSource(parsingMode); local
162 return ok;
180 bool ok = blender->addAnimatedPath(&fromSource, &bySource, builder, repeatCount); local
182 return ok;
196 bool ok = parser->parsePathDataFromSource(NormalizedParsing); local
213 bool ok = parser->parsePathDataFromSource(NormalizedParsing); local
230 bool ok = parser->parsePathDataFromSource(NormalizedParsing); local
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DrunPatchCommand.pl50 ok($exitStatus != 0, $title);
76 ok($exitStatus == 0, $title);
84 ok($exitStatus == 0, $title);
92 ok($exitStatus == 0, $title);
/external/chromium_org/third_party/icu/source/config/
H A Dgmakever.mk26 ok:
/external/chromium_org/v8/test/promises-aplus/lib/
H A Dassert.js41 function ok(value, message) { function
72 return ok(value, message);
84 assert.ok = ok;
/external/icu/icu4c/source/config/
H A Dgmakever.mk26 ok:
/external/libnl/src/
H A Dnl-link-set.c72 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/chromium_org/net/http/
H A Dhttp_auth_handler.cc37 bool ok = Init(challenge); local
41 DCHECK(!ok || score_ != -1);
42 DCHECK(!ok || properties_ != -1);
43 DCHECK(!ok || auth_scheme_ != HttpAuth::AUTH_SCHEME_MAX);
45 return ok;
/external/chromium_org/third_party/libwebp/enc/
H A Dalpha.c52 int ok = 0; local
87 ok = VP8LBitWriterInit(&tmp_bw, (width * height) >> 3);
88 ok = ok && (VP8LEncodeStream(&config, &picture, &tmp_bw) == VP8_ENC_OK);
90 if (ok) {
96 return ok && !bw->error_;
114 int ok = 0; local
146 ok = VP8BitWriterAppend(&result->bw, alpha_src, width * height);
147 ok = ok
229 int ok = 1; local
278 int ok = 1; local
400 int ok = 1; local
[all...]
/external/webp/src/enc/
H A Dalpha.c52 int ok = 0; local
87 ok = VP8LBitWriterInit(&tmp_bw, (width * height) >> 3);
88 ok = ok && (VP8LEncodeStream(&config, &picture, &tmp_bw) == VP8_ENC_OK);
90 if (ok) {
96 return ok && !bw->error_;
114 int ok = 0; local
146 ok = VP8BitWriterAppend(&result->bw, alpha_src, width * height);
147 ok = ok
229 int ok = 1; local
278 int ok = 1; local
400 int ok = 1; local
[all...]

Completed in 7343 milliseconds

1234567891011>>