/aosp_15_r20/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/test/ |
H A D | MDCContextTest.kt | 25 MDC.put("myKey", "myValue") in <lambda>() 28 assertNull(MDC.get("myKey")) in <lambda>() 37 MDC.put("myKey", "myValue") in <lambda>() 40 assertEquals("myValue", MDC.get("myKey")) in <lambda>() 50 MDC.put("myKey", "myValue") in <lambda>() 52 MDC.put("myKey", "myValue2") in <lambda>() 55 assertEquals("myValue", MDC.get("myKey")) in <lambda>() 61 assertEquals("myValue", MDC.get("myKey")) in <lambda>() 66 MDC.put("myKey", "myValue") in testContextPassedWhileOnMainThread() 69 assertEquals("myValue", MDC.get("myKey")) in testContextPassedWhileOnMainThread() [all …]
|
/aosp_15_r20/external/apache-xml/test/tests/conf/idkey/ |
H A D | idkey03.xsl | 10 <xsl:key name="mykey" match="div" use="title"/> 14 <xsl:apply-templates select="key('mykey', 'Introduction')/p"/> 15 <xsl:apply-templates select="key('mykey', 'Stylesheet Structure')"/> 16 <xsl:apply-templates select="key('mykey', 'Expressions')/p"/> 17 <xsl:apply-templates select="key('mykey', 'Patterns')"/> 21 <xsl:template match="key('mykey', 'Introduction')/p"> 25 <xsl:template match="key('mykey', 'Stylesheet Structure')"> 29 <xsl:template match="key('mykey', 'Expressions')/p"> 33 <xsl:template match="key('mykey', 'Patterns')">
|
H A D | idkey27.xsl | 11 <xsl:key name="mykey" match="div" use="title"/> 15 <xsl:value-of select="key('mykey','Introduction')/p"/><xsl:text>,</xsl:text> 16 <xsl:value-of select="key('mykey','Stylesheet Structure')/p"/><xsl:text>,</xsl:text> 17 <xsl:value-of select="key('mykey','Expressions')/p"/><xsl:text>,</xsl:text> 18 <xsl:value-of select="key('mykey','')/p"/><xsl:text>,</xsl:text> 19 <xsl:value-of select="key('mykey','Sorting')/p"/>
|
H A D | idkey28.xsl | 11 <xsl:key name="mykey" match="div" use="@title"/> 15 <xsl:value-of select="key('mykey','Introduction')/p"/><xsl:text>,</xsl:text> 16 <xsl:value-of select="key('mykey','Stylesheet Structure')/p"/><xsl:text>,</xsl:text> 17 <xsl:value-of select="key('mykey','Expressions')/p"/><xsl:text>,</xsl:text> 18 <xsl:value-of select="key('mykey','')/p"/><xsl:text>,</xsl:text> 19 <xsl:value-of select="key('mykey','Sorting')/p"/>
|
H A D | idkey29.xsl | 11 <xsl:key name="mykey" match="div" use="text()"/> 15 <xsl:value-of select="key('mykey','Intro Section')/@title"/><xsl:text>,</xsl:text> 16 <xsl:value-of select="key('mykey','SS Section')/@title"/><xsl:text>,</xsl:text> 17 <xsl:value-of select="key('mykey','Exp Section')/@title"/><xsl:text>,</xsl:text> 18 <xsl:value-of select="key('mykey',' ')/@title"/><xsl:text>,</xsl:text> 19 <xsl:value-of select="key('mykey','Sort Section')/@title"/>
|
H A D | idkey08.xsl | 11 <xsl:key name="mykey" match="div" use="number(q)"/> 15 <xsl:value-of select="key('mykey', 1 )/p"/><xsl:text>,</xsl:text> 16 <xsl:value-of select="key('mykey', 3.0 )/p"/><xsl:text>,</xsl:text> 17 <xsl:value-of select="key('mykey', 1+1 )/p"/><xsl:text>,</xsl:text> 18 <xsl:value-of select="key('mykey', 3.7 )/p"/>
|
H A D | idkey12.xsl | 13 <xsl:key name="mykey" match="div" use="title" /> 17 <xsl:value-of select="key('mykey', 'Introduction')/p"/> 18 <xsl:value-of select="key('mykey', 'Stylesheet Structure')/p"/> 19 <xsl:value-of select="key('mykey', 'Expressions')/p"/> 20 <xsl:value-of select="key('mykey', 'Second Title in Structure')/p"/>
|
H A D | idkey02.xsl | 10 <xsl:key name="mykey" match="div" use="title"/> 14 <xsl:value-of select="key('mykey', 'Introduction')/p"/><xsl:text>,</xsl:text> 15 <xsl:value-of select="key('mykey', 'Stylesheet Structure')/p"/><xsl:text>,</xsl:text> 16 <xsl:value-of select="key('mykey', 'Expressions')/p"/>
|
H A D | idkey11.xsl | 11 <xsl:key use="title" name="mykey" match="div" /> 15 <xsl:value-of select="key('mykey', 'Introduction')/p"/> 16 <xsl:value-of select="key('mykey', 'Stylesheet Structure')/p"/> 17 <xsl:value-of select="key('mykey', 'Expressions')/p"/>
|
H A D | idkey10.xsl | 11 <xsl:key match="div" use="title" name="mykey" /> 15 <xsl:value-of select="key('mykey', 'Introduction')/p"/> 16 <xsl:value-of select="key('mykey', 'Stylesheet Structure')/p"/> 17 <xsl:value-of select="key('mykey', 'Expressions')/p"/>
|
H A D | idkey19.xsl | 12 <xsl:key name="baz:mykey" match="div" use="title"/> 16 <xsl:value-of select="key('baz:mykey', 'Introduction')/p"/><xsl:text> </xsl:text> 17 <xsl:value-of select="key('baz:mykey', 'Stylesheet Structure')/p"/><xsl:text> </xsl:text> 18 <xsl:value-of select="key('baz:mykey', 'Expressions')/p"/>
|
/aosp_15_r20/external/scapy/scapy/layers/tls/ |
H A D | automaton_srv.py | 15 > t = TLSServerAutomaton(mycert='<cert.pem>', mykey='<key.pem>') 50 _'mycert' and 'mykey' may be provided as filenames. They are needed for any 61 mycert=None, mykey=None, argument 69 mykey=mykey, 175 self.cur_session.server_key = self.mykey 176 if isinstance(self.mykey, PrivKeyRSA): 177 self.cur_session.server_rsa_key = self.mykey 178 #elif isinstance(self.mykey, PrivKeyECDSA): 179 # self.cur_session.server_ecdsa_key = self.mykey 207 if isinstance(self.mykey, PrivKeyRSA): [all …]
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | HashMapTest.java | 426 Integer myKey = new Integer(0); in test_putLjava_lang_ObjectLjava_lang_Object() local 428 map.put(myKey, "myValue"); in test_putLjava_lang_ObjectLjava_lang_Object() 429 assertTrue(map.containsKey(myKey)); in test_putLjava_lang_ObjectLjava_lang_Object() 430 assertEquals("myValue", map.get(myKey)); in test_putLjava_lang_ObjectLjava_lang_Object() 434 if (found = key == myKey) { in test_putLjava_lang_ObjectLjava_lang_Object() 441 assertNotNull(map.remove(myKey)); in test_putLjava_lang_ObjectLjava_lang_Object() 442 map.put(myKey, "myValue"); in test_putLjava_lang_ObjectLjava_lang_Object() 443 assertTrue(map.containsKey(myKey)); in test_putLjava_lang_ObjectLjava_lang_Object() 444 assertEquals("myValue", map.get(myKey)); in test_putLjava_lang_ObjectLjava_lang_Object() 447 if (found = key == myKey) { in test_putLjava_lang_ObjectLjava_lang_Object() [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/test/crashers/ |
D | loosing_mro_ref.py | 9 class MyKey(object): class 11 return hash('mykey') 25 mykey = 'from Base' variable in Base 28 mykey = 'from Base2' variable in Base2 32 X = type('X', (Base,), {MyKey(): 5}) 34 print X.mykey
|
/aosp_15_r20/external/python/mako/test/ |
D | test_cache.py | 192 <%block name="foo" cached="True" cache_key="${mykey}"> 198 t.render(mykey="thekey") 199 t.render(mykey="thekey") 200 eq_(result_lines(t.render(mykey="thekey")), ["some block"]) 205 <%def name="foo()" cached="True" cache_key="${mykey}"> 212 t.render(mykey="thekey") 213 t.render(mykey="thekey") 214 eq_(result_lines(t.render(mykey="thekey")), ["some def"])
|
/aosp_15_r20/external/apache-xml/test/tests/conferr/idkeyerr/ |
H A D | idkeyerr08.xsl | 14 <xsl:key name="mykey" match="+" use="title"/> 17 <xsl:value-of select="key('mykey', 'Introduction')/p"/> 18 <xsl:value-of select="key('mykey', 'Stylesheet Structure')/p"/> 19 <xsl:value-of select="key('mykey', 'Expressions')/p"/>
|
H A D | idkeyerr10.xsl | 10 <!-- ExpectedException: There is no xsl:key declaration for mykey --> 17 <xsl:value-of select="key('mykey', 'Introduction')/p"/> 18 <xsl:value-of select="key('mykey', 'Stylesheet Structure')/p"/> 19 <xsl:value-of select="key('mykey', 'Expressions')/p"/>
|
H A D | idkeyerr12.xsl | 15 <xsl:key name="mykey" match="div" use="$v1" /> 18 <xsl:value-of select="key('mykey', 'Introduction')/p"/> 19 <xsl:value-of select="key('mykey', 'Stylesheet Structure')/p"/> 20 <xsl:value-of select="key('mykey', 'Expressions')/p"/>
|
H A D | idkeyerr04.xsl | 15 <xsl:key name="mykey" match="div" use="title" name="otherkey" /> 18 <xsl:value-of select="key('mykey', 'Introduction')/p"/> 19 <xsl:value-of select="key('mykey', 'Stylesheet Structure')/p"/> 20 <xsl:value-of select="key('mykey', 'Expressions')/p"/>
|
H A D | idkeyerr06.xsl | 15 <xsl:key name="mykey" use="foo" match="div" use="title"/> 18 <xsl:value-of select="key('mykey', 'Introduction')/p"/> 19 <xsl:value-of select="key('mykey', 'Stylesheet Structure')/p"/> 20 <xsl:value-of select="key('mykey', 'Expressions')/p"/>
|
H A D | idkeyerr03.xsl | 16 <xsl:key name="mykey" match="div" /> 19 <xsl:value-of select="key('mykey', 'Introduction')/p"/> 20 <xsl:value-of select="key('mykey', 'Stylesheet Structure')/p"/> 21 <xsl:value-of select="key('mykey', 'Expressions')/p"/>
|
H A D | idkeyerr11.xsl | 15 <xsl:key name="mykey" match="$v1" use="title"/> 18 <xsl:value-of select="key('mykey', 'Introduction')/p"/> 19 <xsl:value-of select="key('mykey', 'Stylesheet Structure')/p"/> 20 <xsl:value-of select="key('mykey', 'Expressions')/p"/>
|
H A D | idkeyerr05.xsl | 15 <xsl:key name="mykey" match="foo" use="title" match="div" /> 18 <xsl:value-of select="key('mykey', 'Introduction')/p"/> 19 <xsl:value-of select="key('mykey', 'Stylesheet Structure')/p"/> 20 <xsl:value-of select="key('mykey', 'Expressions')/p"/>
|
H A D | idkeyerr09.xsl | 15 <xsl:key name="mykey" match="div" use="+"/> 18 <xsl:value-of select="key('mykey', 'Introduction')/p"/> 19 <xsl:value-of select="key('mykey', 'Stylesheet Structure')/p"/> 20 <xsl:value-of select="key('mykey', 'Expressions')/p"/>
|
H A D | idkeyerr02.xsl | 16 <xsl:key name="mykey" use="title"/> 19 <xsl:value-of select="key('mykey', 'Introduction')/p"/> 20 <xsl:value-of select="key('mykey', 'Stylesheet Structure')/p"/> 21 <xsl:value-of select="key('mykey', 'Expressions')/p"/>
|