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

1 2 3 4 5 6 7 8 9

  /external/compiler-rt/lib/asan/tests/
asan_test.ignore 1 # blacklisted functions for instrumented ASan unit test
  /external/chromium_org/chrome/browser/resources/google_now/
background_test_util.js 20 var instrumented = {};
21 mockChromeEvent(instrumented, 'notifications.onButtonClicked');
22 mockChromeEvent(instrumented, 'notifications.onClicked');
23 mockChromeEvent(instrumented, 'notifications.onClosed');
24 mockChromeEvent(instrumented, 'notifications.onPermissionLevelChanged');
25 mockChromeEvent(instrumented, 'notifications.onShowSettings');
26 mockChromeEvent(instrumented, 'pushMessaging.onMessage');
27 mockChromeEvent(instrumented, 'runtime.onInstalled');
28 mockChromeEvent(instrumented, 'runtime.onStartup');
29 mockChromeEvent(instrumented, 'storage.onChanged')
    [all...]
utility.js 210 // Partial mirror of chrome.* for all instrumented functions.
211 var instrumented = {};
259 * was instrumented by wrapper.wrapCallback() call.
294 'Not in instrumented callback'));
303 * @return {Function} Instrumented callback.
320 verify(!isInWrappedCallback, 'Re-entering instrumented callback');
336 'Instrumented callback is not instrumented upon exit');
347 * Returns an instrumented function.
353 * @return {Function} An instrumented function
    [all...]
background.js 357 instrumented.notifications.getAll(function(notifications) {
394 instrumented.notifications.getAll(function(notifications) {
397 instrumented.notifications.clear(chromeNotificationId, function() {});
473 instrumented.metricsPrivate.getVariationParams(
898 instrumented.tabs.create({url: url}, function(tab) {
    [all...]
  /external/chromium_org/third_party/libc++/
README.chromium 12 This is intended for instrumented builds, not for release.
  /external/chromium_org/third_party/libc++abi/
README.chromium 12 This is intended for instrumented builds, not for release.
  /external/robolectric/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/chromium_org/chrome/
chrome_syzygy.gyp 72 # For the official SyzyASan builds also put an instrumented
73 # version of chrome_child.dll into syzygy/instrumented.
77 'dest_dir': '<(PRODUCT_DIR)/syzygy/instrumented',
  /external/chromium_org/chrome/tools/build/win/
win-syzyasan-filter.txt 8 # functional instrumented builds of Chrome to be produced in the meantime.
  /external/clang/test/Profile/
cxx-implicit.cpp 1 // Ensure that implicit methods aren't instrumented.
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
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteCloseable.java 11 * require this shadow in order to be properly instrumented.
  /external/chromium_org/tools/gyp/test/win/linker-flags/
update_pgd.py 18 # Instrumented binaries fail to run unless the Visual C++'s bin dir is included
22 # Run Instrumented binary. The profile will be recorded into *.pgc file.
  /external/llvm/test/Instrumentation/AddressSanitizer/
instrument_initializer_metadata.ll 46 ; Check that xxx is instrumented.
55 ; Check that XXX is instrumented.
65 ; Check that yyy is NOT instrumented (as it does not have dynamic initializer).
74 ; Check that YYY is NOT instrumented (as it does not have dynamic initializer).
keep-instrumented_functions.ll 20 ; main should not be cloned since it is not being instrumented by asan.
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 1 //=-- InstrProf.h - Instrumented profiling format support ---------*- C++ -*-=//
10 // Instrumentation-based profiling data is generated by instrumented
  /external/compiler-rt/lib/msan/tests/
CMakeLists.txt 99 # Build gtest instrumented with MSan.
104 # Instrumented tests.
111 # Instrumented loadable module objects.
121 # Instrumented loadable library tests.
150 # We should only build MSan unit tests if we can build instrumented libcxx.
  /external/compiler-rt/lib/asan/
asan_init_version.h 13 // startup of the instrumented program.
22 // before any instrumented code is executed and before any call to malloc.
asan_interface_internal.h 12 // This header can be included by the instrumented program to fetch
33 // This structure describes an instrumented global variable.
46 // These two functions should be called by the instrumented code.
60 // These two functions are used by instrumented code in the
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.h 39 void SetQuickAllocEntryPointsInstrumented(bool instrumented)
quick_alloc_entrypoints.cc 105 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, Instrumented, true, allocator_type) \
132 void SetQuickAllocEntryPoints##suffix(QuickEntryPoints* qpoints, bool instrumented) { \
133 if (instrumented) { \
171 void SetQuickAllocEntryPointsInstrumented(bool instrumented) {
172 entry_points_instrumented = instrumented;
  /external/chromium_org/build/sanitizers/
sanitizers.gyp 26 # dependency and omit the compiler flags to avoid bringing instrumented
  /external/compiler-rt/test/asan/TestCases/Linux/
preinit_test.cc 16 // The function get() is instrumented with asan, but called
  /external/clang/docs/
MemorySanitizer.rst 170 MemorySanitizer requires that all program code is instrumented. This
177 to run MemorySanitizer-instrumented programs linked with
179 MemorySanitizer-instrumented Clang compiler by linking it with
180 self-built instrumented libcxx (as a replacement for libstdc++).
186 marks memory from instrumented libraries as fully initialized. See
212 instrumented programs, use "set disable-randomization off".

Completed in 704 milliseconds

1 2 3 4 5 6 7 8 9