OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:run
(Results
26 - 50
of
3210
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/test/mjsunit/regress/
regress-244.js
48
function
run
() {
function
68
run
();
/frameworks/base/core/java/android/accounts/
AccountManagerCallback.java
19
void
run
(AccountManagerFuture<V> future);
method in interface:AccountManagerCallback
/frameworks/base/test-runner/src/android/test/
NoExecTestResult.java
34
protected void
run
(final TestCase test) {
method in class:NoExecTestResult
/frameworks/compile/libbcc/tests/debuginfo/
build_test_apk.sh
47
run
()
function
168
run
$SDK/tools/android create project --target $TARGET --name $NAME --path $OUT_DIR --activity $ACTIVITY --package $PACKAGE
238
run
ant clean debug install
/libcore/luni/src/main/java/java/lang/
Runnable.java
22
* Represents a command that can be executed. Often used to
run
code in a
32
public void
run
();
method in interface:Runnable
/libcore/luni/src/main/java/java/security/
PrivilegedAction.java
24
public T
run
();
method in interface:PrivilegedAction
PrivilegedExceptionAction.java
24
T
run
() throws Exception;
method in interface:PrivilegedExceptionAction
/ndk/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh
21
run
() {
function
111
run
cd $BUILD_DIR &&
113
run
svn co $SVN_URL@$REVISION libcxx > /dev/null
114
run
cd libcxx
117
run
git init
123
run
git add .
124
run
git add -f .gitignore
125
run
git commit -m "upstream @$REVISION"
128
run
git branch ndk master
129
run
git checkout nd
[
all
...]
/libcore/crypto/src/main/java/org/conscrypt/
DelegatedTask.java
33
public void
run
() {
method in class:DelegatedTask
36
action.
run
();
/art/test/078-polymorphic-virtual/src/
Base.java
20
public void
run
() {
method in class:Base
/art/test/300-package-override/src/
Main.java
20
c.
run
();
/cts/suite/audio_quality/lib/src/task/
TaskMessage.cpp
27
TaskGeneric::ExecutionResult TaskMessage::
run
()
function in class:TaskMessage
/dalvik/tests/078-polymorphic-virtual/src/
Base.java
20
public void
run
() {
method in class:Base
/dalvik/tests/300-package-override/src/
Main.java
20
c.
run
();
/development/tools/mkstubs/tests/data/
TestBaseClass.java
40
public void
run
() {
method in class:TestBaseClass
/external/chromium_org/third_party/WebKit/Source/core/testing/
UnitTestHelpers.cpp
38
virtual void
run
()
function in class:WebCore::testing::QuitTask
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java
46
void
run
(ParameterType parameter);
method in interface:RpcCallback
/external/emma/core/java12/
emmarun.java
26
final Command command = Command.create ("
run
", emmarun.class.getName (), args);
27
command.
run
();
/external/junit/src/junit/framework/
Test.java
4
* A <em>Test</em> can be
run
and collect its results.
10
* Counts the number of test cases that will be
run
by this test.
16
public abstract void
run
(TestResult result);
method in interface:Test
/external/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java
46
void
run
(ParameterType parameter);
method in interface:RpcCallback
/libcore/dalvik/src/main/java/dalvik/system/
NativeStart.java
38
private static native void
run
();
method in class:NativeStart
/libcore/luni/src/main/java/java/util/concurrent/
RunnableFuture.java
11
* the {@code
run
} method causes completion of the {@code Future}
24
void
run
();
method in interface:RunnableFuture
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android
33
run
() {
function
113
This script is used to
run
the libc++ test suite for Android.
122
you use --abi=armeabi-v7a, your device must
run
ARMv7-A Android binaries,
168
echo "Please
run
: build/tools/build-cxx-stl.sh --stl=libc++"
229
# Statically link to ensure the executable can be
run
easily through ADB
257
#
Run
a shell command through ADB, return its status.
262
#
Run
the command, while storing the standard output to CMD_OUT
279
#
Run
a given executable through ADB.
298
if
run
$CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o $TEST_EXE > /dev/null 2>&1
315
if
run
$CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o $TEST_EX
[
all
...]
/art/test/003-omnibus-opcodes/src/
Compare.java
176
public static void
run
() {
method in class:Compare
Goto.java
2400
public static void
run
() {
method in class:Goto
[
all
...]
Completed in 395 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>