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

1 2 3 4 5 6

  /external/v8/
Android.mk 18 base_path := $(call my-dir) macro
30 include $(base_path)/Android.base.mk
31 include $(base_path)/Android.libv8.mk
32 include $(base_path)/Android.platform.mk
33 include $(base_path)/Android.sampler.mk
34 include $(base_path)/Android.v8.mk
35 include $(base_path)/Android.v8gen.mk
36 include $(base_path)/Android.mkpeephole.mk
38 include $(base_path)/Android.d8.mk
40 base_path : macro
    [all...]
  /external/toolchain-utils/binary_search_tool/sysroot_wrapper/
testing_test.py 6 will need to change the base_path accordingly.
15 base_path = ('/var/cache/chromeos-chrome/chrome-src-internal/src/out_daisy/' variable
18 os.path.join(base_path, 'base/base.cpu.o'), os.path.join(
19 base_path, 'base/base.version.o'), os.path.join(base_path,
  /external/libchrome/base/files/
scoped_temp_dir.cc 32 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) {
36 // If |base_path| does not exist, create it.
37 if (!base::CreateDirectory(base_path))
40 // Create a new, uniquely named directory under |base_path|.
41 if (!base::CreateTemporaryDirInDir(base_path,
scoped_temp_dir_unittest.cc 67 FilePath base_path; local
69 &base_path));
74 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path));
77 EXPECT_TRUE(base_path.IsParent(test_path));
78 EXPECT_TRUE(test_path.value().find(base_path.value()) != std::string::npos);
81 base::DeleteFile(base_path, true);
  /external/tensorflow/tensorflow/contrib/session_bundle/
test_util.cc 27 const string base_path = tensorflow::testing::TensorFlowSrcRoot(); local
session_bundle_test.py 81 base_path = test.test_src_dir_path(SESSION_BUNDLE_PATH)
82 self.assertTrue(session_bundle.maybe_session_bundle_dir(base_path))
83 base_path = test.test_src_dir_path(SAVED_MODEL_PATH)
84 self.assertFalse(session_bundle.maybe_session_bundle_dir(base_path))
85 base_path = "complete_garbage"
86 self.assertFalse(session_bundle.maybe_session_bundle_dir(base_path))
89 base_path = test.test_src_dir_path(SESSION_BUNDLE_PATH)
92 base_path,
97 asset_path = os.path.join(base_path, constants.ASSETS_DIRECTORY)
116 base_path = test.test_src_dir_path("/no/such/a/dir"
    [all...]
  /external/tensorflow/tensorflow/python/tools/
saved_model_cli_test.py 54 base_path = test.test_src_dir_path(SAVED_MODEL_PATH)
56 args = self.parser.parse_args(['show', '--dir', base_path, '--all'])
145 base_path = test.test_src_dir_path(SAVED_MODEL_PATH)
147 args = self.parser.parse_args(['show', '--dir', base_path])
156 base_path = test.test_src_dir_path(SAVED_MODEL_PATH)
159 ['show', '--dir', base_path, '--tag_set', 'serve'])
177 base_path = test.test_src_dir_path(SAVED_MODEL_PATH)
180 ['show', '--dir', base_path, '--tag_set', 'badtagset'])
185 base_path = test.test_src_dir_path(SAVED_MODEL_PATH)
188 'show', '--dir', base_path, '--tag_set', 'serve', '--signature_def'
    [all...]
  /external/autotest/cli/
common.py 8 setup_modules.setup(base_path=autotest_dir, root_module_name="autotest_lib")
  /external/autotest/client/bin/
common.py 7 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/bin/net/
common.py 7 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/bin/result_tools/
common.py 7 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/common_lib/
common.py 7 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/common_lib/cros/bluetooth/
common.py 7 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/common_lib/cros/
common.py 7 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/common_lib/cros/network/
common.py 7 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/common_lib/cros/tendo/
common.py 7 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/common_lib/hosts/
common.py 7 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/common_lib/perf_expectations/
common.py 7 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/audio/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/bluetooth/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/cellular/
common.py 12 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/cellular/mbim_compliance/
common.py 13 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/cellular/pseudomodem/
common.py 18 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/crash/
common.py 17 setup_modules.setup(base_path=client_dir,

Completed in 361 milliseconds

1 2 3 4 5 6