/external/eigen/test/eigen2/ |
main.h | 76 eigen_assert_list.push_back(std::string(EI_PP_MAKE_STRING(__FILE__)" ("EI_PP_MAKE_STRING(__LINE__)") : "#a) ); \ 131 std::cerr << "Test " << g_test_stack.back() << " failed in "EI_PP_MAKE_STRING(__FILE__) << " (" << EI_PP_MAKE_STRING(__LINE__) << ")" \
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest-typed-test.h | 234 __FILE__, __LINE__, #CaseName, #TestName); \ 245 __FILE__, __LINE__, #__VA_ARGS__)
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \ 191 __FILE__, __LINE__, >est_dt)) { \
|
/external/gtest/include/gtest/ |
gtest-typed-test.h | 234 __FILE__, __LINE__, #CaseName, #TestName); \ 245 __FILE__, __LINE__, #__VA_ARGS__)
|
/external/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \ 191 __FILE__, __LINE__, >est_dt)) { \
|
/external/icu/icu4c/source/test/cintltst/ |
cbiapts.c | 37 log_data_err("Failure at file %s, line %d, error = %s (Are you missing data?)\n", __FILE__, __LINE__, u_errorName(status));}} 40 log_data_err("Test Failure at file %s, line %d (Are you missing data?)\n", __FILE__, __LINE__);}} 691 log_err_status(status, "Failure at file %s, line %d, error = %s\n", __FILE__, __LINE__, u_errorName(status)); 697 log_err("Failure at file %s, line %d, error = %s\n", __FILE__, __LINE__, u_errorName(status)); [all...] |
tracetst.c | 52 log_err("FAILED Assertion \"" #expr "\" at %s:%d.\n", __FILE__, __LINE__); \ 100 __FILE__, line, expectedResult, buf);
|
/external/icu/icu4c/source/test/intltest/ |
selfmts.cpp | 24 #define VERBOSE_INT(x) {logln("%s:%d: int %s=%d\n", __FILE__, __LINE__, #x, (x));} 25 #define VERBOSE_USTRING(text) {logln("%s:%d: UnicodeString %s(%d) = ", __FILE__, __LINE__, #text, text.length()); logln(UnicodeString(" \"")+text+UnicodeString("\";"));}
|
/external/libevent/ |
util-internal.h | 203 __FILE__,__LINE__,#cond,__func__); \ 208 __FILE__,__LINE__,#cond,__func__); \
|
/external/libmicrohttpd/src/testcurl/ |
test_quiesce.c | 388 __FILE__, 393 __FILE__,
|
/external/libvncserver/rfb/ |
rfb.h | 67 #define LOCK(mutex) (rfbLog("%s:%d LOCK(%s,0x%x)\n",__FILE__,__LINE__,#mutex,&(mutex)), pthread_mutex_lock(&(mutex))) 68 #define UNLOCK(mutex) (rfbLog("%s:%d UNLOCK(%s,0x%x)\n",__FILE__,__LINE__,#mutex,&(mutex)), pthread_mutex_unlock(&(mutex))) 70 #define INIT_MUTEX(mutex) (rfbLog("%s:%d INIT_MUTEX(%s,0x%x)\n",__FILE__,__LINE__,#mutex,&(mutex)), pthread_mutex_init(&(mutex),NULL)) 71 #define TINI_MUTEX(mutex) (rfbLog("%s:%d TINI_MUTEX(%s)\n",__FILE__,__LINE__,#mutex), pthread_mutex_destroy(&(mutex))) 72 #define TSIGNAL(cond) (rfbLog("%s:%d TSIGNAL(%s)\n",__FILE__,__LINE__,#cond), pthread_cond_signal(&(cond))) 73 #define WAIT(cond,mutex) (rfbLog("%s:%d WAIT(%s,%s)\n",__FILE__,__LINE__,#cond,#mutex), pthread_cond_wait(&(cond),&(mutex))) 75 #define INIT_COND(cond) (rfbLog("%s:%d INIT_COND(%s)\n",__FILE__,__LINE__,#cond), pthread_cond_init(&(cond),NULL)) 76 #define TINI_COND(cond) (rfbLog("%s:%d TINI_COND(%s)\n",__FILE__,__LINE__,#cond), pthread_cond_destroy(&(cond))) [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-typed-test.h | 234 __FILE__, __LINE__, #CaseName, #TestName); \ 247 __FILE__, __LINE__, #__VA_ARGS__)
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-death-test-internal.h | 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \ 191 __FILE__, __LINE__, >est_dt)) { \
|
/external/mesa3d/src/gtest/include/gtest/ |
gtest-typed-test.h | 234 __FILE__, __LINE__, #CaseName, #TestName); \ 245 __FILE__, __LINE__, #__VA_ARGS__)
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \ 191 __FILE__, __LINE__, >est_dt)) { \
|
/external/opencv3/3rdparty/libjasper/jasper/ |
jas_fix.h | 348 jas_eprintf("overflow error: file %s, line %d\n", __FILE__, __LINE__) 352 jas_eprintf("underflow error: file %s, line %d\n", __FILE__, __LINE__)
|
/external/protobuf/gtest/include/gtest/ |
gtest-typed-test.h | 234 __FILE__, __LINE__, #CaseName, #TestName); \ 245 __FILE__, __LINE__, #__VA_ARGS__)
|
/external/skia/tools/ |
dm_flags.py | 241 this_file = os.path.basename(__file__) 249 with open(os.path.join(os.path.dirname(__file__), golden), 'w') as f:
|
/external/v8/build/ |
vs_toolchain.py | 16 script_dir = os.path.dirname(os.path.realpath(__file__)) 18 SRC_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
/external/v8/src/crankshaft/ |
lithium-codegen.cc | 125 V8_Fatal(__FILE__, __LINE__, "CanDeoptimize is wrong for %s (%s)", 130 V8_Fatal(__FILE__, __LINE__, "unused environment for %s (%s)",
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
gtest-typed-test.h | 234 __FILE__, __LINE__, #CaseName, #TestName); \ 245 __FILE__, __LINE__, #__VA_ARGS__)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-death-test-internal.h | 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \ 191 __FILE__, __LINE__, >est_dt)) { \
|
/frameworks/native/libs/binder/ |
PersistableBundle.cpp | 74 ALOGE("Failed at %s:%d (%s)", __FILE__, __LINE__, __func__); \ 83 ALOGE("Failed at %s:%d (%s)", __FILE__, __LINE__, __func__); \
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
log.h | 346 __print_result_location((int)(condition), __FILE__, \ 353 __print_result_location((int)(condition), __FILE__, \
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-typed-test.h | 234 __FILE__, __LINE__, #CaseName, #TestName); \ 245 __FILE__, __LINE__, #__VA_ARGS__)
|