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

1 2 3 4 5 6 7 8 91011>>

  /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 16 case 1: Sink = __LINE__; break;
17 case 101: Sink = __LINE__; break;
18 case 1001: Sink = __LINE__; break;
19 case 10001: Sink = __LINE__; break;
20 case 100001: Sink = __LINE__; break;
21 case 1000001: Sink = __LINE__; break;
22 case 10000001: Sink = __LINE__; break;
33 case 42: Sink = __LINE__; break;
34 case 402: Sink = __LINE__; break;
35 case 4002: Sink = __LINE__; break
    [all...]
  /hardware/ti/omap4xxx/libtiutils/
DebugUtils.h 23 #define DBGUTILS_LOGVA(str) ALOGV("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__);
24 #define DBGUTILS_LOGVB(str,...) ALOGV("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_ARGS__);
25 #define DBGUTILS_LOGDA(str) ALOGD("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__);
26 #define DBGUTILS_LOGDB(str, ...) ALOGD("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_ARGS__);
27 #define DBGUTILS_LOGEA(str) ALOGE("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__);
28 #define DBGUTILS_LOGEB(str, ...) ALOGE("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__, __VA_ARGS__);
29 #define LOG_FUNCTION_NAME ALOGV("%d: %s() ENTER", __LINE__, __FUNCTION__);
30 #define LOG_FUNCTION_NAME_EXIT ALOGV("%d: %s() EXIT", __LINE__, __FUNCTION__);
  /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!}}
numeric-literal-trash.c 3 # define XRECORD(x, c_name) e##c (x, __LINE__)
  /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);
ignore_free.cc 23 AnnotateIgnoreReadsBegin(__FILE__, __LINE__);
24 AnnotateIgnoreWritesBegin(__FILE__, __LINE__);
26 AnnotateIgnoreReadsEnd(__FILE__, __LINE__);
27 AnnotateIgnoreWritesEnd(__FILE__, __LINE__);
ignore_race.cc 12 AnnotateIgnoreWritesBegin(__FILE__, __LINE__);
13 AnnotateIgnoreReadsBegin(__FILE__, __LINE__);
15 AnnotateIgnoreReadsEnd(__FILE__, __LINE__);
16 AnnotateIgnoreWritesEnd(__FILE__, __LINE__);
mutex_bad_unlock.cc 6 AnnotateRWLockReleased(__FILE__, __LINE__, &m, 1);
mutex_double_lock.cc 8 AnnotateRWLockAcquired(__FILE__, __LINE__, m, 1);
14 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 1);
  /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/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...]
  /external/jemalloc/include/jemalloc/internal/
assert.h 10 __FILE__, __LINE__, #e); \
21 __FILE__, __LINE__); \
32 __FILE__, __LINE__); \
  /external/libavc/common/
ih264_debug.h 46 printf("\n[H264 DBG] %s/%d:: ", __FUNCTION__, __LINE__); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
error.h 64 #define SNDERR(...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, 0, __VA_ARGS__) /**< Shows a sound error message. */
65 #define SYSERR(...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, errno, __VA_ARGS__) /**< Shows a system error message (related to \c errno). */
67 #define SNDERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, 0, ##args) /**< Shows a sound error message. */
68 #define SYSERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, errno, ##args) /**< Shows a system error message (related to \c errno). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
error.h 64 #define SNDERR(...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, 0, __VA_ARGS__) /**< Shows a sound error message. */
65 #define SYSERR(...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, errno, __VA_ARGS__) /**< Shows a system error message (related to \c errno). */
67 #define SNDERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, 0, ##args) /**< Shows a sound error message. */
68 #define SYSERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, errno, ##args) /**< Shows a system error message (related to \c errno). */
  /external/compiler-rt/test/asan/TestCases/Windows/
aligned_mallocs.cc 9 return __LINE__; \
25 return __LINE__;
  /external/curl/tests/unit/
curlcheck.h 28 __FILE__, __LINE__, #expr, msg); \
35 __FILE__, __LINE__, #expr, msg); \
42 __FILE__, __LINE__, len, hexdump((unsigned char *)check, len)); \
44 __FILE__, __LINE__, hexdump((unsigned char *)dynamic, len)); \
52 __FILE__, __LINE__, msg); \
61 __FILE__, __LINE__, #expr, msg); \
69 __FILE__, __LINE__, #expr, msg); \
76 __FILE__, __LINE__, msg); \
  /external/libhevc/common/
ihevc_debug.h 43 printf("\n[HEVC DBG] %s/%d:: ", __FUNCTION__, __LINE__); \
63 printf("ASSERT %s %d\n", __FILE__, __LINE__); \
  /external/opencv3/modules/flann/include/opencv2/flann/
general.h 42 FLANNException(const char* message) : cv::Exception(0, message, "", __FILE__, __LINE__) { }
44 FLANNException(const cv::String& message) : cv::Exception(0, message, "", __FILE__, __LINE__) { }
  /system/bt/embdrv/sbc/decoder/include/
oi_assert.h 51 { if (!(condition)) OI_AssertFail(__FILE__, __LINE__, #condition); }
54 { OI_AssertFail(__FILE__, __LINE__, msg); }

Completed in 410 milliseconds

1 2 3 4 5 6 7 8 91011>>