Searched refs:ok (Results 151 - 175 of 1114) sorted by relevance

1234567891011>>

/external/elfutils/0.153/libdwfl/
H A Ddwfl_getmodules.c103 int ok = (*callback) (MODCB_ARGS (m), arg); local
106 if (ok != DWARF_CB_OK)
/external/smack/src/org/apache/harmony/javax/security/sasl/
H A DAuthorizeCallback.java70 public void setAuthorized(boolean ok) { argument
71 authorized = ok;
/external/chromium_org/third_party/leveldatabase/src/db/
H A Drepair.cc72 if (status.ok()) {
77 if (status.ok()) {
119 if (!status.ok()) {
153 if (!status.ok()) {
180 if (!status.ok()) {
211 if (status.ok()) {
231 if (status.ok()) {
263 if (!status.ok()) {
267 if (s2.ok()) {
271 if (!status.ok()) {
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DLexer.pm15 ok defined $lexer;
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DECGenParameterSpecTest.java66 } catch (NullPointerException ok) {
/external/chromium_org/content/child/webcrypto/openssl/
H A Dutil_openssl.cc66 int ok; local
74 ok = EVP_AEAD_CTX_open(&ctx,
89 ok = EVP_AEAD_CTX_seal(&ctx,
101 if (!ok)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DmergeChangeLogs.pl118 ok($exitStatus == 1, "$title: should return 1 for success");
120 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
121 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
132 ok(readFile($fileNewer) eq $expectedContent, "$title: \$fileNewer should be updated to include patch");
187 ok($exitStatus == 0, "$title: should return 0 for failure");
189 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
190 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
191 ok(readFile($fileNewer) eq $fileNewerContent, "$title: \$fileNewer should be unchanged");
244 ok($exitStatus == 1, "$title: should return 1 for success");
246 ok(readFil
[all...]
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
H A Dgraph-view_unittest.js33 ok(lineIsValid(line, length));
/external/qemu-pc-bios/bochs/bios/
H A Dapmbios.S177 jmp APMSYM(ok)
184 jmp APMSYM(ok)
198 jmp APMSYM(ok)
213 jmp APMSYM(ok)
221 jmp APMSYM(ok)
230 jmp APMSYM(ok)
239 jne APMSYM(ok)
250 jne APMSYM(ok)
269 jmp APMSYM(ok)
277 jmp APMSYM(ok)
[all...]
/external/chromium-trace/trace-viewer/src/base/
H A Drect.js132 var ok = true;
133 ok &= this.x < that.right;
134 ok &= this.right > that.x;
135 ok &= this.y < that.bottom;
136 ok &= this.bottom > that.y;
137 return ok;
/external/chromium_org/base/
H A Dasync_socket_io_handler_win.cc48 BOOL ok = ::ReadFile(socket_, buffer, buffer_len, &bytes_read, local
53 // in the case where ok is FALSE and GLE==ERROR_IO_PENDING.
54 is_pending_ = !ok && (GetLastError() == ERROR_IO_PENDING);
55 return ok || is_pending_;
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_detector_test_utils.cc55 bool ok = true; local
62 ok = false;
65 return ok;
/external/chromium_org/third_party/libwebp/utils/
H A Dhuffman.c263 int ok = 0; local
280 ok = 1;
282 ok = ok && IsFull(tree);
283 if (!ok) VP8LHuffmanTreeFree(tree);
284 return ok;
293 int ok = 0; local
314 ok = 1;
316 ok = ok
[all...]
/external/guava/guava-tests/test/com/google/common/hash/
H A DHashFunctionsTest.java64 } catch (IndexOutOfBoundsException ok) {}
68 } catch (IndexOutOfBoundsException ok) {}
72 } catch (IndexOutOfBoundsException ok) {}
/external/iproute2/tc/
H A Dq_fifo.c33 int ok=0; local
44 ok++;
56 if (ok)
/external/libnl/src/
H A Dnl-neigh-add.c53 int err, ok = 0, nlflags = NLM_F_REPLACE | NLM_F_CREATE; local
90 case 'a': ok++; nl_cli_neigh_parse_dst(neigh, optarg); break;
97 if (!ok)
/external/openssl/crypto/evp/
H A Dp_verify.c70 int i = 0,ok = 0,v; local
103 ok=1;
107 if (!ok)
/external/qemu/util/
H A Dcompatfd.c121 bool ok; local
125 ok = (errno != ENOSYS);
129 return ok;
/external/srec/srec/clib/
H A Dvoc_read.c68 * Read word models and their phoneme transcriptions from .ok or .voc files.
73 const char *ok; local
98 ok = voc->ok_file_data;
102 while (*ok != '=') {
103 if (cr_or_nl(*ok)) {
107 token[i++] = *ok++;
110 ok++;
118 while (!cr_or_nl(*ok)) token[i++] = *ok++;
120 ok
[all...]
/external/webp/src/utils/
H A Dhuffman.c263 int ok = 0; local
280 ok = 1;
282 ok = ok && IsFull(tree);
283 if (!ok) VP8LHuffmanTreeFree(tree);
284 return ok;
293 int ok = 0; local
314 ok = 1;
316 ok = ok
[all...]
/external/libcxx/test/localization/locale.stdcvt/
H A Dcodecvt_utf8_utf16_in.pass.cpp39 assert(r == std::codecvt_base::ok);
49 assert(r == std::codecvt_base::ok);
57 assert(r == std::codecvt_base::ok);
64 assert(r == std::codecvt_base::ok);
93 assert(r == std::codecvt_base::ok);
100 assert(r == std::codecvt_base::ok);
114 assert(r == std::codecvt_base::ok);
124 assert(r == std::codecvt_base::ok);
132 assert(r == std::codecvt_base::ok);
139 assert(r == std::codecvt_base::ok);
[all...]
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Drouter.cc109 bool ok = incoming_receiver_->AcceptWithResponder(message, responder); local
110 if (!ok)
112 return ok;
127 bool ok = responder->Accept(message); local
129 return ok;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDimension.cpp58 bool ok = false; local
59 unsigned integerValue = charactersToUIntStrict(characters + lastParsedIndex, position - lastParsedIndex, &ok);
60 ASSERT(ok);
73 double fractionValue = charactersToUIntStrict(fractionNumbers.data(), fractionNumbers.size(), &ok);
74 ASSERT(ok);
/external/openssl/crypto/dh/
H A Ddh_gen.c123 int g,ok= -1; local
178 ok=1;
180 if (ok == -1)
183 ok=0;
191 return ok;
/external/chromium_org/components/autofill/core/browser/
H A Dphone_field.cc200 bool ok = true; local
208 ok = ok && AddClassification(parsed_phone_fields_[FIELD_COUNTRY_CODE],
215 ok = ok && AddClassification(parsed_phone_fields_[FIELD_AREA_CODE],
225 ok = ok && AddClassification(parsed_phone_fields_[FIELD_PHONE],
231 ok = ok && AddClassification(parsed_phone_fields_[FIELD_SUFFIX],
236 ok
[all...]

Completed in 4430 milliseconds

1234567891011>>