Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 2090) sorted by relevance

12345678910>>...84

/external/v8/src/compiler/
Daccess-builder.cc19 FieldAccess access = {kUntaggedBase, 0, in ForExternalDoubleValue() local
22 return access; in ForExternalDoubleValue()
27 FieldAccess access = { in ForMap() local
30 return access; in ForMap()
36 FieldAccess access = {kTaggedBase, in ForHeapNumberValue() local
42 return access; in ForHeapNumberValue()
48 FieldAccess access = { in ForJSObjectProperties() local
51 return access; in ForJSObjectProperties()
57 FieldAccess access = { in ForJSObjectElements() local
60 return access; in ForJSObjectElements()
[all …]
Djs-context-specialization.cc49 const ContextAccess& access = ContextAccessOf(node->op()); in ReduceJSLoadContext() local
50 for (size_t i = access.depth(); i > 0; --i) { in ReduceJSLoadContext()
55 if (!access.immutable()) { in ReduceJSLoadContext()
57 if (access.depth() == 0) { in ReduceJSLoadContext()
61 0, access.index(), access.immutable()); in ReduceJSLoadContext()
67 handle(context->get(static_cast<int>(access.index())), isolate()); in ReduceJSLoadContext()
94 const ContextAccess& access = ContextAccessOf(node->op()); in ReduceJSStoreContext() local
95 if (access.depth() == 0) { in ReduceJSStoreContext()
100 for (size_t i = access.depth(); i > 0; --i) { in ReduceJSStoreContext()
105 NodeProperties::ChangeOp(node, javascript()->StoreContext(0, access.index())); in ReduceJSStoreContext()
/external/clang/test/SemaObjC/
Divar-access-tests.m18 int access;
20 access = s->private;
21 access = s->protected;
31 int access;
33 access = s->private; // expected-error {{instance variable 'private' is private}}
34 access = s->protected;
36 access = m->private; // expected-error {{instance variable 'private' is private}}
37 access = m->protected;
47 int access;
49 access = s->private; // expected-error {{instance variable 'private' is private}}
[all …]
/external/deqp/framework/common/
DtcuTextureUtil.cpp250 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, int… in getSubregion() argument
252 DE_ASSERT(de::inBounds(x, 0, access.getWidth())); in getSubregion()
253 DE_ASSERT(de::inRange(x+width, x+1, access.getWidth())); in getSubregion()
255 DE_ASSERT(de::inBounds(y, 0, access.getHeight())); in getSubregion()
256 DE_ASSERT(de::inRange(y+height, y+1, access.getHeight())); in getSubregion()
258 DE_ASSERT(de::inBounds(z, 0, access.getDepth())); in getSubregion()
259 DE_ASSERT(de::inRange(z+depth, z+1, access.getDepth())); in getSubregion()
261 …return ConstPixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitc… in getSubregion()
262 …(const deUint8*)access.getDataPtr() + access.getPixelPitch()*x + access.getRowPitch()*y + access.g… in getSubregion()
276 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int z, int width, in… in getSubregion() argument
[all …]
DtcuTextureUtil.hpp33 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int z, int width…
34 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, …
36 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int width, int h…
37 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int wid…
39 PixelBufferAccess flipYAccess (const PixelBufferAccess& access);
40 ConstPixelBufferAccess flipYAccess (const ConstPixelBufferAccess& access);
113 void clear (const PixelBufferAccess& access, const Vec4& color);
114 void clear (const PixelBufferAccess& access, const IVec4& color);
115 void clear (const PixelBufferAccess& access, const UVec4& color);
116 void clearDepth (const PixelBufferAccess& access, float depth);
[all …]
/external/guice/lib/build/
Djavax.inject-tck.jarorg/ org/atinject/ org/atinject/tck/ org/atinject/tck/auto ...
/external/selinux/python/sepolgen/tests/
Dtest_access.py24 import sepolgen.access as access namespace
29 a = access.AccessVector()
38 a = access.AccessVector()
44 l = access.AccessVector(['foo', 'bar', 'file', 'read', 'write'])
51 a = access.AccessVector()
57 l = access.AccessVector()
65 a = access.AccessVector()
81 a = access.AccessVector()
104 a = access.AccessVector()
110 b = access.AccessVector()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/deqp/framework/opengl/
DgluTexture.cpp96 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local
97 …TEXTURE_1D, levelNdx, m_format, access.getWidth(), 0 /* border */, transferFormat.format, transfer… in upload()
179 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local
180 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
181 …, levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /* border */, transferFormat.format… in upload()
366 tcu::ConstPixelBufferAccess access = m_refTexture.getLevelFace(levelNdx, (tcu::CubeFace)face); in upload() local
367 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
368 …, levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /* border */, transferFormat.format… in upload()
485 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local
486 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
[all …]
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/selinux/python/sepolgen/src/sepolgen/
Daccess.py172 access = AccessVector()
173 access.src_type = src_type
174 access.tgt_type = tgt_type
175 access.obj_class = obj_class
176 access.perms = avrule.perms.copy()
177 a.append(access)
267 access = cls[obj_class, avc_type]
269 access = AccessVector()
270 access.src_type = src_type
271 access.tgt_type = tgt_type
[all …]
Dinterfaces.py27 from . import access
45 if not access.is_idparam(name):
144 if access.is_idparam(av.src_type):
148 if access.is_idparam(av.tgt_type):
152 if access.is_idparam(av.obj_class):
157 if access.is_idparam(perm):
164 if access.is_idparam(role.role):
171 if access.is_idparam(x):
186 if access.is_idparam(rule.dest_type):
195 if access.is_idparam(arg):
[all …]
/external/parameter-framework/upstream/parameter/
DBaseParameter.h54 virtual bool access(bool &bValue, bool bSet,
56 virtual bool access(std::vector<bool> &abValues, bool bSet,
60 virtual bool access(uint32_t &uiValue, bool bSet,
62 virtual bool access(std::vector<uint32_t> &auiValues, bool bSet,
66 virtual bool access(int32_t &iValue, bool bSet,
68 virtual bool access(std::vector<int32_t> &aiValues, bool bSet,
72 virtual bool access(double &dValue, bool bSet,
74 virtual bool access(std::vector<double> &adValues, bool bSet,
82 bool access(std::string &strValue, bool bSet,
84 virtual bool access(std::vector<std::string> &astrValues, bool bSet,
DBaseParameter.cpp94 bool CBaseParameter::access(bool & /*bValue*/, bool /*bSet*/, in access() function in CBaseParameter
100 bool CBaseParameter::access(std::vector<bool> & /*abValues*/, bool /*bSet*/, in access() function in CBaseParameter
107 bool CBaseParameter::access(uint32_t & /*bValue*/, bool /*bSet*/, in access() function in CBaseParameter
113 bool CBaseParameter::access(std::vector<uint32_t> & /*abValues*/, bool /*bSet*/, in access() function in CBaseParameter
120 bool CBaseParameter::access(int32_t & /*bValue*/, bool /*bSet*/, in access() function in CBaseParameter
126 bool CBaseParameter::access(std::vector<int32_t> & /*abValues*/, bool /*bSet*/, in access() function in CBaseParameter
133 bool CBaseParameter::access(double & /*bValue*/, bool /*bSet*/, in access() function in CBaseParameter
139 bool CBaseParameter::access(std::vector<double> & /*abValues*/, bool /*bSet*/, in access() function in CBaseParameter
147 bool CBaseParameter::access(string &strValue, bool bSet, in access() function in CBaseParameter
175 bool CBaseParameter::access(std::vector<string> & /*astrValues*/, bool /*bSet*/, in access() function in CBaseParameter
[all …]
/external/deqp/framework/referencerenderer/
DrrMultisamplePixelBufferAccess.cpp105 MultisamplePixelBufferAccess getSubregion (const MultisamplePixelBufferAccess& access, int x, int y… in getSubregion() argument
107 …plePixelBufferAccess::fromMultisampleAccess(tcu::getSubregion(access.raw(), 0, x, y, access.getNum… in getSubregion()
110 MultisampleConstPixelBufferAccess getSubregion (const MultisampleConstPixelBufferAccess& access, in… in getSubregion() argument
112 …nstPixelBufferAccess::fromMultisampleAccess(tcu::getSubregion(access.raw(), 0, x, y, access.getNum… in getSubregion()
215 tcu::Vec4 resolveMultisamplePixel (const MultisampleConstPixelBufferAccess& access, int x, int y) in resolveMultisamplePixel() argument
218 for (int s = 0; s < access.getNumSamples(); s++) in resolveMultisamplePixel()
219 sum += access.raw().getPixel(s, x, y); in resolveMultisamplePixel()
221 return sum / (float)access.getNumSamples(); in resolveMultisamplePixel()
224 void clear (const MultisamplePixelBufferAccess& access, const tcu::Vec4& color) in clear() argument
226 tcu::clear(access.raw(), color); in clear()
[all …]
/external/v8/src/
Dexecution.cc242 ExecutionAccess access(isolate_); in SetStackLimit() local
258 ExecutionAccess access(isolate_); in AdjustStackLimitForSimulator() local
271 ExecutionAccess access(isolate_); in EnableInterrupts() local
272 if (has_pending_interrupts(access)) { in EnableInterrupts()
273 set_interrupt_limits(access); in EnableInterrupts()
279 ExecutionAccess access(isolate_); in DisableInterrupts() local
280 reset_limits(access); in DisableInterrupts()
285 ExecutionAccess access(isolate_); in PushPostponeInterruptsScope() local
290 if (!has_pending_interrupts(access)) reset_limits(access); in PushPostponeInterruptsScope()
298 ExecutionAccess access(isolate_); in PopPostponeInterruptsScope() local
[all …]
/external/fonttools/Lib/fontTools/misc/
DpsOperators.py10 access = 0 variable in ps_object
62 access = _accessstrings[item.access]
63 if access:
64 access = ' ' + access
66 psstring = psstring + ' ' + str(item) + access
68 psstring = psstring + str(item) + access
106 access = _accessstrings[value.access]
107 if access:
108 access = access + ' '
112 psstring = psstring + _type1_Encoding_repr(value, access)
[all …]
/external/desugar/java/com/google/devtools/build/android/desugar/
DJava7Compatibility.java48 int access, in visit() argument
54 isInterface = BitFlags.isSet(access, Opcodes.ACC_INTERFACE); in visit()
57 access, in visit() local
66 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod() argument
70 && (access & (Opcodes.ACC_BRIDGE | Opcodes.ACC_ABSTRACT | Opcodes.ACC_STATIC)) in visitMethod()
76 && BitFlags.isSet(access, Opcodes.ACC_SYNTHETIC | Opcodes.ACC_STATIC)) { in visitMethod()
83 || BitFlags.isSet(access, Opcodes.ACC_ABSTRACT) in visitMethod()
87 MethodVisitor result = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
92 public void visitInnerClass(String name, String outerName, String innerName, int access) { in visitInnerClass() argument
96 super.visitInnerClass(name, outerName, innerName, access); in visitInnerClass()
[all …]
DLambdaClassFixer.java77 int access, in visit() argument
82 checkArgument(BitFlags.noneSet(access, Opcodes.ACC_INTERFACE), "Not a class: %s", name); in visit()
91 super.visit(version, access, getInternalName(), signature, superName, interfaces); in visit()
96 int access, String name, String desc, String signature, Object value) { in visitField() argument
98 return super.visitField(access, name, desc, signature, value); in visitField()
103 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod() argument
104 if (name.equals("writeReplace") && BitFlags.noneSet(access, Opcodes.ACC_STATIC) in visitMethod()
113 if (BitFlags.noneSet(access, Opcodes.ACC_ABSTRACT | Opcodes.ACC_STATIC)) { in visitMethod()
120 access &= ~Opcodes.ACC_PRIVATE; // make factory method accessible in visitMethod()
126 new LambdaClassMethodRewriter(super.visitMethod(access, name, desc, signature, exceptions)); in visitMethod()
[all …]
/external/libchrome/base/files/
Dmemory_mapped_file.cc33 bool MemoryMappedFile::Initialize(const FilePath& file_name, Access access) { in Initialize() argument
38 switch (access) { in Initialize()
56 if (!MapFileRegionToMemory(Region::kWholeFile, access)) { in Initialize()
64 bool MemoryMappedFile::Initialize(File file, Access access) { in Initialize() argument
65 DCHECK_NE(READ_WRITE_EXTEND, access); in Initialize()
66 return Initialize(std::move(file), Region::kWholeFile, access); in Initialize()
71 Access access) { in Initialize() argument
72 switch (access) { in Initialize()
100 if (!MapFileRegionToMemory(region, access)) { in Initialize()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_winsys.h44 struct nouveau_bo *bo, uint32_t access) in PUSH_REFN() argument
46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); in PUSH_REFN()
51 struct nouveau_bo *bo, uint32_t offset, uint32_t access) in PUSH_MTHDl() argument
54 bo, offset, access | NOUVEAU_BO_LOW, 0, 0)->priv = NULL; in PUSH_MTHDl()
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor) in PUSH_MTHDo() argument
63 bo, 0, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; in PUSH_MTHDo()
72 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHDs() argument
76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; in PUSH_MTHDs()
85 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHD() argument
90 bo, data, access | NOUVEAU_BO_OR, vor, tor); in PUSH_MTHD()
[all …]
/external/proguard/src/proguard/ant/
DMemberSpecificationElement.java39 private String access; field in MemberSpecificationElement
67 String access = memberSpecificationElement.access; in appendTo() local
116 new MemberSpecification(requiredAccessFlags(true, access), in appendTo()
117 requiredAccessFlags(false, access), in appendTo()
129 public void setAccess(String access) in setAccess() argument
131 this.access = access; in setAccess()
171 String access) in requiredAccessFlags() argument
176 if (access != null) in requiredAccessFlags()
178 StringTokenizer tokenizer = new StringTokenizer(access, " ,"); in requiredAccessFlags()
/external/deqp/modules/glshared/
DglsRandomShaderProgram.cpp186 rsg::ExecValueAccess access = m_execCtx.getValue(attribVar); in shadeVertices() local
196 access.component(0).asFloat(ndx) = attribValue[0]; in shadeVertices()
197 if (numComponents >= 2) access.component(1).asFloat(ndx) = attribValue[1]; in shadeVertices()
198 if (numComponents >= 3) access.component(2).asFloat(ndx) = attribValue[2]; in shadeVertices()
199 if (numComponents >= 4) access.component(3).asFloat(ndx) = attribValue[3]; in shadeVertices()
207 const rsg::ExecConstValueAccess access = m_execCtx.getValue(m_positionVar); in shadeVertices() local
214 packet->position[0] = access.component(0).asFloat(ndx); in shadeVertices()
215 packet->position[1] = access.component(1).asFloat(ndx); in shadeVertices()
216 packet->position[2] = access.component(2).asFloat(ndx); in shadeVertices()
217 packet->position[3] = access.component(3).asFloat(ndx); in shadeVertices()
[all …]
/external/v8/src/ppc/
Dassembler-ppc-inl.h122 ConstantPoolEntry::Access access; in constant_pool_entry_address() local
123 if (Assembler::IsConstantPoolLoadStart(pc_, &access)) in constant_pool_entry_address()
125 pc_, constant_pool, access, ConstantPoolEntry::INTPTR); in constant_pool_entry_address()
144 ConstantPoolEntry::Access access; in target_address_from_return_address() local
146 IsConstantPoolLoadEnd(pc - 3 * kInstrSize, &access)) { in target_address_from_return_address()
147 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1; in target_address_from_return_address()
157 ConstantPoolEntry::Access access; in return_address_from_call_start() local
159 IsConstantPoolLoadStart(pc, &access)) { in return_address_from_call_start()
160 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1; in return_address_from_call_start()
437 ConstantPoolEntry::Access access; in target_address_at() local
[all …]
/external/proguard/lib/
Dretrace.jar ... (java.lang.String) static synthetic boolean access$000 (proguard.retrace.ReTrace$FieldInfo ...

12345678910>>...84