HomeSort by relevance Sort by last modified time
    Searched refs:__LINE__ (Results 1 - 25 of 1826) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/compiler/glsl/glcpp/tests/
141-pragma-and-__LINE__.c 1 Line 1 /* Test for a bug where #pragma was throwing off the __LINE__ count. */
2 Line __LINE__ /* Line 2 */
4 Line __LINE__ /* Line 4 */
6 Line __LINE__ /* Line 6 */
113-line-and-file-macros.c 1 1. Number of dalmations: __LINE__ __FILE__ __LINE__
2 2. Nominal visual acuity: __LINE__ __FILE__ / __LINE__ __FILE__
3 3. Battle of Thermopylae, as film: __LINE__ __FILE__ __FILE__
4 4. HTTP code for Not Found: __LINE__ __FILE__ __LINE__
5 5. Hexadecimal for 20560: __LINE__ __FILE__ __LINE__ __FILE__
6 6: Zip code for Nortonville, KS: __LINE__ __LINE__ __FILE__ __LINE__ __FILE_
    [all...]
120-undef-builtin.c 2 #undef __LINE__
147-undef-builtin-allowed.c 2 #undef __LINE__
114-paste-integer-tokens.c 4 4. HTTP code for Not Found: PASTE3(__LINE__, __FILE__ , __LINE__)
5 5. Hexadecimal for 20560: PASTE4(__LINE__, __FILE__, __LINE__, __FILE__)
6 6: Zip code for Nortonville, KS: PASTE5(__LINE__, __LINE__, __FILE__, __LINE__, __FILE__)
7 7. James Bond, as a number: PASTE3(__FILE__, __FILE__, __LINE__)
  /external/clang/test/Preprocessor/
builtin_line.c 2 #define FOO __LINE__
7 // PR3579 - This should expand to the __LINE__ of the ')' not of the X.
9 #define X() __LINE__
print_line_track.c 16 __LINE__)
  /external/llvm/lib/Fuzzer/test/
SwitchTest.cpp 19 case 1: Sink = __LINE__; break;
20 case 101: Sink = __LINE__; break;
21 case 1001: Sink = __LINE__; break;
22 case 10001: Sink = __LINE__; break;
23 case 100001: Sink = __LINE__; break;
24 case 1000001: Sink = __LINE__; break;
25 case 10000001: Sink = __LINE__; break;
36 case 42: Sink = __LINE__; break;
37 case 402: Sink = __LINE__; break;
38 case 4002: Sink = __LINE__; break
    [all...]
  /system/chre/platform/slpi/include/chre/target_platform/
assert.h 24 FATAL_ERROR("Assertion failure at %s:%d", CHRE_FILENAME, __LINE__); \
  /external/clang/test/Lexer/
pragma-message.c 13 #pragma message(":O I'm a message! " STRING(__LINE__)) // expected-warning {{:O I'm a message! 13}}
14 #pragma message ":O gcc accepts this! " STRING(__LINE__) // expected-warning {{:O gcc accepts this! 14}}
21 #pragma GCC warning(":O I'm a message! " STRING(__LINE__)) // expected-warning {{:O I'm a message! 21}}
22 #pragma GCC warning ":O gcc accepts this! " STRING(__LINE__) // expected-warning {{:O gcc accepts this! 22}}
24 #pragma GCC error(":O I'm a message! " STRING(__LINE__)) // expected-error {{:O I'm a message! 24}}
25 #pragma GCC error ":O gcc accepts this! " STRING(__LINE__) // expected-error {{:O gcc accepts this! 25}}
28 COMPILE_ERROR("Compile error at line " STRING(__LINE__) "!"); // expected-error {{Compile error at line 28!}}
  /external/ltp/include/
tst_checkpoint.h 24 tst_safe_checkpoint_wait(__FILE__, __LINE__, NULL, id, 0);
27 tst_safe_checkpoint_wait(__FILE__, __LINE__, NULL, id, msec_timeout);
30 tst_safe_checkpoint_wake(__FILE__, __LINE__, NULL, id, 1);
33 tst_safe_checkpoint_wake(__FILE__, __LINE__, NULL, id, nr_wake);
36 tst_safe_checkpoint_wake(__FILE__, __LINE__, NULL, id, 1); \
37 tst_safe_checkpoint_wait(__FILE__, __LINE__, NULL, id, 0);
tst_safe_stdio.h 26 safe_fopen(__FILE__, __LINE__, NULL, path, mode)
29 safe_fclose(__FILE__, __LINE__, NULL, f)
32 safe_asprintf(__FILE__, __LINE__, NULL, strp, fmt, __VA_ARGS__)
35 safe_popen(__FILE__, __LINE__, NULL, command, type)
tst_safe_file_ops.h 30 safe_file_scanf(__FILE__, __LINE__, NULL, \
34 file_lines_scanf(__FILE__, __LINE__, NULL, 0,\
38 file_lines_scanf(__FILE__, __LINE__, NULL, 1,\
48 file_printf(__FILE__, __LINE__, \
52 safe_file_printf(__FILE__, __LINE__, NULL, \
56 safe_cp(__FILE__, __LINE__, NULL, (src), (dst))
59 safe_touch(__FILE__, __LINE__, NULL, \
  /external/clang/test/CodeGen/
mangle-blocks.c 9 __assert_rtn(__func__, __FILE__, __LINE__, "mangle");
  /external/compiler-rt/test/tsan/
mutex_bad_read_lock.cc 6 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 1);
7 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 0);
mutex_bad_read_unlock.cc 7 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 1);
8 AnnotateRWLockReleased(__FILE__, __LINE__, &m, 0);
  /external/clang/test/PCH/
format-strings.c 10 #define LOG printf(FOOBAR "%f", __LINE__)
  /external/ImageMagick/Magick++/tests/
attributes.cpp 40 cout << "Line: " << __LINE__ << ", textAntiAlias default not true" << endl;
48 cout << "Line: " << __LINE__ << ", textAntiAlias not false" << endl;
56 cout << "Line: " << __LINE__ << ", textAntiAlias not true" << endl;
67 cout << "Line: " << __LINE__
76 cout << "Line: " << __LINE__ << ", adjoin failed set to 'false'" << endl;
84 cout << "Line: " << __LINE__ << ", adjoin failed set to 'true'" << endl;
95 cout << "Line: " << __LINE__ << ", animationDelay default ("
105 cout << "Line: " << __LINE__
114 cout << "Line: " << __LINE__
127 cout << "Line: " << __LINE__
    [all...]
  /external/ltp/lib/newlib_tests/
test02.c 36 tst_resm_(__FILE__, __LINE__, TINFO, "info message");
37 tst_resm_(__FILE__, __LINE__, TPASS, "passed message");
40 tst_brkm_(__FILE__, __LINE__, TCONF, cleanup, "Non-NULL cleanup");
  /external/ltp/include/old/
old_checkpoint.h 41 tst_checkpoint_init(__FILE__, __LINE__, cleanup_fn)
44 tst_safe_checkpoint_wait(__FILE__, __LINE__, cleanup_fn, id, 0);
47 tst_safe_checkpoint_wait(__FILE__, __LINE__, cleanup_fn, id, msec_timeout);
50 tst_safe_checkpoint_wake(__FILE__, __LINE__, cleanup_fn, id, 1);
53 tst_safe_checkpoint_wake(__FILE__, __LINE__, cleanup_fn, id, nr_wake);
56 tst_safe_checkpoint_wake(__FILE__, __LINE__, cleanup_fn, id, 1); \
57 tst_safe_checkpoint_wait(__FILE__, __LINE__, cleanup_fn, id, 0);
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-caller-callee.cc 28 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
29 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
30 struct Foo3 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
31 struct Foo4 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
32 struct Foo5 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
33 struct Foo6 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
34 struct Foo7 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
35 struct Foo8 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
36 struct Foo9 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
37 struct Foo10 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
    [all...]
  /cts/tests/sensor/jni/
nativeTestHelper.h 33 #define ASSERT_TRUE(a) ASSERT((a), "assert failed on (" #a ") at " __FILE__ ":%d", __LINE__)
34 #define ASSERT_FALSE(a) ASSERT(!(a), "assert failed on (!" #a ") at " __FILE__ ":%d", __LINE__)
36 ASSERT((a) == (b), "assert failed on (" #a " == " #b ") at " __FILE__ ":%d", __LINE__)
38 ASSERT((a) != (b), "assert failed on (" #a " != " #b ") at " __FILE__ ":%d", __LINE__)
40 ASSERT((a) > (b), "assert failed on (" #a " > " #b ") at " __FILE__ ":%d", __LINE__)
42 ASSERT((a) >= (b), "assert failed on (" #a " >= " #b ") at " __FILE__ ":%d", __LINE__)
44 ASSERT((a) < (b), "assert failed on (" #a " < " #b ") at " __FILE__ ":%d", __LINE__)
46 ASSERT((a) <= (b), "assert failed on (" #a " <= " #b ") at " __FILE__ ":%d", __LINE__)
48 ASSERT((a) == nullptr, "assert failed on isNull(" #a ") at " __FILE__ ":%d", __LINE__)
50 ASSERT((a) != nullptr, "assert failed on isNotNull(" #a ") at " __FILE__ ":%d", __LINE__)
    [all...]
  /external/curl/tests/libtest/
lib1521.c 139 err("WRITEDATA", res, __LINE__); goto test_cleanup; }
142 err("WRITEDATA", res, __LINE__); goto test_cleanup; }
145 err("URL", res, __LINE__); goto test_cleanup; }
148 err("URL", res, __LINE__); goto test_cleanup; }
151 err("PORT", res, __LINE__); goto test_cleanup; }
154 err("PORT", res, __LINE__); goto test_cleanup; }
157 err("PORT", res, __LINE__); goto test_cleanup; }
160 err("PORT", res, __LINE__); goto test_cleanup; }
163 err("PROXY", res, __LINE__); goto test_cleanup; }
166 err("PROXY", res, __LINE__); goto test_cleanup;
    [all...]
  /external/swiftshader/src/Common/
DebugAndroid.hpp 47 __FUNCTION__, __FILE__, __LINE__); \
58 __LINE__, ##__VA_ARGS__); \
65 __LINE__, ##__VA_ARGS__); \
71 __FUNCTION__, __FILE__, __LINE__); \
77 __FUNCTION__, __FILE__, __LINE__, #value, value); \
84 __LINE__, ##__VA_ARGS__)
  /external/honggfuzz/libcommon/
log.h 35 #define LOG_HELP(...) logLog(HELP, __FUNCTION__, __LINE__, false, __VA_ARGS__);
36 #define LOG_HELP_BOLD(...) logLog(HELP_BOLD, __FUNCTION__, __LINE__, false, __VA_ARGS__);
40 logLog(DEBUG, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
44 logLog(INFO, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
48 logLog(WARNING, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
52 logLog(ERROR, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
56 logLog(FATAL, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
61 logLog(DEBUG, __FUNCTION__, __LINE__, true, __VA_ARGS__); \
65 logLog(INFO, __FUNCTION__, __LINE__, true, __VA_ARGS__); \
69 logLog(WARNING, __FUNCTION__, __LINE__, true, __VA_ARGS__);
    [all...]

Completed in 412 milliseconds

1 2 3 4 5 6 7 8 91011>>