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

  /external/fmtlib/support/
appveyor-build.py 15 test_command = ['mingw32-make', 'test'] variable
29 test_command = ['ctest', '-C', config] variable
33 check_call(test_command)
  /external/chromium-trace/catapult/telemetry/third_party/mox3/
.testr.conf 2 test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ ./ $LISTOPT $IDOPTION
  /system/bt/test/
run_unit_tests.sh 108 test_command=( "${adb[@]}" shell "${binary}" )
111 test_command+=( "--gtest_filter=${filter}" )
113 test_command+=( "${test_args[@]}" )
122 "${test_command[@]}" || failed_count=$(( $failed_count + 1 ))
  /external/ltp/testcases/network/stress/route/
route4-change-dst 179 test_command="route"
182 test_command="ip"
190 tst_resm TINFO "Verify the kernel is not crashed when the destination of an IPv4 route is changed frequently by $test_command command in $NS_TIMES times"
route6-change-dst 174 test_command="route"
177 test_command="ip"
185 tst_resm TINFO "Verify the kernel is not crashed when the destination of an IPv6 route is changed frequently by $test_command command in $NS_TIMES times"
route4-change-gw 181 test_command="route"
184 test_command="ip"
192 tst_resm TINFO "Verify the kernel is not crashed when the gateway of an IPv4 route is changed frequently by $test_command command in $NS_TIMES times"
route4-change-if 198 test_command="route"
201 test_command="ip"
209 tst_resm TINFO "Verify the kernel is not crashed when the interface of an IPv4 route is changed frequently by $test_command command in $NS_TIMES times"
route6-change-gw 179 test_command="route"
182 test_command="ip"
190 tst_resm TINFO "Verify the kernel is not crashed when the gateway of an IPv6 route is changed frequently by $test_command command in $NS_TIMES times"
route6-change-if 196 test_command="route"
199 test_command="ip"
207 tst_resm TINFO "Verify the kernel is not crashed when the interface of an IPv6 route is changed frequently by $test_command command in $NS_TIMES times"
  /external/autotest/server/site_tests/platform_GCC/
platform_GCC.py 98 test_command = ('cd %s; DEJAGNU="%s" DEJAGNU_SCRIPTS=%s '
102 utils.system(test_command)
  /development/vndk/tools/abi-tool/
vndk_abi_tool.py 119 def test_command(name, options, expected_output): function
139 test_command(readelf, ['-v'], b'GNU readelf')
142 test_command(objdump, ['-v'], b'GNU objdump')
145 test_command(VTABLE_DUMPER, ['--version'], b'vndk-vtable-dumper')
148 test_command(ABI_DUMPER, ['-v'], b'ABI Dumper')
  /external/autotest/server/site_tests/cheets_CTS/
cheets_CTS.py 303 test_command = self._tradefed_run_command(package=target_package)
306 test_command = self._tradefed_run_command(plan=target_plan)
311 test_command = self._tradefed_run_command(
314 test_command = self._tradefed_run_command()
337 commands = [['list', 'results'], test_command]
  /external/autotest/server/site_tests/cheets_CTS_N/
cheets_CTS_N.py 302 test_command = self._tradefed_run_command(
306 test_command = self._tradefed_run_command(
312 test_command = self._tradefed_run_command(
317 test_command = self._tradefed_run_command()
340 commands = [['list', 'results'], test_command]
  /external/toolchain-utils/bestflags/
task.py 56 TEST_COMMAND = None
61 def InitLogCommand(build_command, test_command, log_directory):
66 test_command.
71 test_command: The command that will be used in the test stage to test this
77 Task.TEST_COMMAND = test_command
308 command = '%s %s %s' % (Task.TEST_COMMAND, self._image,
  /external/toolchain-utils/binary_search_tool/
binary_search_perforce.py 260 def __init__(self, p4_port, p4_paths, test_command):
264 self.test_command = test_command
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 288 bt_status_t (*test_command)( int command, btgatt_test_params_t* params); member in struct:__anon41060
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_httpservers.py 185 def test_command(self): member in class:BaseHTTPServerTestCase
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_httpservers.py 185 def test_command(self): member in class:BaseHTTPServerTestCase
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_httpservers.py 185 def test_command(self): member in class:BaseHTTPServerTestCase
  /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 2244 milliseconds