HomeSort by relevance Sort by last modified time
    Searched full:runtest (Results 151 - 175 of 1508) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/update_engine/
chrome_browser_proxy_resolver_unittest.cc 78 void RunTest(bool chrome_replies, bool chrome_alive);
128 void ChromeBrowserProxyResolverTest::RunTest(bool chrome_replies,
200 RunTest(true, true);
204 RunTest(false, true);
208 RunTest(false, false);
  /external/smali/baksmali/src/test/java/org/jf/baksmali/
DisassemblyTest.java 59 protected void runTest(@Nonnull String testName) {
60 runTest(testName, new baksmaliOptions());
63 protected void runTest(@Nonnull String testName, @Nonnull baksmaliOptions options) {
RoundtripTest.java 71 protected void runTest(@Nonnull String testName) {
72 runTest(testName, new baksmaliOptions());
75 protected void runTest(@Nonnull String testName, @Nonnull baksmaliOptions options) {
  /external/srtp/crypto/
Makefile 38 .PHONY: dummy all runtest clean superclean
40 dummy : all runtest
55 runtest: libcryptomodule.a $(testapp)
Makefile.in 38 .PHONY: dummy all runtest clean superclean
40 dummy : all runtest
55 runtest: libcryptomodule.a $(testapp)
  /external/v8/test/mjsunit/
setter-on-constructor-prototype.js 30 function RunTest(ensure_fast_case) {
110 RunTest(false);
111 RunTest(true);
  /external/v8/test/mjsunit/wasm/
stackwalk.js 61 function runTest(builder) {
134 runTest(makeReentrantFFI);
135 runTest(makeFFI);
  /packages/services/Telephony/tests/
AndroidManifest.xml 65 The prefered way is to use 'runtest':
66 runtest phone-unit
68 runtest is a wrapper around 'adb shell'. The low level shell command is:
  /cts/libs/deviceutil/src/android/cts/util/
TestThread.java 21 * calling the <code>runTest()</code> method.
47 public void runTest(long runTime) throws Throwable {
  /external/libchrome/base/threading/
worker_pool_unittest.cc 31 void RunTest() {
98 tester->RunTest();
  /external/v8/test/webkit/
exception-with-handler-inside-eval-with-dynamic-scope.js 26 function runTest() {
55 runTest();
  /external/webrtc/webrtc/tools/rtcbot/
main.js 74 function runTest(testname) {
97 runTest(testList[0]);
  /frameworks/base/keystore/tests/src/android/security/
SystemKeyStoreTest.java 29 * runtest keystore-unit
33 * runtest --path frameworks/base/keystore/tests/src/android/security/SystemKeyStoreTest.java
  /frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
TestBase.java 82 public void runTest() {
86 runTest();
  /system/extras/perfprofd/tests/
README.txt 1 Native tests for 'perfprofd'. Please run with 'runtest perfprofd'
2 (a.k.a. "$ANDROID_BUILD_TOP"/development/testrunner/runtest.py).
  /bionic/tests/
sys_socket_test.cpp 62 static void RunTest(void (*test_fn)(struct sockaddr_un*, int),
116 RunTest(TestAccept4, NULL, "test_accept");
171 RunTest(TestRecvMMsg, SendMultiple, "test_revmmsg");
229 RunTest(TestSendMMsg, SendMMsg, "test_sendmmsg");
  /external/autotest/client/site_tests/kernel_LTP/
kernel_LTP.py 25 # individual files under '$LTPROOT/runtest' such as commands, dio
33 # /runtest/... - CMDFILES group test cases
78 # Setup a fake runtest/testcase file if only running one test.
87 with open(os.path.join(dep_dir, 'runtest', 'cros_suite'), 'w') as f:
  /external/autotest/client/tests/xmtest/
xmtest.py 35 utils.system('./runtest.sh ' + args)
  /external/ltrace/testsuite/ltrace.main/
hello-vfork.exp 24 verbose "ltrace runtest output: $exec_output\n"
main-threaded.exp 28 verbose "ltrace runtest output: $exec_output\n"
main-vfork.exp 28 verbose "ltrace runtest output: $exec_output\n"
main.exp 28 verbose "ltrace runtest output: $exec_output\n"
signals.exp 21 verbose "ltrace runtest output: $exec_output\n"
  /external/ltrace/testsuite/ltrace.minor/
libdl-simple.exp 24 verbose "ltrace runtest output: $exec_output\n"
trace-clone.exp 18 verbose "ltrace runtest output: $exec_output\n"

Completed in 987 milliseconds

1 2 3 4 5 67 8 91011>>