HomeSort by relevance Sort by last modified time
    Searched full:instrumentation (Results 676 - 700 of 1688) sorted by null

<<21222324252627282930>>

  /external/clang/docs/
ThreadSanitizer.rst 8 instrumentation module and a run-time library. Typical slowdown introduced by
93 to disable instrumentation of plain (non-atomic) loads/stores in a particular function.
MemorySanitizer.rst 12 compiler instrumentation module and a run-time library.
140 Full MemorySanitizer instrumentation is very difficult to achieve. To
150 used. It is a DynamoRio-based tool that uses dynamic instrumentation
  /external/droiddriver/src/com/google/android/droiddriver/
UiElement.java 25 import com.google.android.droiddriver.instrumentation.InstrumentationDriver;
53 * @see com.google.android.droiddriver.instrumentation.ViewElement#overrideClassName
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.h 1 //===- llvm/Transforms/Instrumentation/DebugIR.h - Interface ----*- C++ -*-===//
11 // including Instrumentation.h and calling createDebugIRPass() is sufficient and
  /external/valgrind/main/lackey/docs/
lk-manual.xml 18 program measurement. It adds quite a lot of simple instrumentation to the
66 representation via which all instrumentation is done.
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 35 * This is a remote object that is passed from the shell to an instrumentation
37 * instrumentation cannot. These privileged operations are needed for implementing
  /frameworks/base/docs/html/tools/testing/
testing_eclipse.jd 35 <code>&lt;instrumentation&gt;</code> element in the test package's manifest file.
64 <a href="{@docRoot}guide/topics/manifest/instrumentation-element.html">
65 <code>&lt;instrumentation&gt;</code></a> element in its manifest file.
70 <code>&lt;instrumentation&gt;</code> element in the manifest file. You can use the New
147 also provide instrumentation for testing an Activity. To learn more about test case
436 <code>Launching instrumentation <em>instrumentation_class</em> on device
440 instrumentation test runner you have specified (usually
468 [2010-01-01 12:45:02 - MyTest] Launching instrumentation android.test.InstrumentationTestRunner on device emulator-5554<br>
  /frameworks/base/test-runner/src/android/test/
ApplicationTestCase.java 22 import android.app.Instrumentation;
100 mApplication = (T) Instrumentation.newApplication(mApplicationClass, getContext());
  /frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
TestRequestBuilderTest.java 18 import android.app.Instrumentation;
117 public Instrumentation mInstr;
  /packages/apps/Bluetooth/tests/
AndroidManifest.xml 58 This declares that this application uses the instrumentation test runner targeting
62 <instrumentation android:name="android.test.InstrumentationTestRunner"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewLinksPart.java 67 buf.append("Instrumentation");
69 buf.append(": Instrumentation defined.");
  /external/chromium_org/tools/cygprofile/
cygprofile.cc 21 // Also note that the instrumentation code is self-activated. It begins to
125 // A lock that guards buf_ usage between per-thread instrumentation
130 // Current thread is inside the instrumentation routine.
158 // Magic value of above to prevent the instrumentation. Used when CygTlsLog is
351 // call instrumentation.
symbolize.py 6 """Symbolize log file produced by cypgofile instrumentation.
127 the logging instrumentation to log any address in a function.
210 # duplicates are found. The instrumentation that produces the log file
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserSplitTests.java 19 import android.app.Instrumentation;
42 final Instrumentation instrumentation = getInstrumentation(); local
43 final Context targetContext = instrumentation.getTargetContext();
54 mTextsSet.loadStringResourcesInternal(instrumentation.getContext(), testResourceNames,
  /external/valgrind/main/callgrind/
main.c 50 Bool CLG_(instrument_state) = True; /* Instrumentation on ? */
196 /*--- Instrumentation structures and event queue handling ---*/
222 instrumentation IR for each event, in the order in which they
305 /* A struct which holds all the running state during instrumentation.
315 /* BB seen before (ie. re-instrumentation) */
732 end of BB instrumentation. */
781 /*--- Instrumentation ---*/
927 // No instrumentation if it is switched off
929 CLG_DEBUG(5, "instrument(BB %#lx) [Instrumentation OFF]\n",
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
pkg_android.app.html 148 <A NAME="Instrumentation"></A>
149 <nobr><A HREF="android.app.Instrumentation.html">Instrumentation</A></nobr>
  /external/valgrind/main/memcheck/docs/
mc-tech-docs.xml 44 it did not do any instrumentation or checking.</para>
47 the instrumentation scheme. The main difficulty, which consumed a lot
62 of the initial idea. The instrumentation machinery
    [all...]
  /art/runtime/interpreter/
interpreter.cc 1086 instrumentation::Instrumentation* const instrumentation = Runtime::Current()->GetInstrumentation(); member in class:art::interpreter::instrumentation
    [all...]
  /cts/tests/tests/media/
AndroidManifest.xml 69 <instrumentation android:name="android.test.InstrumentationCtsTestRunner"
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
WrappedGTestResultParserTest.java 100 * with a instrumentation error/invalid input.
  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
TestThread.java 13 * This class is usefull when writing instrumentation tests that exercise code that posts tasks
  /external/chromium_org/build/android/pylib/host_driven/
test_runner.py 14 from pylib.instrumentation import test_result
  /external/chromium_org/chrome/installer/util/
wmi.h 5 // WMI (Windows Management and Instrumentation) is a big, complex, COM-based
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8RecursionScope.h 50 // instrumentation is needed. ScriptController allocates V8RecursionScope for you.
  /external/chromium_org/v8/tools/
plot-timer-events 36 # Try to find out how much the instrumentation overhead is.

Completed in 487 milliseconds

<<21222324252627282930>>