Searched refs:ok (Results 176 - 200 of 1114) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_builder.cc95 if (!ok()) return;
126 if (!ok()) return;
130 if (ok()) {
144 assert(ok());
182 if (r->status.ok()) {
189 if (r->status.ok()) {
208 if (ok() && r->filter_block != NULL) {
214 if (ok()) {
230 if (ok()) {
242 if (ok()) {
[all...]
H A Dtable.cc51 if (!s.ok()) return s;
55 if (!s.ok()) return s;
60 if (s.ok()) {
62 if (s.ok()) {
67 if (s.ok()) {
96 if (!ReadBlock(rep_->file, opt, footer.metaindex_handle(), &contents).ok()) {
116 if (!filter_handle.DecodeFrom(&v).ok()) {
124 if (!ReadBlock(rep_->file, opt, filter_handle, &block).ok()) {
168 if (s.ok()) {
180 if (s.ok()) {
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_thread.c95 int ok = 1; local
111 ok = !pthread_create(&worker->impl_->thread_, NULL, thread_loop, worker);
112 if (ok) worker->status_ = OK;
114 if (!ok) {
126 ok = sync(worker);
128 assert(!ok || (worker->status_ == OK));
129 return ok;
/external/iproute2/tc/
H A Dm_gact.c84 } else if (matches(*argv, "pass") == 0 || matches(*argv, "ok") == 0) {
97 int ok = 0; local
114 ok++;
119 ok++;
126 if (ok) {
132 if (ok && argc > 0) {
181 ok++;
187 if (!ok)
H A Dm_skbedit.c56 int ok = 0; local
77 ok++;
85 ok++;
93 ok++;
132 ok++;
136 if (!ok) {
/external/libcxx/test/localization/locale.stdcvt/
H A Dcodecvt_utf8_in.pass.cpp39 assert(r == std::codecvt_base::ok);
48 assert(r == std::codecvt_base::ok);
56 assert(r == std::codecvt_base::ok);
64 assert(r == std::codecvt_base::ok);
95 assert(r == std::codecvt_base::ok);
103 assert(r == std::codecvt_base::ok);
117 assert(r == std::codecvt_base::ok);
126 assert(r == std::codecvt_base::ok);
137 assert(r == std::codecvt_base::ok);
145 assert(r == std::codecvt_base::ok);
[all...]
H A Dcodecvt_utf16_in.pass.cpp39 assert(r == std::codecvt_base::ok);
47 assert(r == std::codecvt_base::ok);
55 assert(r == std::codecvt_base::ok);
64 assert(r == std::codecvt_base::ok);
94 assert(r == std::codecvt_base::ok);
103 assert(r == std::codecvt_base::ok);
117 assert(r == std::codecvt_base::ok);
125 assert(r == std::codecvt_base::ok);
133 assert(r == std::codecvt_base::ok);
142 assert(r == std::codecvt_base::ok);
[all...]
/external/safe-iop/include/
H A Dsafe_iop.h107 ({ int __sio(var)(ok) = 0; \
114 __sio(var)(ok) = safe_sadd(__sio(var)(p), \
118 __sio(var)(ok) = safe_uadd(__sio(var)(p), \
123 __sio(var)(ok); })
156 ({ int __sio(var)(ok) = 0; \
163 __sio(var)(ok) = safe_ssub(__sio(var)(p), \
167 __sio(var)(ok) = safe_usub(__sio(var)(p), \
172 __sio(var)(ok); })
208 ({ int __sio(var)(ok) = 0; \
215 __sio(var)(ok)
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A DRTPencode.cc887 int ok=0; local
891 ok=WebRtcVad_Create(&VAD_inst[k]);
892 if (ok!=0) {
896 ok=WebRtcVad_Init(VAD_inst[k]);
897 if (ok==-1) {
905 ok=WebRtcCng_CreateEnc(&CNGenc_inst[k]);
906 if (ok!=0) {
911 ok=WebRtcCng_InitEnc(CNGenc_inst[k],sampfreq, 200, 5);
912 if (ok==-1) {
943 ok
[all...]
/external/chromium_org/remoting/webapp/unittests/
H A Dbase_unittest.js91 ok(true, 'Promise.sleep() is fulfilled after delay.');
101 ok(!isCalled, 'Promise.sleep() should not be fulfilled prematurely.');
110 ok.bind(null, true),
111 ok.bind(null, false));
113 ok.bind(null, false),
114 ok.bind(null, true));
133 QUnit.ok(false, 'The reject handler should not be invoked.');
145 QUnit.ok(false, 'The then handler should not be invoked.');
188 ok(false);
190 ok(tru
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dxml.js96 var ok;
99 ok = stream.eatWhile(/[a-fA-F\d]/) && stream.eat(";");
101 ok = stream.eatWhile(/[\d]/) && stream.eat(";");
104 ok = stream.eatWhile(/[\w\.\-:]/) && stream.eat(";");
106 return ok ? "atom" : "error";
/external/chromium_org/third_party/boringssl/src/tool/
H A Dclient.cc79 bool ok = false; local
112 ok = true;
116 return ok;
129 bool ok; local
133 ok = 0 == ioctlsocket(sock, FIOBIO, &arg);
144 ok = 0 == fcntl(sock, F_SETFL, flags);
146 if (!ok) {
149 return ok;
287 bool ok = TransferData(ssl, sock); local
291 return ok;
[all...]
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat48 echo Test 1 ok
56 echo Test 2 ok
73 echo Test 3 ok
95 echo Test 4 ok
115 echo Test 5 ok
134 echo Test 6 ok
147 echo Test 7 ok
159 echo Test 8 ok
170 echo Test 9 ok
179 echo Test 10 ok
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dname_field.cc211 bool ok = AddClassification(first_name_, NAME_FIRST, map); local
212 ok = ok && AddClassification(last_name_, NAME_LAST, map);
214 ok = ok && AddClassification(middle_name_, type, map);
215 return ok;
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketPerMessageDeflate.cpp107 bool ok = false; local
108 windowBits = clientMaxWindowBits->value.toIntStrict(&ok);
109 if (!ok || windowBits < 8 || windowBits > 15 || clientMaxWindowBits->value[0] == '+' || clientMaxWindowBits->value[0] == '0') {
127 bool ok = false; local
128 int bits = serverMaxWindowBits->value.toIntStrict(&ok);
129 if (!ok || bits < 8 || bits > 15 || serverMaxWindowBits->value[0] == '+' || serverMaxWindowBits->value[0] == '0') {
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_prn.c102 int ok = 1; local
114 ok = 0;
120 ok = 0;
126 if(!method->i2r(method, ext_str, out, indent)) ok = 0;
127 } else ok = 0;
134 return ok;
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dtable_cache.cc57 if (!s.ok()) {
59 if (env_->NewRandomAccessFile(old_fname, &file).ok()) {
63 if (s.ok()) {
67 if (!s.ok()) {
92 if (!s.ok()) {
113 if (s.ok()) {
/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp110 JSBool ok, found; local
122 ok = JS_TRUE;
128 ok = JS_FALSE;
139 ok = (fun != NULL);
140 if (ok)
146 return ok;
/external/libcxx/test/localization/locales/locale/locale.cons/
H A Ddefault.pass.cpp71 int ok; local
80 ok = new_called;
82 assert(new_called == ok);
84 assert(new_called == ok);
86 assert(new_called == ok);
88 assert(new_called == ok);
/external/oprofile/libutil++/
H A Dchild_reader.cpp167 bool ok = true; local
179 while (temp_pos < end1 && ok) {
182 ok = false;
185 // !ok ==> endl has been read so do not copy it.
186 result.append(&buf1[pos1], (temp_pos - pos1) - !ok);
188 if (!ok || !end1)
194 if (ok && temp != end2)
H A Dop_spu_bfd.cpp43 extra_images const & extra_images, bool & ok)
67 if (!ok)
73 ok = false;
79 ok = false;
88 ok = false;
112 ok = false;
41 op_bfd(uint64_t spu_offset, string const & fname, string_filter const & symbol_filter, extra_images const & extra_images, bool & ok) argument
/external/skia/src/xml/
H A DSkJS.cpp110 JSBool ok, found; local
122 ok = JS_TRUE;
128 ok = JS_FALSE;
139 ok = (fun != NULL);
140 if (ok)
146 return ok;
/external/webp/examples/
H A Ddwebp.c253 int ok = 1; local
264 for (y = 0; ok && y < height; ++y) {
265 ok &= (fwrite(yuv->y + y * yuv->y_stride, width, 1, fout) == 1);
271 for (y = 0; ok && y < uv_height; ++y) {
272 ok &= (fwrite(yuv->u + y * yuv->u_stride, uv_width, 1, fout) == 1);
273 ok &= (fwrite(yuv->v + y * yuv->v_stride, uv_width, 1, fout) == 1);
276 for (y = 0; ok && y < uv_height; ++y) {
277 ok &= (fwrite(yuv->u + y * yuv->u_stride, uv_width, 1, fout) == 1);
279 for (y = 0; ok && y < uv_height; ++y) {
280 ok
296 int ok = 1; local
449 int ok; local
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicLineParser.java162 boolean ok = true;
163 for (int j=0; ok && (j<protolength); j++) {
164 ok = (buffer.charAt(i+j) == protoname.charAt(j));
166 if (ok) {
167 ok = (buffer.charAt(i+protolength) == '/');
169 if (!ok) {
264 boolean ok = true;
265 for (int j=0; ok && (j<protolength); j++) {
266 ok = (buffer.charAt(index+j) == protoname.charAt(j));
268 if (ok) {
[all...]
/external/chromium_org/ipc/mojo/
H A Dipc_mojo_perftest.cc41 bool ok = IPCTestBase::DidStartClient(); variable
42 DCHECK(ok); variable
44 return ok;

Completed in 702 milliseconds

1234567891011>>