/art/test/510-checker-try-catch/src/ |
Main.java | 24 public enum TestPath { 29 TestPath(boolean arg1, boolean arg2, int expected) { 44 for (TestPath path : TestPath.values()) {
|
/external/llvm/unittests/Support/ |
MemoryBufferTest.cpp | 71 SmallString<64> TestPath; 73 TestFD, TestPath); 80 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str()); 133 SmallString<64> TestPath; 135 sys::fs::createTemporaryFile("prefix", "temp", TestFD, TestPath); 146 EXPECT_FALSE(sys::fs::openFileForRead(TestPath.c_str(), TestFD)); 150 MemoryBuffer::getOpenFileSlice(TestFD, TestPath.c_str(), 183 SmallString<64> TestPath; 184 sys::fs::createTemporaryFile("MemoryBufferTest_Slice", "temp", FD, TestPath); 198 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFileSlice(TestPath.str() [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/ |
debug_alert_test.py | 50 test_path = utils.TestPath(test_key) 57 test_path = utils.TestPath(test_key) 69 test_path = utils.TestPath(test_key) 79 test_path = utils.TestPath(test_key) 92 patterns=[utils.TestPath(test_key)]).put() 102 '/debug_alert?test_path=%s' % utils.TestPath(test_key)) 113 (utils.TestPath(test_key), 125 (utils.TestPath(test_key), '{"foo":0.75}')) 133 (utils.TestPath(test_key), 'not valid json')) 145 '/debug_alert?test_path=%s' % utils.TestPath(test_key) [all...] |
graph_revisions.py | 96 SetCache(utils.TestPath(test_key), rows) 120 test_path = utils.TestPath(test_key) 136 SetCache(utils.TestPath(test_key), graph_rows)
|
migrate_test_names.py | 150 old_path = utils.TestPath(test.key) 374 graph_revisions.DeleteCache(utils.TestPath(old_parent_key)) 375 graph_revisions.DeleteCache(utils.TestPath(new_parent_key)) 422 parent=ndb.Key('StoppageAlertParent', utils.TestPath(new_parent_key)), 446 'old_test_path': utils.TestPath(old_test_key), 447 'new_test_path': utils.TestPath(new_test_key),
|
send_stoppage_alert_emails.py | 142 test_path = utils.TestPath(alert.test) 160 path_parts = utils.TestPath(alert.test).split('/')
|
change_internal_only_test.py | 90 test_path = utils.TestPath(row.key.parent()) 100 test_path = utils.TestPath(a.test)
|
new_points.py | 77 'test': utils.TestPath(row.parent_test),
|
list_tests.py | 116 full_test_path = utils.TestPath(test_key) 163 parts = utils.TestPath(test_key).split('/') 244 return [utils.TestPath(k) for k in test_keys]
|
utils.py | 69 def TestPath(key): 121 test_path = TestPath(test) 172 test_path = TestPath(test)
|
auto_triage.py | 197 utils.TestPath(anomaly_entity.test), 238 (utils.TestPath(anomaly_entity.test),
|
find_anomalies.py | 156 test_path = utils.TestPath(test_key) 172 test_path = utils.TestPath(test_key)
|
group_report_test.py | 141 row = testing_common.AddRows(utils.TestPath(test_keys[0]), {100})[0] 154 test_path_parts = utils.TestPath(test_key).split('/')
|
alerts.py | 184 test_path = utils.TestPath(alert_entity.test)
|
associate_alerts_test.py | 147 rows = testing_common.AddRows(utils.TestPath(test_keys[0]), {10, 20})
|
auto_bisect.py | 239 if can_bisect.IsValidTestForBisect(utils.TestPath(anomaly_entity.test)):
|
email_template.py | 262 test_path = utils.TestPath(alert.test)
|
stats.py | 257 utils.TestPath(k).split('/')[:2]) in bots] 358 'test_path': utils.TestPath(test_key),
|
/external/chromium-trace/catapult/dashboard/dashboard/models/ |
alert_group.py | 139 utils.TestPath(alert_entity.test), 158 test_path = utils.TestPath(anomaly_entity.test)
|
graph_data.py | 194 return utils.TestPath(self.key)
|
/external/skia/include/gpu/ |
GrTestUtils.h | 36 const SkPath& TestPath(SkRandom*);
|
/external/clang/lib/Driver/ |
MSVCToolChain.cpp | 276 llvm::SmallString<128> TestPath(Path); 277 llvm::sys::path::append(TestPath, "Lib", Test); 278 if (llvm::sys::fs::exists(TestPath.c_str())) { 338 llvm::SmallString<128> TestPath(VisualStudioDir); 339 llvm::sys::path::append(TestPath, "VC\\include\\stdlib.h"); 341 return !llvm::sys::fs::exists(TestPath);
|
/external/skia/src/gpu/ |
GrTestUtils.cpp | 146 const SkPath& TestPath(SkRandom* random) {
|
/external/skia/src/gpu/batches/ |
GrTessellatingPathRenderer.cpp | 282 SkPath path = GrTest::TestPath(random);
|
/external/skia/tests/ |
CanvasTest.cpp | 102 , fPath(TestPath()) 140 static SkPath TestPath() {
|