HomeSort by relevance Sort by last modified time
    Searched refs:attrib (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /dalvik/dx/src/com/android/dx/cf/attrib/
AttDeprecated.java 17 package com.android.dx.cf.attrib;
AttSynthetic.java 17 package com.android.dx.cf.attrib;
AttLocalVariableTable.java 17 package com.android.dx.cf.attrib;
AttLocalVariableTypeTable.java 17 package com.android.dx.cf.attrib;
AttRuntimeInvisibleAnnotations.java 17 package com.android.dx.cf.attrib;
AttRuntimeInvisibleParameterAnnotations.java 17 package com.android.dx.cf.attrib;
AttRuntimeVisibleAnnotations.java 17 package com.android.dx.cf.attrib;
AttRuntimeVisibleParameterAnnotations.java 17 package com.android.dx.cf.attrib;
AttSignature.java 17 package com.android.dx.cf.attrib;
AttSourceFile.java 17 package com.android.dx.cf.attrib;
BaseAttribute.java 17 package com.android.dx.cf.attrib;
  /external/openssl/crypto/pkcs12/
p12_attr.c 68 if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID,
93 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
104 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
114 if (X509at_add1_attr_by_NID(&bag->attrib, NID_ms_csp_name,
123 X509_ATTRIBUTE *attrib; local
127 attrib = sk_X509_ATTRIBUTE_value (attrs, i);
128 if (OBJ_obj2nid (attrib->object) == attr_nid) {
129 if (sk_ASN1_TYPE_num (attrib->value.set))
130 return sk_ASN1_TYPE_value(attrib->value.set, 0);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.cpp 30 bool EglSurface::setAttrib(EGLint attrib,EGLint val) {
31 switch(attrib) {
EglPbufferSurface.cpp 18 bool EglPbufferSurface::setAttrib(EGLint attrib,EGLint val) {
19 switch(attrib) {
48 bool EglPbufferSurface::getAttrib(EGLint attrib,EGLint* val) {
49 switch(attrib) {
EglValidate.cpp 19 bool EglValidate::confAttrib(EGLint attrib) {
20 switch(attrib) {
55 bool EglValidate::noAttribs(const EGLint* attrib) {
56 return !attrib || attrib[0] == EGL_NONE ;
EglValidate.h 23 static bool confAttrib(EGLint attrib);
24 static bool noAttribs(const EGLint* attrib);
EglPixmapSurface.h 30 bool getAttrib(EGLint attrib,EGLint* val);
EglPbufferSurface.h 33 bool setAttrib(EGLint attrib,EGLint val);
34 bool getAttrib(EGLint attrib,EGLint* val);
  /dalvik/dexgen/src/com/android/dexgen/rop/
AttributeList.java 70 * @param attrib {@code non-null;} attribute to start looking after
71 * @return {@code null-ok;} next attribute after {@code attrib} with the
72 * same name as {@code attrib}
74 public Attribute findNext(Attribute attrib);
  /dalvik/dx/src/com/android/dx/cf/iface/
AttributeList.java 70 * @param attrib {@code non-null;} attribute to start looking after
71 * @return {@code null-ok;} next attribute after {@code attrib} with the
72 * same name as {@code attrib}
74 public Attribute findNext(Attribute attrib);
  /sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.cpp 30 EGLint attrib[MAX_ATTRIB]; local
33 attrib[pos++] = EGL_SURFACE_TYPE; attrib[pos++] = EGL_WINDOW_BIT;
34 if (config & CONFIG_DEPTH) {attrib[pos++] = EGL_DEPTH_SIZE; attrib[pos++] = 1;}
35 attrib[pos++] = EGL_NONE;
37 if (!eglChooseConfig(eglDisplay, attrib, &eglConfig, 1, &nConfigs)) {
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_gl.h 33 int ph_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
  /external/markdown/markdown/extensions/
toc.py 24 div.attrib["class"] = "toc"
30 header.attrib["class"] = "toctitle"
40 if "id" in c.attrib:
41 used_ids.append(c.attrib["id"])
77 if not "id" in c.attrib:
85 c.attrib["id"] = id
87 id = c.attrib["id"]
93 link.attrib["href"] = '#' + id
98 anchor.attrib["href"] = "#" + id
99 anchor.attrib["class"] = "toclink
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 131 const VertexAttrib& attrib = iter->second; local
132 if (attrib.owned_data)
133 delete[] attrib.owned_data;
962 VertexAttrib attrib; local
963 attrib.is_const = false;
964 attrib.index = var;
965 attrib.components = components;
966 attrib.normalized = normalize;
967 attrib.stride = stride;
968 attrib.type = type
988 VertexAttrib attrib; local
1028 VertexAttrib attrib; local
1053 const VertexAttrib& attrib = iter->second; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macgl_c.h 41 extern int Mac_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);

Completed in 309 milliseconds

1 2 3 4 5 6 7