OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:run
(Results
826 - 850
of
3210
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/v8/test/mjsunit/compiler/
inline-context-slots.js
42
F.prototype.
run
= function() {
46
for (var i=0; i<5; i++) f.
run
();
47
%OptimizeFunctionOnNextCall(f.
run
);
48
assertEquals(10, f.
run
());
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/
NoExecTestResult.java
33
protected void
run
(final TestCase test) {
method in class:NoExecTestResult
/ndk/tests/standalone/
run.sh
18
# This script is used to
run
a series of tests on a given standalone
97
echo "
Run
a set of unit tests to check that a given Android NDK toolchain works"
121
echo "When called without any arguments, the script will
run
all known toolchain tests."
151
run
() {
function
156
run
() {
function
161
run
() {
function
210
if [ -f "$DIR/
run
.sh" ]; then
212
SCRIPT=
run
.sh
214
elif [ -f "$DIR/
run
-$ABI.sh" ]; then
216
SCRIPT=
run
-$ABI.s
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
CommonAction.java
56
public void
run
() {
method in class:CommonAction
58
mRunnable.
run
();
/art/test/003-omnibus-opcodes/src/
Monitor.java
34
public static void
run
() {
method in class:Monitor
35
System.out.println("Monitor.
run
");
UnresTest2.java
27
public static void
run
() {
method in class:UnresTest2
/art/test/069-field-type/src/
Main.java
21
holder.mValue.
run
();
/art/test/096-array-copy-concurrent-gc/src/
Main.java
40
public void
run
() {
method in class:Main.ObjectCreatorThread
/cts/suite/audio_quality/lib/src/task/
TaskBatch.cpp
49
child->
run
();
53
TaskGeneric::ExecutionResult TaskBatch::
run
()
function in class:TaskBatch
59
LOGW("TaskBatch::
run
no name or version information");
TaskDownload.cpp
39
TaskGeneric::ExecutionResult TaskDownload::
run
()
function in class:TaskDownload
43
LOGE("TaskDownload::
run
%s string not found", STR_ID.string());
49
LOGE("TaskDownload::
run
cannot find buffer %s", id.string());
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DisplayTestRunner.java
35
public void
run
(ITestInvocationListener listener) throws DeviceNotAvailableException {
method in class:DisplayTestRunner
36
// CLog.e("
run
: About to enable overlay display.");
40
super.
run
(listener);
43
// CLog.e("
run
: About to disable overlay display.");
/cts/tools/utils/
rm_dup_holo_imgs.py
38
run
(True)
39
run
(False)
41
def
run
(sw):
function
/cts/tools/vm-tests-tf/src/dot/junit/format/
AllTests.java
24
* Listing of all the tests that are to be
run
.
28
public static void
run
() {
method in class:AllTests
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/
AllTests.java
24
* Listing of all the tests that are to be
run
.
28
public static void
run
() {
method in class:AllTests
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget/d/
T_iget_1.java
24
public int
run
(){
method in class:T_iget_1
T_iget_2.java
23
public float
run
() {
method in class:T_iget_2
T_iget_9.java
23
public float
run
() {
method in class:T_iget_9
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_boolean/d/
T_iget_boolean_1.java
24
public boolean
run
(){
method in class:T_iget_boolean_1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_byte/d/
T_iget_byte_1.java
24
public byte
run
(){
method in class:T_iget_byte_1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_char/d/
T_iget_char_1.java
24
public char
run
(){
method in class:T_iget_char_1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_object/d/
T_iget_object_1.java
24
public Object
run
(){
method in class:T_iget_object_1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_short/d/
T_iget_short_1.java
24
public short
run
(){
method in class:T_iget_short_1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_wide/d/
T_iget_wide_1.java
24
public long
run
(){
method in class:T_iget_wide_1
T_iget_wide_2.java
23
public double
run
() {
method in class:T_iget_wide_2
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
T_invoke_direct_2.java
21
public int
run
() {
method in class:T_invoke_direct_2
Completed in 217 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>