HomeSort by relevance Sort by last modified time
    Searched full:attr1 (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /external/libxml2/test/relaxng/
list_0.xml 1 <elem1 attr1="0"/>
list_1.xml 1 <elem1 attr1="a"/>
list.rng 15 <attribute name="attr1">
  /external/libxml2/test/valid/dtds/
external2.ent 1 <!ATTLIST root attr1 NMTOKEN "attrvalue">
  /external/libxml2/result/errors/
attr1.xml.str 1 ./test/errors/attr1.xml:2: parser error : AttValue: ' expected
4 ./test/errors/attr1.xml:2: parser error : attributes construct error
7 ./test/errors/attr1.xml:2: parser error : Couldn't find end of Start Tag foo
10 ./test/errors/attr1.xml : failed to parse
attr1.xml.err 1 ./test/errors/attr1.xml:2: parser error : AttValue: ' expected
4 ./test/errors/attr1.xml:1: parser error : Extra content at the end of the document
  /external/libxml2/result/VC/
AttributeNmtokens 1 ./test/VC/AttributeNmtokens:6: element test: validity error : Syntax of value for attribute attr1 of test is not valid
2 <test attr1=" a&#x9;b "/>
AttributeNmtokens.rdr 1 ./test/VC/AttributeNmtokens:6: element test: validity error : Syntax of value for attribute attr1 of test is not valid
2 <test attr1=" a&#x9;b "/>
  /external/libxml2/test/VC/
AttributeNmtokens 3 <!ATTLIST test attr1 NMTOKENS #IMPLIED>
6 <test attr1=" a&#x9;b "/>
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldAttributesNameTest.java 38 Attributes.Name attr1 = new Attributes.Name("Attr"); local
41 assertTrue(attr1.equals(attr2));
42 attr2 = new Attributes.Name("Attr1");
43 assertFalse(attr1.equals(attr2));
47 Attributes.Name attr1 = new Attributes.Name("Attr1"); local
50 assertNotSame(attr1.hashCode(), attr2.hashCode());
54 String str1 = "Attr1";
56 Attributes.Name attr1 = new Attributes.Name(str1); local
59 assertTrue(attr1.toString().equals(str1))
    [all...]
  /external/wpa_supplicant_8/hs20/server/ca/
est-csrattrs.cnf 5 attr1 = SEQUENCE:extreq
  /frameworks/base/libs/androidfw/tests/data/lib_one/res/values/
values.xml 18 <public type="attr" name="attr1" id="0x00010000" />
19 <attr name="attr1" format="integer" />
26 <item name="com.android.lib_one:attr1">700</item>
27 <item name="com.android.lib_one:attr2">?com.android.lib_one:attr1</item>
  /libcore/dom/src/test/resources/
staff.dtd 11 attr1 CDATA "Attr">
  /libcore/luni/src/test/resources/nwf/
staff.dtd 11 attr1 CDATA "Attr">
  /libcore/luni/src/test/resources/systemid/
staff.dtd 11 attr1 CDATA "Attr">
  /libcore/luni/src/test/resources/wf/
staff.dtd 11 attr1 CDATA "Attr">
  /frameworks/base/libs/androidfw/tests/data/basic/res/values/
values.xml 18 <public type="attr" name="attr1" id="0x7f010000" />
19 <attr name="attr1" format="reference|integer" />
48 <item name="com.android.basic:attr1">100</item>
54 <item name="com.android.basic:attr1">300</item>
  /frameworks/base/libs/androidfw/tests/data/lib_one/
R.h 29 attr1 = 0x02010000, // default
  /external/clang/test/CodeGenCXX/
cxx11-thread-local-reference.cpp 25 // DARWIN: define cxx_fast_tlscc i32* @_ZTW1r() [[ATTR1:#[0-9]+]] {
36 // DARWIN: attributes [[ATTR1]] = { {{.*}}nounwind{{.*}}"target-features"{{.*}} }
trap-fnattr.cpp 24 // TRAPFUNC: call void @llvm.trap() [[ATTR1:#[0-9]+]]
34 // TRAPFUNC: attributes [[ATTR1]] = { {{.*}}"trap-func-name"="mytrap" }
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode01.java 40 * Create a new attribute whose name is "elem:attr1" in a different document.
44 * Method should return a node whose name matches "elem:attr1" and a child node
91 expectedResult.add("elem:attr1");
96 newAttr = aNewDoc.createAttribute("elem:attr1");
112 assertEquals("nodeName", "elem:attr1", nodeName);
  /external/autotest/client/deps/glbench/src/
texturetest.cc 49 int attr1 = glGetAttribLocation(program_, "c1"); local
50 glVertexAttribPointer(attr1, 2, GL_FLOAT, GL_FALSE, 0, kVertices);
51 glEnableVertexAttribArray(attr1);
  /frameworks/base/libs/androidfw/tests/data/basic/
R.h 29 attr1 = 0x7f010000,
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorAttributeTest.java 163 AttributedCharacterIterator.Attribute attr1, attr2; local
165 attr1 = AttributedCharacterIterator.Attribute.LANGUAGE;
167 out.writeObject(attr1);
174 assertSame("resolved incorrectly", attr1, attr2);
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.c 155 const char *attr1, const char *value1)
160 trace_dump_writes(attr1);
169 const char *attr1, const char *value1,
175 trace_dump_writes(attr1);
188 const char *attr1, const char *value1,
195 trace_dump_writes(attr1);

Completed in 315 milliseconds

1 2 3 4 5 6 7