/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"> 8 <foo att1="c" att2="no" spot="112"> 12 <foo att1="c" att2="ok" spot="12"> 13 <foo att1="b" att2="ok" spot="121"> 17 <foo att1="c" att2="no" spot="13"> 18 <foo att1="ok" att2="b" spot="131"> 21 <foo att1="c" att2="ok" spot="132">
|
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"> 8 <foo att1="c" att2="no" spot="112"> 12 <foo att1="d" att2="ok" spot="12"> 13 <foo att1="b" att2="ok" spot="121"> 17 <foo att1="b" att2="no" spot="13"> 18 <foo att1="ok" att2="b" spot="131"> 21 <foo att1="c" att2="ok" spot="132">
|
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"> 8 <foo att1="c" att2="no" spot="112"> 12 <foo att1="d" att2="ok" spot="12"> 13 <foo att1="b" att2="ok" spot="121"> 17 <foo att1="b" att2="no" spot="13"> 18 <foo att1="ok" att2="b" spot="131"> 21 <foo att1="c" att2="ok" spot="132">
|
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"> 8 <foo att1="c" att2="no" spot="112"> 12 <foo att1="d" att2="ok" spot="12"> 13 <foo att1="b" att2="ok" spot="121"> 17 <foo att1="b" att2="no" spot="13"> 18 <foo att1="ok" att2="b" spot="131"> 21 <foo att1="c" att2="ok" spot="132">
|
H A D | match09.xml | 3 <foo att1="c" att2="ok"> 4 <foo att1="b" att2="ok"> 5 <foo att1="a" att2="no"> 9 <foo att1="d" att2="ok"> 10 <foo att1="b" att2="ok"> 14 <foo att1="b" att2="no"> 15 <foo att1="ok" att2="b">
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/ |
H A D | Sub2.java | 21 private List<String> att2; field in Sub2 33 return att2; in getAtt2() 36 public void setAtt2(List<String> att2) { in setAtt2() argument 37 this.att2 = att2; in setAtt2()
|
H A D | Sub1.java | 21 private int att2; field in Sub1 33 return att2; in getAtt2() 36 public void setAtt2(int att2) { in setAtt2() argument 37 this.att2 = att2; in setAtt2()
|
/aosp_15_r20/external/snakeyaml/src/test/resources/ruby/ |
H A D | ruby1.yaml | 4 att2: 0 8 att2:
|
/aosp_15_r20/external/python/cpython3/Lib/test/xmltestdata/c14n-20/ |
D | out_inNsRedecl_c14nPrefix.xml | 1 <n0:foo xmlns:n0="" xmlns:n1="http://z2" xmlns:n2="http://z3" n1:att2="val2" n2:att1="val1"> 2 <n3:bar xmlns:n3="http://z0" n1:att1="val1" n2:att2="val2"></n3:bar>
|
D | inNsRedecl.xml | 1 <foo xmlns:a="http://z3" xmlns:b="http://z2" a:att1="val1" b:att2="val2"> 2 <bar xmlns="http://z0" xmlns:a="http://z2" a:att1="val1" b:att2="val2" xmlns:b="http://z3" />
|
D | out_inNsRedecl_c14nDefault.xml | 1 <foo xmlns:a="http://z3" xmlns:b="http://z2" b:att2="val2" a:att1="val1"> 2 <bar xmlns="http://z0" xmlns:a="http://z2" xmlns:b="http://z3" a:att1="val1" b:att2="val2"></bar>
|
D | out_inNsDefault_c14nDefault.xml | 2 <b:bar xmlns:b="http://b" att2="val" b:att1="val"></b:bar>
|
D | inNsDefault.xml | 2 <b:bar b:att1="val" att2="val"/>
|
D | out_inNsDefault_c14nPrefix.xml | 2 <n1:bar xmlns:n1="http://b" att2="val" n1:att1="val"></n1:bar>
|
D | out_inNsSuperfluous_c14nPrefix.xml | 1 <n0:foo xmlns:n0="http://z0" n0:att1="val1" n0:att2="val2">
|
/aosp_15_r20/external/expat/expat/xmlwf/ |
H A D | xmlwf.c | 181 attcmp(const void *att1, const void *att2) { in attcmp() argument 182 return tcscmp(*(const XML_Char *const *)att1, *(const XML_Char *const *)att2); in attcmp() 220 const XML_Char *att2 = *(const XML_Char *const *)p2; in nsattcmp() local 222 int sep2 = (tcsrchr(att2, NSSEP) != 0); in nsattcmp() 225 return tcscmp(att1, att2); in nsattcmp()
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | MeshSpecification.java | 160 * Float att2 163 * att1 would have an offset of 0, while att2 would have an offset of 12 bytes.
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/text/ |
H A D | OldAttributedStringTest.java | 418 aci[1] = new TestAttributedCharacterIteratorAttribute("att2"); in test_getIterator$Ljava_text_AttributedCharacterIterator$Attribute() 449 aci[1] = new TestAttributedCharacterIteratorAttribute("att2"); in test_getIterator$Ljava_text_AttributedCharacterIterator$AttributeII()
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
H A D | AccountManagerServiceTest.java | 358 mAms.setAuthToken(a11, "att2", "a11_att2"); in testAuthtokens() 361 mAms.setAuthToken(a12, "att2", "a12_att2"); in testAuthtokens() 365 assertEquals("a11_att2", mAms.peekAuthToken(a11, "att2")); in testAuthtokens() 368 assertEquals("a12_att2", mAms.peekAuthToken(a12, "att2")); in testAuthtokens() 375 assertEquals("a11_att2", mAms.peekAuthToken(a11, "att2")); in testAuthtokens() 378 assertNull(mAms.peekAuthToken(a12, "att2")); in testAuthtokens() 381 assertNull(mAms.peekAuthToken(a12, "att2")); in testAuthtokens()
|
/aosp_15_r20/external/cronet/third_party/libxml/fuzz/seed_corpus/ |
H A D | a0ace750155ff7b4d004337328e0f73fff48296c | 2 <a att="Ok" att2="Ok" att="Bad"> violates [ WFC: Unique Att Spec ] </a>
|
H A D | 6d93d9820e7b8f16da82c94a4bb2386b4abaa1f8 | 2 <a> <b att="Ok" att2="Ok" att="Bad"/> violates [ WFC: Unique Att Spec ] </a>
|
/aosp_15_r20/external/apache-xml/test/tests/xsltc/attribset/ |
H A D | attribset15.xml | 4 <Second at="ped:Att2"/>
|
/aosp_15_r20/external/apache-xml/test/tests/conf-gold/attribset/ |
H A D | attribset15.out | 2 <out xmlns:ped="http://ped.test.com" xmlns:this="http://www.this.com" Att1="First" ped:Att2="Second…
|