OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instrumentation
(Results
101 - 125
of
1688
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/tests/SmokeTest/tests/
Android.mk
11
# running the tests using an
instrumentation
targeting SmokeTestApp, we
AndroidManifest.xml
30
This declares that this app uses the
instrumentation
test runner targeting the package of
34
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
39
This declares a method to run the
instrumentation
with a special runner, which will run each
43
<
instrumentation
android:name="com.android.smoketest.SmokeTestRunner"
/art/runtime/
trace.cc
27
#include "
instrumentation
.h"
271
LogMethodTraceEvent(thread, *rit,
instrumentation
::
Instrumentation
::kMethodEntered,
287
LogMethodTraceEvent(thread, *old_it,
instrumentation
::
Instrumentation
::kMethodExited,
292
LogMethodTraceEvent(thread, *rit,
instrumentation
::
Instrumentation
::kMethodEntered,
383
instrumentation
::
Instrumentation
::kMethodEntered |
384
instrumentation
::Instrumentation::kMethodExited
[
all
...]
/cts/tests/tests/app/src/android/app/cts/
Instrumentation_ActivityResultTest.java
20
import android.app.
Instrumentation
;
21
import android.app.
Instrumentation
.ActivityResult;
/cts/tests/tests/nativeopengl/
AndroidManifest.xml
31
<
instrumentation
android:name="GLTestInstrumentation"
34
</
instrumentation
>
/development/ndk/samples/hello-jni/tests/
AndroidManifest.xml
14
This declares that this application uses the
instrumentation
test runner targeting
18
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
/development/ndk/samples/two-libs/tests/
AndroidManifest.xml
14
This declares that this application uses the
instrumentation
test runner targeting
18
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
/development/samples/HelloActivity/tests/
AndroidManifest.xml
27
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
30
</
instrumentation
>
/development/samples/LunarLander/tests/
AndroidManifest.xml
27
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
30
</
instrumentation
>
/development/samples/SkeletonApp/tests/
AndroidManifest.xml
27
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
30
</
instrumentation
>
/development/samples/Snake/tests/
AndroidManifest.xml
27
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
30
</
instrumentation
>
/development/tools/templates/
AndroidManifest.tests.template
14
This declares that this application uses the
instrumentation
test runner targeting
18
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
preinit_test.cc
6
// We build a shared library w/o asan
instrumentation
7
// and the binary with asan
instrumentation
.
/external/emma/core/res/com/vladium/emma/instr/
instr_usage.res
5
"
instrumentation
path";
10
"
instrumentation
output directory (required for non-overwrite output modes)";
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
AndroidManifest.xml
27
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
29
android:label="Test for
instrumentation
with an external app with shared permissions (BT and FL)" />
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
AndroidManifest.xml
29
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
31
android:label="Test for
instrumentation
with an external app granted BLUETOOTH permissions" />
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
AndroidManifest.xml
27
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
29
android:label="Test for
instrumentation
with an app with shared permissions but signed by different key" />
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/
AndroidManifest.xml
29
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
31
android:label="Test for
instrumentation
with an app granted FINE_LOCATION permissions" />
/frameworks/base/keystore/tests/
AndroidManifest.xml
25
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
28
</
instrumentation
>
/frameworks/base/packages/SystemUI/tests/
AndroidManifest.xml
27
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
30
</
instrumentation
>
/frameworks/base/test-runner/src/android/test/
TimedTest.java
24
* annotation is present, the test method is timed and the results written through
instrumentation
29
* and binder transactions to be gathered and written through
instrumentation
output.
/frameworks/base/tests/permission/
AndroidManifest.xml
26
The test declared in this
instrumentation
can be run via this command
29
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
/frameworks/opt/telephony/tests/telephonytests/
AndroidManifest.xml
31
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
34
</
instrumentation
>
/frameworks/opt/vcard/tests/
AndroidManifest.xml
25
<
instrumentation
android:name=".VCardTestRunner"
29
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/
AndroidJUnit3ClassRunner.java
18
import android.app.
Instrumentation
;
31
public AndroidJUnit3ClassRunner(Class<?> klass, Bundle bundle,
Instrumentation
instr) {
Completed in 4086 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>