Searched
full:attributes (Results
376 -
400 of
8380) sorted by null
<<11121314151617181920>>
/sdk/attribute_stats/ |
README.txt | 5 files. This is how the "topAttrs" attributes listed in ADT's 6 extra-view-metadata.xml file (which drives the common attributes
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
DeclareStyleableInfo.java | 28 /** Attributes for this view or view group. Can be empty but never null. */ 39 * @param attributes The initial list of attributes. Can be null. 41 public DeclareStyleableInfo(String styleName, AttributeInfo[] attributes) { 43 mAttributes = attributes == null ? new AttributeInfo[0] : attributes; 47 * Creates a new {@link DeclareStyleableInfo} that has the same attributes 78 /** Returns the attributes for this view or view group. Maybe empty but not null. */
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
ZipExecTest.java | 23 import java.util.jar.Attributes; 42 Attributes att = man.getMainAttributes(); 43 att.put(Attributes.Name.MANIFEST_VERSION, "1.0"); 44 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo"); 83 Attributes att = man.getMainAttributes(); 84 att.put(Attributes.Name.MANIFEST_VERSION, "1.0"); 85 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo"); 86 att.put(Attributes.Name.CLASS_PATH, barZip.getName()); 111 att.put(Attributes.Name.CLASS_PATH, "xx yy zz " + barZip.getName()); 125 att.put(Attributes.Name.CLASS_PATH, ".." + File.separator + barZip.getParentFile().getName() + File.separator + barZi (…) [all...] |
/dalvik/dx/src/com/android/dx/cf/iface/ |
StdField.java | 35 * @param attributes {@code non-null;} list of associated attributes 38 AttributeList attributes) { 39 super(definingClass, accessFlags, nat, attributes);
|
StdMethod.java | 38 * @param attributes {@code non-null;} list of associated attributes 41 AttributeList attributes) { 42 super(definingClass, accessFlags, nat, attributes);
|
/dalvik/dx/tests/008-field/ |
info.txt | 6 simple field with no attributes and with every access flag turned on
|
/dalvik/dx/tests/009-method/ |
info.txt | 6 simple method with no attributes and with every access flag turned on
|
/developers/build/prebuilts/gradle/BasicRenderScript/BasicRenderScriptSample/src/main/res/values/ |
attrs.xml | 4 Declare custom theme attributes that allow changing which styles are
|
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/res/values/ |
attrs.xml | 4 Declare custom theme attributes that allow changing which styles are
|
/developers/samples/android/renderScript/BasicRenderScript/BasicRenderScriptSample/src/main/res/values/ |
attrs.xml | 4 Declare custom theme attributes that allow changing which styles are
|
/developers/samples/android/renderScript/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/res/values/ |
attrs.xml | 4 Declare custom theme attributes that allow changing which styles are
|
/development/ndk/platforms/android-3/arch-arm/lib-bootstrap/ |
crtbegin_dynamic.o | |
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/ |
libdl.so | |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSAttributeTableGenerator.java | 8 * Note: The SIGNATURE parameter is only available when generating unsigned attributes.
|
/external/chromium_org/chrome/android/testshell/res/xml/ |
syncadapter.xml | 2 <!-- The attributes in this XML file provide configuration information -->
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Bindings/ |
first-child.html | 10 description: "This benchmark covers 'firstChild', 'lastChild', 'nextSibling' and 'previousSibling' in Dromaeo/dom-traverse.html, and other DOM attributes that return a Node object.",
|
id-setter.html | 10 description: "This benchmark covers 'element.property = value' in Dromaeo/dom-attr.html, and other DOM attributes that sets a String.",
|
/external/clang/test/CodeGen/ |
2008-04-08-NoExceptions.c | 12 // CHECK: attributes [[NUW]] = { nounwind{{.*}} }
|
/external/clang/test/CodeGenCXX/ |
no-exceptions.cpp | 14 // CHECK: attributes [[NUW]] = { nounwind{{.*}} }
|
/external/clang/test/PCH/Inputs/ |
cxx11-statement-attributes.h | 1 // To be used with cxx11-statement-attributes.cpp.
|
/external/clang/test/Preprocessor/ |
microsoft-import.c | 5 // Test attributes
|
/external/llvm/test/Assembler/ |
attribute-builtin.ll | 15 ; CHECK-ASSEMBLES: attributes [[NOBUILTIN]] = { nobuiltin } 16 ; CHECK-ASSEMBLES: attributes [[BUILTIN]] = { builtin } 51 attributes #0 = { builtin } 52 attributes #1 = { nobuiltin }
|
/external/llvm/unittests/IR/ |
AttributesTest.cpp | 1 //===- llvm/unittest/IR/AttributesTest.cpp - Attributes unit tests --------===// 10 #include "llvm/IR/Attributes.h" 17 TEST(Attributes, Uniquing) { 34 TEST(Attributes, Ordering) {
|
/external/markdown/MarkdownTest/Tests_2007/ |
Inline HTML (Advanced).html | 17 <p>And with attributes:</p>
|
/frameworks/native/opengl/tests/configdump/ |
configdump.cpp | 29 Attribute attributes[] = { variable 79 for (int attr = 0 ; attr<sizeof(attributes)/sizeof(Attribute) ; attr++) { 81 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value); 82 printf("\t%-32s: %10d (0x%08x)\n", attributes[attr].name, value, value);
|
Completed in 1396 milliseconds
<<11121314151617181920>>