/external/v8/src/compiler/ |
js-generic-lowering.cc | 361 const ContextAccess& access = ContextAccessOf(node->op()); local 362 for (size_t i = 0; i < access.depth(); ++i) { 372 static_cast<int>(access.index())))); 379 const ContextAccess& access = ContextAccessOf(node->op()); local 380 for (size_t i = 0; i < access.depth(); ++i) { 391 static_cast<int>(access.index()))));
|
/external/valgrind/coregrind/ |
m_libcfile.c | 675 /* Check accessibility of a file. Returns zero for access granted, 677 Int VG_(access) ( const HChar* path, Bool irusr, Bool iwusr, Bool ixusr ) function [all...] |
/external/zlib/src/contrib/untgz/ |
untgz.c | 31 # define access(path,mode) _access(path,mode) macro 143 if (access(buffer,F_OK) == 0)
|
/libcore/luni/src/main/java/libcore/io/ |
BlockGuardOs.java | 71 @Override public boolean access(String path, int mode) throws ErrnoException { method in class:BlockGuardOs 73 return os.access(path, mode);
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
UnixFileSystemProvider.java | 306 access(file, mode); method 323 // check security manager access to both files
|
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.11/ |
proguard-gradle-4.11.jar | |
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/ |
proguard-gradle-5.1.jar | |
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.2.1/ |
proguard-gradle-5.2.1.jar | |
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.1/ |
proguard-gradle-5.3.1.jar | |
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.2/ |
proguard-gradle-5.3.2.jar | |
/prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-gradle/5.2.1/ |
proguard-gradle-5.2.1.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/ |
asm-debug-all-4.0.jar | |
/prebuilts/tools/common/asm-tools/ |
asm-debug-all-4.0.jar | |
/external/guice/lib/build/ |
cglib-3.1.jar | |
/prebuilts/tools/common/bazel/formc-deps/ |
asm-all.jar | |
/prebuilts/tools/common/cglib/ |
cglib-2.2.3.jar | |
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
fake_filesystem.py | 1695 def access(self, path, mode): member in class:FakeOsModule [all...] |
/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 1758 AccessSpecifier access = target->getAccess(); local [all...] |
/external/compiler-rt/lib/asan/ |
asan_report.cc | 72 const char *Access() { return Blue(); } 386 // 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) [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.cc | 595 // 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[32:63 [all...] |
/external/curl/lib/ |
smb.h | 167 unsigned int access; member in struct:smb_nt_create
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageLoadStoreTests.cpp | 67 tcu::ConstPixelBufferAccess getLayerOrSlice (const Texture& texture, const tcu::ConstPixelBufferAccess access, const int layer) 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) 134 DE_ASSERT(tcu::getTextureChannelClass(access.getFormat().type) == tcu::TEXTURECHANNELCLASS_FLOATING_POINT); 136 for (int z = 0; z < access.getDepth(); ++z 192 const tcu::PixelBufferAccess access = reference.getAccess(); local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
vktSSBOLayoutTests.cpp | 190 const bool access = !unusedOk || (rnd.getFloat() < accessWeight); local 191 const bool read = access ? (rnd.getFloat() < readWeight) : false; 192 const bool write = access ? (!read || (rnd.getFloat() < writeWeight)) : false; 387 block.addMember(BufferVar("u", VarType(glu::TYPE_UINT, glu::PRECISION_LOWP), 0 /* no access */)); 425 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); 463 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); 496 block.addMember(BufferVar("u", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); 537 block.addMember(BufferVar("u", VarType(glu::TYPE_UINT, glu::PRECISION_LOWP), 0 /* no access */)); 585 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); 624 blockA.addMember(BufferVar("b", VarType(glu::TYPE_UINT_VEC3, glu::PRECISION_LOWP), 0 /* no access */)); [all...] |
/external/deqp/modules/gles2/functional/ |
es2fTextureUnitTests.cpp | 716 tcu::PixelBufferAccess access = is2d ? m_textures2d.back()->getLevel(levelNdx) : m_texturesCube.back()->getLevelFace(levelNdx, (tcu::CubeFace)face); local 717 tcu::fillWithGrid(access, curCellSize, tcu::RGBA(colorA).toVec()*cScale + cBias, tcu::RGBA(colorB).toVec()*cScale + cBias); 861 tcu::ConstPixelBufferAccess access = texture->getLevel(levelNdx); local 862 int width = access.getWidth(); 863 int height = access.getHeight(); 865 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width); 867 context.texImage2D(GL_TEXTURE_2D, levelNdx, m_textureParams[texNdx].format, width, height, 0, m_textureParams[texNdx].format, m_textureParams[texNdx].dataType, access.getDataPtr()); 885 tcu::ConstPixelBufferAccess access = texture->getLevelFace(levelNdx, (tcu::CubeFace)face); local 886 int width = access.getWidth() [all...] |
/external/deqp/modules/gles31/functional/ |
es31fSSBOLayoutTests.cpp | 201 const bool access = !unusedOk || (rnd.getFloat() < accessWeight); local 202 const bool read = access ? (rnd.getFloat() < readWeight) : false; 203 const bool write = access ? (!read || (rnd.getFloat() < writeWeight)) : false; 402 block.addMember(BufferVar("u", VarType(glu::TYPE_UINT, glu::PRECISION_LOWP), 0 /* no access */)); 442 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); 482 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); 517 block.addMember(BufferVar("u", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); 560 block.addMember(BufferVar("u", VarType(glu::TYPE_UINT, glu::PRECISION_LOWP), 0 /* no access */)); 610 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); 651 blockA.addMember(BufferVar("b", VarType(glu::TYPE_UINT_VEC3, glu::PRECISION_LOWP), 0 /* no access */)); [all...] |