HomeSort by relevance Sort by last modified time
    Searched defs:CHECK (Results 76 - 100 of 125) sorted by null

1 2 34 5

  /external/icu/icu4c/source/test/cintltst/
cnmdptst.c 37 #define CHECK(status,str) if (U_FAILURE(status)) { log_err("FAIL: %s\n", str); return; }
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_progs.c 68 #define CHECK(condition, tag, format...) ({ \
110 CHECK(err || errno || retval, "ipv4",
116 CHECK(err || errno || retval, "ipv6",
151 CHECK(err || errno || retval != XDP_TX || size != 74 ||
158 CHECK(err || errno || retval != XDP_TX || size != 114 ||
222 CHECK(err || errno || retval != 7/*TC_ACT_REDIRECT*/ || size != 54 ||
229 CHECK(err || errno || retval != 7/*TC_ACT_REDIRECT*/ || size != 74 ||
258 CHECK(err, "", "err %d errno %d\n", err, errno);
310 CHECK(err >= 0 || errno != ENOENT,
314 CHECK(err >= 0 || errno != ENOENT
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 181 #define CHECK(x, y) { \
231 CHECK(ConstantExpr::getNeg(P0), "sub i32 0, " P0STR);
232 CHECK(ConstantExpr::getFNeg(P1), "fsub float -0.000000e+00, " P1STR);
233 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1");
234 CHECK(ConstantExpr::getAdd(P0, P0), "add i32 " P0STR ", " P0STR);
235 CHECK(ConstantExpr::getAdd(P0, P0, false, true), "add nsw i32 " P0STR ", "
237 CHECK(ConstantExpr::getAdd(P0, P0, true, true), "add nuw nsw i32 " P0STR ", "
239 CHECK(ConstantExpr::getFAdd(P1, P1), "fadd float " P1STR ", " P1STR);
240 CHECK(ConstantExpr::getSub(P0, P0), "sub i32 " P0STR ", " P0STR);
241 CHECK(ConstantExpr::getFSub(P1, P1), "fsub float " P1STR ", " P1STR)
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 42 public static final String CHECK = "CHECK";
  /system/core/libnativeloader/
native_loader.cpp 45 #define CHECK(predicate) LOG_ALWAYS_FATAL_IF(!(predicate),\
46 "%s:%d: %s CHECK '" #predicate "' failed.",\
71 CHECK(native_bridge_ns_ == nullptr);
76 CHECK(android_ns_ == nullptr);
138 CHECK(file_name != nullptr);
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.h 251 #define CHECK BIT0 ///< Check bit for ATAPI Status Reg
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 68 CHECK(!msan_init_is_running); \
74 // Check that [x, x+n) range is unpoisoned.
93 // Check that [x, x+n) range is unpoisoned unless we are in a nested
149 CHECK(!res || (res >= dest && res <= (char *)dest + n));
611 CHECK(MEM_IS_APP(s));
918 CHECK(allocated < kCallocPoolSize);
    [all...]
  /external/dtc/
checks.c 41 struct check;
43 typedef void (*check_fn)(struct check *c, struct dt_info *dti, struct node *node);
45 struct check { struct
53 struct check **prereq;
57 static struct check *_nm##_prereqs[] = { __VA_ARGS__ }; \
58 static struct check _nm = { \
72 #define CHECK(_nm, _fn, _d, ...) \
75 static inline void PRINTF(3, 4) check_msg(struct check *c, struct dt_info *dti,
99 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node)
111 static bool run_check(struct check *c, struct dt_info *dti
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
ObservableProperty.java 44 CHECK(Type.SINGLE_REFERENCE),
  /external/libchrome/base/
logging.h 61 // The CHECK(condition) macro is active in both debug and release builds and
276 // Sets the Log Assert Handler that will be used to notify of check failures.
350 // LOG_IS_ON(DFATAL) always holds in debug mode. In particular, CHECK()s will
452 // |message| must be non-null if and only if the check failed.
454 // Returns true if the check succeeded.
470 // each CHECK using the __COUNTER__ macro.
472 // line that has the CHECK(), to make crash reports actionable. This rules
477 // - The compiler should treat the CHECK as no-return instructions, so that the
481 // CHECK. This is achieved by putting opcodes that will cause a non
541 // CHECK dies with a fatal error if condition is not true. It is *not
    [all...]
  /external/lz4/tests/
frametest.c 574 # define CHECK(cond, ...) if (cond) { DISPLAY("Error => "); DISPLAY(__VA_ARGS__); \
579 CHECK(LZ4F_isError(result), "Allocation failed (error %i)", (int)result);
581 CHECK(LZ4F_isError(result), "Allocation failed (error %i)", (int)result);
583 CHECK(srcBuffer==NULL, "srcBuffer Allocation failed");
585 CHECK(compressedBuffer==NULL, "compressedBuffer Allocation failed");
587 CHECK(decodedBuffer==NULL, "decodedBuffer Allocation failed");
626 CHECK(LZ4F_isError(cSize), "LZ4F_compressFrame failed : error %i (%s)", (int)cSize, LZ4F_getErrorName(cSize));
636 CHECK(LZ4F_isError(result), "Compression header failed (error %i)", (int)result);
646 CHECK(LZ4F_isError(result), "Compression failed (error %i : %s)", (int)result, LZ4F_getErrorName(result));
653 CHECK(LZ4F_isError(result), "Compression failed (error %i)", (int)result)
    [all...]
  /external/mmc-utils/
mmc.h 21 #define CHECK(expr, msg, err_stmt) { if (expr) { fprintf(stderr, msg); err_stmt; } }
  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_ops_definitions.cc 34 CHECK,
390 CHECK(!dt_to_op_vec.empty());
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 76 #define CHECK assert
113 CHECK(0 == pthread_spin_init(&mu_, 0));
118 CHECK(0 == pthread_spin_destroy(&mu_));
121 CHECK(0 == pthread_spin_lock(&mu_));
126 CHECK(0 == pthread_spin_unlock(&mu_));
193 CHECK(0 == pthread_mutex_init(&mu_, NULL));
194 CHECK(0 == pthread_cond_init(&cv_, NULL));
199 CHECK(0 == pthread_cond_destroy(&cv_));
200 CHECK(0 == pthread_mutex_destroy(&mu_));
202 void Lock() { CHECK(0 == pthread_mutex_lock(&mu_));
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 461 // Later: Check for lenient behavior
    [all...]
numfmtst.cpp 522 #define CHECK(status,str) if (U_FAILURE(status)) { errcheckln(status, UnicodeString("FAIL: ") + str + " - " + u_errorName(status)); return; }
    [all...]
  /external/iptables/libiptc/
libiptc.c 200 #define CHECK(h) do { if (!getenv("IPTC_NO_CHECK")) do_check((h), __LINE__); } while(0)
202 #define CHECK(h)
346 /* Check for empty array, e.g. no user defined chains */
    [all...]
  /external/pcre/dist2/src/sljit/
sljitLir.c 263 #define CHECK(x) \
295 #define CHECK(x) x
304 #define CHECK(x) x
311 #define CHECK(x)
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 393 #define CHECK(condition) LOG_ALWAYS_FATAL_IF(!(condition), "%s",\
  /external/syslinux/com32/include/
pngconf.h 161 * libpng thus makes sure to check any memory allocation to verify it
416 /* We need to check that <math.h> hasn't already been included earlier
    [all...]
  /external/v8/src/
d8.cc 59 #ifndef CHECK
60 #define CHECK(condition) assert(condition)
85 // In debug mode, check the memory is zero-initialized.
502 CHECK(data == NULL || !data->rejected);
563 CHECK(*utf8);
582 CHECK(len > 0);
673 CHECK(dir_name_it != d->module_to_directory_map.end());
677 CHECK(module_it != d->specifier_to_module_map.end());
707 CHECK(d->specifier_to_module_map
712 CHECK(d->module_to_directory_ma
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 48 Check the interpretation for vector narrowing and widening ops,
269 /* VG_(indexXA) range-checks 'orig', hence no need to check
299 /* VG_(indexXA) range-checks 'orig', hence no need to check
354 /* (used for sanity checks only): check that both args are atoms and
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 325 /* First perform validation, in two passes so we can check that we have a
4445 static void check(upb_inttable *t) { function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 376 /* First perform validation, in two passes so we can check that we have a
4692 static void check(upb_inttable *t) { function
    [all...]

Completed in 813 milliseconds

1 2 34 5