HomeSort by relevance Sort by last modified time
    Searched full:instrumented (Results 1 - 25 of 719) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/asan/tests/
asan_test.ignore 1 # blacklisted functions for instrumented ASan unit test
  /external/llvm/test/Instrumentation/AddressSanitizer/
debug_info_noninstrumented_alloca.ll 1 ; This test checks that non-instrumented allocas stay in the first basic block.
13 ; Won't be instrumented because of asan-skip-promotable-allocas.
16 ; Regular alloca, will get instrumented (forced by the ptrtoint below).
17 %instrumented = alloca i32, align 4
19 ; Won't be instrumented because of asan-skip-promotable-allocas.
25 ; Won't be instrumented because of asan-skip-promotable-allocas.
28 %ptr = ptrtoint i32* %instrumented to i32
  /external/jacoco/org.jacoco.examples.test/src/test/resources/
verify-offline.groovy 4 assert new File(realBaseDir, "build.log").getText().contains(":restore-instrumented-classes");
  /external/llvm/lib/Fuzzer/test/
UninstrumentedTest.cpp 4 // This test should not be instrumented.
  /external/llvm/lib/Fuzzer/test/trace-bb/
CMakeLists.txt 1 # These tests are not instrumented with coverage.
  /external/llvm/lib/Fuzzer/test/trace-pc/
CMakeLists.txt 1 # These tests are not instrumented with coverage.
  /external/llvm/lib/Fuzzer/test/ubsan/
CMakeLists.txt 1 # These tests are instrumented with ubsan in non-recovery mode.
  /external/swiftshader/third_party/subzero/tests_lit/asan_tests/
startinitcall.ll 8 ; notStart() should not be instrumented
13 ; DUMP-LABEL: ================ Instrumented CFG ================
20 ; _start() should be instrumented
25 ; DUMP-LABEL: ================ Instrumented CFG ================
  /external/compiler-rt/test/asan/TestCases/Linux/
local_alias.cc 1 // Test that mixing instrumented and non-instrumented code doesn't lead to crash.
2 // Build two modules (one is instrumented, another is not) that have globals
11 // RUN: %clangxx_asan -DBUILD_INSTRUMENTED_DSO=1 -fPIC -shared -mllvm -asan-use-private-alias %s -o %t-INSTRUMENTED-SO.so
14 // RUN: %clangxx_asan %t.o %t-UNINSTRUMENTED-SO.so %t-INSTRUMENTED-SO.so -o %t-EXE
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/instr/
Instrumenter.java 50 * runtime used by the instrumented classes
71 * Creates a instrumented version of the given class if possible.
75 * @return instrumented definition
95 * Creates a instrumented version of the given class if possible.
101 * @return instrumented definition
103 * if the class can't be instrumented
122 * Creates a instrumented version of the given class if possible.
128 * @return instrumented definition
131 * instrumented
145 * Creates a instrumented version of the given class file
    [all...]
  /external/clang/cmake/caches/
PGO.cmake 16 -C ${CMAKE_CURRENT_LIST_DIR}/PGO-stage2-instrumented.cmake
README.txt 31 The PGO CMake cache can be used to generate a multi-stage instrumented compiler.
38 stage2-instrumented:
40 llvm-profdata) then uses that compiler to build an instrumented stage2 compiler.
42 stage2-instrumented-generate-profdata:
43 Depends on "stage2-instrumented" and will use the instrumented compiler to
47 Depends on "stage2-instrumented-generate-profdata" and will use the stage1
  /external/compiler-rt/test/tsan/Darwin/
dlopen.cc 3 // non-instrumented program exits with a user-friendly message.
14 // Launching a non-instrumented binary that dlopen's an instrumented library should fail.
16 // Launching a non-instrumented binary with an explicit DYLD_INSERT_LIBRARIES should work.
  /external/llvm/lib/Fuzzer/test/no-coverage/
CMakeLists.txt 1 # These tests are not instrumented with coverage,
  /external/llvm/lib/Fuzzer/test/uninstrumented/
CMakeLists.txt 1 # These tests are not instrumented with coverage and don't
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/internal/
DoNotInstrument.java 4 * Indicates that a class should not be stripped/instrumented under any circumstances.
Instrument.java 4 * Indicates that a class should always be instrumented by AndroidTranslator regardless of its package.
  /external/jacoco/org.jacoco.doc/docroot/doc/
offline.html 35 For such scenarios class files can be pre-instrumented with JaCoCo, for
37 Ant task. At runtime the pre-instrumented classes needs be on the classpath
47 are already instrumented. There are two different ways to provide the
76 Unlike with on-the-fly instrumentation offline instrumented classes get a
79 instrumented classes. The proper location for <code>jacocoagent.jar</code>
80 might depend on your deployment scenario. The first instrumented class loaded
81 will trigger the initialization of the JaCoCo runtime. If no instrumented
85 <h2>Using Pre-Instrumented Classes With the Java Agent</h2>
87 It is possible to also use offline-instrumented classes with the JaCoCo Java
89 agent must be configured in a way that pre-instrumented classes are excluded
    [all...]
  /external/python/cpython2/PC/VS8.0/
build_pgo.bat 3 rem building instrumented binaries, then running the testsuite, and
5 rem Note, after the first instrumented run, one can just keep on
30 rem build the instrumented version
  /external/python/cpython2/PC/VS9.0/
build_pgo.bat 3 rem building instrumented binaries, then running the testsuite, and
5 rem Note, after the first instrumented run, one can just keep on
30 rem build the instrumented version
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/
InstrumentingLoader.java 61 final byte[] instrumented;
63 instrumented = instrumenter.instrument(bytes, name);
67 final Class<?> c = defineClass(name, instrumented, 0,
68 instrumented.length);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteCloseable.java 11 * require this shadow in order to be properly instrumented.
  /system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/src/androidTest/java/com/example/simpleperf/simpleperfexampleofkotlin/
ExampleInstrumentedTest.kt 12 * Instrumented test, which will execute on an Android device.
  /external/clang/test/Profile/
README 7 - the use of profile data from instrumented runs (-fprofile-instr-use).
9 In order to test -fprofile-instr-use without actually running an instrumented
cxx-virtual-destructor-calls.cpp 19 // Complete dtor must not be instrumented
22 // Deleting dtor must not be instrumented

Completed in 1109 milliseconds

1 2 3 4 5 6 7 8 91011>>