HomeSort by relevance Sort by last modified time
    Searched refs:Access (Results 26 - 50 of 132) sorted by null

12 3 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
devioctl.h 100 #define CTL_CODE(DeviceType, Function, Method, Access) \
101 (((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
accctrl.h 140 #define ACCCTRL_DEFAULT_PROVIDERA "Windows NT Access Provider"
141 #define ACCCTRL_DEFAULT_PROVIDERW L"Windows NT Access Provider"
151 ACCESS_RIGHTS Access;
160 ACCESS_RIGHTS Access;
223 ACCESS_RIGHTS Access;
230 ACCESS_RIGHTS Access;
  /external/clang/lib/Sema/
SemaAccess.cpp 1 //===---- SemaAccess.cpp - C++ Access Control -------------------*- C++ -*-===//
10 // This file provides Sema routines for C++ access control semantics.
36 /// SetMemberAccessSpecifier - Set the access specifier of a member.
37 /// Returns true on error (when the previous member decl access specifier
38 /// is different from the new member decl access specifier).
43 // Use the lexical access specifier.
48 // C++ [class.access.spec]p3: When a member is redeclared its access
87 // C++11 [class.access.nest]p1:
88 // A nested class is a member and as such has the same access
1746 AccessSpecifier access = target->getAccess(); local
    [all...]
DelayedDiagnostic.cpp 58 case Access:
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
filesystem.h 67 virtual Error Access(const Path& path, int a_mode) = 0;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
html5_fs.h 21 virtual Error Access(const Path& path, int a_mode);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
http_fs.h 21 virtual Error Access(const Path& path, int a_mode);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
stream_fs.h 57 virtual Error Access(const Path& path, int a_mode);
stream_fs.cc 87 Error StreamFs::Access(const Path& path, int a_mode) {
  /external/chromium_org/sandbox/linux/services/
broker_process.h 32 // or Access() are invoked on a file which is not in the whitelist. EACCESS
51 // Can be used in place of access(). Will be async signal safe.
54 // It's similar to the access() system call and will return -errno on errors.
55 int Access(const char* pathname, int mode) const;
  /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_validate/com/mot/treetest/
Validator.java 12 Access a = u.getAccess(n);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_agp_offset.spec 65 3.6 AGP Memory Access
  /external/mesa3d/docs/
MESA_agp_offset.spec 65 3.6 AGP Memory Access
  /external/valgrind/main/memcheck/tests/
badjump.stderr.exp 9 Access not within mapped region at address 0x........
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
js_fs.h 38 virtual Error Access(const Path& path, int a_mode);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
http_fs_test.cc 81 TEST_P(HttpFsTest, Access) {
84 ASSERT_EQ(0, fs_.Access(Path("/foo"), R_OK));
85 ASSERT_EQ(EACCES, fs_.Access(Path("/foo"), W_OK));
86 ASSERT_EQ(EACCES, fs_.Access(Path("/foo"), X_OK));
87 ASSERT_EQ(ENOENT, fs_.Access(Path("/bar"), F_OK));
tty_test.cc 40 ASSERT_EQ(0, fs_.Access(Path("/tty"), R_OK | W_OK));
41 ASSERT_EQ(EACCES, fs_.Access(Path("/tty"), X_OK));
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
fuse_fs.h 24 virtual Error Access(const Path& path, int a_mode);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 142 namespace Access {
  /external/chromium_org/content/common/sandbox_linux/
bpf_gpu_policy_linux.cc 87 return broker_process->Access(reinterpret_cast<const char*>(args.args[0]),
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
passthrough_fs.cc 135 Error PassthroughFs::Access(const Path& path, int a_mode) {
136 // There is no underlying 'access' syscall in NaCl. It just returns ENOSYS.
  /external/clang/lib/AST/
CXXInheritance.cpp 180 // The access of the path down to this record.
181 AccessSpecifier AccessToHere = ScratchPath.Access;
226 // Calculate the "top-down" access to this base class.
229 // 1. Write down the access along each step in the inheritance
230 // chain, followed by the access of the decl itself.
238 // 2. If 'private' appears anywhere except far-left, access is denied.
239 // 3. Otherwise, overall access is determined by the most restrictive
240 // access in the sequence.
242 ScratchPath.Access = BaseSpec.getAccessSpecifier();
244 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 67 ("Access", "read-only"),
76 ("Access", "read-only"),
102 KP-Access: read-only
116 KP-Access: read-only
131 access-type="URL";
137 KP-Access: read-only
223 md1.addheader("KP-Access", "read-only")
243 [("access-type", "URL"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 67 ("Access", "read-only"),
76 ("Access", "read-only"),
102 KP-Access: read-only
116 KP-Access: read-only
131 access-type="URL";
137 KP-Access: read-only
223 md1.addheader("KP-Access", "read-only")
243 [("access-type", "URL"),
  /external/chromium_org/chrome/browser/resources/cryptotoken/
llgnubby.js 55 /** Access denied */

Completed in 1096 milliseconds

12 3 4 5 6