Searched refs:ok (Results 226 - 250 of 1114) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc105 if (!s.ok()) {
151 shutting_down_.Release_Store(this); // Any non-NULL value is ok
187 if (!s.ok()) {
195 if (s.ok()) {
200 if (s.ok()) {
210 if (s->ok() || options_.paranoid_checks) {
219 if (!bg_error_.ok()) {
283 if (!s.ok()) {
290 if (!s.ok()) {
305 if (s.ok()) {
1361 bool ok = ConsumeDecimalNumber(&in, &level) && in.empty(); local
[all...]
/external/iproute2/tc/
H A Dq_gred.c120 int ok=0; local
140 ok++;
142 if (ok) {
154 ok++;
161 ok++;
172 ok++;
179 ok++;
186 ok++;
193 ok++;
198 ok
[all...]
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database.cc177 return DatabaseErrorCheck(s.ok());
221 return DatabaseErrorCheck(s.ok());
235 return DatabaseErrorCheck(s.ok());
257 return DatabaseErrorCheck(s.ok());
282 if (!DatabaseErrorCheck(it->status().ok())) {
342 if (!s.ok()) {
350 if (!s.ok()) {
390 bool SessionStorageDatabase::CallerErrorCheck(bool ok) const {
391 DCHECK(ok);
392 return ok;
395 ConsistencyCheck(bool ok) argument
407 DatabaseErrorCheck(bool ok) argument
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dopenssladapter.cc668 bool ok = false; local
705 ok = true;
720 if (ok)
726 if (!ok
732 ok = true;
738 if (!ok && ignore_bad_cert) {
741 ok = true;
744 return ok;
748 bool ok = VerifyServerName(ssl, host, ignore_bad_cert()); local
750 if (ok) {
795 SSLVerifyCallback(int ok, X509_STORE_CTX* store) argument
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc724 bool* ok) {
727 *ok = false;
733 *ok = false;
740 *ok = false;
750 *ok = true;
757 bool* ok) {
760 *ok = false;
766 *ok = false;
775 *ok = false;
785 *ok
722 CompareEncodedStringsWithLength(StringPiece* slice1, StringPiece* slice2, bool* ok) argument
755 CompareEncodedBinary(StringPiece* slice1, StringPiece* slice2, bool* ok) argument
814 CompareEncodedIDBKeys(StringPiece* slice_a, StringPiece* slice_b, bool* ok) argument
874 Compare(const StringPiece& a, const StringPiece& b, bool only_compare_index_keys, bool* ok) argument
897 CompareSuffix(StringPiece* a, StringPiece* b, bool only_compare_index_keys, bool* ok) argument
906 CompareSuffix(StringPiece* slice_a, StringPiece* slice_b, bool only_compare_index_keys, bool* ok) argument
916 CompareSuffix(StringPiece* slice_a, StringPiece* slice_b, bool only_compare_index_keys, bool* ok) argument
924 CompareSuffix(StringPiece* slice_a, StringPiece* slice_b, bool only_compare_index_keys, bool* ok) argument
932 CompareSuffix(StringPiece* slice_a, StringPiece* slice_b, bool only_compare_index_keys, bool* ok) argument
962 Compare(const StringPiece& a, const StringPiece& b, bool only_compare_index_keys, bool* ok) argument
1124 bool ok; local
[all...]
H A Dindexed_db_backing_store.cc212 if (!s.ok())
238 if (!s.ok())
265 if (!s.ok())
318 if (!s.ok())
333 if (!s.ok())
365 if (!s.ok()) {
393 s.ok() && it->IsValid() && CompareKeys(it->Key(), stop_key) < 0;
398 if (!s.ok()) {
413 if (s.ok() && db_schema_version < 2) {
428 if (!s.ok()) {
516 bool ok = leveldb_transaction->Get(key_gen_key, &data, &found).ok(); local
1490 bool ok = local
1520 bool ok = local
2505 bool ok = IndexMetaDataKey::Decode(&slice, &meta_data_key); local
2535 bool ok = IndexMetaDataKey::Decode(&slice, &meta_data_key); local
[all...]
/external/chromium_org/cc/trees/
H A Docclusion.cc53 bool ok = draw_transform_.GetInverse(&inverse_draw_transform); local
54 DCHECK(ok);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata_storage.cc147 if (status.ok())
160 if (status.ok())
234 return !it_->status().ok();
266 if (!leveldb::DB::Open(options, resource_map_path.AsUTF8Unsafe(), &db).ok())
275 &serialized_header).ok() ||
297 if (!it->status().ok())
305 if (!it->status().ok())
308 return resource_map->Write(leveldb::WriteOptions(), &batch).ok();
352 if (!it->status().ok())
361 return resource_map->Write(leveldb::WriteOptions(), &batch).ok();
979 const bool ok = status.ok() && local
[all...]
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_message_filter_mac_browsertest.cc54 bool ok = SpellCheckMsg_RespondTextCheck::Read( local
58 EXPECT_TRUE(ok);
/external/chromium_org/net/cert/
H A Dx509_cert_types.cc22 // |*ok| is set to false if there is an error in parsing the number, but left
24 int ParseIntAndAdvance(const char** field, size_t field_len, bool* ok) { argument
26 *ok &= base::StringToInt(base::StringPiece(*field, field_len), &result);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserIdioms.cpp183 bool ok;
185 value = sign * charactersToIntStrict(digits.characters8(), digits.length(), &ok);
187 value = sign * charactersToIntStrict(digits.characters16(), digits.length(), &ok);
188 return ok;
243 bool ok;
245 value = charactersToUIntStrict(digits.characters8(), digits.length(), &ok);
247 value = charactersToUIntStrict(digits.characters16(), digits.length(), &ok);
248 return ok;
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCIceCandidate.cpp44 bool ok = DictionaryHelper::get(dictionary, "candidate", candidate); local
45 if (!ok || !candidate.length()) {
H A DRTCSessionDescription.cpp53 bool ok = DictionaryHelper::get(descriptionInitDict, "type", type); local
54 if (ok && !verifyType(type)) {
/external/chromium_org/third_party/boringssl/src/crypto/dh/
H A Ddh_impl.c95 int g, ok = 0; local
162 ok = 1;
165 if (!ok) {
173 return ok;
177 int ok = 0; local
238 ok = 1;
241 if (ok != 1) {
252 return ok;
/external/chromium_org/third_party/boringssl/src/crypto/dsa/
H A Ddsa_test.c105 int counter, ok = 0, i, j; local
165 ok = 1;
171 if (!ok) {
181 if (ok) {
185 return ok == 1 ? 0 : 1;
190 static int ok = 0, num = 0; local
202 ok++;
211 if (!ok && p == 0 && num > 1) {
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtzselect.ksh280 ok=
281 select ok in Yes No
283 case $ok in
288 case $ok in
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.cc62 BOOL ok = WriteFile(handle, buf, len, &wrote, NULL); local
63 // We do not use an asynchronous file handle, so ok==false means an error
64 if (!ok) break;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.cc62 BOOL ok = WriteFile(handle, buf, len, &wrote, NULL); local
63 // We do not use an asynchronous file handle, so ok==false means an error
64 if (!ok) break;
/external/e2fsprogs/lib/ext2fs/
H A Dtst_badblocks.c97 int i, ok; local
104 ok = i = 1;
108 ok = 0;
112 if (ok)
123 int i, match, ok; local
128 ok = 1;
130 ok = 0;
135 ok ? "OK" : "NOT OK");
/external/icu/icu4c/source/tools/tzcode/
H A Dtzselect.ksh280 ok=
281 select ok in Yes No
283 case $ok in
288 case $ok in
/external/chromium_org/net/socket/
H A Dsocket_libevent.cc386 bool ok = accept_socket_watcher_.StopWatchingFileDescriptor();
387 DCHECK(ok);
413 bool ok = write_socket_watcher_.StopWatchingFileDescriptor();
414 DCHECK(ok);
429 bool ok = read_socket_watcher_.StopWatchingFileDescriptor();
430 DCHECK(ok);
446 bool ok = write_socket_watcher_.StopWatchingFileDescriptor();
447 DCHECK(ok);
454 bool ok = accept_socket_watcher_.StopWatchingFileDescriptor(); local
455 DCHECK(ok);
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dsyntax.c317 int ok = 0; local
322 ok = GeneratePartition0(enc);
323 if (!ok) return 0;
355 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
366 ok = ok && pic->writer(buf, size, pic);
368 ok = ok && WebPReportProgress(pic, enc->percent_ + percent_per_part,
373 if (ok
[all...]
/external/stlport/test/unit/
H A Dlist_test.cpp299 CPPUNIT_CHECK( stack1.ok() );
300 CPPUNIT_CHECK( stack2.ok() );
321 CPPUNIT_CHECK( stack1.ok() );
322 CPPUNIT_CHECK( stack2.ok() );
343 CPPUNIT_CHECK( stack1.ok() );
344 CPPUNIT_CHECK( stack2.ok() );
355 CPPUNIT_CHECK( stack1.ok() );
356 CPPUNIT_CHECK( stack2.ok() );
367 CPPUNIT_CHECK( stack1.ok() );
368 CPPUNIT_CHECK( stack2.ok() );
[all...]
/external/webp/src/enc/
H A Dsyntax.c317 int ok = 0; local
322 ok = GeneratePartition0(enc);
323 if (!ok) return 0;
355 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
366 ok = ok && pic->writer(buf, size, pic);
368 ok = ok && WebPReportProgress(pic, enc->percent_ + percent_per_part,
373 if (ok
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DEllipticCurveTest.java86 } catch (NullPointerException ok) {
98 } catch (NullPointerException ok) {
110 } catch (NullPointerException ok) {
136 } catch (IllegalArgumentException ok) {
149 } catch (IllegalArgumentException ok) {
162 } catch (IllegalArgumentException ok) {
175 } catch (IllegalArgumentException ok) {
201 } catch (IllegalArgumentException ok) {
214 } catch (IllegalArgumentException ok) {
227 } catch (IllegalArgumentException ok) {
[all...]

Completed in 1371 milliseconds

1234567891011>>