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

1 2 3 4 5

  /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
  /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 <attr name="attr1" format="reference|integer" />
28 <item name="com.android.test.basic:attr1">100</item>
33 <item name="com.android.test.basic:attr1">300</item>
  /frameworks/base/libs/androidfw/tests/data/lib/res/values/
values.xml 18 <attr name="attr1" format="integer" />
22 <item name="com.android.test.basic:attr1">700</item>
23 <item name="com.android.test.basic:attr2">?com.android.test.basic:attr1</item>
  /frameworks/base/libs/androidfw/tests/data/lib/
R.h 25 attr1 = 0x02010000, // default enumerator in enum:lib::R::attr::__anon29591
  /external/clang/test/CodeGenCXX/
trap-fnattr.cpp 24 // TRAPFUNC: call void @llvm.trap() [[ATTR1:#[0-9]+]]
34 // TRAPFUNC: attributes [[ATTR1]] = { {{.*}}"trap-func-name"="mytrap" }
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
formatting_element_list_test.js 72 {name: 'attr1', value: 'val1'},
76 {name: 'attr1', value: 'val1'},
115 {name: 'attr1', value: 'val1'},
119 {name: 'attr1', value: 'val1'},
139 {name: 'attr1', value: 'val1'},
143 {name: 'attr1', value: 'val1'},
  /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);
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.c 154 const char *attr1, const char *value1)
159 trace_dump_writes(attr1);
168 const char *attr1, const char *value1,
174 trace_dump_writes(attr1);
187 const char *attr1, const char *value1,
194 trace_dump_writes(attr1);
  /external/libweave/src/notification/
xml_node_unittest.cc 46 new XmlNode{"test_node", {{"attr1", "val1"}, {"attr2", "val2"}}});
100 const std::map<std::string, std::string> expected_attrs{{"attr1", "val1"},
106 EXPECT_TRUE(node_->GetAttribute("attr1", &attr));
112 EXPECT_FALSE(new_node.GetAttribute("attr1", &attr));
  /frameworks/base/libs/androidfw/tests/data/basic/
R.h 25 attr1 = 0x7f010000, // default enumerator in enum:base::R::attr::__anon29585

Completed in 301 milliseconds

1 2 3 4 5