HomeSort by relevance Sort by last modified time
    Searched full:run (Results 351 - 375 of 12543) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/junit/src/main/java/junit/extensions/
TestSetup.java 8 * to set up additional state once before the tests are run.
15 public void run(final TestResult result) { method in class:TestSetup
  /dalvik/libcore/xml/src/main/java/javax/xml/validation/
SecuritySupport.java 47 public Object run() {
60 public Object run() {
72 public Object run() throws FileNotFoundException {
87 public Object run() throws IOException {
101 public Object run() {
120 public Object run() throws IOException{
141 public Object run() {
156 public Object run() {
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
SecuritySupport.java 47 public Object run() {
60 public Object run() {
72 public Object run() throws FileNotFoundException {
87 public Object run() throws IOException {
101 public Object run() {
120 public Object run() throws IOException{
141 public Object run() {
156 public Object run() {
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport12.java 48 public Object run() {
61 public Object run() {
74 public Object run() {
90 public Object run() {
102 public Object run() throws FileNotFoundException {
116 public Object run() {
131 public Object run() {
140 public Object run() {
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
SecuritySupport12.java 48 public Object run() {
61 public Object run() {
74 public Object run() {
90 public Object run() {
102 public Object run() throws FileNotFoundException {
116 public Object run() {
131 public Object run() {
140 public Object run() {
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport12.java 48 public Object run() {
61 public Object run() {
74 public Object run() {
90 public Object run() {
102 public Object run() throws FileNotFoundException {
116 public Object run() {
131 public Object run() {
140 public Object run() {
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
SecuritySupport12.java 45 public Object run() {
58 public Object run() {
71 public Object run() {
87 public Object run() {
99 public Object run() throws FileNotFoundException {
113 public Object run() {
128 public Object run() {
137 public Object run() {
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
SecuritySupport12.java 48 public Object run() {
61 public Object run() {
74 public Object run() {
90 public Object run() {
102 public Object run() throws FileNotFoundException {
116 public Object run() {
131 public Object run() {
140 public Object run() {
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
SecuritySupport12.java 48 public Object run() {
61 public Object run() {
74 public Object run() {
90 public Object run() {
102 public Object run() throws FileNotFoundException {
116 public Object run() {
131 public Object run() {
140 public Object run() {
  /development/simulator/wrapsim/
BitVector.h 16 int isExpandable; /* expand bitmap if we run out? */
28 * We always allocate the first possible bit. If we run out of space in
  /external/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java 26 * Base class for services that can implement {@link #startUp}, {@link #run} and
40 public void run() {
47 AbstractExecutionThreadService.this.run();
77 * Run the service. This method is invoked on the execution thread.
81 * public void run() {
88 * #triggerShutdown()}, which should cause {@link #run()} to return.
90 protected abstract void run() throws Exception; method in class:AbstractExecutionThreadService
104 * Returns the {@link Executor} that will be used to run this service.
  /external/junit/src/junit/extensions/
TestSetup.java 10 * to set up additional state once before the tests are run.
17 public void run(final TestResult result) { method in class:TestSetup
  /external/webkit/WebCore/manual-tests/
drag-image-to-desktop.html 8 <ul><li>run the LayoutTest's webserver (WebKitTools/run-webkit-httpd)</ul>
remove-form-node-with-radio-buttons-crash.html 29 <div>This is a test for http://bugs.webkit.org/show_bug.cgi?id=12938 - to test this, press the "Run Test" button and wait for a couple of minutes - the browser should not crash.</div>
30 <input type="button" onclick="runTest()" value="Run Test">
window-close-during-parsing.html 7 <input type=button value="Run Test 1" onclick='window.open("resources/window-close-during-parsing-popup1.html")'>
13 <input type=button value="Run Test 2" onclick='window.open("resources/window-close-during-parsing-popup2.html")'>
  /external/webkit/WebCore/manual-tests/inspector/
webinspector-log.html 9 <li>In that panel, run the code:
18 maginifying glass icon to the left of the message. Run the same
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
PowerTest.java 66 public void run() {
76 public void run() {
86 public void run() {
96 public void run() {
106 public void run() {
117 public void run() {
128 public void run() {
138 public void run() {
ToastTest.java 85 public void run()
95 public void run()
102 public void run()
109 public void run()
119 public void run()
126 public void run()
133 public void run()
142 public void run()
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ITask.java 22 * The task will generally be run in a separate thread.
25 public abstract void run(ITaskMonitor monitor); method in interface:ITask
  /external/v8/test/cctest/
test-thread-termination.cc 57 v8::Script::Compile(source)->Run();
76 "f()"))->Run();
91 "}"))->Run();
121 // Run a loop that will be infinite if thread termination does not work.
124 v8::Script::Compile(source)->Run();
125 // Test that we can run the code again after thread termination.
126 v8::Script::Compile(source)->Run();
139 // Run a loop that will be infinite if thread termination does not work.
142 v8::Script::Compile(source)->Run();
143 // Test that we can run the code again after thread termination
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/argsreturns/pargsreturn/
Test_pargsreturn.java 31 assertEquals(1234, new T1().run());
38 assertEquals(1234, new T2().run(1234));
46 t.run(1234);
55 t.run(1234);
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dup2/
Test_dup2.java 33 assertTrue(t.run());
41 assertTrue(t.run());
49 assertTrue(t.run());
57 assertTrue(t.run());
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dup2_x1/
Test_dup2_x1.java 33 assertTrue(t.run());
41 assertTrue(t.run());
49 assertTrue(t.run());
57 assertTrue(t.run());
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_eq/d/
T_if_eq_1.d 13 .method public run(II)I
T_if_eq_10.d 13 .method public run(II)Z

Completed in 43 milliseconds

<<11121314151617181920>>