HomeSort by relevance Sort by last modified time
    Searched full:test_path (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/libchrome/base/files/
scoped_temp_dir_unittest.cc 16 FilePath test_path; local
18 &test_path);
21 EXPECT_TRUE(DirectoryExists(test_path));
24 EXPECT_TRUE(dir.Set(test_path));
27 EXPECT_FALSE(DirectoryExists(test_path));
31 EXPECT_TRUE(dir.Set(test_path));
33 EXPECT_TRUE(DirectoryExists(test_path));
36 EXPECT_EQ(path.value(), test_path.value());
39 EXPECT_TRUE(DirectoryExists(test_path));
44 EXPECT_TRUE(dir.Set(test_path));
52 FilePath test_path; local
71 FilePath test_path; local
    [all...]
  /system/extras/multinetwork/
quick_test.sh 6 readonly TEST_PATH="/generate_204"
11 echo "http://[$1]$TEST_PATH"
12 echo "http://[$1]:80$TEST_PATH"
14 echo "http://$1$TEST_PATH"
15 echo "http://$1:80$TEST_PATH"
  /external/opencv3/modules/photo/test/
test_hdr.cpp 91 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/tonemap/"; local
94 loadImage(test_path + "image.hdr", img);
99 loadImage(test_path + "linear.png", expected);
105 loadImage(test_path + "drago.png", expected);
111 loadImage(test_path + "durand.png", expected);
117 loadImage(test_path + "reinhard.png", expected);
123 loadImage(test_path + "mantiuk.png", expected);
157 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
160 loadExposureSeq((test_path + "exposures/").c_str() , images);
165 loadImage(test_path + "merge/mertens.png", expected)
206 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr\/"; local
226 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr\/"; local
245 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr\/"; local
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
can_bisect.py 35 test_path: A full test path (Master/bot/benchmark/...)
42 IsValidTestForBisect(self.request.get('test_path')) and
48 def IsValidTestForBisect(test_path):
50 if not test_path:
52 path_parts = test_path.split('/')
59 if test_path.endswith('/ref') or test_path.endswith('_ref'):
debug_alert_test.py 38 test_path = 'M/b/suite/foo'
40 testing_common.AddRows(test_path, rows_dict)
41 return utils.TestKey(test_path)
44 response = self.testapp.get('/debug_alert?test_path=foo')
50 test_path = utils.TestPath(test_key)
51 response = self.testapp.get('/debug_alert?test_path=%s' % test_path)
57 test_path = utils.TestPath(test_key)
58 get_response = self.testapp.get('/debug_alert?test_path=%s' % test_path)
    [all...]
graph_revisions.py 36 test_path: Full test path (including master/bot) for one Test entity.
41 test_path = self.request.get('test_path')
42 rows = namespaced_stored_object.Get(_CACHE_KEY % test_path)
44 rows = _UpdateCache(utils.TestKey(test_path))
48 def SetCache(test_path, rows):
52 test_path: A test path string.
56 namespaced_stored_object.Set(_CACHE_KEY % test_path, rows)
61 test = utils.TestKey(test_path).get()
63 namespaced_stored_object.SetExternal(_CACHE_KEY % test_path, rows
    [all...]
graph_csv.py 24 test_path: Full test path of one trace.
32 test_path = self.request.get('test_path')
37 if not test_path:
41 logging.info('Got request to /graph_csv for test: "%s".', test_path)
43 test_key = utils.TestKey(test_path)
change_internal_only_test.py 81 if (test.test_path.startswith('ChromiumPerf/win7') or
82 test.test_path.startswith('ChromiumGPU/mac')):
90 test_path = utils.TestPath(row.key.parent())
91 if (test_path.startswith('ChromiumPerf/win7') or
92 test_path.startswith('ChromiumGPU/mac')):
100 test_path = utils.TestPath(a.test)
101 if (test_path.startswith('ChromiumPerf/win7') or
102 test_path.startswith('ChromiumGPU/mac')):
load_from_prod.py 49 test_path = self.request.get('test_path')
50 if test_path:
53 url = ('%s?test_path=%s&num_points=%s' %
54 (_PROD_DUMP_GRAPH_JSON_URL, urllib.quote(test_path), num_points))
66 'errors': ['Need to specify a test_path or sheriff.']})
migrate_test_names_test.py 56 test_path = 'ChromiumPerf/mac/SunSpider/Total/t'
57 test_key = utils.TestKey(test_path)
67 def _CheckRows(self, test_path, multiplier=2):
74 test_path: Test path of the test to get rows for.
77 test_key = utils.TestKey(test_path)
85 def _CheckAnomalies(self, test_path, r1=15000, r2=15050):
89 test_path: The test path for the Test which the Anomalies are on.
93 key = utils.TestKey(test_path)
111 actual = [t.test_path for t in tests]
247 test_path = 'ChromiumPerf/mac/moz/read_op_b/r_op_b
    [all...]
can_bisect_test.py 30 'test_path': 'SupportedMaster/mac/blink_perf.parser/simple-url',
38 'test_path': 'UnsupportedMaster/mac/blink_perf.parser/simple-url',
graph_csv_test.py 78 '/graph_csv?test_path=ChromiumPerf/win7/dromaeo/dom')
89 '/graph_csv?', {'test_path': 'ChromiumPerf/win7/dromaeo/dom'})
99 query = ('/graph_csv?test_path=ChromiumPerf/win7/dromaeo/dom&'
113 query = ('/graph_csv?test_path=ChromiumPerf/win7/dromaeo/dom&'
124 query = ('/graph_csv?test_path=ChromiumPerf/win7/dromaeo/dom&'
135 query = ('/graph_csv?test_path=ChromiumPerf/win7/dromaeo/dom&'
152 query = '/graph_csv?test_path=ChromiumPerf/win7/dromaeo/dom&num_points=3'
162 query = '/graph_csv?test_path=ChromiumPerf/win7/dromaeo/dom&num_points=3'
debug_alert.py 35 test_path: Full test path (Master/bot/suite/chart) for test with alert.
42 A HTML page with a chart (if test_path is given) and a form.
73 'test_path': test.test_path,
83 'csv_url': _CsvUrl(test.test_path, rows),
93 test_path = self.request.get('test_path')
94 if not test_path:
96 test = utils.TestKey(test_path).get()
98 raise QueryParameterError('Test "%s" not found.' % test_path)
    [all...]
  /bionic/tests/libs/
Android.build.testlib.mk 19 include $(TEST_PATH)/Android.build.mk
21 include $(TEST_PATH)/Android.build.mk
Android.build.target.testlib.mk 19 include $(TEST_PATH)/Android.build.mk
  /external/autotest/client/site_tests/platform_Pkcs11LiveTest/
platform_Pkcs11LiveTest.py 26 test_path = os.path.join(SYSTEM_SBIN, live_test)
27 exit_status = utils.system(test_path, ignore_status=True)
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
tooltip-test-description.html 30 <span><a href="/graph_csv?test_path={{test.path}}">Download as CSV</a></span>
31 <span><a href="/debug_alert?test_path={{test.path}}">Debug alert page</a></span>
  /external/harfbuzz_ng/test/api/
hb-test.h 163 hb_test_add_func (const char *test_path,
166 char *normal_path = hb_test_normalize_path (test_path);
173 hb_test_add_func_flavor (const char *test_path,
177 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
184 hb_test_add_data_func (const char *test_path,
188 char *normal_path = hb_test_normalize_path (test_path);
195 hb_test_add_data_func_flavor (const char *test_path,
200 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
208 hb_test_add_vtable (const char *test_path,
215 char *normal_path = hb_test_normalize_path (test_path);
    [all...]
  /external/v8/tools/ninja/
ninja_output.py 31 def is_release_newer(test_path):
33 debug_mtime = os.path.getmtime(os.path.join(debug_path, test_path))
37 rel_mtime = os.path.getmtime(os.path.join(release_path, test_path))
  /external/chromium-trace/catapult/dashboard/dashboard/models/
stoppage_alert_test.py 20 test_path = 'M/b/suite/foo'
21 test_key = utils.TestKey(test_path)
23 testing_common.AddRows(test_path, {100})
61 stoppage_alert.GetStoppageAlert(test.test_path, row.revision))
83 test_path = 'M/b/suite/another'
84 rows = testing_common.AddRows(test_path, [1])
85 test = utils.TestKey(test_path).get()
stoppage_alert.py 25 [("StoppageAlertParent", <test_path>), ("StoppageAlert", <revision>)].
70 def GetStoppageAlert(test_path, revision):
74 test_path: The test path string of the Test associated with the alert.
81 'StoppageAlertParent', test_path, 'StoppageAlert', revision).get()
96 parent=ndb.Key('StoppageAlertParent', test.test_path),
  /external/webrtc/webrtc/base/
httpcommon_unittest.cc 19 #define TEST_PATH "/folder/file.html"
21 #define TEST_URL TEST_PROTOCOL TEST_HOST TEST_PATH TEST_QUERY
29 EXPECT_STREQ(TEST_PATH, url.path().c_str());
32 EXPECT_STREQ(TEST_PATH TEST_QUERY, url.full_path().c_str());
38 Url<char> url(TEST_PATH TEST_QUERY, TEST_HOST, 80);
43 EXPECT_STREQ(TEST_PATH, url.path().c_str());
46 EXPECT_STREQ(TEST_PATH TEST_QUERY, url.full_path().c_str());
60 url.set_path(TEST_PATH);
66 EXPECT_STREQ(TEST_PATH, url.path().c_str());
69 EXPECT_STREQ(TEST_PATH TEST_QUERY, url.full_path().c_str())
    [all...]
  /external/skia/tests/
TessellatingPathRendererTests.cpp 235 static void test_path(GrDrawTarget* dt, GrRenderTarget* rt, GrResourceProvider* rp, function
269 test_path(dt, rt, rp, create_path_0());
270 test_path(dt, rt, rp, create_path_1());
271 test_path(dt, rt, rp, create_path_2());
272 test_path(dt, rt, rp, create_path_3());
273 test_path(dt, rt, rp, create_path_4());
274 test_path(dt, rt, rp, create_path_5());
275 test_path(dt, rt, rp, create_path_6());
276 test_path(dt, rt, rp, create_path_7());
277 test_path(dt, rt, rp, create_path_8())
    [all...]
  /external/jemalloc/
Android.test.mk 21 LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_NATIVE_TESTS)/$(test_path)
52 test_path := macro
  /external/chromium-trace/catapult/devil/devil/android/
md5sum_test.py 42 test_path = '/test/host/file.dat'
47 out = md5sum.CalculateHostMd5Sums(test_path)
100 test_path = '/storage/emulated/legacy/test/file.dat'
110 out = md5sum.CalculateDeviceMd5Sums(test_path, device)
118 test_path = ['/storage/emulated/legacy/test/file0.dat',
130 out = md5sum.CalculateDeviceMd5Sums(test_path, device)
141 test_path = ('/storage/emulated/legacy/test/file%d.dat' % n
154 out = md5sum.CalculateDeviceMd5Sums(test_path, device)
166 test_path = '/storage/emulated/legacy/test/file.dat'
179 out = md5sum.CalculateDeviceMd5Sums(test_path, device
    [all...]

Completed in 683 milliseconds

1 2 3 4 5