/cts/tools/vm-tests/src/dot/junit/opcodes/shr_long_2addr/d/ |
T_shr_long_2addr_1.java | 5 public long run(long a, int b) { method in class:T_shr_long_2addr_1
|
T_shr_long_2addr_7.java | 5 public long run(double a, int b) { method in class:T_shr_long_2addr_7
|
/dalvik/dx/src/junit/extensions/ |
TestDecorator.java | 9 * is run. 19 * The basic run behaviour. 22 fTest.run(result); 27 public void run(TestResult result) { method in class:TestDecorator
|
/dalvik/libcore/junit/src/main/java/junit/extensions/ |
TestDecorator.java | 9 * is run. 19 * The basic run behaviour. 22 fTest.run(result); 27 public void run(TestResult result) { method in class:TestDecorator
|
/external/e2fsprogs/debian/ |
uuid-runtime.postrm | 5 rm -rf /var/run/uuidd
|
/external/junit/src/junit/extensions/ |
TestDecorator.java | 11 * is run. 21 * The basic run behaviour. 24 fTest.run(result); 29 public void run(TestResult result) { method in class:TestDecorator
|
/external/webkit/LayoutTests/storage/ |
read-transactions-running-concurrently-expected.txt | 1 This test tests that two read-only transactions on different handles to the same database run concurrently.
|
/external/wpa_supplicant/examples/ |
wep.conf | 3 ctrl_interface=/var/run/wpa_supplicant
|
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
wep.conf | 3 ctrl_interface=/var/run/wpa_supplicant
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
StatusBarTest.java | 61 public void run() { 66 public void run() { 71 public void run() { 73 public void run() { 80 public void run() { 82 public void run() { 89 public void run() { 91 public void run() { 99 public void run() { 104 public void run() { [all...] |
/development/tools/idegen/ |
idegen.sh | 4 echo "Error: Run from the root of the tree." 10 echo "Couldn't find idegen.jar. Please run make first."
|
/external/junit/src/junit/swingui/ |
TestRunContext.java | 8 * The interface for accessing the Test run context. Test run views
|
/external/v8/test/sputnik/ |
README | 1 To run the sputniktests you must check out the test suite from 3 version 28. To get the tests run the following command within
|
/external/webkit/WebCore/manual-tests/inspector/resources/ |
mutate-frame-2.html | 3 function run() { 11 setInterval(run, 1000);
|
/external/webkit/WebCore/rendering/ |
RenderRuby.cpp | 80 // if child is a ruby run, just add it normally 87 // insert child into run 89 RenderRubyRun* run = findRubyRunParent(beforeChild); local 90 ASSERT(run); // beforeChild should always have a run as parent 91 if (run) { 92 run->addChild(child, beforeChild); 95 ASSERT(false); // beforeChild should always have a run as parent! 99 // If the new child would be appended, try to add the child to the previous run 100 // if possible, or create a new run otherwise 121 RenderRubyRun* run = findRubyRunParent(child); local 158 RenderObject* run = beforeChild; local 190 RenderRubyRun* run = findRubyRunParent(child); local [all...] |
/cts/tests/src/android/view/animation/cts/ |
AnimationTestUtils.java | 40 * Assert run an animation successfully. Timeout is duration of animation. 42 * @param instrumentation to run animation. 43 * @param view view window to run animation. 44 * @param animation will be run. 52 * Assert run an animation successfully. 54 * @param instrumentation to run animation. 55 * @param view window to run animation. 56 * @param animation will be run. 63 public void run() { 74 }.run(); method 82 }.run(); method [all...] |
/external/icu4c/layoutex/layout/ |
plruns.h | 31 * \brief C API for run arrays. 106 * Get the limit index for the last font run. This is the 119 * Get the limit index for a particular font run. 122 * @param run is the run. This is an index into the limit index array. 124 * @return the limit index for the run, or -1 if <code>run</code> is out of bounds. 130 le_int32 run); 133 * Get the <code>le_font</code> object assoicated with the given run 134 * of text. Use <code>pl_getFontRunLimit(run)</code> to get the correspondin [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/ |
IRemoteAndroidTestRunner.java | 37 * Sets to run only tests in this class 38 * Must be called before 'run'. 45 * Sets to run only tests in the provided classes 46 * Must be called before 'run'. 56 * Sets to run only specified test method 57 * Must be called before 'run'. 65 * Sets to run all tests in specified package 66 * Must be called before 'run'. 75 * Must be called before 'run'. If an argument with given name has already been provided, it's 94 * Sets this test run to log only mode - skips test execution 116 public void run(ITestRunListener... listeners); method in interface:IRemoteAndroidTestRunner 123 public void run(Collection<ITestRunListener> listeners); method in interface:IRemoteAndroidTestRunner [all...] |
/external/elfutils/tests/ |
Makefile.am | 34 TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \ 36 run-show-die-info.sh run-get-files.sh run-get-lines.sh \ 37 run-get-pubnames.sh run-get-aranges.sh \ 38 run-show-abbrev.sh hash asm-tst1 asm-tst2 \ 40 msg_tst newscn run-strip-test.sh run-strip-test2.sh [all...] |
/external/bluetooth/bluez/scripts/ |
bluetooth-serial.rules | 2 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="Brain Boxes", ATTRS{prod_id2}=="Bluetooth PC Card", ENV{HCIOPTS}="bboxes", RUN+="bluetooth_serial" 5 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="Xircom", ATTRS{prod_id3}=="CBT", ENV{HCIOPTS}="xircom", RUN+="bluetooth_serial" 8 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="Xircom", ATTRS{prod_id3}=="CBT", ENV{HCIOPTS}="xircom", RUN+="bluetooth_serial" 11 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="IBM", ATTRS{prod_id2}=="Bluetooth PC Card II", ENV{HCIOPTS}="tdk", RUN+="bluetooth_serial" 14 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="TDK", ATTRS{prod_id2}=="Bluetooth PC Card II", ENV{HCIOPTS}="tdk", RUN+="bluetooth_serial" 17 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="AmbiCom BT2000C", ATTRS{prod_id2}=="Bluetooth PC/CF Card", ENV{HCIOPTS}="bt2000c", RUN+="bluetooth_serial" 20 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="COM1 SA", ATTRS{prod_id2}=="MC310 CARD", ENV{HCIOPTS}="comone", RUN+="bluetooth_serial" 23 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="SPHINX", ATTRS{prod_id2}=="BT-CARD", ENV{HCIOPTS}="picocard", RUN+="bluetooth_serial" 26 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="H-Soft", ATTRS{prod_id2}=="Blue+CARD", ENV{HCIOPTS}="$sysfs{manf_id},$sysfs{card_id}", RUN+="bluetooth_serial" 29 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="CF CARD", ATTRS{prod_id2}=="GENERIC", ENV{HCIOPTS}="$sysfs{manf_id},$sysfs{card_id}", RUN+="bluetooth_serial [all...] |
/external/dropbear/libtommath/logs/ |
README | 1 To use the pretty graphs you have to first build/run the ltmtest from the root directory of the package.
6 in the root. It will run for a while [about ten minutes on most PCs] and produce a series of .log files in logs/.
8 After doing that run "gnuplot graphs.dem" to make the PNGs. If you managed todo that all so far just open index.html to view
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
vlc_enc_tab.h | 228 /* first part of coeffs for last = 0. Indexed by [run][level-1] */ 232 /* run = 0 */ 238 /* run = 1 */ 246 /* rest of coeffs for last = 0. indexing by [run-2][level-1] */ 250 /* run = 2 */ 254 /* run = 3 */ 258 /* run = 4-26 */ 330 /* first coeffs of last = 1. indexing by [run][level-1] */ 334 /* run = 0 */ 338 /* run = 1 * [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/if_eq/d/ |
T_if_eq_1.java | 5 public int run(int a, int b) { method in class:T_if_eq_1
|
T_if_eq_2.java | 5 public int run(String a, String b) { method in class:T_if_eq_2
|
T_if_eq_4.java | 5 public int run(float a, int b) { method in class:T_if_eq_4
|