HomeSort by relevance Sort by last modified time
    Searched refs:test_data_path (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/
base_paths.cc 35 FilePath test_data_path; local
36 if (!PathService::Get(DIR_SOURCE_ROOT, &test_data_path))
38 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("base"));
39 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("test"));
40 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("data"));
41 if (!PathExists(test_data_path)) // We don't want to create this.
43 *result = test_data_path;
    [all...]
  /external/tensorflow/tensorflow/python/debug/examples/
debug_tflearn_iris.py 59 test_data_path = os.path.join(data_dir, os.path.basename(IRIS_TEST_DATA_URL))
60 if not os.path.isfile(test_data_path):
61 test_file = open(test_data_path, "wt")
67 return training_data_path, test_data_path
92 training_data_path, test_data_path = maybe_download_data(FLAGS.data_dir)
102 return tf.data.experimental.make_csv_dataset([test_data_path],
  /development/testrunner/test_defs/
host_test.py 80 test_data_path: path to directory that contains test data files
105 options.test_data_path)
  /external/flatbuffers/tests/
test.cpp 54 std::string test_data_path = variable
566 TEST_EQ(flatbuffers::LoadFile((test_data_path + "monster_test.fbs").c_str(),
571 flatbuffers::ConCatPathFileName(test_data_path, "include_test");
572 const char *include_directories[] = { test_data_path.c_str(),
600 (test_data_path + "monster_test." + (binary ? "bfbs" : "fbs"))
605 (test_data_path + "monsterdata_test.golden").c_str(), false,
610 flatbuffers::ConCatPathFileName(test_data_path, "include_test");
611 const char *include_directories[] = { test_data_path.c_str(),
650 registry.AddIncludeDirectory(test_data_path.c_str());
654 (test_data_path + "monster_test.fbs").c_str())
    [all...]
  /external/chromium-trace/catapult/tracing/
tracing_project.py 107 test_data_path = os.path.join(tracing_root_path, 'test_data') variable in class:TracingProject
  /development/testrunner/
runtest.py 228 self._options.test_data_path = android_build.GetTestAppPath()

Completed in 128 milliseconds