Searched defs:ok (Results 26 - 50 of 737) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/s390x/
H A Dspechelper-cr.c22 int wrong, ok, v1, v2; local
27 wrong = ok = 0;
29 if (branch(0, v1, v2)) ++wrong; else ++ok;
30 if (branch(1, v1, v2)) ++wrong; else ++ok;
31 if (branch(2, v1, v2)) ++wrong; else ++ok;
32 if (branch(3, v1, v2)) ++wrong; else ++ok;
33 if (branch(4, v1, v2)) ++wrong; else ++ok;
34 if (branch(5, v1, v2)) ++wrong; else ++ok;
35 if (branch(6, v1, v2)) ++wrong; else ++ok;
36 if (branch(7, v1, v2)) ++wrong; else ++ok;
55 int wrong, ok, v1, v2; local
88 int wrong, ok, v1, v2; local
[all...]
H A Dspechelper-ltr.c22 int wrong, ok, v1; local
27 wrong = ok = 0;
28 if (branch(0, v1)) ++wrong; else ++ok;
29 if (branch(1, v1)) ++wrong; else ++ok;
30 if (branch(2, v1)) ++wrong; else ++ok;
31 if (branch(3, v1)) ++wrong; else ++ok;
32 if (branch(4, v1)) ++wrong; else ++ok;
33 if (branch(5, v1)) ++wrong; else ++ok;
34 if (branch(6, v1)) ++wrong; else ++ok;
35 if (branch(7, v1)) ++wrong; else ++ok;
54 int wrong, ok, v1; local
85 int wrong, ok, v1; local
[all...]
H A Dspechelper-or.c22 int wrong, ok, v1, v2; local
27 wrong = ok = 0;
28 if (branch(0, v1, v2)) ++wrong; else ++ok;
29 if (branch(1, v1, v2)) ++wrong; else ++ok;
30 if (branch(2, v1, v2)) ++wrong; else ++ok;
31 if (branch(3, v1, v2)) ++wrong; else ++ok;
32 if (branch(4, v1, v2)) ++wrong; else ++ok;
33 if (branch(5, v1, v2)) ++wrong; else ++ok;
34 if (branch(6, v1, v2)) ++wrong; else ++ok;
35 if (branch(7, v1, v2)) ++wrong; else ++ok;
54 int wrong, ok, v1, v2; local
[all...]
H A Dspechelper-slgr.c29 int wrong, ok; local
34 wrong = ok = 0;
36 if (branch(0, v1, v2)) ++wrong; else ++ok;
37 if (branch(1, v1, v2)) ++wrong; else ++ok;
38 if (branch(2, v1, v2)) ++ok; else ++wrong;
39 if (branch(3, v1, v2)) ++ok; else ++wrong;
40 if (branch(4, v1, v2)) ++wrong; else ++ok;
41 if (branch(5, v1, v2)) ++wrong; else ++ok;
42 if (branch(6, v1, v2)) ++ok; else ++wrong;
43 if (branch(7, v1, v2)) ++ok; els
63 int wrong, ok; local
99 int wrong, ok; local
[all...]
H A Dspechelper-slr.c27 int wrong, ok; local
32 wrong = ok = 0;
34 if (branch(0, v1, v2)) ++wrong; else ++ok;
35 if (branch(1, v1, v2)) ++wrong; else ++ok;
36 if (branch(2, v1, v2)) ++ok; else ++wrong;
37 if (branch(3, v1, v2)) ++ok; else ++wrong;
38 if (branch(4, v1, v2)) ++wrong; else ++ok;
39 if (branch(5, v1, v2)) ++wrong; else ++ok;
40 if (branch(6, v1, v2)) ++ok; else ++wrong;
41 if (branch(7, v1, v2)) ++ok; els
61 int wrong, ok; local
97 int wrong, ok; local
[all...]
/external/chromium_org/android_webview/native/
H A Daw_picture.cc41 bool ok = JavaBrowserViewRendererHelper::GetInstance() local
48 LOG_IF(ERROR, !ok) << "Couldn't draw picture";
/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/base/json/
H A Dstring_escape.cc118 bool ok = EscapeJSONStringImpl(str, true, &dest); local
119 DCHECK(ok);
125 bool ok = EscapeJSONStringImpl(str, true, &dest); local
126 DCHECK(ok);
/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/net/
H A Dnetwork_portal_detector_test_utils.cc55 bool ok = true; local
62 ok = false;
65 return ok;
/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/chrome/renderer/spellchecker/
H A Dspellcheck_provider_mac_unittest.cc42 bool ok = SpellCheckHostMsg_RequestTextCheck::Read( local
44 EXPECT_TRUE(ok);
68 bool ok = SpellCheckHostMsg_RequestTextCheck::Read( local
70 EXPECT_TRUE(ok);
74 ok = SpellCheckHostMsg_RequestTextCheck::Read(
76 EXPECT_TRUE(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...]
/external/chromium_org/net/cert/
H A Dct_log_verifier_openssl.cc109 bool ok = ( local
119 return ok;
/external/chromium_org/net/quic/crypto/
H A Dcrypto_utils_test.cc112 bool ok = CryptoUtils::ExportKeyingMaterial(subkey_secret, local
117 EXPECT_EQ(expect_ok, ok);
/external/chromium_org/remoting/host/linux/
H A Dx11_util.h32 bool ok() const { return ok_; } function in class:remoting::ScopedXErrorHandler
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLHRElement.cpp64 bool ok; local
65 int v = value.toInt(&ok);
66 if (ok && !v)
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaConstraintsImpl.cpp66 bool ok = constraintsDictionary.get(mandatoryName, mandatoryConstraintsDictionary); local
67 if (!ok || mandatoryConstraintsDictionary.isUndefinedOrNull())
71 ok = mandatoryConstraintsDictionary.getOwnPropertiesAsStringHashMap(mandatoryConstraintsHashMap);
72 if (!ok)
83 bool ok = DictionaryHelper::get(constraintsDictionary, optionalName, optionalConstraints); local
84 if (!ok || optionalConstraints.isUndefinedOrNull())
88 ok = optionalConstraints.length(numberOfConstraints);
89 if (!ok)
94 ok = optionalConstraints.get(i, constraint);
95 if (!ok || constrain
[all...]
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/
H A Dboringssl_unittest.cc34 const bool ok = output.size() >= 5 && local
38 EXPECT_TRUE(ok) << output;
/external/chromium_org/third_party/boringssl/src/crypto/dh/
H A Dcheck.c65 int ok = 0; local
85 ok = 1;
89 return ok;
101 int ok = 0; local
172 ok = 1;
179 return ok;
/external/chromium_org/third_party/boringssl/src/crypto/sha/
H A Dsha1_test.c104 int ok = 1; local
117 ok = 0;
121 ok &= test_incremental();
123 if (ok) {
127 return ok ? 0 : 1;
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_clnt.c588 int al, ok = 0; local
600 &ok);
603 if (!ok) return((int)n);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_prim.h42 boolean ok = TRUE; local
46 ok = (nr >= 1);
49 ok = (nr >= 2);
53 ok = (nr >= 2);
56 ok = (nr >= 3);
61 ok = (nr >= 3);
64 ok = (nr >= 4);
67 ok = (nr >= 4);
70 ok = 0;
74 return ok;
80 boolean ok = TRUE; local
[all...]

Completed in 2490 milliseconds

1234567891011>>