/external/chromium_org/ui/accessibility/ |
ax_node_data.cc | 42 AXStringAttribute attribute, const std::string& value) { 43 string_attributes.push_back(std::make_pair(attribute, value)); 47 AXIntAttribute attribute, int value) { 48 int_attributes.push_back(std::make_pair(attribute, value)); 52 AXFloatAttribute attribute, float value) { 53 float_attributes.push_back(std::make_pair(attribute, value)); 57 AXBoolAttribute attribute, bool value) { 58 bool_attributes.push_back(std::make_pair(attribute, value)); 62 AXIntListAttribute attribute, const std::vector<int32>& value) { 63 intlist_attributes.push_back(std::make_pair(attribute, value)) [all...] |
/sdk/emulator/opengl/tests/EGL_host_wrapper/ |
egl.cpp | 99 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) 101 return getDispatch()->eglGetConfigAttrib(dpy, config, attribute, value); 124 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) 126 return getDispatch()->eglQuerySurface(dpy, surface, attribute, value); 154 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) 156 return getDispatch()->eglSurfaceAttrib(dpy, surface, attribute, value); 204 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) 206 return getDispatch()->eglQueryContext(dpy, ctx, attribute, value); 269 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) 271 return getDispatch()->eglGetSyncAttribKHR(dpy, sync, attribute, value) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
PKCS12BagAttributeCarrierImpl.java | 37 ASN1Encodable attribute) 41 pkcs12Attributes.put(oid, attribute); 45 pkcs12Attributes.put(oid, attribute);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAElement.cpp | 30 #include "core/dom/Attribute.h" 175 bool SVGAElement::isURLAttribute(const Attribute& attribute) const 177 return attribute.name().localName() == hrefAttr || SVGGraphicsElement::isURLAttribute(attribute);
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
FullFrame.java | 21 package proguard.classfile.attribute.preverification; 24 import proguard.classfile.attribute.CodeAttribute; 25 import proguard.classfile.attribute.preverification.visitor.*;
|
/external/proguard/src/proguard/classfile/editor/ |
NameAndTypeShrinker.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.AttributeVisitor; 103 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
VariableRemapper.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.*; 63 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} 81 // Initially, the code attribute editor doesn't contain any changes.
|
/external/proguard/src/proguard/optimize/ |
DuplicateInitializerInvocationFixer.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.AttributeVisitor; 77 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
/external/proguard/src/proguard/optimize/info/ |
FieldOptimizationInfo.java | 24 import proguard.classfile.attribute.visitor.*; 25 import proguard.classfile.attribute.*; 148 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
/external/proguard/src/proguard/shrink/ |
LocalVariableTypeUsageMarker.java | 25 import proguard.classfile.attribute.*; 26 import proguard.classfile.attribute.visitor.*; 69 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
UsagePrinter.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.AttributeVisitor; 155 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
/frameworks/base/core/java/android/content/res/ |
XmlBlock.java | 314 public int getAttributeListValue(String namespace, String attribute, 316 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); 322 public boolean getAttributeBooleanValue(String namespace, String attribute, 324 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); 330 public int getAttributeResourceValue(String namespace, String attribute, 332 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); 338 public int getAttributeIntValue(String namespace, String attribute, 340 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); 346 public int getAttributeUnsignedIntValue(String namespace, String attribute, 349 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); [all...] |
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
LayoutPullParser.java | 87 String attribute = getAttributeName(i); local 88 if (attribute.equals(ATTR_IGNORE)) { 94 map.put(attribute, getAttributeValue(i));
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
NodeHasAttributes.java | 119 Attr attribute; local 130 attribute = newDoc.createAttribute("attr"); 131 element.setAttributeNode(attribute);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
WidgetPullParser.java | 73 return mAttributes.length; // text attribute 108 for (String[] attribute : mAttributes) { 109 if (name.equals(attribute[0])) { 110 return attribute[1];
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ConvertToDpFix.java | 65 Attr attribute = (Attr) attributes.item(i); local 66 String value = attribute.getValue(); 75 attribute.setNodeValue(newValue);
|
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/ |
proguard-base-4.11.jar | |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
maven-repository-metadata-3.2.1.jar | |
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/ |
proguard-base-4.10.jar | |
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/ |
proguard-base-4.9.jar | |
/external/chromium_org/gpu/command_buffer/tests/ |
gl_program_unittest.cc | 32 attribute vec4 a_vertex; 33 attribute vec3 a_normal; 92 attribute vec4 a_position; 130 attribute vec4 a_position;
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
config.h | 19 bool GetAttrib(EGLint attribute, EGLint* value) const;
|
/external/chromium_org/ppapi/c/ |
ppb_graphics_3d.h | 66 * given attribute. This function may be used to check if a particular 67 * attribute value is supported before attempting to create a context. 70 * @param[in] attribute The attribute for which maximum value is queried. 82 * @param[out] value The maximum supported value for <code>attribute</code> 86 * - <code>PP_ERROR_BADARGUMENT</code> if <code>attribute</code> is invalid 90 int32_t attribute, 109 * It is a list of attribute name-value pairs in which each attribute is 112 * The <code>attrib_list<code> may be 0 or empty (first attribute i [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
v8_interface.py | 223 any_type_attributes = [attribute for attribute in interface.attributes 224 if attribute.idl_type.name == 'Any'] 277 attributes = [v8_attributes.attribute_context(interface, attribute) 278 for attribute in interface.attributes] 281 'has_accessors': any(attribute['is_expose_js_accessors'] and attribute['should_be_exposed_to_script'] for attribute in attributes), 283 not (attribute['is_expose_js_accessors'] or 284 attribute['is_static'] o [all...] |
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXSlider.h | 59 const AtomicString& getAttribute(const QualifiedName& attribute) const;
|