Home
last modified time | relevance | path

Searched defs:CheckAccess (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/bionic/libc/system_properties/
H A Dcontext_node.cpp80 bool ContextNode::CheckAccess() { in CheckAccess() function in ContextNode
/aosp_15_r20/external/llvm-libc/test/src/string/
H A Dmemset_test.cpp38 TEST(LlvmLibcMemsetTest, CheckAccess) { in TEST() argument
H A Dmemcpy_test.cpp41 TEST(LlvmLibcMemcpyTest, CheckAccess) { in TEST() argument
/aosp_15_r20/system/security/keystore2/src/fuzzers/
H A Dkeystore2_unsafe_fuzzer.rs114 CheckAccess { enumerator
/aosp_15_r20/tools/acloud/public/
H A Ddevice_driver.py484 def CheckAccess(cfg): function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktBitstreamBufferImpl.cpp139 uint8_t *BitstreamBufferImpl::CheckAccess(VkDeviceSize offset, VkDeviceSize size) const in CheckAccess() function in vkt::video::BitstreamBufferImpl
/aosp_15_r20/tools/acloud/internal/lib/
H A Dgcompute_client.py1668 def CheckAccess(self): member in ComputeClient
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaAccess.cpp1437 static Sema::AccessResult CheckAccess(Sema &S, SourceLocation Loc, in CheckAccess() function
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py2041 def CheckAccess(filename, clean_lines, linenum, nesting_state, error): function
/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc100 enum class CheckAccess { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp411 auto CheckAccess = [&](const AAPointerInfo::Access &Acc, bool IsExact) { in getPotentialCopiesOfMemoryValue() local