Home
last modified time | relevance | path

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

12345678910>>...126

/external/v8/src/compiler/
Daccess-builder.cc24 FieldAccess access = {kUntaggedBase, 0, in ForExternalTaggedValue() local
28 return access; in ForExternalTaggedValue()
33 FieldAccess access = {kUntaggedBase, 0, in ForExternalUint8Value() local
37 return access; in ForExternalUint8Value()
42 FieldAccess access = {kTaggedBase, HeapObject::kMapOffset, in ForMap() local
46 return access; in ForMap()
52 FieldAccess access = { in ForHeapNumberValue() local
56 return access; in ForHeapNumberValue()
61 FieldAccess access = { in ForBigIntBitfield() local
65 return access; in ForBigIntBitfield()
[all …]
Djs-context-specialization.cc51 const ContextAccess& access = ContextAccessOf(node->op()); in SimplifyJSLoadContext() local
52 DCHECK_LE(new_depth, access.depth()); in SimplifyJSLoadContext()
54 if (new_depth == access.depth() && in SimplifyJSLoadContext()
60 new_depth, access.index(), access.immutable()); in SimplifyJSLoadContext()
70 const ContextAccess& access = ContextAccessOf(node->op()); in SimplifyJSStoreContext() local
71 DCHECK_LE(new_depth, access.depth()); in SimplifyJSStoreContext()
73 if (new_depth == access.depth() && in SimplifyJSStoreContext()
79 jsgraph_->javascript()->StoreContext(new_depth, access.index()); in SimplifyJSStoreContext()
131 const ContextAccess& access = ContextAccessOf(node->op()); in ReduceJSLoadContext() local
132 size_t depth = access.depth(); in ReduceJSLoadContext()
[all …]
/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/selinux/python/sepolgen/tests/
Dtest_access.py24 import sepolgen.access as access namespace
29 a = access.AccessVector()
39 a = access.AccessVector()
45 l = access.AccessVector(['foo', 'bar', 'file', 'read', 'write'])
52 a = access.AccessVector()
58 l = access.AccessVector()
65 l2 = access.AccessVector()
70 a = access.AccessVector()
86 a = access.AccessVector()
109 a = access.AccessVector()
[all …]
/external/deqp/framework/common/
DtcuTextureUtil.cpp252 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, int… in getSubregion() argument
254 DE_ASSERT(de::inBounds(x, 0, access.getWidth())); in getSubregion()
255 DE_ASSERT(de::inRange(x+width, x+1, access.getWidth())); in getSubregion()
257 DE_ASSERT(de::inBounds(y, 0, access.getHeight())); in getSubregion()
258 DE_ASSERT(de::inRange(y+height, y+1, access.getHeight())); in getSubregion()
260 DE_ASSERT(de::inBounds(z, 0, access.getDepth())); in getSubregion()
261 DE_ASSERT(de::inRange(z+depth, z+1, access.getDepth())); in getSubregion()
263 …return ConstPixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitc… in getSubregion()
264 …(const deUint8*)access.getDataPtr() + access.getPixelPitch()*x + access.getRowPitch()*y + access.g… in getSubregion()
278 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/python/cpython2/Misc/
Ddevelopers.txt6 The purpose is to provide some institutional memory of who was given access
12 project admin who made the change or granted access. Feel free to revise
26 - David Malcolm was given commit access on Oct 27 2010 by GFB,
29 - Tal Einat was given commit access on Oct 4 2010 by MvL,
32 - Łukasz Langa was given commit access on Sep 08 2010 by GFB,
35 - Daniel Stutzbach was given commit access on Aug 22 2010 by MvL,
38 - Ask Solem was given commit access on Aug 17 2010 by MvL,
42 - George Boutsioukis was given commit access on Aug 10 2010
45 - Éric Araujo was given commit access on Aug 10 2010 by BAC,
48 - Terry Reedy was given commit access on Aug 04 2010 by MvL,
[all …]
/external/turbine/java/com/google/turbine/binder/bound/
DTypeBoundClass.java83 private final int access; field in TypeBoundClass.FieldInfo
92 int access, in FieldInfo() argument
98 this.access = access; in FieldInfo()
120 public int access() { in access() method in TypeBoundClass.FieldInfo
121 return access; in access()
147 private final int access; field in TypeBoundClass.MethodInfo
159 int access, in MethodInfo() argument
169 this.access = access; in MethodInfo()
207 public int access() { in access() method in TypeBoundClass.MethodInfo
208 return access; in access()
[all …]
/external/turbine/java/com/google/turbine/binder/
DCompUnitPreprocessor.java118 int access = access(decl.mods(), decl.tykind()); in preprocess() local
120 preprocessChildren(unit.source(), types, sym, decl.members(), access); in preprocess()
121 types.add(new SourceBoundClass(sym, null, children, access, decl)); in preprocess()
145 int access = innerClassAccess(enclosing, decl); in preprocessChildren() local
148 preprocessChildren(source, types, sym, decl.members(), access); in preprocessChildren()
149 types.add(new SourceBoundClass(sym, owner, children, access, decl)); in preprocessChildren()
156 public static int access(ImmutableSet<TurbineModifier> mods, TurbineTyKind tykind) { in access() method in CompUnitPreprocessor
157 int access = 0; in access() local
159 access |= m.flag(); in access()
163 access |= TurbineFlag.ACC_SUPER; in access()
[all …]
/external/turbine/java/com/google/turbine/parse/
DParser.java99 EnumSet<TurbineModifier> access = EnumSet.noneOf(TurbineModifier.class); in compilationUnit() local
124 access.add(PUBLIC); in compilationUnit()
128 access.add(PROTECTED); in compilationUnit()
132 access.add(TurbineModifier.PRIVATE); in compilationUnit()
136 access.add(TurbineModifier.STATIC); in compilationUnit()
140 access.add(TurbineModifier.ABSTRACT); in compilationUnit()
144 access.add(TurbineModifier.FINAL); in compilationUnit()
148 access.add(TurbineModifier.STRICTFP); in compilationUnit()
154 decls.add(annotationDeclaration(access, annos.build())); in compilationUnit()
155 access = EnumSet.noneOf(TurbineModifier.class); in compilationUnit()
[all …]
/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()
312 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local
313 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
314 …_TEXTURE_2D, levelNdx, 0, 0, access.getWidth(), access.getHeight(), transferFormat.format, transf… in upload()
400 tcu::ConstPixelBufferAccess access = m_refTexture.getLevelFace(levelNdx, (tcu::CubeFace)face); in upload() local
401 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
[all …]
/external/desugar/java/com/google/devtools/build/android/desugar/
DDefaultMethodClassFixer.java79 int access, in visit() argument
85 isInterface = BitFlags.isSet(access, Opcodes.ACC_INTERFACE); in visit()
93 super.visit(version, access, name, signature, superName, interfaces); in visit()
189 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod() argument
192 recordIfInstanceMethod(access, name, desc); in visitMethod()
196 clInitMethodNode = new MethodNode(access, name, desc, signature, exceptions); in visitMethod()
199 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
305 private void recordIfInstanceMethod(int access, String name, String desc) { in recordIfInstanceMethod() argument
306 if (BitFlags.noneSet(access, Opcodes.ACC_STATIC)) { in recordIfInstanceMethod()
405 private boolean shouldStubAsDefaultMethod(int access, String name, String desc) { in shouldStubAsDefaultMethod() argument
[all …]
DJava7Compatibility.java44 private int access; field in Java7Compatibility
59 int access, in visit() argument
65 this.access = access; in visit()
69 isInterface = BitFlags.isSet(access, Opcodes.ACC_INTERFACE); in visit()
72 access, in visit() local
81 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod() argument
85 && (access & (Opcodes.ACC_BRIDGE | Opcodes.ACC_ABSTRACT | Opcodes.ACC_STATIC)) in visitMethod()
91 && BitFlags.isSet(access, Opcodes.ACC_SYNTHETIC | Opcodes.ACC_STATIC)) { in visitMethod()
97 || BitFlags.isSet(access, Opcodes.ACC_ABSTRACT) in visitMethod()
103 super.visitMethod(access, name, desc, signature, exceptions)); in visitMethod()
[all …]
/external/v8/src/ppc/
Dassembler-ppc-inl.h121 ConstantPoolEntry::Access access; in constant_pool_entry_address() local
122 if (Assembler::IsConstantPoolLoadStart(pc_, &access)) in constant_pool_entry_address()
124 pc_, constant_pool_, access, ConstantPoolEntry::INTPTR); in constant_pool_entry_address()
141 ConstantPoolEntry::Access access; in target_address_from_return_address() local
143 IsConstantPoolLoadEnd(pc - 3 * kInstrSize, &access)) { in target_address_from_return_address()
144 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1; in target_address_from_return_address()
154 ConstantPoolEntry::Access access; in return_address_from_call_start() local
156 IsConstantPoolLoadStart(pc, &access)) { in return_address_from_call_start()
157 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1; in return_address_from_call_start()
273 ConstantPoolEntry::Access access; in target_address_at() local
[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/turbine/java/com/google/turbine/bytecode/
DClassFile.java34 private final int access; field in ClassFile
47 int access, in ClassFile() argument
58 this.access = access; in ClassFile()
72 public int access() { in access() method in ClassFile
73 return access; in access()
130 private final int access; field in ClassFile.FieldInfo
139 int access, in FieldInfo() argument
146 this.access = access; in FieldInfo()
156 public int access() { in access() method in ClassFile.FieldInfo
157 return access; in access()
[all …]
/external/parameter-framework/upstream/parameter/
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 …]
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,
/external/selinux/python/sepolgen/src/sepolgen/
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):
159 if access.is_idparam(role.role):
166 if access.is_idparam(x):
181 if access.is_idparam(rule.dest_type):
190 if access.is_idparam(arg):
201 self.access = access.AccessVectorSet()
[all …]
/external/turbine/java/com/google/turbine/model/
DTurbineVisibility.java55 public static TurbineVisibility fromAccess(int access) { in fromAccess() argument
56 if ((access & TurbineFlag.ACC_PUBLIC) == TurbineFlag.ACC_PUBLIC) { in fromAccess()
59 if ((access & TurbineFlag.ACC_PROTECTED) == TurbineFlag.ACC_PROTECTED) { in fromAccess()
62 if ((access & TurbineFlag.ACC_PRIVATE) == TurbineFlag.ACC_PRIVATE) { in fromAccess()
68 public int setAccess(int access) { in setAccess() argument
69 access &= ~(TurbineFlag.ACC_PUBLIC | TurbineFlag.ACC_PRIVATE | TurbineFlag.ACC_PROTECTED); in setAccess()
70 access |= flag(); in setAccess()
71 return access; in setAccess()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DClassInstrumentor.java48 int access, String name, String desc, String signature, Object value) { in analyzeClass()
50 return super.visitField(access & ~Opcodes.ACC_FINAL, name, desc, signature, value); in analyzeClass()
55 int access, String name, String desc, String signature, String[] exceptions) { in analyzeClass()
57 super.visitMethod(access, name, config.remapParams(desc), signature, exceptions); in analyzeClass()
58 return new JSRInlinerAdapter(methodVisitor, access, name, desc, signature, exceptions); in analyzeClass()
98 if ((mutableClass.classNode.access & Opcodes.ACC_FINAL) == Opcodes.ACC_FINAL) { in instrument()
104 mutableClass.classNode.access = mutableClass.classNode.access & ~Opcodes.ACC_FINAL; in instrument()
135 } else if (!isSyntheticAccessorMethod(method) && !Modifier.isAbstract(method.access)) { in instrumentMethods()
188 fieldNode.access &= ~(Modifier.FINAL); in doSpecialHandling()
194 return (method.access & Opcodes.ACC_SYNTHETIC) != 0; in isSyntheticAccessorMethod()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/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/libchrome/base/files/
Dmemory_mapped_file.cc34 bool MemoryMappedFile::Initialize(const FilePath& file_name, Access access) { in Initialize() argument
39 switch (access) { in Initialize()
57 if (!MapFileRegionToMemory(Region::kWholeFile, access)) { in Initialize()
65 bool MemoryMappedFile::Initialize(File file, Access access) { in Initialize() argument
66 DCHECK_NE(READ_WRITE_EXTEND, access); in Initialize()
67 return Initialize(std::move(file), Region::kWholeFile, access); in Initialize()
72 Access access) { in Initialize() argument
73 switch (access) { in Initialize()
103 if (!MapFileRegionToMemory(region, access)) { in Initialize()
/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/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 …]

12345678910>>...126