Searched defs:test_path (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/
H A DAndroid.test.mk24 LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_NATIVE_TESTS)/$(test_path)
55 test_path := macro
/external/skia/gm/
H A Dpathreverse.cpp13 static void test_path(SkCanvas* canvas, const SkPath& path) { function
24 test_path(canvas, path);
30 test_path(canvas, rev);
/external/skia/tests/
H A DTessellatingPathRendererTests.cpp235 static void test_path(GrDrawTarget* dt, GrRenderTarget* rt, const SkPath& path) { function
261 test_path(dt, rt, create_path_0());
262 test_path(dt, rt, create_path_1());
263 test_path(dt, rt, create_path_2());
264 test_path(dt, rt, create_path_3());
265 test_path(dt, rt, create_path_4());
266 test_path(dt, rt, create_path_5());
267 test_path(dt, rt, create_path_6());
268 test_path(dt, rt, create_path_7());
269 test_path(d
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb15 attr_accessor :test_path
18 File.basename( test_path, '.rb' )
22 File.dirname( test_path )
159 klass.test_path = call_stack[ 0 ].file
166 def test_path method in class:ANTLR3.Test.Functional
167 self.class.test_path
/external/harfbuzz_ng/test/api/
H A Dhb-test.h163 hb_test_add_func (const char *test_path, argument
166 char *normal_path = hb_test_normalize_path (test_path);
173 hb_test_add_func_flavor (const char *test_path, argument
177 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
184 hb_test_add_data_func (const char *test_path, argument
188 char *normal_path = hb_test_normalize_path (test_path);
195 hb_test_add_data_func_flavor (const char *test_path, argument
200 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
208 hb_test_add_vtable (const char *test_path, argument
215 char *normal_path = hb_test_normalize_path (test_path);
235 hb_test_add_vtable_flavor(const char *test_path, const char *flavor, gsize data_size, gconstpointer test_data, hb_test_fixture_func_t data_setup, hb_test_fixture_func_t data_test, hb_test_fixture_func_t data_teardown) argument
[all...]
/external/libnl/lib/route/sch/
H A Dnetem.c876 char *test_path[] = { "", "./", "/usr/lib/tc/", "/usr/local/lib/tc/" }; local
878 for (i = 0; i < sizeof(test_path) && f == NULL; i++) {
879 snprintf(name, NAME_MAX, "%s%s%s", test_path[i], dist_type, dist_suffix);

Completed in 1302 milliseconds