/external/v8/src/compiler/ |
js-intrinsic-lowering.cc | 10 #include "src/compiler/access-builder.h" 181 FieldAccess access = AccessBuilder::ForStatsCounter(); local 184 graph()->NewNode(simplified()->LoadField(access), cnt, effect, control); 187 Node* store = graph()->NewNode(simplified()->StoreField(access), cnt, inc,
|
/external/v8/src/ppc/ |
assembler-ppc-inl.h | 122 ConstantPoolEntry::Access access; local 123 if (Assembler::IsConstantPoolLoadStart(pc_, &access)) 125 pc_, constant_pool, access, ConstantPoolEntry::INTPTR); 159 ConstantPoolEntry::Access access; local 161 IsConstantPoolLoadEnd(pc - 3 * kInstrSize, &access)) { 162 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1; 172 ConstantPoolEntry::Access access; local 486 ConstantPoolEntry::Access access; local 664 ConstantPoolEntry::Access access; local [all...] |
/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)
|
/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/offline-m2/net/sf/proguard/proguard-gradle/5.1/ |
proguard-gradle-5.1.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/cglib/ |
cglib-2.2.3.jar | |
/bionic/libc/kernel/uapi/sound/ |
asoc.h | 150 __le32 access; member in struct:snd_soc_tplg_ctl_hdr
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
fake_filesystem.py | 1695 def access(self, path, mode): member in class:FakeOsModule [all...] |
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/ |
fake_filesystem.py | 1713 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 1751 AccessSpecifier access = target->getAccess(); local [all...] |
/external/compiler-rt/lib/asan/ |
asan_report.cc | 71 const char *Access() { return Blue(); } 385 // current memory access, indicate it in the log. 411 // FIXME: we may want to also print the size of the access here, 413 str.append("%s <== Memory access at offset %zd %s this variable%s\n", 458 // Try to fetch precise stack frame for this access. 459 AsanThread::StackFrameAccess access; local 460 if (!t->GetStackFrameAccessByAddr(addr, &access)) { 464 Printf(" at offset %zu in frame%s\n", access.offset, d.EndLocation()); 477 access.frame_pc = *reinterpret_cast<uptr *>(access.frame_pc) [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.cc | 587 // we consider only 3 cases regarding access sizes: 616 // the current access info, so we are done 671 // load current access into access[0:63] 672 const m128 access = _mm_cvtsi64_si128(a); local 673 // duplicate high part of access in addr0: 674 // addr0[0:31] = access[32:63] 675 // addr0[32:63] = access[32:63] 676 // addr0[64:95] = access[32:63] 677 // 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 | 148 tcu::ConstPixelBufferAccess getLayerOrSlice (const Texture& texture, const tcu::ConstPixelBufferAccess access, const int layer) 157 return access; 160 return tcu::getSubregion(access, 0, layer, access.getWidth(), 1); 166 return tcu::getSubregion(access, 0, 0, layer, access.getWidth(), access.getHeight(), 1); 222 void replaceBadFloatReinterpretValues (const tcu::PixelBufferAccess access) 224 DE_ASSERT(tcu::getTextureChannelClass(access.getFormat().type) == tcu::TEXTURECHANNELCLASS_FLOATING_POINT); 226 for (int z = 0; z < access.getDepth(); ++z 282 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 | 715 tcu::PixelBufferAccess access = is2d ? m_textures2d.back()->getLevel(levelNdx) : m_texturesCube.back()->getLevelFace(levelNdx, (tcu::CubeFace)face); local 716 tcu::fillWithGrid(access, curCellSize, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias); 860 tcu::ConstPixelBufferAccess access = texture->getLevel(levelNdx); local 861 int width = access.getWidth(); 862 int height = access.getHeight(); 864 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width); 866 context.texImage2D(GL_TEXTURE_2D, levelNdx, m_textureParams[texNdx].format, width, height, 0, m_textureParams[texNdx].format, m_textureParams[texNdx].dataType, access.getDataPtr()); 884 tcu::ConstPixelBufferAccess access = texture->getLevelFace(levelNdx, (tcu::CubeFace)face); local 885 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...] |
/external/jetty/src/java/org/eclipse/jetty/server/session/ |
AbstractSessionManager.java | 182 public HttpCookie access(HttpSession session,boolean secure) method in class:AbstractSessionManager 188 if (s.access(now)) [all...] |