HomeSort by relevance Sort by last modified time
    Searched defs:access (Results 26 - 50 of 568) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/swiftshader/src/OpenGL/libGLESv2/
Buffer.h 48 GLbitfield access() const { return mAccess; } function in class:es2::Buffer
50 void* mapRange(GLintptr offset, GLsizeiptr length, GLbitfield access);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 87 unsigned access = MO.getTargetFlags() & PPCII::MO_ACCESS_MASK; local
89 switch (access) {
139 switch (access) {
  /external/turbine/java/com/google/turbine/binder/
CompUnitPreprocessor.java 46 * access modifiers.
106 // for one or more package-private (default-access) classes,
118 int access = access(decl.mods(), decl.tykind()); local
120 preprocessChildren(unit.source(), types, sym, decl.members(), access);
121 types.add(new SourceBoundClass(sym, null, children, access, decl));
145 int access = innerClassAccess(enclosing, decl); local
148 preprocessChildren(source, types, sym, decl.members(), access);
149 types.add(new SourceBoundClass(sym, owner, children, access, decl));
155 /** Desugars access flags for a class. *
156 public static int access(ImmutableSet<TurbineModifier> mods, TurbineTyKind tykind) { method in class:CompUnitPreprocessor
157 int access = 0; local
184 int access = access(decl.mods(), decl.tykind()); local
    [all...]
  /external/turbine/java/com/google/turbine/binder/bound/
SourceTypeBoundClass.java 41 private final int access; field in class:SourceTypeBoundClass
61 int access,
78 this.access = access;
117 public int access() { method in class:SourceTypeBoundClass
118 return access;
TypeBoundClass.java 83 private final int access; field in class:TypeBoundClass.FieldInfo
92 int access,
98 this.access = access;
119 /** Access bits. */
120 public int access() { method in class:TypeBoundClass.FieldInfo
121 return access;
147 private final int access; field in class:TypeBoundClass.MethodInfo
159 int access,
169 this.access = access
207 public int access() { method in class:TypeBoundClass.MethodInfo
236 private final int access; field in class:TypeBoundClass.ParamInfo
270 public int access() { method in class:TypeBoundClass.ParamInfo
    [all...]
  /external/v8/src/compiler/
js-context-specialization.cc 51 const ContextAccess& access = ContextAccessOf(node->op()); local
52 DCHECK_LE(new_depth, access.depth());
54 if (new_depth == access.depth() &&
60 new_depth, access.index(), access.immutable());
70 const ContextAccess& access = ContextAccessOf(node->op()); local
71 DCHECK_LE(new_depth, access.depth());
73 if (new_depth == access.depth() &&
79 jsgraph_->javascript()->StoreContext(new_depth, access.index());
131 const ContextAccess& access = ContextAccessOf(node->op()) local
191 const ContextAccess& access = ContextAccessOf(node->op()); local
    [all...]
  /external/turbine/java/com/google/turbine/bytecode/
AttributeWriter.java 103 output.writeShort(inner.access());
212 output.writeShort(parameter.access());
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
InnerClass.java 66 * @param inner_access_flags Access flags of inner class
105 * @return access flags of inner class.
137 * @param inner_access_flags access flags for this inner class
200 String access = Utility.accessToString(inner_access_flags, true); local
201 access = access.isEmpty() ? "" : (access + " ");
202 return " " + access + inner_name + "=class " + inner_class_name + outer_class_name;
Method.java 30 * A method has access flags, a name, a signature and a number of attributes.
87 * @param access_flags Access rights of method
171 final String access = Utility.accessToString(super.getAccessFlags()); local
177 signature = Utility.methodSignatureToString(signature, name, access, true,
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
AttributeHTML.java 190 String access; local
198 access = Utility.accessToString(classe.getInnerAccessFlags());
199 file.print("<LI><FONT COLOR=\"#FF0000\">" + access + "</FONT> "
MethodHTML.java 54 file.println("<TR><TH ALIGN=LEFT>Access&nbsp;flags</TH><TH ALIGN=LEFT>Type</TH>"
60 file.println("<TABLE BORDER=0><TR><TH ALIGN=LEFT>Access&nbsp;flags</TH>"
80 String access = Utility.accessToString(field.getAccessFlags()); local
82 access = Utility.replace(access, " ", "&nbsp;");
83 file.print("<TR><TD><FONT COLOR=\"#FF0000\">" + access + "</FONT></TD>\n<TD>"
114 // Get method's access flags
115 String access = Utility.accessToString(method.getAccessFlags()); local
121 access = Utility.replace(access, " ", "&nbsp;")
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Field.java 311 String access = ""; local
313 access += JDWPConstants.FieldAccess
317 access += JDWPConstants.FieldAccess
321 access += JDWPConstants.FieldAccess
326 access += JDWPConstants.FieldAccess
331 access += JDWPConstants.FieldAccess
336 access += JDWPConstants.FieldAccess
341 access += JDWPConstants.FieldAccess
346 return str + access;
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp 453 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/cldr/tools/java/org/unicode/cldr/icu/
RbnfMapper.java 78 String access = attr.getValue("access"); local
79 String value = access != null && access.equals("private") ? "%%" : "%";
  /external/deqp/framework/delibs/deutil/
deFile.c 70 /* Read, write or read and write access is required. */
243 DWORD access = 0; local
247 /* Read, write or read and write access is required. */
261 access |= GENERIC_READ;
264 access |= GENERIC_WRITE;
287 handle = CreateFile(filename, access, FILE_SHARE_DELETE|FILE_SHARE_READ|FILE_SHARE_WRITE, DE_NULL, create, FILE_ATTRIBUTE_NORMAL, DE_NULL);
  /external/deqp/modules/glshared/
glsRandomShaderProgram.cpp 186 rsg::ExecValueAccess access = m_execCtx.getValue(attribVar); local
196 access.component(0).asFloat(ndx) = attribValue[0];
197 if (numComponents >= 2) access.component(1).asFloat(ndx) = attribValue[1];
198 if (numComponents >= 3) access.component(2).asFloat(ndx) = attribValue[2];
199 if (numComponents >= 4) access.component(3).asFloat(ndx) = attribValue[3];
207 const rsg::ExecConstValueAccess access = m_execCtx.getValue(m_positionVar); local
214 packet->position[0] = access.component(0).asFloat(ndx);
215 packet->position[1] = access.component(1).asFloat(ndx);
216 packet->position[2] = access.component(2).asFloat(ndx);
217 packet->position[3] = access.component(3).asFloat(ndx)
227 const rsg::ExecConstValueAccess access = m_execCtx.getValue(var); local
265 rsg::ExecValueAccess access = m_execCtx.getValue(var); local
    [all...]
  /external/libdrm/nouveau/
private.h 87 uint32_t access; member in struct:nouveau_bo_priv
  /external/parameter-framework/upstream/parameter/
ArrayParameter.cpp 120 /// Actual parameter access
121 // String access
136 bool CArrayParameter::access(std::vector<bool> &abValues, bool bSet, function in class:CArrayParameter
143 bool CArrayParameter::access(std::vector<uint32_t> &auiValues, bool bSet, function in class:CArrayParameter
149 // Signed Integer Access
150 bool CArrayParameter::access(std::vector<int32_t> &aiValues, bool bSet, function in class:CArrayParameter
156 // Double Access
157 bool CArrayParameter::access(std::vector<double> &adValues, bool bSet, function in class:CArrayParameter
163 // String Access
164 bool CArrayParameter::access(std::vector<string> &astrValues, bool bSet function in class:CArrayParameter
    [all...]
  /external/proguard/src/proguard/ant/
ClassSpecificationElement.java 40 private String access; field in class:ClassSpecificationElement
76 String access = classSpecificationElement.access; local
93 requiredAccessFlags(true, access, type),
94 requiredAccessFlags(false, access, type),
116 public void setAccess(String access)
118 this.access = access;
202 String access,
208 if (access != null
    [all...]
  /external/zlib/src/examples/
zran.c 1 /* zran.c -- example of zlib/gzip stream indexing and random access
12 for random access of a compressed file. A file containing a zlib or gzip
14 its entirety, and an index built with access points about every SPAN bytes
19 An access point can be created at the start of any deflate block, by saving
26 a new access point. If so, that point is saved in a data structure that
30 the latest access point at or preceding that offset is located in the index.
39 requests for random access reads from the compressed data would try to use
44 access, mainly copying the 32K byte dictionary. So if small pieces of the
49 not be constrained to have access points at block boundaries, but requires
50 more memory per access point, and also cannot be saved to file due to th
75 struct access { struct
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ProviderTestUtils.java 275 if (!access(path)) {
289 if (access(path)) {
294 private static boolean access(String path) throws IOException { method in class:ProviderTestUtils
301 Os.access(path, OsConstants.F_OK);
  /art/test/674-hiddenapi/src-ex/
Linking.java 24 c.getDeclaredMethod("access", Integer.TYPE).invoke(null, 42);
26 c.getDeclaredMethod("access").invoke(null);
42 public static int access() { method in class:LinkFieldGetWhitelist
48 public static int access() { method in class:LinkFieldGetLightGreylist
54 public static int access() { method in class:LinkFieldGetDarkGreylist
60 public static int access() { method in class:LinkFieldGetBlacklist
66 public static int access() { method in class:LinkFieldGetBlacklistAndCorePlatformApi
74 public static void access(int x) { method in class:LinkFieldSetWhitelist
81 public static void access(int x) { method in class:LinkFieldSetLightGreylist
88 public static void access(int x) method in class:LinkFieldSetDarkGreylist
95 public static void access(int x) { method in class:LinkFieldSetBlacklist
102 public static void access(int x) { method in class:LinkFieldSetBlacklistAndCorePlatformApi
111 public static int access() { method in class:LinkFieldGetStaticWhitelist
117 public static int access() { method in class:LinkFieldGetStaticLightGreylist
123 public static int access() { method in class:LinkFieldGetStaticDarkGreylist
129 public static int access() { method in class:LinkFieldGetStaticBlacklist
135 public static int access() { method in class:LinkFieldGetStaticBlacklistAndCorePlatformApi
143 public static void access(int x) { method in class:LinkFieldSetStaticWhitelist
150 public static void access(int x) { method in class:LinkFieldSetStaticLightGreylist
157 public static void access(int x) { method in class:LinkFieldSetStaticDarkGreylist
164 public static void access(int x) { method in class:LinkFieldSetStaticBlacklist
171 public static void access(int x) { method in class:LinkFieldSetStaticBlacklistAndCorePlatformApi
180 public static int access() { method in class:LinkMethodWhitelist
186 public static int access() { method in class:LinkMethodLightGreylist
192 public static int access() { method in class:LinkMethodDarkGreylist
198 public static int access() { method in class:LinkMethodBlacklist
204 public static int access() { method in class:LinkMethodBlacklistAndCorePlatformApi
212 public static int access() { method in class:LinkMethodInterfaceWhitelist
218 public static int access() { method in class:LinkMethodInterfaceLightGreylist
224 public static int access() { method in class:LinkMethodInterfaceDarkGreylist
230 public static int access() { method in class:LinkMethodInterfaceBlacklist
236 public static int access() { method in class:LinkMethodInterfaceBlacklistAndCorePlatformApi
244 public static int access() { method in class:LinkMethodStaticWhitelist
250 public static int access() { method in class:LinkMethodStaticLightGreylist
256 public static int access() { method in class:LinkMethodStaticDarkGreylist
262 public static int access() { method in class:LinkMethodStaticBlacklist
268 public static int access() { method in class:LinkMethodStaticBlacklistAndCorePlatformApi
276 public static int access() { method in class:LinkMethodInterfaceStaticWhitelist
282 public static int access() { method in class:LinkMethodInterfaceStaticLightGreylist
288 public static int access() { method in class:LinkMethodInterfaceStaticDarkGreylist
294 public static int access() { method in class:LinkMethodInterfaceStaticBlacklist
300 public static int access() { method in class:LinkMethodInterfaceStaticBlacklistAndCorePlatformApi
    [all...]
  /device/linaro/hikey/hifi/xaf/hifi-dpf/include/
xf-io.h 54 void *access; member in struct:xf_input_port
120 return port->access;
  /external/adhd/cras/src/alsa_plugin/
ctl_cras.c 26 unsigned int access; member in struct:cras_mixer_control
105 *acc = cras_elems[key].access;
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
FieldGen.java 70 * @param access_flags access qualifiers
318 String access; // Short cuts to constant pool local
319 access = Utility.accessToString(super.getAccessFlags());
320 access = access.isEmpty() ? "" : (access + " ");
324 buf.append(access).append(signature).append(" ").append(name);

Completed in 2106 milliseconds

12 3 4 5 6 7 8 91011>>