/external/icu/icu4c/source/test/intltest/ |
ucaconf.cpp | 228 UBool ok=TRUE; local 237 ok = FALSE; 245 ok = FALSE; 259 ok = FALSE; 262 if(!ok) {
|
/external/iproute2/tc/ |
m_action.c | 174 int ok = 0; local 217 if (ok) 238 ok++;
|
m_pedit.c | 453 int ok = 0, iok = 0; local 463 ok++; 468 if (!ok) { 479 ok++; 486 if (!ok) {
|
m_xt_old.c | 219 int iok = 0, ok = 0; local 259 ok++; 272 ok++; 291 if (!ok && !iok) {
|
/external/iw/ |
interface.c | 48 int ok = 0; local 52 ok = 1; 64 if (!ok) { 87 /* return 0 if ok, internal error otherwise */
|
/external/libbrillo/brillo/streams/ |
tls_stream.cc | 115 int OnCertVerifyResults(int ok, X509_STORE_CTX* ctx); 116 static int OnCertVerifyResultsStatic(int ok, X509_STORE_CTX* ctx); 308 int TlsStream::TlsStreamImpl::OnCertVerifyResults(int ok, X509_STORE_CTX* ctx) { 312 // |ok| is set to 1 if the verification passed and 0 if an error was detected. 317 if (!ok) { 321 return ok; 324 int TlsStream::TlsStreamImpl::OnCertVerifyResultsStatic(int ok, 336 return self ? self->OnCertVerifyResults(ok, ctx) : ok; 422 bool ok = socket_->WaitForData local 432 bool ok = socket_->WaitForData( local [all...] |
/external/libevent/ |
arc4random.c | 341 int ok = 0; local 347 ok = 1; 351 ok = 1; 356 ok = 1; 361 if (!ok && 0 == arc4_seed_sysctl_linux()) 362 ok = 1; 366 ok = 1; 368 return ok ? 0 : -1;
|
bufferevent_async.c | 85 unsigned ok : 1; member in struct:bufferevent_async 193 if (!beva->ok || !(bev->enabled&EV_WRITE) || 217 beva->ok = 0; 239 if (!beva->ok || !(bev->enabled&EV_READ)) { 270 beva->ok = 0; 325 if (!bev_async->ok) 414 ev_ssize_t nbytes, int ok) 428 if (ok) 434 ok? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR); 443 ev_ssize_t nbytes, int ok) [all...] |
/external/libmojo/mojo/edk/system/ |
channel_win.cc | 156 BOOL ok = ConnectNamedPipe(handle_.get().handle, local 158 if (ok) { 286 BOOL ok = ReadFile(handle_.get().handle, local 292 if (ok || GetLastError() == ERROR_IO_PENDING) { 303 BOOL ok = WriteFile(handle_.get().handle, local 309 if (ok || GetLastError() == ERROR_IO_PENDING) {
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
connector_unittest.cc | 284 bool ok = connector0.Accept(&message); local 285 EXPECT_TRUE(ok);
|
/external/libpng/contrib/libtests/ |
timepng.c | 272 int ok = 0; local 292 ok = 1; /* read ok */ 308 if (ok) 365 int ok = 0; local 585 ok = !ferror(stdout); 591 ok = perform_one_test(fp, nfiles, transforms); 604 return ok == 0;
|
/external/libvpx/libvpx/vpx_util/ |
vpx_thread.h | 133 int ok = 1; local 137 ok &= (CloseHandle(condition->waiting_sem_) != 0); 138 ok &= (CloseHandle(condition->received_sem_) != 0); 139 ok &= (CloseHandle(condition->signal_event_) != 0); 141 return !ok; 163 int ok = 1; local 169 ok = SetEvent(condition->signal_event_); 172 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) != 176 return !ok; 181 int ok; local 282 int ok = 1; local 290 int ok = 1; local 305 int ok = 1; local 316 int ok = 1; local 326 int ok = 1; local [all...] |
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
msgctl11.c | 88 int i, j, ok; local 152 ok = 1; 158 ok = 0; 163 ok = 0; 166 ok = 1; 168 } while (ok == 0); 211 "Fork failed (may be OK if under stress)");
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
DNSSD.cpp | 23 BOOL ok;
local 29 ok = BSTRToUTF8( regtype, regtypeUTF8 );
30 require_action( ok, exit, err = kDNSServiceErr_BadParam );
31 ok = BSTRToUTF8( domain, domainUTF8 );
32 require_action( ok, exit, err = kDNSServiceErr_BadParam );
79 BOOL ok;
local 85 ok = BSTRToUTF8( serviceName, serviceNameUTF8 );
86 require_action( ok, exit, err = kDNSServiceErr_BadParam );
87 ok = BSTRToUTF8( regType, regTypeUTF8 );
88 require_action( ok, exit, err = kDNSServiceErr_BadParam ); 186 BOOL ok; local 254 BOOL ok; local 306 BOOL ok; local 450 BOOL ok = TRUE; local 626 BOOL ok; local 698 BOOL ok; local 754 BOOL ok; local 809 BOOL ok; local [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup.c | 176 boolean ok; local 197 ok = try_update_scene_state(setup); 198 if (!ok) 212 ok = lp_scene_bin_everywhere( scene, 215 if (!ok) 225 ok = lp_scene_bin_everywhere( scene, 230 if (!ok) 236 ok = lp_scene_bin_everywhere( scene, 239 if (!ok)
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
native_ximage.c | 99 Status ok; local 104 ok = XGetGeometry(xsurf->xdpy->dpy, xsurf->drawable, 106 if (ok && resource_surface_set_size(xsurf->rsurf, w, h))
|
x11_screen.c | 198 Status ok; local 200 ok = XGetGeometry(xscr->dpy, drawable, &root, 202 if (!ok)
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_blit.c | 287 /* OK, clear this renderbuffer */ 489 bool ok; local 497 ok = intelEmitCopyBlit(intel, 1, 504 assert(ok); 512 ok = intelEmitCopyBlit(intel, 1, 519 assert(ok);
|
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_dmatmp.h | 1190 GLboolean ok = GL_FALSE; local 1197 ok = HAVE_POINTS; 1200 ok = HAVE_LINES && !ctx->Line.StippleFlag; 1203 ok = HAVE_LINE_STRIPS && !ctx->Line.StippleFlag; 1206 ok = HAVE_LINE_STRIPS && !ctx->Line.StippleFlag; 1209 ok = HAVE_TRIANGLES; 1212 ok = HAVE_TRI_STRIPS; 1215 ok = HAVE_TRI_FANS; 1219 ok = GL_TRUE; 1222 ok = (HAVE_TRI_FANS && ctx->Light.ShadeModel == GL_SMOOTH) [all...] |
/external/openssh/ |
ssh-pkcs11-helper.c | 172 int ok = -1; local 190 ok = 0; 197 if (ok == 0) {
|
/external/pdfium/fpdfsdk/ |
cpdfsdk_pageview.cpp | 272 bool ok = pAnnotHandlerMgr->Annot_OnRButtonDown(this, &pAnnot, nFlag, point); local 276 if (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/tools/ |
ok.cpp | 8 // ok is an experimental test harness, maybe to replace DM. Key features: 10 // * ok is entirely opt-in. No more maintaining huge --blacklists. 14 #include "ok.h" 85 enum class Status { OK, Failed, Crashed, Skipped, None }; 293 int ok = 0, failed = 0, crashed = 0, skipped = 0; local 297 case Status::OK: ok++; break; 310 print(ok, "ok"); 349 return Status::OK; [all...] |
/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...] |
/external/v8/src/inspector/ |
v8-heap-profiler-agent-impl.cc | 176 return Response::OK(); 186 return Response::OK(); 194 return Response::OK(); 199 return Response::OK(); 211 return Response::OK(); 228 return Response::OK(); 234 bool ok; local 235 int id = heapSnapshotObjectId.toInteger(&ok); 236 if (!ok) return Response::Error("Invalid heap snapshot object id"); 248 return Response::OK(); 253 bool ok; local [all...] |