Home
last modified time | relevance | path

Searched defs:test_path (Results 1 – 24 of 24) sorted by relevance

/external/libchrome/base/files/
Dscoped_temp_dir_unittest.cc16 FilePath test_path; in TEST() local
52 FilePath test_path; in TEST() local
71 FilePath test_path; in TEST() local
Dfile_util_unittest.cc2487 FilePath test_path = in TEST_F() local
2490 FilePath test_path = in TEST_F() local
2546 FilePath test_path = in TEST_F() local
/external/harfbuzz_ng/test/api/
Dhb-test.h190 hb_test_add_func (const char *test_path, in hb_test_add_func()
200 hb_test_add_func_flavor (const char *test_path, in hb_test_add_func_flavor()
211 hb_test_add_data_func (const char *test_path, in hb_test_add_data_func()
222 hb_test_add_data_func_flavor (const char *test_path, in hb_test_add_data_func_flavor()
235 hb_test_add_vtable (const char *test_path, in hb_test_add_vtable()
262 hb_test_add_vtable_flavor (const char *test_path, in hb_test_add_vtable_flavor()
/external/autotest/server/cros/dynamic_suite/
Dcontrol_file_getter.py44 def get_control_file_contents(self, test_path): argument
239 def get_control_file_contents(self, test_path): argument
304 def get_control_file_contents(self, test_path): argument
/external/rust/crates/nix/test/
Dtest_mount.rs41 let test_path = tempdir.path().join("test"); in test_mount_tmpfs_without_flags_allows_rwx() localVariable
114 let test_path = tempdir.path().join("test"); in test_mount_noexec_disallows_exec() localVariable
/external/skia/gm/
Dpathreverse.cpp53 static void test_path(SkCanvas* canvas, const SkPath& path) { in test_path() function
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dfunctional.rb15 attr_accessor :test_path accessor
166 def test_path method in ANTLR3.Test.Functional
/external/harfbuzz_ng/test/subset/
Drepack_test.py10 def __init__(self, test_path, definition): argument
Dsubset_test_suite.py51 def __init__(self, test_path, definition): argument
/external/python/cpython3/Lib/test/
D_test_embed_set_config.py232 def test_path(self): member in SetConfigTests
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dgenerated_examples_zip_test.cc64 string test_path = GetParam(); in TEST_P() local
/external/skia/tests/
DPathRendererCacheTests.cpp75 static void test_path(skiatest::Reporter* reporter, in test_path() function
DColorSpaceTest.cpp47 static void test_path(skiatest::Reporter* r, const char* path, in test_path() function
DTriangulatingPathRendererTests.cpp794 static void test_path(GrRecordingContext* rContext, in test_path() function
/external/python/cpython2/Lib/test/
Dtest_importhooks.py33 test_path = "!!!_test_!!!" variable
/external/tensorflow/tensorflow/lite/testing/
Dgenerated_examples_zip_test.cc295 string test_path = test_path_and_label; in TEST_P() local
/external/tensorflow/tensorflow/lite/experimental/mlir/testing/
Dgenerated_examples_zip_test.cc261 string test_path = test_path_and_label; in TEST_P() local
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_path.py39 def test_path(self): member in FinderTests
/external/rust/crates/pest_generator/src/
Dgenerator.rs940 let test_path = current_dir.to_str().expect("path contains invalid unicode"); in generate_complete() localVariable
/external/libnl/lib/route/qdisc/
Dnetem.c921 char *test_path[] = { in rtnl_netem_set_delay_distribution() local
/external/angle/src/tests/
Dcapture_replay_tests.py247 def GetTestsListForFilter(args, test_path, filter, logger): argument
/external/rust/crates/tinytemplate/src/
Dtemplate.rs446 fn test_path() { in test_path() function
/external/python/cpython3/Lib/
Ddoctest.py391 def _module_relative_path(module, test_path): argument
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_test.py60 def test_path(self): member in FakeDirectoryUnitTest