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

12 3 4 5

  /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/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...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateUnitTestTemplate.java 41 private static final String TEST_PATH = MediaNames.TEST_PATH_1;
177 mMediaPlayer.setDataSource(TEST_PATH);
189 mMediaPlayer.setDataSource(TEST_PATH);
199 mMediaPlayer.setDataSource(TEST_PATH);
210 mMediaPlayer.setDataSource(TEST_PATH);
224 mMediaPlayer.setDataSource(TEST_PATH);
236 mMediaPlayer.setDataSource(TEST_PATH);
261 mMediaPlayer.setDataSource(TEST_PATH);
274 mMediaPlayer.setDataSource(TEST_PATH);
287 mMediaPlayer.setDataSource(TEST_PATH);
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
bisect-button-test.html 42 '/can_bisect?test_path=ChromiumPerf%2Flinux%2Fsunspider%2FTotal' +
65 '/can_bisect?test_path=Chromium%2Flinux%2Fsizes' +
  /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/chromium-trace/catapult/dashboard/dashboard/
send_stoppage_alert_emails.py 32 <td><a href="%(graph_link)s">%(test_path)s</a></td>
50 Test: %(test_path)s
142 test_path = utils.TestPath(alert.test)
145 'test_path': test_path,
146 'graph_link': email_template.GetReportPageLink(test_path),
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']
dump_graph_json.py 35 elif self.request.get('test_path'):
44 test_path: A single full test path, including master/bot.
53 test_path = self.request.get('test_path')
56 test_key = utils.TestKey(test_path)
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...]
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...]
dump_graph_json_test.py 35 response = self.testapp.get('/dump_graph_json', {'test_path': 'M/b/foo'})
64 {'test_path': 'M/b/foo'})
79 {'test_path': 'M/b/foo', 'end_rev': 1199})
90 {'test_path': 'M/b/foo', 'num_points': 4})
108 {'test_path': 'M/b/foo'})
165 response = self.testapp.get('/dump_graph_json', {'test_path': 'x'})
send_stoppage_alert_emails_test.py 35 test_path = 'M/b/suite/%s' % name
36 testing_common.AddRows(test_path, {100})
list_monitored_tests.py 37 sheriffed = sorted(t.test_path for t in sheriffed_query.fetch())
find_anomalies_test.py 127 test_path = 'ChromiumGPU/linux-release/scrolling_benchmark/ref'
128 test = utils.TestKey(test_path).get()
130 email='a@google.com', id='sheriff', patterns=[test_path]).put()
199 email='a@google.com', id='sheriff', patterns=[test.test_path]).put()
227 email='a@google.com', id='sheriff', patterns=[test.test_path]).put()
246 email='a@google.com', id='sheriff', patterns=[test.test_path]).put()
283 email='a@google.com', id='sheriff', patterns=[non_ref.test_path]).put()
308 email='a@google.com', id='sheriff', patterns=[ref.test_path]).put()
310 email='a@google.com', id='sheriff', patterns=[non_ref.test_path]).put()
328 email='a@google.com', id='sheriff', patterns=[ref.test_path]).put(
    [all...]
graph_revisions_test.py 46 '/graph_revisions', {'test_path': 'ChromiumPerf/win7/dromaeo/dom'})
64 '/graph_revisions', {'test_path': 'ChromiumPerf/win7/dromaeo/dom'})
  /external/webrtc/webrtc/base/
filerotatingstream_unittest.cc 29 Pathname test_path; local
30 ASSERT_TRUE(Filesystem::GetAppTempFolder(&test_path));
32 test_path.AppendFolder(dir_name);
33 ASSERT_TRUE(Filesystem::CreateFolder(test_path));
34 dir_path_ = test_path.pathname();
188 Pathname test_path; local
189 ASSERT_TRUE(Filesystem::GetAppTempFolder(&test_path));
191 test_path.AppendFolder(dir_name);
192 ASSERT_TRUE(Filesystem::CreateFolder(test_path));
193 dir_path_ = test_path.pathname()
    [all...]
  /external/skia/gm/
pathreverse.cpp 50 static void test_path(SkCanvas* canvas, const SkPath& path) { function
61 test_path(canvas, path);
67 test_path(canvas, rev);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_linecache.py 14 TEST_PATH = os.path.dirname(support.__file__)
57 filename = os.path.join(TEST_PATH, entry) + '.py'
81 filename = os.path.join(TEST_PATH, entry) + '.py'
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_linecache.py 14 TEST_PATH = os.path.dirname(support.__file__)
57 filename = os.path.join(TEST_PATH, entry) + '.py'
81 filename = os.path.join(TEST_PATH, entry) + '.py'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_linecache.py 14 TEST_PATH = os.path.dirname(support.__file__)
57 filename = os.path.join(TEST_PATH, entry) + '.py'
81 filename = os.path.join(TEST_PATH, entry) + '.py'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_linecache.py 14 TEST_PATH = os.path.dirname(support.__file__)
57 filename = os.path.join(TEST_PATH, entry) + '.py'
81 filename = os.path.join(TEST_PATH, entry) + '.py'
  /ndk/tests/
ndk.py 36 test_path = os.path.join(os.environ['NDK'], 'prebuilt', host_tag)
37 if not os.path.exists(test_path):
  /external/opencv3/cmake/templates/
opencv_run_all_tests_android.sh.in 4 OPENCV_TEST_PATH=$BASE_DIR/@TEST_PATH@
  /external/libcxx/
run-tests.py 92 test_path = os.path.join(THIS_DIR, 'test')
95 cmd = ['python', lit_path] + lit_args + [test_path]
  /external/chromium-trace/catapult/dashboard/dashboard/models/
anomaly_config_test.py 32 my_patterns = [test.test_path]

Completed in 385 milliseconds

12 3 4 5