Home
last modified time | relevance | path

Searched defs:binary_name (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dbinary_manager.py22 def FetchPathWithVersion(self, binary_name, os_name, arch, os_version=None): argument
31 def FetchPath(self, binary_name, os_name, arch, os_version=None): argument
40 def LocalPath(self, binary_name, os_name, arch, os_version=None): argument
50 self, function, binary_name, os_name, arch, os_version): argument
/external/googletest/googletest/test/
Dgtest_testbridge_test.py36 binary_name = 'gtest_testbridge_test_' variable
Dgoogletest-param-test-invalid-name1-test.py35 binary_name = 'googletest-param-test-invalid-name1-test_' variable
Dgoogletest-param-test-invalid-name2-test.py35 binary_name = 'googletest-param-test-invalid-name2-test_' variable
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_procmaps_test.cc37 const char *binary_name = last_slash ? last_slash + 1 : argv0; in TEST() local
/external/tensorflow/tensorflow/core/platform/
Dplatform_strings_test.cc112 static int RunTest(const std::string &binary_name) { in RunTest()
/external/pdfium/testing/tools/coverage/
Dcoverage_report.py172 def find_acceptable_binary(self, binary_name, version_regex, argument
/external/tensorflow/tensorflow/compiler/xla/
Dparse_flags_from_env_test.cc112 static const char* binary_name; variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_posix_libcdep.cc414 const char *binary_name = path ? StripModuleName(path) : ""; in ChooseExternalSymbolizer() local
/external/tensorflow/tensorflow/contrib/ffmpeg/default/
Dffmpeg_lib.cc90 bool IsBinaryInstalled(const string& binary_name) { in IsBinaryInstalled()
/external/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py37 def sysroot_path_filter(binary_name): argument
/external/libusb/examples/
Dxusb.c59 static const char* binary_name = NULL; variable
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc666 const char *binary_name = cmdline; in ParseCmdLine() local