/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLAppletElement.cpp | 74 bool HTMLAppletElement::isURLAttribute(const Attribute& attribute) const 76 return attribute.name() == codebaseAttr || attribute.name() == objectAttr 77 || HTMLPlugInElement::isURLAttribute(attribute); 147 // If the 'codebase' attribute is set, it serves as a relative root for the file that the Java 148 // plugin will load. If the 'code' attribute is set, and the 'archive' is not set, then we need 150 // attribute is set, then 'code' points to a class inside the archive, so we need to check the
|
/external/chromium_org/third_party/angle/samples/angle/hello_triangle/ |
HelloTriangle.cpp | 31 attribute vec4 vPosition;
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglmode.h | 78 EGLint attribute, EGLint *value);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
attributes.c | 76 Status XvMCSetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int value) 89 attr = XGetAtomName(dpy, attribute); 115 XVMC_MSG(XVMC_TRACE, "[XvMC] Set attribute %s to value %d.\n", attr, value); 121 Status XvMCGetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int *value) 133 attr = XGetAtomName(dpy, attribute); 150 XVMC_MSG(XVMC_TRACE, "[XvMC] Got value %d for attribute %s.\n", *value, attr);
|
/external/chromium_org/ui/ozone/platform/egltest/ |
eglplatform_shim.h | 44 int attribute,
|
/external/droiddriver/src/com/google/android/droiddriver/finders/ |
By.java | 35 /** Matches a UiElement whose {@code attribute} is {@code true}. */ 36 public static MatchFinder is(Attribute attribute) { 37 return new MatchFinder(Predicates.attributeTrue(attribute)); 41 * Matches a UiElement whose {@code attribute} is {@code false} or is not set. 43 public static MatchFinder not(Attribute attribute) { 44 return new MatchFinder(Predicates.attributeFalse(attribute)); 49 return new MatchFinder(Predicates.attributeEquals(Attribute.RESOURCE_ID, resourceId)); 54 return new MatchFinder(Predicates.attributeEquals(Attribute.PACKAGE, name)) [all...] |
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
LineNumber_info.java | 9 package com.vladium.jcd.cls.attribute; 20 * {@link LineNumberTableAttribute_info} attribute. Each entry contains the 28 * the {@link CodeAttribute_info} attribute of which this LineNumberTable 29 * is an attribute.<P>
|
SourceFileAttribute_info.java | 9 package com.vladium.jcd.cls.attribute;
|
/external/libhevc/common/ |
ithread.h | 43 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument);
|
/external/llvm/utils/lit/lit/ |
TestingConfig.py | 148 """root attribute - The root configuration for the test suite."""
|
/external/mesa3d/src/egl/main/ |
eglmode.h | 78 EGLint attribute, EGLint *value);
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
attributes.c | 76 Status XvMCSetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int value) 89 attr = XGetAtomName(dpy, attribute); 115 XVMC_MSG(XVMC_TRACE, "[XvMC] Set attribute %s to value %d.\n", attr, value); 121 Status XvMCGetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int *value) 133 attr = XGetAtomName(dpy, attribute); 150 XVMC_MSG(XVMC_TRACE, "[XvMC] Got value %d for attribute %s.\n", *value, attr);
|
/external/proguard/src/proguard/classfile/attribute/ |
InnerClassesInfo.java | 21 package proguard.classfile.attribute;
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
VerificationTypeFactory.java | 21 package proguard.classfile.attribute.preverification;
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
AttributeVisitor.java | 21 package proguard.classfile.attribute.visitor; 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.annotation.*; 26 import proguard.classfile.attribute.preverification.*; 29 * This interface specifies the methods for a visitor of <code>Attribute</code>
|
/external/proguard/src/proguard/classfile/editor/ |
InstructionAdder.java | 24 import proguard.classfile.attribute.*; 31 * target code attribute. 45 * target code attribute.
|
/external/proguard/src/proguard/classfile/instruction/visitor/ |
InstructionConstantVisitor.java | 24 import proguard.classfile.attribute.CodeAttribute;
|
InstructionVisitor.java | 24 import proguard.classfile.attribute.CodeAttribute;
|
/external/proguard/src/proguard/evaluation/ |
BasicBranchUnit.java | 24 import proguard.classfile.attribute.CodeAttribute;
|
/external/proguard/src/proguard/optimize/ |
DuplicateInitializerFixer.java | 24 import proguard.classfile.attribute.visitor.AttributeVisitor; 25 import proguard.classfile.attribute.*; 26 import proguard.classfile.attribute.annotation.*; 154 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
MethodStaticizer.java | 24 import proguard.classfile.attribute.visitor.AttributeVisitor;
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethod.java | 143 * @param attribute The attribute of the text box (typically, a EditText) 148 public void restartInput(InputConnection inputConnection, EditorInfo attribute);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UseCompoundDrawableRefactoring.java | 216 // attribute (depending on the orientation and order), as well as any layout 255 Attr attribute = (Attr) attributes.item(i); local 256 String name = attribute.getLocalName(); 258 && ANDROID_URI.equals(attribute.getNamespaceURI()) 262 newTextElement.setAttribute(attribute.getName(), attribute.getValue()); 269 for (Attr attribute : layoutAttributes) { 270 String name = attribute.getLocalName(); 272 && ANDROID_URI.equals(attribute.getNamespaceURI())) { 276 newTextElement.setAttribute(attribute.getName(), attribute.getValue()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RefactoringUtil.java | 121 * Returns the range of the attribute value in the given document 123 * @param attr the attribute to look up 124 * @param document the document containing the attribute 152 * @param document the document containing the attribute 176 * Returns whether the given manifest attribute should be considered to describe 180 * @param attribute the manifest attribute 181 * @return true if this attribute can describe a class 183 public static boolean isManifestClassAttribute(@NonNull Attr attribute) { 185 attribute.getOwnerElement().getTagName() [all...] |
/external/chromium_org/gpu/gles2_conform_support/egl/ |
config.cc | 47 bool Config::GetAttrib(EGLint attribute, EGLint* value) const { 49 switch (attribute) {
|