/external/chromium-trace/catapult/perf_insights/bin/ |
run_tests | 10 _THIS_PATH = os.path.dirname(__file__) 22 catapult_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
|
/external/chromium-trace/catapult/tracing/bin/ |
run_tests | 10 _THIS_PATH = os.path.dirname(__file__) 21 catapult_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
|
/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__);
|
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);
|
mutex_double_lock.cc | 8 AnnotateRWLockAcquired(__FILE__, __LINE__, m, 1); 14 AnnotateRWLockAcquired(__FILE__, __LINE__, &m, 1);
|
thread_name.cc | 20 AnnotateThreadName(__FILE__, __LINE__, "Thread1"); 29 AnnotateThreadName(__FILE__, __LINE__, "Thread2");
|
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
handlefiletransferrequest.c | 112 " not changed\n", __FILE__, __FUNCTION__); 118 __FILE__, __FUNCTION__, path); 124 __FILE__, __FUNCTION__); 130 __FILE__, __FUNCTION__); 208 __FILE__, __FUNCTION__); 268 __FILE__, __FUNCTION__); 276 " length\n", __FILE__, __FUNCTION__); 287 "greater that PATH_MAX\n", __FILE__, __FUNCTION__); 296 __FILE__, __FUNCTION__); 306 __FILE__, __FUNCTION__) [all...] |
/external/llvm/bindings/python/llvm/tests/ |
base.py | 35 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_file") 38 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test.bc")
|
/external/valgrind/drd/tests/ |
unified_annotations.h | 46 AnnotateCondVarSignal(__FILE__, __LINE__, addr); 52 AnnotateCondVarWait(__FILE__, __LINE__, addr, NULL);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
pygram.py | 15 _GRAMMAR_FILE = os.path.join(os.path.dirname(__file__), "Grammar.txt") 16 _PATTERN_GRAMMAR_FILE = os.path.join(os.path.dirname(__file__),
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
pygram.py | 15 _GRAMMAR_FILE = os.path.join(os.path.dirname(__file__), "Grammar.txt") 16 _PATTERN_GRAMMAR_FILE = os.path.join(os.path.dirname(__file__),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
pygram.py | 15 _GRAMMAR_FILE = os.path.join(os.path.dirname(__file__), "Grammar.txt") 16 _PATTERN_GRAMMAR_FILE = os.path.join(os.path.dirname(__file__),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
pygram.py | 15 _GRAMMAR_FILE = os.path.join(os.path.dirname(__file__), "Grammar.txt") 16 _PATTERN_GRAMMAR_FILE = os.path.join(os.path.dirname(__file__),
|
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
memcluster.h | 27 #define memget(s) __memget_debug(s, __FILE__, __LINE__) 28 #define memput(p, s) __memput_debug(p, s, __FILE__, __LINE__) 31 #define memget(s) __memget_record(s, __FILE__, __LINE__) 32 #define memput(p, s) __memput_record(p, s, __FILE__, __LINE__)
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t019lexer.py | 12 inputPath = os.path.splitext(__file__)[0] + '.input'
|
/external/autotest/cli/contrib/ |
common.py | 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
|
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/ |
common.py | 8 dirname = os.path.dirname(sys.modules[__name__].__file__)
|
/external/autotest/client/common_lib/cros/fake_device_server/ |
common.py | 8 dirname = os.path.dirname(sys.modules[__name__].__file__)
|
/external/autotest/client/common_lib/hosts/ |
__init__.py | 13 __file__, "autotest_lib.client.common_lib.hosts.site_host", "SiteHost",
|
/external/autotest/client/cros/cellular/wardmodem/state_machines/ |
__init__.py | 4 for file_name in os.listdir(os.path.dirname(__file__)):
|
/external/autotest/client/tests/wb_kupdate/ |
common.py | 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
|
/external/autotest/frontend/afe/ |
common.py | 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
|
/external/autotest/frontend/afe/json_rpc/ |
common.py | 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
|