/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiNewSetupAutoJoinTest.py | 171 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 …]
|
D | WifiAutoJoinTest.py | 182 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 D | match19.xml | 3 <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 D | match18.xml | 3 <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 D | match17.xml | 3 <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 D | match08.xml | 3 <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 D | match09.xml | 3 <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 D | match01.xml | 3 <foo att1="c"> 4 <foo att1="b"> 5 <foo att1="a"> 6 <baz att1="wrong"/>
|
H A D | match14.xml | 3 <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 D | axes122.xsl | 16 <xsl:value-of select="count(descendant-or-self::*/@att1)"/><xsl:text> </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>; </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 D | axes14.xsl | 8 …<!-- 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 D | axes47.xml | 4 <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 D | axes122.xml | 2 <doc att1="e"> 3 <foo att1="d"> 4 <foo att1="c"> 5 <foo att1="b"> 6 <baz att1="a"/>
|
H A D | axes115.xml | 3 <foo att1="c"/> 4 <foo att1="b"/> 5 <foo att1="a"/>
|
H A D | axes114.xml | 3 <foo att1="c"> 4 <foo att1="b"> 5 <foo att1="a"/>
|
H A D | axes14.xml | 3 <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 D | Sub2.java | 20 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 D | Sub1.java | 20 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 D | position85.xsl | 14 <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 D | position85.xml | 3 <foo att1="c"> 4 <foo att1="b"> 5 <foo att1="a">
|
/aosp_15_r20/external/apache-xml/test/tests/conf/attribset/ |
H A D | attribset20.xml | 4 <foo ped:att1="a"/> 5 <outer xml:att1="b"/> 8 <inner ped:att1="c"/> 9 <foo xml:att1="d"/>
|
H A D | attribset19.xsl | 15 <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 D | elementsetattributenodens01.java | 88 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 D | ElementSetAttributeNodeNS.java | 91 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 D | ruby1.yaml | 3 att1: [] 7 att1: MyString
|