Home
last modified time | relevance | path

Searched full:att1 (Results 1 – 25 of 99) sorted by relevance

1234

/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiNewSetupAutoJoinTest.py171 att0, att1, att2, att3 = self.atten_val["Ap1_2g"]
173 attn_value = [att0 + variance * 2, att1, att2, att3]
179 att0, att1, att2, att3 = self.atten_val["Ap1_2g"]
181 attn_value = [att0 + variance, att1, att2, att3]
187 att0, att1, att2, att3 = self.atten_val["Ap1_2g"]
189 attn_value = [att0, att1, att2, att3]
195 att0, att1, att2, att3 = self.atten_val["Ap1_2g"]
197 attn_value = [att0 - variance, att1, att2, att3]
210 att0, att1, att2, attn3 = self.atten_val["Ap1_2gto5g"]
212 attn_value = [att0 + variance * 2, att1, att2, attn3]
[all …]
DWifiAutoJoinTest.py182 att0, att1, att2 = self.atten_val["Ap1_2g"]
184 attenuations = ([att0 + variance * 2, att1, att2],
185 [att0 + variance, att1, att2], [att0, att1, att2],
186 [att0 - variance, att1, att2])
206 att0, att1, att2 = self.atten_val["Ap1_2gto5g"]
208 attenuations = ([att0 + variance * 2, att1, att2],
209 [att0 + variance, att1, att2], [att0, att1, att2])
229 att0, att1, att2 = self.atten_val["In_AP1_5gto2g"]
231 attenuations = ([att0 - variance, att1 + variance, att2],
232 [att0, att1, att2],
[all …]
/aosp_15_r20/external/apache-xml/test/tests/conf/match/
H A Dmatch19.xml3 <foo att1="c" att2="ok" spot="1">
4 <foo att1="b" att2="ok" spot="11">
5 <foo att1="c" att2="no" spot="111">
6 <baz att1="wrong" spot="1110"/>
8 <foo att1="c" att2="no" spot="112">
9 <baz att1="wrong" spot="1120"/>
12 <foo att1="c" att2="ok" spot="12">
13 <foo att1="b" att2="ok" spot="121">
14 <baz att1="wrong" spot="1210"/>
17 <foo att1="c" att2="no" spot="13">
[all …]
H A Dmatch18.xml3 <foo att1="c" att2="ok" spot="1">
4 <foo att1="b" att2="ok" spot="11">
5 <foo att1="a" att2="no" spot="111">
6 <baz att1="wrong" spot="1110"/>
8 <foo att1="c" att2="no" spot="112">
9 <baz att1="wrong" spot="1120"/>
12 <foo att1="d" att2="ok" spot="12">
13 <foo att1="b" att2="ok" spot="121">
14 <baz att1="wrong" spot="1210"/>
17 <foo att1="b" att2="no" spot="13">
[all …]
H A Dmatch17.xml3 <foo att1="c" att2="ok" spot="1">
4 <foo att1="b" att2="ok" spot="11">
5 <foo att1="a" att2="no" spot="111">
6 <baz att1="wrong" spot="1110"/>
8 <foo att1="c" att2="no" spot="112">
9 <baz att1="wrong" spot="1120"/>
12 <foo att1="d" att2="ok" spot="12">
13 <foo att1="b" att2="ok" spot="121">
14 <baz att1="wrong" spot="1210"/>
17 <foo att1="b" att2="no" spot="13">
[all …]
H A Dmatch08.xml3 <foo att1="c" att2="ok" spot="1">
4 <foo att1="b" att2="ok" spot="11">
5 <foo att1="a" att2="no" spot="111">
6 <baz att1="wrong" spot="1110"/>
8 <foo att1="c" att2="no" spot="112">
9 <baz att1="wrong" spot="1120"/>
12 <foo att1="d" att2="ok" spot="12">
13 <foo att1="b" att2="ok" spot="121">
14 <baz att1="wrong" spot="1210"/>
17 <foo att1="b" att2="no" spot="13">
[all …]
H A Dmatch09.xml3 <foo att1="c" att2="ok">
4 <foo att1="b" att2="ok">
5 <foo att1="a" att2="no">
6 <baz att1="wrong"/>
9 <foo att1="d" att2="ok">
10 <foo att1="b" att2="ok">
11 <baz att1="wrong"/>
14 <foo att1="b" att2="no">
15 <foo att1="ok" att2="b">
16 <baz att1="wrong"/>
H A Dmatch01.xml3 <foo att1="c">
4 <foo att1="b">
5 <foo att1="a">
6 <baz att1="wrong"/>
H A Dmatch14.xml3 <foo att1="a">8</foo>
4 <foo att1="b">5</foo>
5 <foo att1="c">9</foo>
6 <foo att1="d">6</foo>
/aosp_15_r20/external/apache-xml/test/tests/conf/axes/
H A Daxes122.xsl16 <xsl:value-of select="count(descendant-or-self::*/@att1)"/><xsl:text>&#10;</xsl:text>
23 <xsl:value-of select="count(descendant-or-self::*/@att1)"/><xsl:text>= </xsl:text>
24 <xsl:value-of select="descendant-or-self::*/@att1[last()]"/><xsl:text>, </xsl:text>
25 <xsl:value-of select="descendant-or-self::*[last()]/@att1"/><xsl:text>, </xsl:text>
26 <xsl:value-of select="(descendant-or-self::*/@att1)[last()]"/><xsl:text>; &#10;</xsl:text>
30 <xsl:value-of select="count(ancestor-or-self::*/@att1)"/><xsl:text>= </xsl:text>
31 <xsl:value-of select="ancestor-or-self::*/@att1[last()]"/><xsl:text>, </xsl:text>
32 <xsl:value-of select="(ancestor-or-self::*)/@att1[last()]"/><xsl:text>, </xsl:text>
33 <xsl:value-of select="(ancestor-or-self::*/@att1)[last()]"/><xsl:text>, </xsl:text>
34 <xsl:value-of select="(ancestor::*|self::*)/@att1[last()]"/><xsl:text>, </xsl:text>
[all …]
H A Daxes14.xsl8 …<!-- Purpose: Test for ancestor-or-self::*[@att1][1]/@att1 vs. (ancestor-or-self::*)[@att1][1]/@at…
13 <xsl:value-of select="ancestor-or-self::*[@att1][1]/@att1"/><xsl:text>, </xsl:text>
14 <xsl:value-of select="(ancestor-or-self::*)[@att1][1]/@att1"/>
H A Daxes47.xml4 <foo att1="c">
5 <foo att1="b">
6 <foo att1="a">
7 <baz att1="wrong"/>
13 <inner att1="wrong">
14 <foo att1="a">
15 <baz att1="wrong"/>
H A Daxes122.xml2 <doc att1="e">
3 <foo att1="d">
4 <foo att1="c">
5 <foo att1="b">
6 <baz att1="a"/>
H A Daxes115.xml3 <foo att1="c"/>
4 <foo att1="b"/>
5 <foo att1="a"/>
H A Daxes114.xml3 <foo att1="c">
4 <foo att1="b">
5 <foo att1="a"/>
H A Daxes14.xml3 <foo att1="c">
4 <foo att1="b">
5 <foo att1="a">
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/
H A DSub2.java20 private String att1; field in Sub2
25 return att1; in getAtt1()
28 public void setAtt1(String att1) { in setAtt1() argument
29 this.att1 = att1; in setAtt1()
H A DSub1.java20 private List<Integer> att1; field in Sub1
25 return att1; in getAtt1()
28 public void setAtt1(List<Integer> att1) { in setAtt1() argument
29 this.att1 = att1; in setAtt1()
/aosp_15_r20/external/apache-xml/test/tests/conf/position/
H A Dposition85.xsl14 <xsl:value-of select="ancestor::foo[1]/@att1"/><xsl:text>, </xsl:text>
15 <xsl:value-of select="(ancestor::foo[1])/@att1"/><xsl:text>, </xsl:text>
16 <xsl:value-of select="(ancestor::foo)[1]/@att1"/><xsl:text>, </xsl:text>
17 <xsl:value-of select="((ancestor::foo))[1]/@att1"/><xsl:text>, </xsl:text>
18 <xsl:value-of select="(((ancestor::foo)[1])/@att1)"/>
H A Dposition85.xml3 <foo att1="c">
4 <foo att1="b">
5 <foo att1="a">
/aosp_15_r20/external/apache-xml/test/tests/conf/attribset/
H A Dattribset20.xml4 <foo ped:att1="a"/>
5 <outer xml:att1="b"/>
8 <inner ped:att1="c"/>
9 <foo xml:att1="d"/>
H A Dattribset19.xsl15 <xsl:attribute name="Att1">OK</xsl:attribute>
17 <xsl:attribute name="Att1">Wrong</xsl:attribute>
18 <xsl:attribute name="Att1">Still-Wrong</xsl:attribute>
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Delementsetattributenodens01.java88 attribute1 = doc.createAttributeNS("http://www.w3.org/DOM/Test/att1", "p1:att"); in runTest()
89 attribute2 = doc.createAttributeNS("http://www.w3.org/DOM/Test/att1", "p2:att"); in runTest()
93 attrNode = element.getAttributeNodeNS("http://www.w3.org/DOM/Test/att1", "att"); in runTest()
97 assertEquals("elementsetattributenodens01_attrNS", "http://www.w3.org/DOM/Test/att1", attrNS); in runTest()
/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DElementSetAttributeNodeNS.java91 attribute1 = doc.createAttributeNS("http://www.w3.org/DOM/Test/att1", in testSetAttributeNodeNS1()
93 attribute2 = doc.createAttributeNS("http://www.w3.org/DOM/Test/att1", in testSetAttributeNodeNS1()
99 "http://www.w3.org/DOM/Test/att1", "att"); in testSetAttributeNodeNS1()
104 "http://www.w3.org/DOM/Test/att1", attrNS); in testSetAttributeNodeNS1()
/aosp_15_r20/external/snakeyaml/src/test/resources/ruby/
H A Druby1.yaml3 att1: []
7 att1: MyString

1234