/art/tools/veridex/ |
precise_hidden_api_finder.h | 54 void AddUsesAt(const std::vector<ReflectAccessInfo>& accesses, MethodReference ref);
|
precise_hidden_api_finder.cc | 47 void PreciseHiddenApiFinder::AddUsesAt(const std::vector<ReflectAccessInfo>& accesses, 49 for (const ReflectAccessInfo& info : accesses) {
|
flow_analysis.h | 209 const std::map<MethodReference, std::vector<ReflectAccessInfo>>& accesses) 210 : VeriFlowAnalysis(resolver, method), accesses_(accesses) {}
|
/external/arm-neon-tests/ |
InitCache.s | 33 ;ORR r0, r0, #(0x1 << 4) ;Enables speculative accesses on AXI 34 ORR r0, r0, #(0x1 << 4) ;Enables speculative accesses on AXI
|
/external/selinux/python/sepolgen/tests/ |
test_audit.py | 78 self.assertEqual(avc.accesses, []) 96 self.assertEqual(avc.accesses, ["getattr"]) 142 self.assertEqual(avc.accesses, ["read"]) 166 self.assertEqual(avc.accesses, ["dac_read_search"])
|
/external/mesa3d/src/gallium/drivers/vc4/ |
vc4_qpu.c | 270 int accesses = 0; local 295 accesses++; 297 accesses++; 301 accesses++; 304 accesses++; 312 accesses++; 315 return accesses;
|
/external/selinux/python/sepolgen/src/sepolgen/ |
audit.py | 152 access - list of accesses that were allowed or denied 180 self.accesses = [] 189 # position one beyond the open brace. It then adds the accesses until it finds 200 self.accesses.append(recs[i]) 255 access_tuple = tuple( self.accesses) 261 self.type, self.data = audit2why.analyze(scontext, tcontext, self.tclass, self.accesses) 271 raise ValueError("Invalid permission %s\n" % " ".join(self.accesses)) 535 avc.tclass] + avc.accesses)
|
policygen.py | 291 (msg.tclass, refpolicy.list_to_space_str(msg.accesses)))
|
/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-GOTRewrite/ |
in.s | 15 # Test that GOTPCREL accesses get translated. They are handled
|
out.s | 50 # Test that GOTPCREL accesses get translated. They are handled
|
/art/tools/hiddenapi/ |
find_api_violations.pl | 41 (Don't) show light grey list accesses (default true) 45 (Don't) show dark grey list accesses (default true) 49 (Don't) show black list accesses (default true)
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
vktRenderPassMultisampleResolveTests.cpp | 1053 const tcu::ConstPixelBufferAccess accesses[] = local 1137 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); local 1223 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); local 1324 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); local [all...] |
/external/u-boot/arch/arm/cpu/armv7/ |
cache_v7_asm.S | 26 dmb @ ensure ordering with previous memory accesses 97 dmb @ ensure ordering with previous memory accesses
|
psci.S | 192 dmb @ ensure ordering with previous memory accesses
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/ |
Thunk16.asm | 76 ; in opcode since 64-bit MASM prevents accesses to those registers.
|
Thunk16.S | 82 # in opcode since 64-bit MASM prevents accesses to those registers.
|
/external/nanohttpd/ |
README.md | 167 In gradle you can use nano http the same way because gradle accesses the same central repository:
|
/external/nanohttpd/src/site/markdown/ |
index.md | 165 In gradle you can use nano http the same way because gradle accesses the same central repository:
|
/external/syzkaller/pkg/db/ |
db.go | 7 // The database strives to minimize number of disk accesses
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/ |
struct_filter.go | 94 // insert inserts a sequence of field accesses into the tree.
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/ |
path.go | 104 // The simplified path only contains struct field accesses.
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
Thunk16.S | 82 # in opcode since 64-bit MASM prevents accesses to those registers.
|
Thunk16.asm | 78 ; in opcode since 64-bit MASM prevents accesses to those registers.
|
/build/soong/android/ |
testing.go | 125 // MockFileSystem causes the Context to replace all reads with accesses to the provided map of
|
/external/golang-protobuf/proto/ |
pointer_reflect.go | 34 // This file contains an implementation of proto field accesses using package reflect.
|