Searched refs:run (Results 176 - 200 of 3569) sorted by relevance

1234567891011>>

/external/testng/src/test/java/test/methodselectors/
H A DMethodSelectorTest.java13 run();
27 run();
42 run();
57 run();
72 run();
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DTestUScriptRun.java26 new TestUScriptRun().run(args);
63 int run, runStart, runLimit;
67 run = 0;
73 if (runStart != runStarts[run]) {
74 errln("Incorrect start offset for run " + run + ": expected " + runStarts[run] + ", got " + runStart);
77 if (runLimit != runStarts[run + 1]) {
78 errln("Incorrect limit offset for run " + run
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DTestUScriptRun.java22 new TestUScriptRun().run(args);
59 int run, runStart, runLimit;
63 run = 0;
69 if (runStart != runStarts[run]) {
70 errln("Incorrect start offset for run " + run + ": expected " + runStarts[run] + ", got " + runStart);
73 if (runLimit != runStarts[run + 1]) {
74 errln("Incorrect limit offset for run " + run
[all...]
/external/apache-harmony/jdwp/
H A DAndroid_debug_config.mk19 # We run in debug mode to get more error checking and enable JDWP verbose logs
79 # $(2) rule name (ex: run-jdwp-tests-host32)
80 # $(3) extra dependency rule (ex: run-jdwp-tests-host-all64)
97 $(eval $(call define-jdwp-host-rule,$(1),run-jdwp-tests-host$(1),))
99 # Declare variant host rule for run-jdwp-tests-host. It depends on the previous abi rule(s)
101 $(eval $(call define-jdwp-host-rule,$(1),run-jdwp-tests-host-all$(1),$(jdwp_tests_previous_host_rule)))
102 jdwp_tests_previous_host_rule := run-jdwp-tests-host-all$(1)
118 # $(2) rule name (ex: run-jdwp-tests-target32)
119 # $(3) extra dependency rule (ex: run-jdwp-tests-target-all64)
142 $(eval $(call define-jdwp-target-rule,$(1),run
[all...]
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
H A Dcellular_MbimComplianceCM03.py33 self.device_context).run()
36 self.device_context).run()
41 self.device_context).run())
H A Dcellular_MbimComplianceCM04.py34 self.device_context).run()
37 self.device_context).run()
42 self.device_context).run())
H A Dcellular_MbimComplianceCM06.py35 self.device_context).run()
38 self.device_context).run()
43 self.device_context).run())
H A Dcellular_MbimComplianceCM09.py35 self.device_context).run()
38 self.device_context).run()
42 connect_sequence.ConnectSequence(self.device_context).run())
H A Dcellular_MbimComplianceCM15.py36 self.device_context).run()
40 open_sequence.run(max_control_transfer_size=64)
45 _, response_message = caps_sequence.run()
/external/autotest/client/site_tests/hardware_RamFio/
H A Dhardware_RamFio.py41 utils.run('mkdir -p /tmp/ramdisk')
42 utils.run('mount -t ramfs ramfs /tmp/ramdisk')
49 utils.run('umount /tmp/ramdisk')
/external/autotest/client/site_tests/network_TwoShills/
H A Dnetwork_TwoShills.py23 cmd_result = utils.run("status shill", ignore_status=True)
35 cmd_result = utils.run(
52 # base_utils.run() will kill the new process
54 cmd_result = utils.run(
/external/icu/icu4c/source/layoutex/
H A DRunArrays.cpp117 const LEFontInstance *FontRuns::getFont(le_int32 run) const
119 if (run < 0 || run >= getCount()) {
123 return fFonts[run];
169 const Locale *LocaleRuns::getLocale(le_int32 run) const
171 if (run < 0 || run >= getCount()) {
175 return fLocales[run];
221 le_int32 ValueRuns::getValue(le_int32 run) const
223 if (run <
[all...]
/external/testng/src/test/java/test/dependent/
H A DDependentAlwaysRunTest.java12 run();
30 run();
48 run();
/external/testng/src/test/java/test/listeners/
H A DListenerTest.java31 tng.run();
38 tng.run();
46 tng.run();
54 tng.run();
63 tng.run();
73 tng.run();
83 tng.run();
93 tng.run();
103 tng.run();
117 tng.run();
[all...]
/external/testng/src/test/java/test/thread/
H A DDataProviderThreadPoolSizeTest.java15 tng.run();
23 tng.run();
32 tng.run();
/external/testng/src/test/java/test/verify/
H A DVerifyTest.java16 tng.run();
35 tng.run();
43 tng.run();
/external/vulkan-validation-layers/demos/smoke/
H A DMain.cpp47 shell.run();
65 shell.run();
83 shell.run();
/external/autotest/client/site_tests/power_IdleSuspend/
H A Dpower_IdleSuspend.py51 utils.run('mount --bind %s %s' % (tmp_path, mount_path))
57 utils.run('mount --bind %s /sys/power/state' % fifo_path)
72 utils.run('stop powerd')
84 utils.run('start powerd')
107 utils.run('umount -l %s' % mount)
111 utils.run('restart powerd')
/external/autotest/server/site_tests/platform_HWwatchdog/
H A Dplatform_HWwatchdog.py26 self.client.run('echo "V" > %s' % wd_dev);
34 self.client.run('echo "z" > %s' % wd_dev);
56 return self.client.run('test -c "%s"' % wd_dev,
62 self.client.run('stop daisydog', ignore_status=True)
65 self.client.run('start daisydog', ignore_status=True)
69 output = self.client.run('daisydog -c').stdout
/external/autotest/server/site_tests/platform_Vpd/
H A Dplatform_Vpd.py51 user = host.run('stat -c %U ' + path).stdout.strip()
52 group = host.run('stat -c %G ' + path).stdout.strip()
53 mode = host.run('stat -c %a ' + path).stdout.strip()
65 return host.run('[ -f %s ]' % path,
76 return host.run('[ -h %s ]' % path,
80 host.run('dump_vpd_log --clean')
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
H A Dcommon.py35 def run(self, return_value=None): member in class:Return
42 def run(self, *args): member in class:Ignore
49 def run(self, **kwargs): member in class:Dict
56 def run(self, *args): member in class:List
63 def run(self, value, message=''): member in class:AbortIfTrue
74 def run(self, *args): member in class:All
86 def run(self, *args): member in class:Any
96 def run(self, *args): member in class:Complement
111 def run(self, *args): member in class:Max
123 def run(sel member in class:Min
135 def run(self, *args): member in class:Sum
147 def run(self, *args): member in class:Multiply
162 def run(self, *args): member in class:Negate
180 def run(self, *args): member in class:Extend
198 def run(self, *args): member in class:Append
216 def run(self, *args, **kwargs): member in class:Concat
224 def run(self, *args): member in class:Union
237 def run(self, *args): member in class:Intersection
249 def run(self, *args): member in class:Uniquify
283 def run(self, format_type, message, *params): member in class:Format
324 def run(self, level, message, *args): member in class:Log
346 def run(self, seconds=None): member in class:Delay
399 def run(self, **kwargs): member in class:EmailToContinue
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DBidi.java52 * &quot;run&quot; is defined as a sequence of characters that are at the same
160 * <li>A run of single-style, unidirectional text can be rendered at once.
162 * <li>Such a run of text is passed to the graphics system with characters
227 * // render a run of text and advance to the right by the run width
236 * // Instead, here we iterate over each run type
241 * // render a directional run with
304 * BidiRun run;
317 * run = line.getVisualRun(i);
318 * renderRun(text, run
2390 getRunLevel(int run) argument
2409 getRunStart(int run) argument
2429 getRunLimit(int run) argument
[all...]
/external/skia/tests/
H A DPathOpsCubicReduceOrderTest.cpp79 } run = RunAll; local
82 run = RunComputedLines;
85 int firstPointDegeneratesTest = run == RunAll ? 0 : run == RunPointDegenerates
87 int firstNotPointDegeneratesTest = run == RunAll ? 0 : run == RunNotPointDegenerates
89 int firstLinesTest = run == RunAll ? 0 : run == RunLines ? firstTestIndex : SK_MaxS32;
90 int firstNotLinesTest = run == RunAll ? 0 : run
[all...]
H A DPictureBBHTest.cpp30 void run(skiatest::Reporter* reporter) { function in class:PictureBBHTestBase
32 this->run(nullptr, reporter);
36 this->run(&RTreeFactory, reporter);
40 void run(SkBBHFactory* factory, skiatest::Reporter* reporter) { function in class:PictureBBHTestBase
91 emptyPictureTest.run(reporter);
94 emptyClipPictureTest.run(reporter);
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh26 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
31 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
32 kill_daemon udhcpd /var/run/udhcpd-$GIFNAME.pid
33 udhcpc -i $GIFNAME -p /var/run/udhcpc-$GIFNAME.pid \
41 kill_daemon udhcpd /var/run/udhcpd-$GIFNAME.pid
45 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid

Completed in 1745 milliseconds

1234567891011>>