Home
last modified time | relevance | path

Searched defs:test_path (Results 1 – 22 of 22) 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
/external/harfbuzz_ng/test/api/
Dhb-test.h180 hb_test_add_func (const char *test_path, in hb_test_add_func()
190 hb_test_add_func_flavor (const char *test_path, in hb_test_add_func_flavor()
201 hb_test_add_data_func (const char *test_path, in hb_test_add_data_func()
212 hb_test_add_data_func_flavor (const char *test_path, in hb_test_add_data_func_flavor()
225 hb_test_add_vtable (const char *test_path, in hb_test_add_vtable()
252 hb_test_add_vtable_flavor (const char *test_path, in hb_test_add_vtable_flavor()
/external/v8/tools/ninja/
Dninja_output.py31 def is_release_newer(test_path): argument
/external/autotest/server/cros/dynamic_suite/
Dcontrol_file_getter.py40 def get_control_file_contents(self, test_path): argument
234 def get_control_file_contents(self, test_path): argument
298 def get_control_file_contents(self, test_path): argument
/external/skqp/gm/
Dpathreverse.cpp50 static void test_path(SkCanvas* canvas, const SkPath& path) { in test_path() function
/external/skia/gm/
Dpathreverse.cpp50 static void test_path(SkCanvas* canvas, const SkPath& path) { in test_path() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dupdate_mca_test_checks.py225 def _get_block_infos(run_infos, test_path, args, common_prefix): # noqa argument
378 def _write_output(test_path, input_lines, prefix_list, block_infos, # noqa argument
/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/
Dsubset_test_suite.py43 def __init__(self, test_path, definition): argument
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dgenerated_examples_zip_test.cc64 string test_path = GetParam(); in TEST_P() local
/external/webrtc/webrtc/base/
Dfilerotatingstream_unittest.cc29 Pathname test_path; in Init() local
188 Pathname test_path; in Init() local
/external/skia/tests/
DPathRendererCacheTests.cpp71 static void test_path(skiatest::Reporter* reporter, in test_path() function
DColorSpaceTest.cpp46 static void test_path(skiatest::Reporter* r, const char* path, in test_path() function
DTessellatingPathRendererTests.cpp636 static void test_path(GrContext* ctx, in test_path() function
/external/skqp/tests/
DPathRendererCacheTests.cpp71 static void test_path(skiatest::Reporter* reporter, in test_path() function
DTessellatingPathRendererTests.cpp636 static void test_path(GrContext* ctx, in test_path() function
DColorSpaceTest.cpp46 static void test_path(skiatest::Reporter* r, const char* path, in test_path() function
/external/tensorflow/tensorflow/lite/testing/
Dgenerated_examples_zip_test.cc254 string test_path = GetParam(); in TEST_P() local
/external/python/cpython2/Lib/test/
Dtest_importhooks.py33 test_path = "!!!_test_!!!" variable
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_path.py39 def test_path(self): member in FinderTests
/external/libnl/lib/route/qdisc/
Dnetem.c843 char *test_path[] = { "", "./", "/usr/lib/tc/", "/usr/local/lib/tc/" }; in rtnl_netem_set_delay_distribution() local
/external/python/cpython3/Lib/
Ddoctest.py383 def _module_relative_path(module, test_path): argument