Searched defs:access (Results 1 - 25 of 273) sorted by path

1234567891011

/external/ImageMagick/MagickCore/
H A Dnt-base.h84 #if !defined(access)
86 # define access(path,mode) _access_s(path,mode) macro
190 # define mmap(address,length,protection,access,file,offset) \
191 NTMapMemory(address,length,protection,access,file,offset)
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/apache-harmony/support/src/test/resources/tests/resources/
H A Dhyts_signed.jar ... .0_r33/s?defs= " () public static void access () java.io.File f public static void main ...
/external/caliper/lib/
H A Djava-allocation-instrumenter-2.0.jar ... .objectweb.asm.commons.LocalVariablesSorter lvs int access String base String desc String signature String[] exceptions org. ...
/external/clang/lib/Sema/
H A DSemaAccess.cpp10 // 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
90 // C++11 [class.access]p
1566 isSpecialMemberAccessibleForDeletion(CXXMethodDecl *decl, AccessSpecifier access, QualType objectType) argument
1758 AccessSpecifier access = target->getAccess(); local
[all...]
H A DSemaDeclCXX.cpp1860 /// ActOnAccessSpecifier - Parsed an access specifier followed by a colon.
1865 assert(Access != AS_none && "Invalid kind for syntactic access specifier!");
2000 /// declarator is parsed. 'AS' is the access specifier, 'BW' specifies the
2230 // template, set the access of the templated declaration as well.
2921 // We don't want access-control diagnostics here.
4281 // FIXME: all the access-control diagnostics are positioned on the
5650 AccessSpecifier access = target->getAccess(); local
5653 access = CXXRecordDecl::MergeAccess(base->getAccessSpecifier(), access);
5660 return S.isSpecialMemberAccessibleForDeletion(target, access, objectT
[all...]
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vtables-virtual-inheritance-vtordisps.cpp453 namespace access { namespace
466 // MANGLING-DAG: @"\01?prot@B@access@@$2PPPPPPPM@A@AEXXZ"
469 // MANGLING-DAG: @"\01?priv@B@access@@$0PPPPPPPM@A@AEXXZ"
477 // MANGLING-DAG: @"\01?prot@B@access@@$R277PPPPPPPM@7AEXXZ"
478 // MANGLING-DAG: @"\01?priv@B@access@@$R077PPPPPPPM@7AEXXZ"
/external/clang/tools/c-index-test/
H A Dc-index-test.c811 enum CX_CXXAccessSpecifier access = clang_getCXXAccessSpecifier(Cursor); local
815 switch (access) {
826 printf(" [access=%s isVirtual=%s]", accessStr,
1107 enum CX_CXXAccessSpecifier access = clang_getCXXAccessSpecifier(Cursor); local
1110 switch (access) {
1121 printf(" [access=%s]", accessStr);
2099 fprintf(file, "Dot member access\n");
2102 fprintf(file, "Arrow member access\n");
2105 fprintf(file, "Objective-C property access\n");
/external/compiler-rt/lib/asan/
H A Dasan_debugging.cc31 AsanThread::StackFrameAccess access; local
32 if (!t->GetStackFrameAccessByAddr(addr, &access))
35 if (!ParseFrameDescription(access.frame_descr, &vars)) {
40 if (access.offset <= vars[i].beg + vars[i].size) {
43 descr->region_address = addr - (access.offset - vars[i].beg);
H A Dasan_report.cc386 // current memory access, indicate it in the log.
412 // FIXME: we may want to also print the size of the access here,
414 str.append("%s <== Memory access at offset %zd %s this variable%s\n",
459 // Try to fetch precise stack frame for this access.
460 AsanThread::StackFrameAccess access; local
461 if (!t->GetStackFrameAccessByAddr(addr, &access)) {
465 Printf(" at offset %zu in frame%s\n", access.offset, d.EndLocation());
478 access.frame_pc = *reinterpret_cast<uptr *>(access.frame_pc);
480 access
[all...]
H A Dasan_thread.cc283 StackFrameAccess *access) {
290 access->offset = addr - bottom;
291 access->frame_pc = ((uptr*)bottom)[2];
292 access->frame_descr = (const char *)((uptr*)bottom)[1];
315 access->offset = addr - (uptr)ptr;
316 access->frame_pc = ptr[2];
317 access->frame_descr = (const char*)ptr[1];
282 GetStackFrameAccessByAddr(uptr addr, StackFrameAccess *access) argument
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc595 // we consider only 3 cases regarding access sizes:
624 // the current access info, so we are done
679 // load current access into access[0:63]
680 const m128 access = _mm_cvtsi64_si128(a); local
681 // duplicate high part of access in addr0:
682 // addr0[0:31] = access[32:63]
683 // addr0[32:63] = access[32:63]
684 // addr0[64:95] = access[32:63]
685 // addr0[96:127] = access[3
[all...]
/external/compiler-rt/test/tsan/
H A Dunaligned_norace.cc18 static void access(char *p, int sz, int rw) { function
55 access(p, sz1, true);
60 access(p, sz2, rw);
H A Dunaligned_race.cc21 static NOINLINE void access(volatile char *p, int sz, int rw) { function
52 access(p, sz1, true);
/external/conscrypt/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/external/curl/lib/
H A Dsmb.h167 unsigned int access; member in struct:smb_nt_create
/external/dagger2/lib/
H A Dauto-value-1.4.1.jar ... .google$.common.base.$Optional access$000 (javax.lang.model.util. ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jar ... synthetic com.google.googlejavaformat.Doc$FillMode access$100 (com.google.googlejavaformat.Doc$ ...
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp254 bool comparePixelToDepthClearValue (const ConstPixelBufferAccess& access, argument
260 const TextureFormat format = getEffectiveDepthStencilTextureFormat(access.getFormat(), Sampler::MODE_DEPTH);
269 const float depth = access.getPixDepth(x, y);
285 const float depth = access.getPixDepth(x, y);
312 bool comparePixelToStencilClearValue (const ConstPixelBufferAccess& access, argument
318 const deUint32 stencil = access.getPixStencil(x, y);
332 bool comparePixelToColorClearValue (const ConstPixelBufferAccess& access, argument
339 const TextureFormat format = access.getFormat();
349 const Vec4 resColor (access.getPixel(x, y, z));
360 if (isSRGB(access
[all...]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp21 * \brief Binding shader access tests
6597 void populateSourceBuffer (const tcu::PixelBufferAccess& access);
6752 void TexelBufferInstanceBuffers::populateSourceBuffer (const tcu::PixelBufferAccess& access) argument
6754 DE_ASSERT(access.getHeight() == 1);
6755 DE_ASSERT(access.getDepth() == 1);
6757 const deInt32 width = access.getWidth();
6769 access.setPixel(tcu::IVec4(red, green, blue, 255), x, 0, 0);
7942 // \note No way to access SAMPLED_IMAGE without a sampler
7957 vk::VkShaderStageFlags activeStages; //!< stages that access resource
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp281 void generateRefImage (const tcu::PixelBufferAccess& access, const std::vector<tcu::Vec4>& vertices, const std::vector<tcu::Vec4>& colors) const;
484 void DrawTestInstanceBase::generateRefImage (const tcu::PixelBufferAccess& access, const std::vector<tcu::Vec4>& vertices, const std::vector<tcu::Vec4>& colors) const argument
489 const rr::MultisamplePixelBufferAccess colorBuffer = rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(access);
H A DvktDrawImageObjectUtil.cpp473 void Image::uploadVolume(const tcu::ConstPixelBufferAccess& access, argument
484 upload(queue, allocator, layout, offset, access.getWidth(),
485 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_3D,
486 access.getDataPtr());
490 uploadUsingBuffer(queue, allocator, layout, offset, access.getWidth(),
491 access.getHeight(), access.getDepth(), mipLevel, arrayElement, aspect, access.getDataPtr());
495 void Image::uploadSurface (const tcu::ConstPixelBufferAccess& access, argument
517 uploadSurface1D(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
539 uploadSurfaceLinear(const tcu::ConstPixelBufferAccess& access, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp91 const tcu::ConstPixelBufferAccess& access,
100 const deUint32 bufferSize = access.getWidth() * access.getHeight() * access.getDepth() * access.getFormat().getPixelSize();
209 (deUint32)access.getWidth(), // deUint32 bufferRowLength;
210 (deUint32)access.getHeight(), // deUint32 bufferImageHeight;
219 (deUint32)access.getWidth(),
220 (deUint32)access.getHeight(),
221 (deUint32)access
90 uploadImage(Context& context, const tcu::ConstPixelBufferAccess& access, VkImage destImage) argument
379 tcu::PixelBufferAccess access = texture.getAccess(); local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp67 tcu::ConstPixelBufferAccess getLayerOrSlice (const Texture& texture, const tcu::ConstPixelBufferAccess access, const int layer) argument
76 return access;
79 return tcu::getSubregion(access, 0, layer, access.getWidth(), 1);
85 return tcu::getSubregion(access, 0, 0, layer, access.getWidth(), access.getHeight(), 1);
132 void replaceBadFloatReinterpretValues (const tcu::PixelBufferAccess access) argument
134 DE_ASSERT(tcu::getTextureChannelClass(access.getFormat().type) == tcu::TEXTURECHANNELCLASS_FLOATING_POINT);
136 for (int z = 0; z < access
165 replaceSnormReinterpretValues(const tcu::PixelBufferAccess access) argument
192 const tcu::PixelBufferAccess access = reference.getAccess(); local
228 flipHorizontally(const tcu::PixelBufferAccess access) argument
[all...]
H A DvktImageQualifiersTests.cpp87 const tcu::ConstPixelBufferAccess& access,
96 return access;
99 return tcu::getSubregion(access, 0, layer, access.getWidth(), 1);
105 return tcu::getSubregion(access, 0, 0, layer, access.getWidth(), access.getHeight(), 1);
86 getLayerOrSlice(const ImageType imageType, const tcu::ConstPixelBufferAccess& access, const deUint32 layer) argument

Completed in 822 milliseconds

1234567891011