HomeSort by relevance Sort by last modified time
    Searched refs:Access (Results 1 - 25 of 239) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/include/clang/AST/
DependentDiagnostic.h 13 // At the moment, the only consumer of this interface is access
36 enum AccessNonce { Access = 0 };
51 DD->AccessData.Access = AS;
59 return Access;
63 assert(getKind() == Access);
68 assert(getKind() == Access);
69 return AccessSpecifier(AccessData.Access);
73 assert(getKind() == Access);
78 assert(getKind() == Access);
83 assert(getKind() == Access);
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
FieldListRecordBuilder.h 21 MethodInfo() : Access(), Kind(), Options(), Type(), VTableSlotOffset(-1) {}
23 MethodInfo(MemberAccess Access, MethodKind Kind, MethodOptions Options,
25 : Access(Access), Kind(Kind), Options(Options), Type(Type),
28 MemberAccess getAccess() const { return Access; }
35 MemberAccess Access;
MethodListRecordBuilder.h 28 void writeMethod(MemberAccess Access, MethodKind Kind, MethodOptions Options,
TypeRecord.h 37 /// Get the access specifier. Valid for any kind of member.
49 /// Get the flags that are not included in access control or method
891 MemberAccess Access, int32_t VFTableOffset, StringRef Name)
893 Options(Options), Access(Access), VFTableOffset(VFTableOffset),
906 MemberAccess getAccess() const { return Access; }
927 MemberAccess Access;
    [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_mop.cc 111 t1.Access(l.loc(), true, 8, false);
112 t2.Access((char*)l.loc() + 4, true, 4, true);
116 t1.Access(l.loc(), true, 8, false);
117 t2.Access((char*)l.loc() + 7, true, 1, true);
121 t1.Access((char*)l.loc() + 4, true, 4, false);
122 t2.Access((char*)l.loc() + 4, true, 2, true);
126 t1.Access((char*)l.loc() + 4, true, 4, false);
127 t2.Access((char*)l.loc() + 6, true, 2, true);
131 t1.Access((char*)l.loc() + 3, true, 2, false);
132 t2.Access((char*)l.loc() + 4, true, 1, true)
    [all...]
  /external/libchrome/base/files/
memory_mapped_file.h 26 enum Access {
33 // This provides read/write access to a file and must be used with care of
40 // This provides read/write access but with the ability to write beyond
67 // Opens an existing file and maps it into memory. |access| can be read-only
72 bool Initialize(const FilePath& file_name, Access access);
77 // As above, but works with an already-opened file. |access| can be read-only
80 // permissions suitable for |access|. If the memory mapping fails, it will
82 bool Initialize(File file, Access access);
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
got-dump-1.d 11 Address Access Initial Purpose
16 Address Access Initial
21 Address Access Initial Sym.Val. Type Ndx Name
got-dump-2.d 11 Address Access Initial Purpose
16 Address Access Initial
21 Address Access Initial Sym.Val. Type Ndx Name
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
p1.cpp 116 class Access {
136 template<> enum class Access::Priv<Access::S::N>::E
137 : Access::S::N { // expected-error {{private member}}
138 a = Access::k, // ok
139 b = Access::S::k // expected-error {{private member}}
142 template<typename T> enum class Access::Priv<T>::E : T {
143 c = Access::k,
144 d = Access::S::k
148 Access::Priv<int>::E a = Access::Priv<int>::E::a
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
facp.asl 117 [0001] Encoded Access Width : 01 [Byte Access:8]
131 [0001] Encoded Access Width : 02 [Word Access:16]
138 [0001] Encoded Access Width : 00 [Undefined/Legacy]
145 [0001] Encoded Access Width : 02 [Word Access:16]
152 [0001] Encoded Access Width : 00 [Undefined/Legacy]
159 [0001] Encoded Access Width : 00 [Undefined/Legacy]
166 [0001] Encoded Access Width : 03 [DWord Access:32
    [all...]
dbg2.asl 66 [0001] Encoded Access Width : 03 [DWord Access:32]
spcr.asl 53 [0001] Encoded Access Width : 03 [DWord Access:32]
  /external/llvm/lib/DebugInfo/CodeView/
MethodListRecordBuilder.cpp 19 void MethodListRecordBuilder::writeMethod(MemberAccess Access, MethodKind Kind,
24 uint16_t Flags = static_cast<uint16_t>(Access);
  /external/libchrome/sandbox/linux/syscall_broker/
broker_client.h 23 // replace the open() or access() system calls happening anywhere in a process
39 // Can be used in place of access().
42 // It's similar to the access() system call and will return -errno on errors.
44 int Access(const char* pathname, int mode) const;
broker_process_unittest.cc 79 int ret = open_broker.Access(NULL, F_OK);
85 // We can't debug the init process, and shouldn't be able to access
110 ret = open_broker.Access(kR_WhiteListed, F_OK);
112 ret = open_broker.Access(kR_WhiteListed, R_OK);
114 ret = open_broker.Access(kR_WhiteListed, W_OK);
116 ret = open_broker.Access(kR_WhiteListed, R_OK | W_OK);
118 ret = open_broker.Access(kR_WhiteListed, X_OK);
120 ret = open_broker.Access(kR_WhiteListed, R_OK | X_OK);
135 ret = open_broker.Access(kR_WhiteListedButDenied, F_OK);
138 ret = open_broker.Access(kR_WhiteListedButDenied, R_OK)
    [all...]
broker_process.h 39 // or Access() are invoked on a file which is not in the whitelist. EACCESS
60 // Can be used in place of access(). Will be async signal safe.
63 // It's similar to the access() system call and will return -errno on errors.
64 int Access(const char* pathname, int mode) const;
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 16 /// diagnostics -- notably deprecation and access control -- are suppressed
49 : Access(FoundDecl.getAccess()), IsMember(true),
58 AccessSpecifier Access)
59 : Access(Access), IsMember(false),
67 AccessSpecifier getAccess() const { return AccessSpecifier(Access); }
104 unsigned Access : 2;
116 enum DDKind { Deprecation, Unavailable, Access, ForbiddenType };
137 DD.Kind = Access;
159 assert(Kind == Access && "Not an access diagnostic.")
    [all...]
  /external/libbrillo/brillo/dbus/
exported_property_set.h 58 enum class Access {
80 void SetAccessMode(Access access_mode);
81 Access GetAccessMode() const;
90 Access access_mode_{Access::kReadOnly};
192 if (GetAccessMode() == ExportedPropertyBase::Access::kReadOnly) {
  /device/linaro/bootloader/edk2/SecurityPkg/Library/TpmCommLib/
TisPc.c 32 RegRead = MmioRead8 ((UINTN)&TisReg->Access);
147 to ACCESS Register in the time of default TIS_TIMEOUT_A.
172 MmioWrite8((UINTN)&TisReg->Access, TIS_PC_ACC_RQUUSE);
177 &TisReg->Access,
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
Dbg2.asl 66 [0001] Encoded Access Width : 03 [DWord Access:32]
Spcr.asl 53 [0001] Encoded Access Width : 03 [DWord Access:32]
  /frameworks/rs/rsov/compiler/
RSAllocationUtils.cpp 65 // Collect Allocation access calls into the Calls
182 for (auto &Access : Calls) {
183 auto AccessElemTyIt = GVAccessTypes.find(Access.RSAlloc.GlobalVar);
185 AccessElemTyIt->second != Access.RSElementTy) {
187 Access.RSAlloc.GlobalVar->print(errs());
191 GVAccessTypes.emplace(Access.RSAlloc.GlobalVar, Access.RSElementTy);
192 Access.RSAlloc.RSElementType = Access.RSElementTy;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d4drvif.h 35 #define CTL_CODE( DeviceType, Function, Method, Access ) ( \
36 ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DxeDeferImageLoadLib.c 160 Get current user's access right.
162 @param[out] AccessControl Points to the user's access control data, the
164 @param[in] AccessType The type of user access control.
166 @retval EFI_SUCCESS Get current user access control successfully
167 @retval others Fail to get current user access control
180 EFI_USER_INFO_ACCESS_CONTROL *Access;
196 // Get current user access information.
244 // Get specified access information.
248 Access = (EFI_USER_INFO_ACCESS_CONTROL *) ((UINT8 *) (Info + 1) + CheckLen);
249 if (Access->Type == AccessType) {
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/QemuFwCfgLib/
QemuFwCfgLib.c 233 volatile FW_CFG_DMA_ACCESS Access;
242 Access.Control = SwapBytes32 (FW_CFG_DMA_CTL_READ);
243 Access.Length = SwapBytes32 ((UINT32)Size);
244 Access.Address = SwapBytes64 ((UINT64)(UINTN)Buffer);
247 // We shouldn't start the transfer before setting up Access.
255 MmioWrite64 (mFwCfgDmaAddress, SwapBytes64 ((UINT64)&Access));
257 MmioWrite32 ((UINT32)(mFwCfgDmaAddress + 4), SwapBytes32 ((UINT32)&Access));
261 // We shouldn't look at Access.Control before starting the transfer.
266 Status = SwapBytes32 (Access.Control);
271 // The caller will want to access the transferred data.
    [all...]

Completed in 1667 milliseconds

1 2 3 4 5 6 7 8 910