Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dhb-test.h165 hb_test_add_func (const char *test_path, in hb_test_add_func()
175 hb_test_add_func_flavor (const char *test_path, in hb_test_add_func_flavor()
186 hb_test_add_data_func (const char *test_path, in hb_test_add_data_func()
197 hb_test_add_data_func_flavor (const char *test_path, in hb_test_add_data_func_flavor()
210 hb_test_add_vtable (const char *test_path, in hb_test_add_vtable()
237 hb_test_add_vtable_flavor (const char *test_path, in hb_test_add_vtable_flavor()
/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/autotest/server/cros/dynamic_suite/
Dcontrol_file_getter.py39 def get_control_file_contents(self, test_path): argument
230 def get_control_file_contents(self, test_path): argument
294 def get_control_file_contents(self, test_path): argument
/external/v8/tools/ninja/
Dninja_output.py31 def is_release_newer(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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dfunctional.rb15 attr_accessor :test_path accessor
166 def test_path method in ANTLR3.Test.Functional
/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
DTessellatingPathRendererTests.cpp454 static void test_path(GrContext* ctx, in test_path() function
DColorSpaceTest.cpp44 static void test_path(skiatest::Reporter* r, const char* path, in test_path() function
/external/skqp/tests/
DPathRendererCacheTests.cpp71 static void test_path(skiatest::Reporter* reporter, in test_path() function
DTessellatingPathRendererTests.cpp454 static void test_path(GrContext* ctx, in test_path() function
DColorSpaceTest.cpp44 static void test_path(skiatest::Reporter* r, const char* path, in test_path() function
/external/tensorflow/tensorflow/contrib/lite/testing/
Dgenerated_examples_zip_test.cc199 string test_path = GetParam(); in TEST_P() local
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_path.py39 def test_path(self): member in FinderTests
/external/python/cpython2/Lib/test/
Dtest_importhooks.py33 test_path = "!!!_test_!!!" variable
/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.py384 def _module_relative_path(module, test_path): argument