HomeSort by relevance Sort by last modified time
    Searched refs:test_command (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/tools/
run-bisect-manual-test.py 30 test_command = 'python %s --browser=%s' %\
35 '-c', test_command,
  /external/chromium_org/tools/code_coverage/
coverage.py 195 # test_command = binary + args
196 test_command = '%s %s' % (os.path.join(src_root,
216 logging.info('Executing test %s: ' % test_command)
217 (retcode, output) = proc.RunCommandFull(test_command, collect_output=True)
219 logging.error('One or more tests failed in %s.' % test_command)
  /external/chromium_org/tools/valgrind/
valgrind_test.py 302 test_command = self._args[0]
305 os.path.basename(test_command))
321 # fake_dsym is set. dsym_file is a copy of the original test_command
322 # before it was stripped. Copy it back to test_command so that
324 # test_command out of the way, it will be restored when this is
326 saved_test_command = test_command + '.stripped'
327 os.rename(test_command, saved_test_command)
328 shutil.copyfile(dsym_file, test_command)
329 shutil.copymode(saved_test_command, test_command)
336 dsymutil_command = ['dsymutil', test_command]
    [all...]
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 284 bt_status_t (*test_command)( int command, btgatt_test_params_t* params); member in struct:__anon32819
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 185 def test_command(self): member in class:BaseHTTPServerTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 185 def test_command(self): member in class:BaseHTTPServerTestCase
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]

Completed in 564 milliseconds