HomeSort by relevance Sort by last modified time
    Searched refs:__FILE__ (Results 101 - 125 of 1348) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
testfrmw.h 43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
  /external/valgrind/coregrind/
pub_core_libcassert.h 47 __FILE__, __LINE__, __PRETTY_FUNCTION__, \
53 __FILE__, __LINE__, __PRETTY_FUNCTION__, \
60 __FILE__, __LINE__, __PRETTY_FUNCTION__, \
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 36 #define mock() _mock(__func__, __FILE__, __LINE__)
43 _will_return(#function, __FILE__, __LINE__, (void*)value, 1)
45 _will_return(#function, __FILE__, __LINE__, (void*)value, count)
53 _expect_check(#function, #parameter, __FILE__, __LINE__, check_function, \
62 _expect_in_set(#function, #parameter, __FILE__, __LINE__, value_array, \
68 #function, #parameter, __FILE__, __LINE__, value_array, \
79 _expect_in_range(#function, #parameter, __FILE__, __LINE__, minimum, \
90 _expect_not_in_range(#function, #parameter, __FILE__, __LINE__, \
99 _expect_value(#function, #parameter, __FILE__, __LINE__, (void*)value, \
104 _expect_not_value(#function, #parameter, __FILE__, __LINE__,
    [all...]
  /external/clang/test/Analysis/
cfref_rdar6080742.c 37 #define Assert(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); }
38 #define AssertMsg(condition, message)if (!(condition)) { DebugStop("Assertion failure: %s (%s) [File: %s, Line: %lu]", #condition, message, __FILE__, __LINE__); }
39 #define Require(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); }
40 #define RequireAction(condition, action)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); action }
42 #define AssertNoErr(err){ DebugDisplayOSStatusMsg((err), #err, __FILE__, __LINE__); }
43 #define RequireNoErr(err, action){ if( DebugDisplayOSStatusMsg((err), #err, __FILE__, __LINE__) ) { action }}
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_FREQUENCY.c 47 __FILE__, __LINE__, ret_get, errno_get);
102 __FILE__, __LINE__, ret_get, errno_get);
122 __FILE__, __LINE__, ret_get, errno_get);
142 __FILE__, __LINE__, ret_get, errno_get);
164 __FILE__, __LINE__, ret_get, errno_get);
170 __FILE__, __LINE__, ret_null, errno_null);
202 __FILE__, __LINE__, ret_get, errno_get);
217 __FILE__, __LINE__, ret_set, errno_set);
232 __FILE__, __LINE__, ret_get, errno_get);
238 __FILE__, __LINE__, new_freq.frequency
    [all...]
  /bionic/libc/include/
assert.h 51 # define assert(e) ((e) ? __assert_no_op : __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, #e))
53 # define assert(e) ((e) ? __assert_no_op : __assert(__FILE__, __LINE__, #e))
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__))
  /external/compiler-rt/test/tsan/
benign_race.cc 25 AnnotateBenignRaceSized(__FILE__, __LINE__,
27 WTFAnnotateBenignRaceSized(__FILE__, __LINE__,
ignore_malloc.cc 24 AnnotateIgnoreWritesBegin(__FILE__, __LINE__);
26 AnnotateIgnoreWritesEnd(__FILE__, __LINE__);
  /external/ltp/include/
tst_safe_pthread.h 39 safe_pthread_create(__FILE__, __LINE__, thread_id, attr, thread_fn, arg)
44 safe_pthread_join(__FILE__, __LINE__, thread_id, retval)
  /external/ltp/testcases/kernel/sched/sched_stress/
sched.c 58 error("passed bad file name to openlog()", __FILE__, __LINE__);
64 sys_error("fopen failed", __FILE__, __LINE__);
  /external/mesa3d/src/glx/apple/
apple_glx_log.h 42 _apple_glx_log(l, __FILE__, __func__, __LINE__, f, ## args)
49 _apple_glx_vlog(l, __FILE__, __func__, __LINE__, f, v)
  /external/valgrind/drd/tests/
unified_annotations.h 46 AnnotateCondVarSignal(__FILE__, __LINE__, addr);
52 AnnotateCondVarWait(__FILE__, __LINE__, addr, NULL);
  /external/valgrind/include/
pub_tool_libcassert.h 39 __FILE__, __LINE__, \
47 __FILE__, __LINE__, \
  /hardware/qcom/display/msm8909/gpu_tonemapper/
glengine.h 36 checkGlError(__FILE__, __LINE__);
39 checkEglError(__FILE__, __LINE__);
  /hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
glengine.h 36 checkGlError(__FILE__, __LINE__);
39 checkEglError(__FILE__, __LINE__);
  /hardware/qcom/display/msm8998/gpu_tonemapper/
glengine.h 36 checkGlError(__FILE__, __LINE__);
39 checkEglError(__FILE__, __LINE__);
  /tools/dexter/slicer/export/slicer/
common.h 24 #define SLICER_CHECK(expr) do { if(!(expr)) slicer::_checkFailed(#expr, __LINE__, __FILE__); } while(false)
34 #define SLICER_WEAK_CHECK(expr) do { if(!(expr)) slicer::_weakCheckFailed(#expr, __LINE__, __FILE__); } while(false)
  /external/ltp/lib/
tlibio.c 427 __FILE__, __LINE__, sig, Received_signal + 1);
445 __FILE__, __LINE__, (long)sigval.sival_int,
568 __FILE__, __LINE__, method);
572 __FILE__, __LINE__, method);
629 __FILE__, __LINE__,
634 __FILE__, __LINE__);
641 __FILE__, __LINE__, fd, errno, strerror(errno));
727 printf("DEBUG %s/%d: %s\n", __FILE__, __LINE__,
735 __FILE__, __LINE__, fd, size, errno,
744 __FILE__, __LINE__
    [all...]
  /build/kati/
testutil.h 26 __FILE__, __LINE__, #a, SPF(GetStringPiece(a)), #b); \
  /device/linaro/bootloader/arm-trusted-firmware/include/common/aarch32/
assert_macros.S 17 .string __FILE__ ;\
  /device/linaro/bootloader/arm-trusted-firmware/include/common/aarch64/
assert_macros.S 20 .string __FILE__ ;\

Completed in 1343 milliseconds

1 2 3 45 6 7 8 91011>>