/external/wpa_supplicant_8/src/ap/ |
hw_features.c | 182 int sec_chan, ok, j, first; local 197 ok = 0; 203 ok = 1; 207 if (!ok) { 227 ok = 0; 230 ok = 1; 234 if (!ok) { 601 int i, j, ok; local 626 ok = 0; 644 ok = 1 [all...] |
/hardware/ril/mock-ril/src/cpp/ |
protobuf_v8.cpp | 307 bool ok = true; local 315 ok = type->ToProto(repeated ? 391 ok = false; 395 DBG("Type::ToProto(instance, field, value, type, repeated) X: ok=%d", ok); 396 return ok; 405 bool ok = true; local 406 for (int i = 0; ok && (i < descriptor_->field_count()); i++) { 416 ok = ToProto(instance, field, value, child_type, true); 420 for (int j = 0; ok && (j < length); j++) [all...] |
/sdk/find_lock/ |
find_lock.cpp | 190 BOOL ok = OpenProcessToken(GetCurrentProcess(), // ProcessHandle
local 193 if (!ok) {
206 ok = LookupPrivilegeValueA(NULL, // lpSystemName
209 if (!ok) {
214 ok = AdjustTokenPrivileges(tokenH, // TokenHandle
220 if (!ok) {
236 return !!ok;
696 bool ok = getFileName(remoteH, &name);
local 702 ok ? "OK" : "FAIL", [all...] |
/external/icu4c/test/intltest/ |
plurults.cpp | 520 UBool ok = TRUE; local 524 ok = FALSE; 528 ok = FALSE; 536 for (int j = 0; ok && j < count; ++j ) { // we've verified count < 4 540 ok = FALSE; 548 ok = FALSE; 554 ok = FALSE; 560 if (ok && count != -1) { 563 ok = FALSE;
|
/external/openssl/crypto/ec/ |
ec_key.c | 239 int ok = 0; local 290 ok=1; 301 return(ok); 306 int ok = 0; local 374 ok = 1; 380 return(ok); 388 int ok = 0, tmp_nid, is_char_two = 0; local 448 ok = 1; 455 return ok;
|
/external/openssl/crypto/dsa/ |
dsa_gen.c | 137 int ok=0; local 343 ok=1; 345 if (ok) 355 ok=0; 369 return ok;
|
/external/openssl/crypto/rand/ |
md_rand.c | 339 int ok; local 401 ok = (entropy >= ENTROPY_NEEDED); 402 if (!ok) 442 if (ok) 521 if (ok)
|
/external/openssl/ssl/ |
d1_both.c | 170 long max, int *ok); 408 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) 426 *ok=1; 436 i = dtls1_get_message_fragment(s, st1, stn, max, ok); 440 else if ( i <= 0 && !*ok) 474 *ok = 0; 529 dtls1_retrieve_buffered_fragment(SSL *s, long max, int *ok) 540 *ok = 0; 570 *ok = 1; 576 *ok = 0 [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ThreadGroupTest.java | 374 // Now we walk the levels down, checking if parent is ok 892 boolean ok = true; 895 ok = ok && wipeThread(t); 901 ok = ok && wipeAllThreads(element); 904 return ok; 909 boolean ok = true; 923 ok = ok && wipeThread(t) [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
owner_key_utils.cc | 89 bool ok = false; local 103 ok = (safe_file_size == 108 return ok;
|
/external/chromium/net/proxy/ |
proxy_resolver_perftest.cc | 111 EXPECT_EQ(net::OK, rv); 124 ASSERT_EQ(net::OK, result); 143 ASSERT_EQ(net::OK, result); 162 bool ok = file_util::ReadFileToString(path, &file_contents); local 165 LOG_IF(ERROR, !ok) << "Failed to read file: " << path.value(); 166 ASSERT_TRUE(ok); 171 EXPECT_EQ(net::OK, rv);
|
/external/iproute2/tc/ |
m_nat.c | 91 int ok = 0; local 105 ok++; 115 if (!ok) {
|
q_htb.c | 103 int ok=0; local 122 ok++; 156 ok++; 165 ok++; 176 ok++; 187 ok++; 199 /* if (!ok)
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8HTMLOptionsCollectionCustom.cpp | 69 bool ok; local 71 int index = toInt32(args[1], ok); 76 if (!ok)
|
/external/webkit/Source/WebCore/loader/ |
CrossOriginPreflightResultCache.cpp | 47 bool ok = false; local 48 expiryDelta = string.toUIntStrict(&ok); 49 return ok;
|
/external/chromium/chrome/browser/sync/engine/net/ |
server_connection_manager.cc | 178 bool ok = post->Init(path.c_str(), auth_token, params->buffer_in, local 181 if (!ok || RC_REQUEST_OK != params->response->response_code) { 197 // client and return HTTP OK instead of a redirect. 215 bool ok = post->Init(get_time_path.c_str(), blank_post_body, local 217 if (!ok) { 224 ok = post->ReadDownloadResponse(&response, &time_response); 225 if (!ok || string::npos !=
|
/external/chromium/net/udp/ |
udp_socket_libevent.cc | 70 bool ok = read_socket_watcher_.StopWatchingFileDescriptor(); local 71 DCHECK(ok); 72 ok = write_socket_watcher_.StopWatchingFileDescriptor(); 73 DCHECK(ok); 100 return OK; 122 return OK; 277 bool ok = read_socket_watcher_.StopWatchingFileDescriptor(); local 278 DCHECK(ok); 292 return OK;
|
udp_socket_win.cc | 96 return OK; 118 return OK; 227 return OK; 252 BOOL ok = WSAGetOverlappedResult(socket_, &read_overlapped_, local 255 int result = ok ? num_bytes : MapSystemError(WSAGetLastError()); 256 if (ok) { 282 BOOL ok = WSAGetOverlappedResult(socket_, &write_overlapped_, local 285 int result = ok ? num_bytes : MapSystemError(WSAGetLastError()); 286 if (ok)
|
/external/openssl/crypto/des/ |
read_pwd.c | 258 /* return 0 if ok, 1 (or -1) otherwise */ 274 int ok; local 284 ok=0; 289 ok=0; 316 * can return EINVAL instead. This should be ok */ 359 while ((!ok) && (number--)) 390 ok=1; 413 return(!ok);
|
/external/openssl/crypto/evp/ |
bio_enc.c | 82 int ok; /* bad decrypt */ member in struct:enc_struct 120 ctx->ok=1; 190 ctx->ok=i; 299 ctx->ok=1; 338 ctx->ok=(int)ret; 349 ret=(long)ctx->ok;
|
/external/v8/test/mjsunit/regress/ |
regress-create-exception.js | 39 var ok = false; 52 ok = true; 55 assertTrue(ok);
|
/external/webkit/Source/WebCore/html/ |
HTMLImageElement.cpp | 264 bool ok; local 265 int width = getAttribute(widthAttr).toInt(&ok); 266 if (ok) 287 bool ok; local 288 int height = getAttribute(heightAttr).toInt(&ok); 289 if (ok)
|
/packages/apps/KeyChain/src/com/android/keychain/ |
KeyChainService.java | 151 boolean ok = true; 157 ok = false; 163 return ok; 169 boolean ok = true; 171 ok = deleteCertificateEntry(alias); 174 return ok;
|
/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/ |
GSSManagerTest.java | 61 } catch (SecurityException ok) { 67 } catch (SecurityException ok) {
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
TrustAnchorTest.java | 129 } catch (NullPointerException ok) { 136 } catch (NullPointerException ok) { 143 } catch (NullPointerException ok) { 150 } catch (IllegalArgumentException ok) { 157 } catch (IllegalArgumentException ok) { 244 } catch (NullPointerException ok) { 251 } catch (NullPointerException ok) { 259 } catch (NullPointerException ok) {
|