HomeSort by relevance Sort by last modified time
    Searched defs:Shadow (Results 1 - 25 of 35) sorted by null

1 2

  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowPackageMonitor.java 17 package com.android.settings.testutils.shadow;
31 import org.robolectric.internal.Shadow;
37 * Shadow for hidden {@link PackageMonitor}.
48 Shadow.directlyOn(mPackageMonitor, PackageMonitor.class, "register",
  /external/compiler-rt/lib/esan/
working_set.cpp 23 // We shadow every cache line of app memory with one shadow byte.
24 // - The highest bit of each shadow byte indicates whether the corresponding
26 // - The lowest bit of each shadow byte indicates whether the corresponding
37 // We live with races in accessing each shadow byte.
42 // Our shadow memory assumes that the line size is 64.
45 // See the shadow byte layout description above.
62 static const u32 NumFreq = 8; // One for each bit of our shadow bytes.
92 byte *Shadow = (byte *)appToShadow(Addr);
93 // Write shadow bytes until we're word-aligned
    [all...]
  /frameworks/base/libs/hwui/
LayerBuilder.h 53 Shadow,
  /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
IllustrationVideoViewTest.java 51 import org.robolectric.internal.Shadow;
173 Shadow.invokeConstructor(Surface.class, mRealSurface,
  /external/mesa3d/src/mesa/program/
program_parser.h 210 unsigned Shadow:1;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceDatabase.py     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 83 const u64 kShadowRodata = (u64)-1; // .rodata shadow marker
159 friend class Shadow;
168 // Shadow (from most significant bit):
176 class Shadow : public FastState {
178 explicit Shadow(u64 x)
182 explicit Shadow(const FastState &s)
218 static inline bool TidsAreEqual(const Shadow s1, const Shadow s2) {
225 bool Addr0AndSizeAreEqual(const Shadow s1, const Shadow s2)
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFGraph.h 144 // " - shadow ref (follows the node id),
173 // - Shadow: a reference that has duplicates holding additional reaching
180 // *** Shadow references
188 // a flag "shadow". Example:
200 // mark " indicates that the node is a shadow.
248 Shadow = 0x0001 << 5, // 00001, Has extra reaching defs.
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 20 /// byte of application memory is backed by two bytes of shadow memory which
32 /// | shadow memory |
37 /// To derive a shadow memory address from an application memory address,
40 /// account for the double byte representation of shadow labels and move the
41 /// address into the shadow memory range. See the function
75 // External symbol to be used when generating the shadow address for
83 // the shadow load to have alignment 16. This flag is disabled by default as
91 // The ABI list files control how shadow parameters are passed. The pass treats
220 /// pass the return value shadow in a register, while WK_Custom uses an
221 /// extra pointer argument to return the shadow. This allows the wrappe
    [all...]
MemorySanitizer.cpp 14 /// (http://goo.gl/QKbem). We associate a few shadow bits with every
15 /// byte of the application memory, poison the shadow of the malloc-ed
16 /// or alloca-ed memory, load the shadow bits on every memory read,
17 /// propagate the shadow bits through some of the arithmetic
18 /// instruction (including MOV), store the shadow bits on every memory
20 /// associated shadow is poisoned.
30 /// Another difference from Memcheck is that we use 8 shadow bits per
31 /// byte of application memory and use a direct shadow mapping. This
33 /// shadow updates (Memcheck is single-threaded so races are not a
34 /// concern there. Memcheck uses 2 shadow bits per byte with a slo
    [all...]
  /external/skia/src/sfnt/
SkPanose.h 401 Shadow = 6,
  /prebuilts/misc/common/robolectric/lib/
robolectric-utils-3.1.1.jar 
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/robolectric/v3/
robolectric-utils-3.1-SNAPSHOT.jar 
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 

Completed in 853 milliseconds

1 2