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

<<41424344454647484950>>

  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.h 20 #define CHECK(predicate) SkASSERT(predicate)
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.h 82 // CHECK dies with a fatal error if condition is not true. It is *not*
83 // controlled by NDEBUG, so the check will be executed regardless of
85 // CHECK(fp->Write(x) == 4)
88 #define CHECK(condition) \
91 WRITE_TO_STDERR("Check failed: " #condition "\n", \
92 sizeof("Check failed: " #condition "\n")-1); \
101 WRITE_TO_STDERR("Check failed: " #condition ": " message "\n", \
102 sizeof("Check failed: " #condition ": " message "\n")-1);\
122 WRITE_TO_STDERR("Check failed: " #condition ": ", \
123 sizeof("Check failed: " #condition ": ")-1);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
markidle_unittest.cc 75 CHECK(MallocExtension::instance()->GetNumericProperty(
81 // Check that MarkThreadIdle() actually reduces the amount
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.h 77 // CHECK dies with a fatal error if condition is not true. It is *not*
78 // controlled by NDEBUG, so the check will be executed regardless of
80 // CHECK(fp->Write(x) == 4)
83 #define CHECK(condition) \
86 WRITE_TO_STDERR("Check failed: " #condition "\n", \
87 sizeof("Check failed: " #condition "\n")-1); \
96 WRITE_TO_STDERR("Check failed: " #condition ": " message "\n", \
97 sizeof("Check failed: " #condition ": " message "\n")-1);\
117 WRITE_TO_STDERR("Check failed: " #condition ": ", \
118 sizeof("Check failed: " #condition ": ")-1);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
markidle_unittest.cc 75 CHECK(MallocExtension::instance()->GetNumericProperty(
81 // Check that MarkThreadIdle() actually reduces the amount
  /external/chromium_org/tools/gn/
err.cc 48 CHECK(end_char >= begin_char);
49 CHECK(begin_char >= 0 && begin_char <= static_cast<int>(line->size()));
50 CHECK(end_char >= 0 && end_char <= static_cast<int>(line->size()));
72 CHECK(location.char_offset() - 1 >= 0 &&
import_manager.cc 24 CHECK(block);
source_dir.h 77 CHECK(is_source_absolute());
source_file.h 58 CHECK(is_source_absolute());
  /external/chromium_org/ui/gfx/image/
image.cc 43 CHECK(pixbuf);
105 CHECK(gdk_pixbuf_save_to_buffer(
157 CHECK(raw_data.get());
335 CHECK(pixbuf);
371 CHECK(pixbuf);
406 CHECK(image);
439 CHECK(image);
655 CHECK(rep);
683 CHECK(rep);
695 CHECK(rep)
    [all...]
  /external/chromium_org/ui/gfx/ozone/
surface_factory_ozone.cc 51 CHECK(impl_) << "No SurfaceFactoryOzone implementation set.";
  /external/chromium_org/ui/gfx/win/
window_impl.cc 118 CHECK(atom) << GetLastError();
158 CHECK((window_style_ & WS_CHILD) == 0);
164 CHECK(::IsWindow(parent));
211 CHECK(false);
  /external/chromium_org/ui/gfx/x/
x11_atom_cache.cc 43 CHECK(it != cached_atoms_.end()) << " Atom " << name << " not found";
  /external/chromium_org/ui/views/examples/content_client/
examples_main_delegate.cc 51 CHECK(success);
  /external/chromium_org/v8/src/
v8conversions.h 89 CHECK(is_valid);
  /external/chromium_org/v8/test/cctest/
test-random-number-generator.cc 59 CHECK(b == false || b == true);
  /external/chromium_org/webkit/browser/appcache/
appcache_interceptor.h 27 CHECK(GetInstance());
  /external/chromium_org/win8/metro_driver/ime/
ime_popup_monitor.cc 48 CHECK(g_observer_ == NULL)
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 89 CHECK(ms);
122 CHECK(IsPowerOfTwo(rz_size));
228 CHECK(id);
261 CHECK(ms);
318 CHECK(stack);
330 CHECK(IsPowerOfTwo(alignment));
344 CHECK(IsAligned(needed_size, min_alignment));
384 CHECK(size);
386 CHECK(allocator.FromPrimary(allocated));
388 CHECK(!allocator.FromPrimary(allocated))
    [all...]
  /external/libffi/testsuite/libffi.call/
ffitest.h 10 #define CHECK(x) !(x) ? abort() : 0
many.c 2 Purpose: Check return value float, with many arguments
53 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 13,
  /external/llvm/test/MC/ARM/
arm-thumb-trustzone.s 1 @ RUN: not llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
7 @ Check that the assembler processes SMC instructions when TrustZone support is
11 @ CHECK: _func
arm-trustzone.s 1 @ RUN: not llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2 @ RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
7 @ Check that the assembler processes SMC instructions when TrustZone support is
11 @ CHECK: _func
  /external/openfst/src/test/
weight_test.cc 113 CHECK(TropicalWeight::Type() == "tropical");
114 CHECK(TropicalWeightTpl<double>::Type() != TropicalWeightTpl<float>::Type());
115 CHECK(LogWeight::Type() == "log");
116 CHECK(LogWeightTpl<double>::Type() != LogWeightTpl<float>::Type());
  /external/regex-re2/re2/
prefilter.h 41 CHECK(op_ == AND || op_ == OR);

Completed in 1489 milliseconds

<<41424344454647484950>>