HomeSort by relevance Sort by last modified time
    Searched refs:CHECK_NE (Results 51 - 75 of 252) sorted by null

1 23 4 5 6 7 8 91011

  /external/chromium_org/v8/test/cctest/
test-log.cc 84 CHECK_NE(NULL, temp_file_);
366 CHECK_NE(NULL, StrNStr(log.start(), ref_data.start(), log.length()));
409 CHECK_NE(NULL,
416 CHECK_NE(NULL,
423 CHECK_NE(NULL,
488 CHECK_NE(NULL, data.start());
  /art/runtime/base/
logging.h 44 #define CHECK_NE(x, y) CHECK_OP(x, y, !=)
83 #define DCHECK_NE(x, y) CHECK_NE(x, y)
104 CHECK_NE(val1, val2)
  /art/compiler/
elf_stripper.cc 95 CHECK_NE(0U, section_headers.size());
  /art/runtime/
common_runtime_test.cc 56 CHECK_NE(static_cast<char*>(nullptr), getenv("ANDROID_DATA")) <<
61 CHECK_NE(-1, fd);
69 CHECK_NE(-1, fd);
342 CHECK_NE(0U, dex_files.size());
monitor_pool.cc 62 CHECK_NE(reinterpret_cast<uintptr_t>(nullptr), reinterpret_cast<uintptr_t>(chunk));
thread_list.cc 201 CHECK_NE(self->GetState(), kRunnable);
279 CHECK_NE(self->GetState(), kRunnable);
316 CHECK_NE(self->GetState(), kRunnable);
501 CHECK_NE(thread, self) << "Attempt to suspend the current thread for the debugger";
537 CHECK_NE(thread_id, kInvalidThreadId);
578 CHECK_NE(thread, self) << "Attempt to suspend the current thread for the debugger";
663 CHECK_NE(self->GetState(), kRunnable);
    [all...]
  /external/ceres-solver/include/ceres/
ordered_groups.h 179 CHECK_NE(NumGroups(), 0);
  /external/ceres-solver/internal/ceres/
visibility.cc 142 CHECK_NE(camera1, camera2);
  /external/chromium_org/base/metrics/
histogram_snapshot_manager.cc 56 CHECK_NE(0, HistogramBase::RANGE_CHECKSUM_ERROR & corruption);
  /external/chromium_org/chrome/browser/chromeos/login/
language_list.cc 85 CHECK_NE(locale_index, -1);
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_host_metrics.cc 76 CHECK_NE(0, since_start.InSeconds());
  /external/chromium_org/sandbox/mac/
bootstrap_sandbox.cc 81 CHECK_NE(kNotAPolicy, effective_policy_id_)
  /external/chromium_org/sdch/open-vcdiff/src/
testing.h 48 #define CHECK_NE(X, Y) assert(X != Y)
  /external/chromium_org/third_party/re2/util/
logging.h 34 #define CHECK_NE(x, y) CHECK((x) != (y))
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
vdso_support.cc 162 CHECK_NE(getcpu_fn_, &InitAndGetCPU); // << "Init() did not set getcpu_fn_";
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
vdso_support.cc 162 CHECK_NE(getcpu_fn_, &InitAndGetCPU); // << "Init() did not set getcpu_fn_";
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mutex.h 126 CHECK_NE(atomic_load(&state_, memory_order_relaxed), kUnlocked);
sanitizer_internal_defs.h 228 #define CHECK_NE(a, b) CHECK_IMPL((a), !=, (b))
237 #define DCHECK_NE(a, b) CHECK_NE(a, b)
  /external/chromium_org/chrome/browser/extensions/
extension_warning_set.cc 44 CHECK_NE(type, kInvalid);
45 CHECK_NE(type, kMaxWarningType);
  /external/chromium_org/content/common/
child_process_host_impl.cc 223 CHECK_NE(0, id);
224 CHECK_NE(kInvalidUniqueID, id);
  /external/chromium_org/net/tools/flip_server/
create_listener.cc 65 CHECK_NE(fcntl_return, -1) << "error doing fcntl(fd, F_GETFL, 0) fd: " << fd
72 CHECK_NE(fcntl_return, -1)
  /external/chromium_org/v8/src/
checks.h 96 // Helper function used by the CHECK_NE function when given int
105 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %i",
137 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %s",
167 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %p",
223 "CHECK_NE(%s, %s) failed\n# Value: %f",
235 #define CHECK_NE(unexpected, value) CheckNonEqualsHelper(__FILE__, __LINE__, \
275 #define ASSERT_NE(v1, v2) CHECK_NE(v1, v2)
  /external/compiler-rt/lib/dfsan/
dfsan.cc 109 CHECK_NE(label, kInitializingLabel);
163 CHECK_NE(label, kInitializingLabel);
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 141 CHECK_NE(locked_[i], max_seq);
284 CHECK_NE(atomic_load(&state_, memory_order_relaxed), 0);
tsan_sync.cc 185 CHECK_NE(src, dst);
186 CHECK_NE(sz, 0);

Completed in 1306 milliseconds

1 23 4 5 6 7 8 91011