HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 1501 - 1525 of 2811) sorted by null

<<61626364656667686970>>

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 57 CHECK(!strcmp(name, "OMX.google.amrnb.decoder"));
445 CHECK(!enabled);
453 CHECK(enabled);
  /art/compiler/
elf_stripper.cc 32 CHECK(elf_file.get() != NULL);
image_writer.cc 71 CHECK(!image_filename.empty());
176 CHECK(image_bitmap_.get() != nullptr);
236 // TODO: Check image spaces only?
329 CHECK(image_writer->IsImageClass(klass)) << ClassHelper(klass).GetDescriptor()
336 CHECK(image_classes != NULL);
403 CHECK(image_roots->Get(i) != NULL);
659 CHECK(method != NULL)
661 CHECK(!method->IsRuntimeMethod())
663 CHECK(dex_cache->GetResolvedMethods()->Get(patch->GetTargetMethodIdx()) == method)
712 CHECK(actual == expected || actual == value) << std::he
    [all...]
output_stream_test.cc 77 CHECK(file_output_stream.get() != NULL);
  /art/runtime/arch/mips/
context_mips.cc 74 CHECK(gprs_[reg] != NULL);
  /art/runtime/entrypoints/portable/
portable_invoke_entrypoints.cc 40 CHECK(thread->IsExceptionPending());
  /art/runtime/hprof/
hprof.cc 489 CHECK(arg != NULL);
496 CHECK(obj != NULL);
497 CHECK(arg != NULL);
515 CHECK(c != NULL);
708 default: CHECK(false);
731 default: CHECK(false);
940 CHECK(false);
1025 CHECK(false);
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 146 CHECK(pEvent != NULL);
147 CHECK(pEvent->prev == NULL);
148 CHECK(pEvent->next == NULL);
198 CHECK(event_list_ == pEvent);
227 CHECK(event_list_size_ != 0 || event_list_ == NULL);
295 CHECK(pEvent->prev == NULL);
296 CHECK(pEvent->next == NULL);
297 /* want to check state->event_list_ != pEvent */
389 CHECK(false); // should not be getting these
532 /* leave pReq->invoke_needed_ raised so we can check reentrancy *
    [all...]
jdwp_main.cc 290 * times out (for timeout=xxx), so we have to check to see what happened
328 CHECK(event_list_ == NULL);
368 CHECK(netState == NULL);
404 CHECK(state != NULL);
412 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(),
474 // sanity check -- shouldn't happen?
  /art/runtime/native/
dalvik_system_Zygote.cc 149 CHECK(gids.get() != NULL);
411 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote";
484 CHECK(se_info_c_str != NULL);
491 CHECK(se_name_c_str != NULL);
  /art/runtime/
object_utils.h 41 CHECK(object != NULL);
83 CHECK(new_c != NULL) << "klass_=" << klass_; // Log what we were changing from if any
84 CHECK(new_c->IsClass()) << "new_c=" << new_c;
99 CHECK(klass_ != NULL);
117 CHECK(saved_klass != NULL);
178 CHECK(interface != NULL || Thread::Current()->IsExceptionPending());
188 CHECK(dex_class_def != NULL);
289 CHECK(type != NULL || Thread::Current()->IsExceptionPending());
599 CHECK(type != NULL || Thread::Current()->IsExceptionPending());
stack.cc 39 CHECK(code_item != NULL) << PrettyMethod(m);
206 CHECK(sp != NULL);
263 CHECK(method->GetClass() == mirror::ArtMethod::GetJavaLangReflectArtMethod());
326 // Check agreement of frame Ids only if num_frames_ is computed to avoid infinite
328 CHECK(instrumentation_frame.frame_id_ == GetFrameId())
thread-inl.h 55 CHECK(!bad_mutexes_held);
100 // Re-check when Thread::resume_cond_ is notified.
  /external/ceres-solver/internal/ceres/
local_parameterization.cc 70 CHECK(unique(constant.begin(), constant.end()) == constant.end())
  /external/chromium/android/autofill/
url_fetcher_proxy.h 101 CHECK(con.get()) << "No URLRequestContextGetter!";
  /external/chromium/base/memory/
linked_ptr.h 41 #include "base/logging.h" // for CHECK macros
122 CHECK(last);
  /external/chromium/base/threading/
simple_thread.cc 32 CHECK(success);
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.cc 73 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
87 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
100 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
113 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/chromeos/login/
online_attempt.cc 36 CHECK(chromeos::CrosLibrary::Get()->EnsureLoaded());
  /external/chromium/chrome/browser/extensions/
extension_preference_api.cc 95 CHECK(pref);
241 CHECK(pref);
317 CHECK(pref);
368 CHECK(pref);
397 // We don't check incognito permissions here, as an extension should be always
sandboxed_extension_unpacker.cc 56 CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_identifier_));
83 CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_identifier_));
173 // Skip check for unittests.
175 CHECK(BrowserThread::CurrentlyOn(thread_identifier_));
225 CHECK(BrowserThread::CurrentlyOn(thread_identifier_));
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 166 CHECK(child_id);
175 CHECK(route_id);
325 CHECK(rvh != NULL);
342 CHECK(resource_redirect_details);
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter_unittest.cc 45 // Check serialization works.
51 // Check no false negatives by ensuring that every time we inserted exists.
55 // Check false positive error rate by checking the same number of items that
76 CHECK(fp_rate < 5.0);
103 // Check data consistency.
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 85 CHECK(old_entry.good());
96 CHECK(child_entry.good());
207 // We need to check if we have an entry that didn't get its server
229 // Just a quick sanity check.
250 CHECK(entry->good());
389 // the version number check has a similar effect.
564 CHECK(entry->Put(IS_DEL, false));
567 CHECK(entry->PutPredecessor(new_predecessor))
583 CHECK(id.IsRoot()) << "Non-root item is self parenting." << *entry;
616 CHECK(prev.good()) << "Bad id when walking predecessors."
    [all...]
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_adapter.cc 111 CHECK(args->GetString(0, &node_path));

Completed in 629 milliseconds

<<61626364656667686970>>