OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instrumentations
(Results
1 - 16
of
16
) sorted by null
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
FullCartesianExperimentSelector.java
41
private ImmutableSet<Instrumentation>
instrumentations
;
field in class:FullCartesianExperimentSelector
46
ImmutableSet<Instrumentation>
instrumentations
,
49
this.
instrumentations
=
instrumentations
;
56
return FluentIterable.from(
instrumentations
)
75
for (Instrumentation instrumentation :
instrumentations
) {
/cts/tests/tests/location/src/android/location/cts/
BaseMockLocationTest.java
23
* Base class for
instrumentations
tests that use mock location.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
InstrumentationRunnerValidator.java
82
Instrumentation[]
instrumentations
= manifestData.getInstrumentations();
local
83
mInstrumentationNames = new String[
instrumentations
.length];
84
for (int i = 0; i <
instrumentations
.length; i++) {
85
mInstrumentationNames[i] =
instrumentations
[i].getName();
AndroidJUnitLaunchConfigurationTab.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties
31
AndroidJUnitTab_LoadInstrError_s=Failed to load
instrumentations
from %1$s
/cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java
92
List<InstrumentationInfo>
instrumentations
= mPackageManager.queryInstrumentation(
local
94
checkInstrumentationInfoName(INSTRUMENT_NAME,
instrumentations
);
174
List<InstrumentationInfo>
instrumentations
) {
176
Iterator<InstrumentationInfo> infoIterator =
instrumentations
.iterator();
/external/libchrome/base/profiler/
scoped_tracker.h
44
// this function is not called, all profiler
instrumentations
are no-ops.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
InstrumentationPage.java
83
"List of
instrumentations
defined in the manifest");
/external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp
21
* \brief Android JNI interface for
instrumentations
log parsing.
/frameworks/base/docs/html/reference/android/support/test/runner/intent/
IntentMonitorRegistry.html
691
instrumentations
.</p>
/frameworks/base/docs/html/reference/android/support/test/runner/lifecycle/
ActivityLifecycleMonitorRegistry.html
693
This monitor is not guaranteed to be present under all
instrumentations
.</p>
ApplicationLifecycleMonitorRegistry.html
693
This monitor is not guaranteed to be present under all
instrumentations
.</p>
/frameworks/base/docs/html/reference/android/support/test/
InstrumentationRegistry.html
777
This Bundle is not guaranteed to be present under all
instrumentations
.
/development/testrunner/
adb_interface.py
198
instrumentations
result bundle and a list of TestResults. Also handles the
/external/clang/include/clang/Basic/
AttrDocs.td
[
all
...]
/frameworks/base/cmds/am/src/com/android/commands/am/
Am.java
[
all
...]
Completed in 1738 milliseconds