/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winioctl.h | 109 #define CTL_CODE(DeviceType,Function,Method,Access) (((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method)) [all...] |
/external/clang/lib/AST/ |
DeclBase.cpp | 116 // a point where we set the access specifier, so default it to "public" 756 // AS_none as access specifier. 761 assert(Access != AS_none && 762 "Access specifier is AS_none inside a record decl"); [all...] |
/external/clang/lib/Parse/ |
ParseDeclCXX.cpp | [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | 568 /// Enter a new scope. Access and deprecation diagnostics will be 584 /// Enter a new scope where access and deprecation diagnostics are [all...] |
/external/clang/lib/CodeGen/ |
CGDebugInfo.cpp | 868 /// As an optimization, return 0 if the access specifier equals the 870 static unsigned getAccessFlag(AccessSpecifier Access, const RecordDecl *RD) { 877 if (Access == Default) 880 switch (Access) { 890 llvm_unreachable("unexpected access enumerator"); [all...] |
ItaniumCXXABI.cpp | [all...] |
/external/mesa3d/src/mesa/main/ |
bufferobj.c | 166 * Convert a GLbitfield describing the mapped buffer access flags 170 simplified_access_mode(GLbitfield access) 173 if ((access & rwFlags) == rwFlags) 175 if ((access & GL_MAP_READ_BIT) == GL_MAP_READ_BIT) 177 if ((access & GL_MAP_WRITE_BIT) == GL_MAP_WRITE_BIT) 509 GLsizeiptr length, GLbitfield access, 518 bufObj->AccessFlags = access; [all...] |
/external/opencv3/modules/core/src/ |
opengl.cpp | 312 void* mapHost(GLenum access); 412 void* cv::ogl::Buffer::Impl::mapHost(GLenum access) 417 GLvoid* data = gl::MapBuffer(gl::COPY_READ_BUFFER, access); 738 Mat cv::ogl::Buffer::mapHost(Access access) 741 (void) access; 745 return Mat(rows_, cols_, type_, impl_->mapHost(access)); [all...] |
/external/v8/src/arm64/ |
assembler-arm64.h | [all...] |
/external/v8/src/mips/ |
assembler-mips.h | [all...] |
/external/v8/src/mips64/ |
assembler-mips64.h | [all...] |
/external/clang/lib/Sema/ |
SemaDeclCXX.cpp | 5520 AccessSpecifier access = target->getAccess(); local [all...] |
SemaInit.cpp | [all...] |
SemaDecl.cpp | 297 // computed, which is either the type of the base of a member access [all...] |
SemaLookup.cpp | [all...] |
SemaTemplateInstantiateDecl.cpp | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/ |
layer1.py | 290 The stack AWS Identity and Access Management (IAM) role, which allows [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | [all...] |
/external/valgrind/memcheck/tests/ |
deep-backtrace.stderr.exp | 505 Access not within mapped region at address 0x........ [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/ |
layer1.py | 41 Amazon RDS gives you access to the capabilities of a familiar 251 parameter. The AWS Access Key ID is not an acceptable value. For [all...] |
/external/v8/src/ |
factory.cc | 284 Access<UnicodeCache::Utf8Decoder> [all...] |
/external/v8/src/ppc/ |
assembler-ppc.cc | 1598 ConstantPoolEntry::Access access = ConstantPoolAddEntry(src.rmode_, value); local [all...] |
/external/v8/src/x64/ |
assembler-x64.h | [all...] |
/prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/ |
bndlib-1.50.0.jar | |
/frameworks/base/docs/html/training/ |
training_toc.cs | 239 "How to declare that your app needs access to features and 300 "How to provide secure access to a file associated with your app using a content 301 URI and temporary access permissions." 634 <li><a href="<?cs var:toroot ?>training/efficient-downloads/efficient-network-access.html"> 635 Optimizing Downloads for Efficient Network Access [all...] |