OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Instrumentation
(Results
326 - 339
of
339
) sorted by null
<<
11
12
13
14
/art/runtime/jit/
jit_code_cache.cc
46
#include "
instrumentation
.h"
534
// find the
instrumentation
entrypoint.
2086
instrumentation
::Instrumentation*
instrumentation
= Runtime::Current()->GetInstrumentation();
local
[
all
...]
/art/runtime/
runtime.cc
90
#include "
instrumentation
.h"
457
// accessing the
instrumentation
when we delete it.
[
all
...]
thread.cc
74
#include "
instrumentation
.h"
3541
instrumentation
::Instrumentation*
instrumentation
= Runtime::Current()->GetInstrumentation();
local
[
all
...]
class_linker.cc
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java
32
import android.app.
Instrumentation
;
89
private
Instrumentation
mInstrumentation;
[
all
...]
TextViewTest.java
45
import android.app.
Instrumentation
;
46
import android.app.
Instrumentation
.ActivityMonitor;
180
private
Instrumentation
mInstrumentation;
[
all
...]
/art/runtime/interpreter/mterp/
mterp.cc
538
const
instrumentation
::
Instrumentation
* const
instrumentation
=
member in class:art::interpreter::instrumentation
540
return MoveToExceptionHandler(self, *shadow_frame,
instrumentation
);
[
all
...]
/art/runtime/jni/
jni_internal.cc
285
// Helpers to call
instrumentation
functions for fields. These take jobjects so we don't need to set
287
// possible there will be a pending exception if the
instrumentation
happens to throw one.
291
instrumentation
::
Instrumentation
*
instrumentation
= Runtime::Current()->GetInstrumentation();
local
292
if (UNLIKELY(
instrumentation
->HasFieldWriteListeners())) {
306
instrumentation
->FieldWriteEvent(self,
318
instrumentation
::
Instrumentation
*
instrumentation
= Runtime::Current()->GetInstrumentation()
local
342
instrumentation
::Instrumentation*
instrumentation
= Runtime::Current()->GetInstrumentation();
local
[
all
...]
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
ActivityManagerTestBase.java
20
import static android.app.
Instrumentation
.ActivityMonitor;
355
* Helper class to launch / close test activity by
instrumentation
way.
[
all
...]
/art/runtime/gc/
heap.cc
711
instrumentation
::Instrumentation* const
instrumentation
= runtime->GetInstrumentation();
member in class:art::gc::instrumentation
1715
instrumentation
::Instrumentation* const
instrumentation
=
member in class:art::gc::instrumentation
[
all
...]
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityTextTraversalTest.java
28
import android.app.
Instrumentation
;
62
private static
Instrumentation
sInstrumentation;
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
ViewTest.java
42
import android.app.
Instrumentation
;
145
private
Instrumentation
mInstrumentation;
[
all
...]
/external/conscrypt/benchmark-android/
vogar.jar
/external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar
Completed in 1059 milliseconds
<<
11
12
13
14