/external/v8/src/regexp/ |
regexp-macro-assembler.cc | 93 Label ok; local 95 LoadCurrentCharacter(cp_offset, &ok); 96 CheckCharacterNotInRange(kTrailSurrogateStart, kTrailSurrogateEnd, &ok); 98 LoadCurrentCharacter(cp_offset - 1, &ok); 100 Bind(&ok);
|
/external/valgrind/coregrind/ |
m_cache.c | 761 Bool ok = get_cache_info(vai); local 765 if (! ok) { 768 ok = cache_info_is_sensible(ci); 770 if (! ok) { 780 if (! ok ) { 788 return ok;
|
/external/valgrind/coregrind/m_debuginfo/ |
d3basics.c | 521 Bool ok; local 608 ok = get_Dwarf_Reg( &a1, fbval.word, regs ); 609 if (!ok) return fbval; /* propagate failure */ [all...] |
/external/valgrind/coregrind/m_initimg/ |
initimg-solaris.c | 516 Bool ok; local 553 ok = VG_(am_create_reservation)(resvn_start, 557 if (ok) { 563 if (!ok || sr_isError(res)) { [all...] |
/external/valgrind/memcheck/tests/amd64/ |
xsave-avx.c | 171 Bool ok = True; local 176 ok = ok && (((ecx >> 26) & 1) == 1); 181 ok = ok && (((ecx >> 27) & 1) == 1); 186 ok = ok && (edx == 0) && (eax == 7); 188 if (ok) return;
|
/external/webp/src/dec/ |
buffer_dec.c | 42 int ok = 1; local 47 ok = 0; 60 ok &= (y_size <= buf->y_size); 61 ok &= (u_size <= buf->u_size); 62 ok &= (v_size <= buf->v_size); 63 ok &= (y_stride >= width); 64 ok &= (u_stride >= uv_width); 65 ok &= (v_stride >= uv_width); 66 ok &= (buf->y != NULL); 67 ok &= (buf->u != NULL) [all...] |
/external/webp/src/enc/ |
alpha_enc.c | 53 int ok = 0; local 71 // normally OK but not here since we are not encoding the input image but an 86 ok = (VP8LEncodeStream(&config, &picture, bw, 0 /*use_cache*/) == VP8_ENC_OK); 88 ok = ok && !bw->error_; 89 if (!ok) { 111 int ok = 0; local 135 ok = VP8LBitWriterInit(&tmp_bw, data_size >> 3); 136 ok = ok && EncodeLossless(alpha_src, width, height, effort_level 237 int ok = 1; local 296 int ok = 1; local 420 int ok = 1; local [all...] |
picture_enc.c | 209 // down-cast is ok, thanks to WebPSafeMalloc 239 int ok; local 256 ok = import(&pic, rgba, stride) && WebPEncode(&config, &pic); 258 if (!ok) {
|
picture_psnr_enc.c | 171 int ok = 0; local 205 ok = 1; 210 return ok;
|
syntax_enc.c | 178 // All OK. 317 int ok = 0; local 322 ok = GeneratePartition0(enc); 323 if (!ok) return 0; 355 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size) 365 if (size) ok = ok && pic->writer(buf, size, pic); 367 ok = ok && WebPReportProgress(pic, enc->percent_ + percent_per_part [all...] |
webp_enc.c | 248 int ok = 1; local 250 ok = VP8EncDeleteAlpha(enc); 254 return ok; 312 return 1; // ok 317 int ok = 0; local 320 WebPEncodingSetError(pic, VP8_ENC_OK); // all ok so far 367 ok = VP8EncAnalyze(enc); 370 ok = ok && VP8EncStartAlpha(enc); // possibly done in parallel 372 ok = ok && VP8EncLoop(enc) [all...] |
/external/webp/src/mux/ |
muxread.c | 81 const int ok = is_lossless ? local 85 if (ok) { 95 return ok; 277 return mux; // All OK;
|
/external/webp/src/utils/ |
thread_utils.c | 132 int ok = 1; local 136 ok &= (CloseHandle(condition->waiting_sem_) != 0); 137 ok &= (CloseHandle(condition->received_sem_) != 0); 138 ok &= (CloseHandle(condition->signal_event_) != 0); 140 return !ok; 162 int ok = 1; local 168 ok = SetEvent(condition->signal_event_); 171 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) != 175 return !ok; 180 int ok; local 267 int ok = 1; local [all...] |
/external/webrtc/webrtc/examples/peerconnection/client/ |
peer_connection_client.cc | 336 bool ok = ParseServerResponse(control_data_, content_length, &peer_id, local 338 if (ok) { 388 bool ok = ParseServerResponse(notification_data_, content_length, local 391 if (ok) {
|
/external/webrtc/webrtc/examples/peerconnection/server/ |
peer_channel.cc | 90 QueueResponse("200 OK", "text/plain", GetPeerIdHeader(), 113 ds->Send("200 OK", true, ds->content_type(), extra_headers, 118 peer->QueueResponse("200 OK", ds->content_type(), extra_headers, 120 ds->Send("200 OK", true, "text/plain", "", ""); 138 bool ok = waiting_socket_->Send(status, true, content_type, extra_headers, local 140 if (!ok) { 267 (*i)->QueueResponse("200 OK", "text/plain", "", "Server shutting down");
|
/external/wpa_supplicant_8/src/common/ |
hw_features_common.c | 90 int ok, j, first; local 104 ok = 0; 109 ok = 1; 113 if (!ok) { 130 ok = 0; 133 ok = 1; 137 if (!ok) {
|
/external/wpa_supplicant_8/src/wps/ |
wps_enrollee.c | 766 int ok = 0; local 781 ok++; 788 if (ok == 0) { [all...] |
/frameworks/base/core/jni/ |
android_os_HwBinder.cpp | 171 status_t err = OK; 267 bool ok = ret.isOk() && ret; local 269 if (ok) { 274 signalExceptionForError(env, (ok ? OK : UNKNOWN_ERROR), true /* canThrowRemoteException */);
|
/frameworks/ex/framesequence/jni/ |
FrameSequence_webp.cpp | 60 int ok = WebPDemuxGetFrame(mDemux, 1, &curr); local 61 ALOG_ASSERT(ok, "Could not retrieve frame# 0"); 65 ok = WebPDemuxGetFrame(mDemux, i + 1, &curr); // Get ith frame. 66 ALOG_ASSERT(ok, "Could not retrieve frame# %d", i); 316 int ok = WebPDemuxGetFrame(demux, start, &currIter); // Get frame number 'start - 1'. local 317 ALOG_ASSERT(ok, "Could not retrieve frame# %d", start - 1); 327 ok = WebPDemuxGetFrame(demux, i + 1, &currIter); // Get ith frame. 328 ALOG_ASSERT(ok, "Could not retrieve frame# %d", i); 366 ok = WebPDemuxGetFrame(demux, lastFrame + 1, &currIter); 367 ALOG_ASSERT(ok, "Could not retrieve frame# %d", lastFrame) [all...] |
/frameworks/wilhelm/src/itf/ |
IObject.cpp | 96 int ok = pthread_mutex_lock(&theOneTrueMutex); local 97 assert(0 == ok); 99 ok = pthread_mutex_unlock(&theOneTrueMutex); 100 assert(0 == ok); 349 // Can't get interface on an unrealized object unless pre-realize is ok 528 // destroy. It is OK to unlock the mutex temporarily, as it long as it re-locks the mutex 771 int ok; local 772 ok = pthread_mutex_init(&thiz->mMutex, (const pthread_mutexattr_t *) NULL); 773 assert(0 == ok); 780 ok = pthread_cond_init(&thiz->mCond, (const pthread_condattr_t *) NULL) 793 int ok; local [all...] |
/frameworks/wilhelm/tests/listening/ |
slesTest_playMuteSolo.cpp | 90 int ok; local 91 ok = pthread_mutex_lock(&mutex); 92 assert(ok == 0); 94 ok = pthread_cond_signal(&cond); 95 assert(ok == 0); 96 ok = pthread_mutex_unlock(&mutex); 97 assert(ok == 0);
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestSlowDownUri.cpp | 136 int ok; local 137 ok = pthread_mutex_lock(&mutex); 138 assert(ok == 0); 140 ok = pthread_cond_signal(&cond); 141 assert(ok == 0); 142 ok = pthread_mutex_unlock(&mutex); 143 assert(ok == 0);
|
/frameworks/wilhelm/tests/native-media/jni/ |
native-media-jni.c | 103 int ok; local 109 ok = pthread_mutex_lock(&mutex); 110 assert(0 == ok); 126 ok = pthread_cond_signal(&cond); 127 assert(0 == ok); 219 ok = pthread_mutex_unlock(&mutex); 220 assert(0 == ok); 527 int ok; local 528 ok = pthread_mutex_lock(&mutex); 529 assert(0 == ok); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_class.py | 356 ok = False variable in class:ClassTests.testDelItem.A 358 self.ok = True 363 self.assertTrue(a.ok)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_class.py | 356 ok = False variable in class:ClassTests.testDelItem.A 358 self.ok = True 363 self.assertTrue(a.ok)
|