HomeSort by relevance Sort by last modified time
    Searched defs:ok (Results 451 - 475 of 1309) sorted by null

<<11121314151617181920>>

  /external/syslinux/com32/menu/
menumain.c 1040 int ok = 1; local
1046 ok = ask_passwd(NULL);
1055 if (ok) {
  /external/v8/src/ia32/
codegen-ia32.cc 400 Label ok; local
402 __ j(below_equal, &ok);
404 __ bind(&ok);
457 Label ok; local
459 __ j(below_equal, &ok);
461 __ bind(&ok);
  /external/valgrind/coregrind/m_debuginfo/
image.c 410 is, we require that LO <= LO+N-1. But that's OK .. we don't
519 Bool ok = lzo_rc == LZO_E_OK && out_len == len; local
520 if (!ok) goto server_fail;
682 /* Ok, we got a connection. Ask it for version string, so as to be
    [all...]
readexidx.c 232 Bool ok; local
234 ok = MemoryRange__init(&mr_out, buf, buf_size);
235 if (!ok) return ExOutBufOverflow;
423 Bool ok = MemoryRange__init(&mr_in, buf, buf_size); local
424 if (!ok)
807 Bool ok = setCFAfromCFIR( &state->cfi, state->di->cfsi_exprs, local
809 if (!ok) goto cant_summarise;
945 Bool ok; local
    [all...]
  /external/valgrind/coregrind/
m_libcfile.c 996 Bool ok = parse_inet_addr_and_port(str, &ip, &port); local
997 if (!ok)
    [all...]
  /external/valgrind/none/tests/amd64/
pcmpstr64w.c 412 Bool ok local
418 assert(ok);
503 Bool ok local
509 assert(ok);
597 Bool ok local
603 assert(ok);
682 Bool ok local
688 assert(ok);
775 Bool ok local
781 assert(ok);
870 Bool ok local
952 Bool ok local
1035 Bool ok local
1115 Bool ok local
1195 Bool ok local
    [all...]
  /external/webp/src/dec/
frame_dec.c 404 int ok = 1; local
482 ok = io->put(io);
494 return ok;
502 int ok = 1; local
512 ok = FinishRow(dec, io);
516 ok &= WebPGetWorkerInterface()->Sync(worker);
517 assert(worker->status_ == OK);
518 if (ok) { // spawn a new deblocking/output job
543 return ok;
605 int ok = 1 local
    [all...]
io_dec.c 263 // internal buffer. This is OK since these samples are not used for
564 const int ok = is_rgb ? InitRGBRescaler(io, p) : InitYUVRescaler(io, p); local
565 if (!ok) {
vp8_dec.c 44 dec->error_msg_ = "OK";
76 if (!dec->error_msg_) return "OK";
197 // If the partitions were positioned ok, VP8_STATUS_OK is returned.
226 VP8_STATUS_SUSPENDED; // Init is ok, but there's not enough data
670 int ok = 0; local
687 ok = (VP8EnterCritical(dec, io) == VP8_STATUS_OK);
688 if (ok) { // good to go.
690 if (ok) ok = VP8InitFrame(dec, io);
693 if (ok) ok = ParseFrame(dec, io)
    [all...]
  /external/webp/src/enc/
analysis_enc.c 154 // 'int' type is ok for histo, and won't overflow
438 int ok = 1; local
446 ok = VP8IteratorProgress(it, job->delta_progress);
447 } while (ok && VP8IteratorNext(it));
449 return ok;
479 int ok = 1; local
506 ok &= worker_interface->Reset(&side_job.worker);
508 if (ok) {
511 ok &= worker_interface->Sync(&side_job.worker);
512 ok &= worker_interface->Sync(&main_job.worker)
    [all...]
  /external/webrtc/webrtc/base/
openssladapter.cc 744 bool ok = false; local
781 ok = true;
796 if (ok)
802 if (!ok
808 ok = true;
814 if (!ok && ignore_bad_cert) {
817 ok = true;
820 return ok;
824 bool ok = VerifyServerName(ssl, host, ignore_bad_cert()); local
826 if (ok) {
    [all...]
opensslstreamadapter.cc 1027 int OpenSSLStreamAdapter::SSLVerifyCallback(int ok, X509_STORE_CTX* store) {
1085 bool ok; local
1087 ok = OpenSSLAdapter::VerifyServerName(ssl, server_name, ignore_bad_cert());
1089 if (ok) {
1090 ok = (SSL_get_verify_result(ssl) == X509_V_OK ||
1096 ok = true;
1099 if (!ok && ignore_bad_cert()) {
1103 ok = true;
1106 return ok;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPencode.cc 915 int ok = 0; local
923 ok = WebRtcVad_Init(VAD_inst[k]);
924 if (ok == -1) {
931 ok = WebRtcCng_CreateEnc(&CNGenc_inst[k]);
932 if (ok != 0) {
937 ok = WebRtcCng_InitEnc(CNGenc_inst[k], sampfreq, 200, 5);
938 if (ok == -1) {
971 ok = WebRtcG729_CreateEnc(&G729enc_inst[k]);
972 if (ok != 0) {
998 ok = WebRtcG7291_Create(&G729_1_inst[k])
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.cc 201 const bool ok = ParseSDES(); local
202 if (!ok)
212 const bool ok = ParseBYE(); local
213 if (!ok)
239 const bool ok = ParseAPP(header); local
240 if (!ok)
249 const bool ok = ParseXr(); local
250 if (!ok)
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 247 wpabuf_put_str(buf, "200 OK\r\n");
293 * HTTP/1.1 200 OK
375 "HTTP/1.1 200 OK\r\n"
584 int ok = 0; local
659 ok = 1;
662 if (!ok) {
795 "HTTP/1.1 200 OK\r\n"
909 * HTTP/1.1 200 OK
972 * HTTP/1.1 200 OK
    [all...]
  /frameworks/av/media/libaudioprocessing/
AudioResamplerSinc.cpp 236 int ok = pthread_once(&once_control, init_routine); local
237 if (ok != 0) {
238 ALOGE("%s pthread_once failed: %d", __func__, ok);
  /frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp 179 int ok; local
180 ok = pthread_mutex_lock(&mutex);
181 assert(ok == 0);
183 ok = pthread_cond_signal(&cond);
184 assert(ok == 0);
185 ok = pthread_mutex_unlock(&mutex);
186 assert(ok == 0);
416 int ok; local
418 ok = fstat(fd, &statbuf);
419 if (ok < 0)
    [all...]
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 119 int ok; local
120 ok = pthread_mutex_lock(&mutex);
121 assert(ok == 0);
123 ok = pthread_cond_signal(&cond);
124 assert(ok == 0);
125 ok = pthread_mutex_unlock(&mutex);
126 assert(ok == 0);
322 int ok; local
324 ok = fstat(fd, &statbuf);
325 if (ok < 0)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_amd64.s 115 JMP ok
120 JMP ok
124 JMP ok
137 ok: label
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_amd64.s 115 JMP ok
120 JMP ok
124 JMP ok
137 ok: label
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-m68hc1x.c 554 /* OK, we've added some stubs. Find out the new size of the
1338 bfd_boolean ok = TRUE; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
fileread.cc 890 bool ok = this->file_.open(task, name, contents, size); local
891 gold_assert(ok);
1096 bool ok; local
1099 ok = this->file_.open(task, name);
1105 ok = this->open_binary(task, name);
1109 if (!ok)
  /art/runtime/
elf_file.cc 659 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetHashBucket(size_t i, bool* ok) const {
661 *ok = false;
664 *ok = true;
670 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetHashChain(size_t i, bool* ok) const {
672 *ok = false;
675 *ok = true;
786 bool ok; local
787 Elf_Word symbol_and_chain_index = GetHashBucket(bucket_index, &ok);
788 if (!ok) {
800 symbol_and_chain_index = GetHashChain(symbol_and_chain_index, &ok);
    [all...]
  /build/kati/
func.cc 865 bool ok = g_func_info_map->emplace(fi->name, fi).second; local
866 CHECK(ok);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 317 int ok; local
319 ok = o &&
322 if (!ok) {
    [all...]

Completed in 2122 milliseconds

<<11121314151617181920>>