HomeSort by relevance Sort by last modified time
    Searched full:instrumented (Results 26 - 50 of 375) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
ModifiedSystemClassRuntimeTest.java 47 /** This static member emulate the instrumented system class. */
62 // Our class should get instrumented:
69 // Other classes will not be instrumented:
  /frameworks/base/docs/html/training/testing/unit-testing/
index.jd 48 <li><strong>Instrumented tests:</strong> Unit tests that run on an Android device or emulator.
61 <dt><strong><a href="instrumented-unit-tests.html">
62 Building Instrumented Unit Tests</a></strong></dt>
  /external/jacoco/jacoco-maven-plugin.test/it/it-offline-instrumentation/
pom.xml 58 <id>restore-instrumented-classes</id>
60 <goal>restore-instrumented-classes</goal>
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
ClassInstrumenter.java 30 * Emits a instrumented version of this class to the given class visitor.
36 * instrumented class
IProbeArrayStrategy.java 20 * depending on whether the instrumented type is a class or interface.
InstrSupport.java 76 * already instrumented.
90 "Class %s is already instrumented.", owner));
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.h 36 void SetQuickAllocEntryPointsInstrumented(bool instrumented)
  /cts/common/device-side/test-app/
Android.mk 16 # this then gets instrumented in order to test the aforementioned libraries.
  /external/compiler-rt/test/asan/TestCases/Linux/
preinit_test.cc 16 // The function get() is instrumented with asan, but called
  /external/compiler-rt/test/profile/
gcc-flag-compatibility.test 4 # Test that the instrumented code writes to %t.d/d1/d2/default.profraw
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
RestoreMojo.java 25 * @goal restore-instrumented-classes
  /external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
InstrumentTaskTest.xml 67 <au:assertLogContains text="Instrumented 15 classes to ${temp.dir}"/>
88 <au:assertLogContains text="Instrumented 15 classes to ${temp.dir}"/>
99 <au:assertLogContains text="Instrumented 15 classes to ${temp.dir}"/>
116 <au:assertLogContains text="Instrumented 15 classes to ${temp.dir}"/>
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
ModifiedSystemClassRuntime.java 32 * instrumented classes. As the system class itself needs to be instrumented
140 "Class %s could not be instrumented.", className), e);
153 * @return instrumented version with added members
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
InstrumentationSizeSzenario.java 37 output.writeByteResult("instrumented class",
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_cfi.s 2 # assembly files are instrumented.
  /external/llvm/test/tools/llvm-cov/Inputs/
README 18 The 'profdata' files were generated by running an instrumented version of the
  /external/llvm/test/tools/llvm-profdata/
overflow-instr.test 1 Tests for overflow when merging instrumented profiles.
  /packages/apps/Settings/src/com/android/settings/
InstrumentedActivity.java 24 * Instrumented activity that logs visibility state.
InstrumentedPreferenceFragment.java 24 * Instrumented preference fragment that logs visibility state.
  /prebuilts/sdk/tools/
README-jack-code-coverage.md 26 Once the application is instrumented, you can install it and execute it to produce code coverage
29 You can define class name filters to select which classes will be instrumented (all classes are
30 instrumented by default) by defining the following build variables:
66 To produce coverage execution data, instrumented classes must be executed and coverage data be
  /frameworks/base/docs/html/training/testing/start/
index.jd 50 unit tests on the JVM or as instrumented tests on an Android device.
74 <dt><b>Instrumented tests</b></dt>
79 <p>Instrumented tests are built into an APK that runs on the device alongside
84 <p>For information about how to create instrumented tests, see the
90 "{@docRoot}training/testing/unit-testing/instrumented-unit-tests.html"
91 >Building Instrumented Unit Tests</a>: Build complex unit tests with
116 <p>However, the <em>local unit tests</em> and <em>instrumented tests</em>
154 Instrumented unit tests
381 "/training/testing/unit-testing/instrumented-unit-tests.html"
382 >Building Instrumented Unit Tests</a></dt
    [all...]
  /external/compiler-rt/lib/asan/
asan_interface_internal.h 13 // The runtime library has to define these functions so the instrumented program
29 // before any instrumented code is executed and before any call to malloc.
46 // This structure describes an instrumented global variable.
59 // These two functions should be called by the instrumented code.
73 // These two functions are used by instrumented code in the
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.h 14 // This header can be included by the instrumented program or by TSan tests.
29 // before any instrumented code is executed and before any call to malloc.
  /external/compiler-rt/test/tsan/
lit.cfg 46 # Add additional flags if we're using instrumented libc++.
47 # Instrumented libcxx currently not supported on Darwin.
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
CoverageTransformer.java 124 * Checks whether this class should be instrumented.
130 * @return <code>true</code> if the class should be instrumented

Completed in 2649 milliseconds

12 3 4 5 6 7 8 91011>>