/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...] |
/external/chromium-trace/catapult/dashboard/dashboard/ |
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...] |
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'):
|
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')):
|
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)
|
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...] |
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...] |
utils.py | 93 def TestKey(test_path): 95 if test_path is None: 97 path_parts = test_path.split('/') 121 test_path = TestPath(test) 123 test_path = test.test_path 124 test_path_parts = test_path.split('/') 170 test_path = None 172 test_path = TestPath(test) 174 test_path = test.test_pat [all...] |
find_anomalies.py | 47 test.last_alerted_revision, highest_rev, test.test_path) 50 logging.error('No rows fetched for %s', test.test_path) 69 logging.info('Found at least one anomaly in: %s', test.test_path) 156 test_path = utils.TestPath(test_key) 162 test_path, c.x_value) 166 test_path, c.x_value) 172 test_path = utils.TestPath(test_key) 173 possible_ref_test_paths = [test_path + '_ref', test_path + '/ref']
|
graph_json.py | 312 'path': test.test_path, 491 for test_path in test_path_dict: 492 parent_test_name = test_path.split('/')[-1] 493 selected_traces = test_path_dict[test_path] 495 sub_test_dict = _GetSubTestDict([test_path]) 496 selected_traces = _GetTraces(test_path, sub_test_dict) 499 test_paths_with_rows.append(test_path) 501 test_paths_with_rows.append(test_path + '/' + trace) 519 for test_path in test_path_dict: 520 parent_test_name = test_path.split('/')[-1 [all...] |
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...] |
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.']})
|
/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/jemalloc/ |
Android.test.mk | 21 LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_NATIVE_TESTS)/$(test_path) 52 test_path := macro
|
/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/autotest/site_utils/ |
restart_latest.py | 93 test_path = os.path.join(build_path, test) 96 if not os.path.isdir(test_path) or not test.startswith('netbook_'): 99 print 'Removing lock %s' % test_path 100 os.rmdir(test_path)
|
/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...] |
/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/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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
functional.rb | 15 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/autotest/server/cros/dynamic_suite/ |
control_file_getter.py | 34 def get_control_file_contents(self, test_path): 38 @param test_path: the path to the control file. 178 def get_control_file_contents(self, test_path): 180 Get the contents of the control file at |test_path|. 186 return utils.read_file(test_path) 188 msg = "Can't retrieve {0}: {1} ({2})".format(test_path, 241 def get_control_file_contents(self, test_path): 243 Return the contents of |test_path| from |self._dev_server|. 245 Get the contents of the control file at |test_path| for |self._build| on 248 @return The contents of |test_path|. None on failure [all...] |
/ndk/tests/ |
ndk.py | 36 test_path = os.path.join(os.environ['NDK'], 'prebuilt', host_tag) 37 if not os.path.exists(test_path):
|