HomeSort by relevance Sort by last modified time
    Searched full:__file__ (Results 101 - 125 of 2021) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/base/android/jni_generator/
testInnerClassNativesBothInnerAndOuter.golden 55 LOG(ERROR) << "RegisterNatives failed in " << __FILE__;
70 LOG(ERROR) << "RegisterNatives failed in " << __FILE__;
testInnerClassNativesMultiple.golden 56 LOG(ERROR) << "RegisterNatives failed in " << __FILE__;
71 LOG(ERROR) << "RegisterNatives failed in " << __FILE__;
  /external/chromium_org/chrome/test/pyautolib/
pyauto_paths.py 13 script_dir = os.path.abspath(os.path.dirname(__file__))
47 dir = os.path.dirname(pyautolib.__file__)
  /external/chromium_org/third_party/leveldatabase/src/util/
testharness.h 105 #define ASSERT_TRUE(c) ::leveldb::test::Tester(__FILE__, __LINE__).Is((c), #c)
106 #define ASSERT_OK(s) ::leveldb::test::Tester(__FILE__, __LINE__).IsOk((s))
107 #define ASSERT_EQ(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsEq((a),(b))
108 #define ASSERT_NE(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsNe((a),(b))
109 #define ASSERT_GE(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsGe((a),(b))
110 #define ASSERT_GT(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsGt((a),(b))
111 #define ASSERT_LE(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsLe((a),(b))
112 #define ASSERT_LT(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsLt((a),(b))
  /external/chromium_org/third_party/ocmock/
gtest_support.h 36 EXPECT_TRUE(testing::internal::VerifyOCMock((m), __FILE__, __LINE__))
38 ASSERT_TRUE(testing::internal::VerifyOCMock((m), __FILE__, __LINE__))
  /external/chromium_org/tools/perf/
run_tests 14 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
20 top_level_dir = os.path.abspath(os.path.dirname(__file__))
  /external/dropbear/libtomcrypt/testprof/
tomcrypt_test.h 23 #define DO(x) do { fprintf(stderr, "%s:\n", #x); run_cmd((x), __LINE__, __FILE__, #x); } while (0);
25 #define DO(x) do { run_cmd((x), __LINE__, __FILE__, #x); } while (0);
  /external/kernel-headers/original/asm-mips/
debug.h 31 panic("assertion failed at %s:%d: %s", __FILE__, __LINE__, #x); }
33 printk(KERN_WARNING "warning at %s:%d: %s", __FILE__, __LINE__, #x); }
  /external/libvpx/libvpx/vpx_mem/
vpx_mem.h 129 # define vpx_memalign(align, size) xvpx_memalign((align), (size), __FILE__, __LINE__)
130 # define vpx_malloc(size) xvpx_malloc((size), __FILE__, __LINE__)
131 # define vpx_calloc(num, size) xvpx_calloc(num, size, __FILE__, __LINE__)
132 # define vpx_realloc(addr, size) xvpx_realloc(addr, size, __FILE__, __LINE__)
133 # define vpx_free(addr) xvpx_free(addr, __FILE__, __LINE__)
134 # define vpx_memory_tracker_check_integrity() vpx_memory_tracker_check_integrity(__FILE__, __LINE__)
135 # define vpx_mem_alloc(id,size,align) xvpx_mem_alloc(id, size, align, __FILE__, __LINE__)
136 # define vpx_mem_free(id,mem,size) xvpx_mem_free(id, mem, size, __FILE__, __LINE__)
  /external/llvm/utils/lit/tests/
lit.cfg 20 config.test_source_root = os.path.dirname(__file__)
36 os.path.dirname(__file__), ".coveragerc")
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Debug.h 70 M4OSA_DEBUG_traceFunction(__LINE__, (M4OSA_Char*)__FILE__, level,\
77 M4OSA_DEBUG_traceFunction(__LINE__, (M4OSA_Char*)__FILE__, 1,\
129 M4OSA_TRACE_traceFunction(__LINE__, (M4OSA_Char*)__FILE__,\
134 M4OSA_TRACE_traceFunction(__LINE__, (M4OSA_Char*)__FILE__,\
139 M4OSA_TRACE_traceFunction(__LINE__, (M4OSA_Char*)__FILE__,\
146 M4OSA_TRACE_traceFunction(__LINE__, (M4OSA_Char*)__FILE__,\
152 M4OSA_TRACE_traceFunction(__LINE__, (M4OSA_Char*)__FILE__,\
159 M4OSA_TRACE_traceFunction(__LINE__, (M4OSA_Char*)__FILE__,\
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
statistics.h 30 #define MEM_STAT_INFO , __FILE__, __LINE__, __FUNCTION__
31 #define ALONE_MEM_STAT_INFO __FILE__, __LINE__, __FUNCTION__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
statistics.h 30 #define MEM_STAT_INFO , __FILE__, __LINE__, __FUNCTION__
31 #define ALONE_MEM_STAT_INFO __FILE__, __LINE__, __FUNCTION__
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
statistics.h 30 #define MEM_STAT_INFO , __FILE__, __LINE__, __FUNCTION__
31 #define ALONE_MEM_STAT_INFO __FILE__, __LINE__, __FUNCTION__
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
statistics.h 30 #define MEM_STAT_INFO , __FILE__, __LINE__, __FUNCTION__
31 #define ALONE_MEM_STAT_INFO __FILE__, __LINE__, __FUNCTION__
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_startfile.py 27 empty = path.join(path.dirname(__file__), "empty.vbs")
36 empty = path.join(path.dirname(__file__), "empty.vbs")
test_trace.py 22 """The .py file and module name of this file (__file__)"""
23 modname = os.path.splitext(os.path.basename(__file__))[0]
24 return fix_ext_py(__file__), modname
106 self.my_py_filename = fix_ext_py(__file__)
138 (fix_ext_py(testmod.__file__), 2): 1,
139 (fix_ext_py(testmod.__file__), 3): 1,
192 self.my_py_filename = fix_ext_py(__file__)
197 code = compile(code, __file__, 'exec')
239 (fix_ext_py(testmod.__file__), 'testmod', 'func'): 1,
265 ((os.path.splitext(trace.__file__)[0] + '.py', 'trace', 'Trace.runfunc')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_startfile.py 27 empty = path.join(path.dirname(__file__), "empty.vbs")
36 empty = path.join(path.dirname(__file__), "empty.vbs")
test_trace.py 22 """The .py file and module name of this file (__file__)"""
23 modname = os.path.splitext(os.path.basename(__file__))[0]
24 return fix_ext_py(__file__), modname
106 self.my_py_filename = fix_ext_py(__file__)
138 (fix_ext_py(testmod.__file__), 2): 1,
139 (fix_ext_py(testmod.__file__), 3): 1,
192 self.my_py_filename = fix_ext_py(__file__)
197 code = compile(code, __file__, 'exec')
239 (fix_ext_py(testmod.__file__), 'testmod', 'func'): 1,
265 ((os.path.splitext(trace.__file__)[0] + '.py', 'trace', 'Trace.runfunc')
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESmacros.h 35 fprintf(stderr, "%s:%s:%d error 0x%x\n", __FILE__, __FUNCTION__, __LINE__, err); \
42 fprintf(stderr, "%s:%s:%d error 0x%x\n", __FILE__, __FUNCTION__, __LINE__, err); \
  /frameworks/wilhelm/src/
sllog.h 87 #define SL_LOGE(...) do { fprintf(stderr, "SL_LOGE: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
94 #define SL_LOGW(...) do { fprintf(stderr, "SL_LOGW: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
101 #define SL_LOGI(...) do { fprintf(stderr, "SL_LOGI: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
108 #define SL_LOGD(...) do { fprintf(stderr, "SL_LOGD: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
115 #define SL_LOGV(...) do { fprintf(stderr, "SL_LOGV: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memfs_malloc.cc 142 Log(kLog, __FILE__, __LINE__,
145 Log(kCrash, __FILE__, __LINE__,
164 Log(kLog, __FILE__, __LINE__, "reached memfs_malloc_limit_mb");
168 Log(kLog, __FILE__, __LINE__,
178 Log(kLog, __FILE__, __LINE__,
194 Log(kLog, __FILE__, __LINE__,
221 Log(kCrash, __FILE__, __LINE__, "XX fatal: memfs_malloc_path too long");
229 Log(kLog, __FILE__, __LINE__,
237 Log(kCrash, __FILE__, __LINE__,
245 Log(kCrash, __FILE__, __LINE__
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memfs_malloc.cc 142 Log(kLog, __FILE__, __LINE__,
145 Log(kCrash, __FILE__, __LINE__,
164 Log(kLog, __FILE__, __LINE__, "reached memfs_malloc_limit_mb");
168 Log(kLog, __FILE__, __LINE__,
178 Log(kLog, __FILE__, __LINE__,
194 Log(kLog, __FILE__, __LINE__,
221 Log(kCrash, __FILE__, __LINE__, "XX fatal: memfs_malloc_path too long");
229 Log(kLog, __FILE__, __LINE__,
237 Log(kCrash, __FILE__, __LINE__,
245 Log(kCrash, __FILE__, __LINE__
    [all...]
  /external/embunit/inc/
AssertImpl.h 48 if (expected && actual && (stdimpl_strcmp(expected,actual)==0)) {} else {assertImplementationCStr(expected,actual,__LINE__,__FILE__);return;}
51 if (expected == actual) {} else {assertImplementationInt(expected,actual,__LINE__,__FILE__);return;}
66 if (0) {} else {addFailure(message,__LINE__,__FILE__);return;}
  /external/srec/portable/include/
ptstutils.h 39 pfprintf(PSTDERR, L(__FILE__ "(%d): " #x " failed: aborting.\n"), __LINE__); \
49 pfprintf(PSTDERR, L(__FILE__ "(%d): " #x " failed: aborting.\n"), __LINE__); \
59 pfprintf(PSTDERR, L(__FILE__ "(%d): " #x " failed.\n"), __LINE__); \

Completed in 1685 milliseconds

1 2 3 45 6 7 8 91011>>