/third_party/cef/tests/ceftests/ |
D | scoped_temp_dir_unittest.cc | 12 CefString test_path; in TEST() local 13 CefCreateNewTempDirectory("scoped_temp_dir", test_path); in TEST() 16 EXPECT_TRUE(CefDirectoryExists(test_path)); in TEST() 19 EXPECT_TRUE(dir.Set(test_path)); in TEST() 22 EXPECT_FALSE(CefDirectoryExists(test_path)); in TEST() 26 EXPECT_TRUE(dir.Set(test_path)); in TEST() 28 EXPECT_TRUE(CefDirectoryExists(test_path)); in TEST() 31 EXPECT_STREQ(path.ToString().c_str(), test_path.ToString().c_str()); in TEST() 34 EXPECT_TRUE(CefDirectoryExists(test_path)); in TEST() 39 EXPECT_TRUE(dir.Set(test_path)); in TEST() [all …]
|
/third_party/flutter/skia/tests/ |
D | TessellatingPathRendererTests.cpp | 701 static void test_path(GrContext* ctx, in test_path() function 747 test_path(ctx, rtc.get(), create_path_0()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 748 test_path(ctx, rtc.get(), create_path_1()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 749 test_path(ctx, rtc.get(), create_path_2()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 750 test_path(ctx, rtc.get(), create_path_3()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 751 test_path(ctx, rtc.get(), create_path_4()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 752 test_path(ctx, rtc.get(), create_path_5()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 753 test_path(ctx, rtc.get(), create_path_6()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 754 test_path(ctx, rtc.get(), create_path_7()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 755 test_path(ctx, rtc.get(), create_path_8()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() [all …]
|
D | PathRendererCacheTests.cpp | 71 static void test_path(skiatest::Reporter* reporter, in test_path() function 121 test_path(reporter, create_concave_path, createPR, kExpectedResources); 129 test_path( 143 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage); 151 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage,
|
D | ColorSpaceTest.cpp | 47 static void test_path(skiatest::Reporter* r, const char* path, in test_path() function 78 test_path(r, "images/color_wheel_with_profile.png", g_sRGB_R, g_sRGB_G, g_sRGB_B, true); in DEF_TEST() 84 test_path(r, "images/icc-v2-gbr.jpg", red, green, blue); in DEF_TEST() 86 test_path(r, "images/webp-color-profile-crash.webp", in DEF_TEST() 88 test_path(r, "images/webp-color-profile-lossless.webp", in DEF_TEST() 90 test_path(r, "images/webp-color-profile-lossy.webp", in DEF_TEST() 92 test_path(r, "images/webp-color-profile-lossy-alpha.webp", in DEF_TEST()
|
/third_party/boost/tools/build/src/engine/ |
D | build.sh | 54 test_path () function 66 if test_path uname; then 114 elif test_uname QNX && test_path QCC && test_cxx11 qcc ; then B2_TOOLSET=qcc 115 elif test_uname Linux && test_path xlC_r ; then 123 elif test_uname AIX && test_path xlC_r && test_cxx11 vacpp ; then B2_TOOLSET=vacpp 124 …elif test_uname FreeBSD && test_path freebsd-version && test_path clang++ && test_cxx11 clang ; th… 125 elif test_path g++ && test_cxx11 gcc ; then B2_TOOLSET=gcc 126 elif test_path clang++ && test_cxx11 clang ; then B2_TOOLSET=clang 127 elif test_path icc && test_cxx11 intel-linux ; then B2_TOOLSET=intel-linux 143 elif test_path pgc++ && test_cxx11 pgi ; then B2_TOOLSET=pgi [all …]
|
D | search.cpp | 189 OBJECT * test_path; in search() local 200 test_path = object_new( buf->value ); in search() 201 key = path_as_key( test_path ); in search() 202 object_free( test_path ); in search()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | hb-test.h | 190 hb_test_add_func (const char *test_path, in hb_test_add_func() argument 193 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_func() 200 hb_test_add_func_flavor (const char *test_path, in hb_test_add_func_flavor() argument 204 char *path = g_strdup_printf ("%s/%s", test_path, flavor); in hb_test_add_func_flavor() 211 hb_test_add_data_func (const char *test_path, in hb_test_add_data_func() argument 215 char *normal_path = hb_test_normalize_path (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() argument 227 char *path = g_strdup_printf ("%s/%s", test_path, flavor); in hb_test_add_data_func_flavor() 235 hb_test_add_vtable (const char *test_path, in hb_test_add_vtable() argument 242 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_vtable() [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | hb-test.h | 190 hb_test_add_func (const char *test_path, in hb_test_add_func() argument 193 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_func() 200 hb_test_add_func_flavor (const char *test_path, in hb_test_add_func_flavor() argument 204 char *path = g_strdup_printf ("%s/%s", test_path, flavor); in hb_test_add_func_flavor() 211 hb_test_add_data_func (const char *test_path, in hb_test_add_data_func() argument 215 char *normal_path = hb_test_normalize_path (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() argument 227 char *path = g_strdup_printf ("%s/%s", test_path, flavor); in hb_test_add_data_func_flavor() 235 hb_test_add_vtable (const char *test_path, in hb_test_add_vtable() argument 242 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_vtable() [all …]
|
/third_party/harfbuzz/test/api/ |
D | hb-test.h | 190 hb_test_add_func (const char *test_path, in hb_test_add_func() argument 193 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_func() 200 hb_test_add_func_flavor (const char *test_path, in hb_test_add_func_flavor() argument 204 char *path = g_strdup_printf ("%s/%s", test_path, flavor); in hb_test_add_func_flavor() 211 hb_test_add_data_func (const char *test_path, in hb_test_add_data_func() argument 215 char *normal_path = hb_test_normalize_path (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() argument 227 char *path = g_strdup_printf ("%s/%s", test_path, flavor); in hb_test_add_data_func_flavor() 235 hb_test_add_vtable (const char *test_path, in hb_test_add_vtable() argument 242 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_vtable() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/ |
D | screenshot.c | 17 char* test_path; /* path to the bmp file to be verified */ in SDLVisualTest_VerifyScreenshots() local 78 test_path = (char*)SDL_malloc(test_len * sizeof(char)); in SDLVisualTest_VerifyScreenshots() 79 if(!test_path) in SDLVisualTest_VerifyScreenshots() 92 SDL_snprintf(test_path, test_len - 1, "%s/%s.bmp", test_dir, hash); in SDLVisualTest_VerifyScreenshots() 94 SDL_snprintf(test_path, test_len - 1, "%s/%s_%d.bmp", test_dir, hash, i); in SDLVisualTest_VerifyScreenshots() 95 testrw = SDL_RWFromFile(test_path, "rb"); in SDLVisualTest_VerifyScreenshots()
|
/third_party/cJSON/tests/ |
D | parse_examples.c | 54 char *test_path = NULL; in do_test() local 62 test_path = (char*)malloc(sizeof(TEST_DIR_PATH) + test_name_length); in do_test() 63 TEST_ASSERT_NOT_NULL_MESSAGE(test_path, "Failed to allocate test_path buffer."); in do_test() 68 sprintf(test_path, TEST_DIR_PATH"%s", test_name); in do_test() 76 tree = parse_file(test_path); in do_test() 99 if (test_path != NULL) in do_test() 101 free(test_path); in do_test()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/subset/ |
D | subset_test_suite.py | 40 def __init__(self, test_path, definition): argument 41 self.test_path = test_path 48 test_name = os.path.splitext(os.path.basename(self.test_path))[0] 49 data_dir = os.path.join(os.path.dirname(self.test_path), "..") 68 return os.path.dirname(os.path.dirname(self.test_path))
|
/third_party/harfbuzz/test/subset/ |
D | repack_test.py | 10 def __init__(self, test_path, definition): argument 11 self.test_path = test_path 24 os.path.dirname(self.test_path),
|
D | subset_test_suite.py | 47 def __init__(self, test_path, definition): argument 48 self.test_path = test_path 55 test_name = os.path.splitext(os.path.basename(self.test_path))[0] 56 data_dir = os.path.join(os.path.dirname(self.test_path), "..") 75 return os.path.dirname(os.path.dirname(self.test_path))
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/ |
D | repack_test.py | 10 def __init__(self, test_path, definition): argument 11 self.test_path = test_path 24 os.path.dirname(self.test_path),
|
D | subset_test_suite.py | 51 def __init__(self, test_path, definition): argument 52 self.test_path = test_path 59 test_name = os.path.splitext(os.path.basename(self.test_path))[0] 60 data_dir = os.path.join(os.path.dirname(self.test_path), "..") 79 return os.path.dirname(os.path.dirname(self.test_path))
|
/third_party/jerryscript/tools/runners/ |
D | run-test-suite.py | 137 test_path = os.path.relpath(test) 145 util.print_test_result(tested, total, True, passed_string, test_path) 148 util.print_test_result(tested, total, False, passed_string, test_path) 176 test_path = os.path.relpath(test) 183 util.print_test_result(tested, total, True, passed_string, test_path, True) 185 … util.print_test_result(tested, total, False, 'FAIL (%d)' % (returncode), test_path, True) 202 util.print_test_result(tested, total, True, passed_string, test_path, False) 205 util.print_test_result(tested, total, False, passed_string, test_path, False)
|
D | run-unittests.py | 66 test_path = os.path.relpath(test) 71 util.print_test_result(tested, total, True, 'PASS', test_path) 74 util.print_test_result(tested, total, False, 'FAIL (%d)' % err.returncode, test_path)
|
/third_party/openh264/autotest/performanceTest/android/ |
D | run_AutoTest_android.sh | 77 test_path="/sdcard/welsdec" 87 test_path="/sdcard/welsenc" 111 $ADB -s $dev push ${test_res} ${test_path} 134 $ADB -s $dev shell rm -rf ${test_path} 140 $ADB -s $dev push ${test_res} ${test_path} 163 $ADB -s $dev shell rm -rf ${test_path}
|
/third_party/skia/tests/ |
D | PathRendererCacheTests.cpp | 74 static void test_path(skiatest::Reporter* reporter, in test_path() function 143 test_path(reporter, create_concave_path, createPR, kExpectedResources, false); 151 test_path(reporter, create_concave_path, createPR, kExpectedResources, false, GrAAType::kNone, 165 test_path(reporter, create_concave_path, createPR, kExpectedResources, true, 174 test_path(reporter, create_concave_path, createPR, kExpectedResources, true,
|
D | TriangulatingPathRendererTests.cpp | 712 static void test_path(GrRecordingContext* rContext, in test_path() function 757 test_path(ctx, sdc.get(), createPath()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 761 test_path(ctx, sdc.get(), create_path_17(), nonInvertibleMatrix, GrAAType::kCoverage, in DEF_GPUTEST_FOR_ALL_CONTEXTS() 763 test_path(ctx, sdc.get(), create_path_20(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 764 test_path(ctx, sdc.get(), create_path_21(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 765 test_path(ctx, sdc.get(), create_path_25(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 766 test_path(ctx, sdc.get(), create_path_26(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 767 test_path(ctx, sdc.get(), create_path_27(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 768 test_path(ctx, sdc.get(), create_path_28(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 769 test_path(ctx, sdc.get(), create_path_31(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS() [all …]
|
D | ColorSpaceTest.cpp | 47 static void test_path(skiatest::Reporter* r, const char* path, in test_path() function 78 test_path(r, "images/color_wheel_with_profile.png", g_sRGB_R, g_sRGB_G, g_sRGB_B, true); in DEF_TEST() 84 test_path(r, "images/icc-v2-gbr.jpg", red, green, blue); in DEF_TEST() 86 test_path(r, "images/webp-color-profile-crash.webp", in DEF_TEST() 88 test_path(r, "images/webp-color-profile-lossless.webp", in DEF_TEST() 90 test_path(r, "images/webp-color-profile-lossy.webp", in DEF_TEST() 92 test_path(r, "images/webp-color-profile-lossy-alpha.webp", in DEF_TEST()
|
/third_party/flutter/skia/gm/ |
D | pathreverse.cpp | 53 static void test_path(SkCanvas* canvas, const SkPath& path) { in test_path() function 64 test_path(canvas, path); in test_rev() 70 test_path(canvas, rev); in test_rev()
|
/third_party/skia/gm/ |
D | pathreverse.cpp | 53 static void test_path(SkCanvas* canvas, const SkPath& path) { in test_path() function 64 test_path(canvas, path); in test_rev() 70 test_path(canvas, rev); in test_rev()
|
/third_party/glib/gio/tests/ |
D | gsubprocess.c | 1839 gchar *test_path = NULL; in main() local 1841 test_path = g_strdup_printf ("/gsubprocess/communicate%s", flags_vectors[i].subtest); in main() 1842 g_test_add_data_func (test_path, GINT_TO_POINTER (flags_vectors[i].flags), in main() 1844 g_free (test_path); in main() 1846 … test_path = g_strdup_printf ("/gsubprocess/communicate/cancelled%s", flags_vectors[i].subtest); in main() 1847 g_test_add_data_func (test_path, GINT_TO_POINTER (flags_vectors[i].flags), in main() 1849 g_free (test_path); in main() 1851 test_path = g_strdup_printf ("/gsubprocess/communicate/async%s", flags_vectors[i].subtest); in main() 1852 g_test_add_data_func (test_path, GINT_TO_POINTER (flags_vectors[i].flags), in main() 1854 g_free (test_path); in main() [all …]
|