Home
last modified time | relevance | path

Searched full:mykey (Results 1 – 25 of 199) sorted by relevance

12345678

/aosp_15_r20/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/test/
H A DMDCContextTest.kt25 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 Didkey03.xsl10 <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 Didkey27.xsl11 <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 Didkey28.xsl11 <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 Didkey29.xsl11 <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 Didkey08.xsl11 <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 Didkey12.xsl13 <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 Didkey02.xsl10 <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 Didkey11.xsl11 <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 Didkey10.xsl11 <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 Didkey19.xsl12 <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 Dautomaton_srv.py15 > 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 DHashMapTest.java426 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/
Dloosing_mro_ref.py9 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/
Dtest_cache.py192 <%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 Didkeyerr08.xsl14 <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 Didkeyerr10.xsl10 <!-- 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 Didkeyerr12.xsl15 <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 Didkeyerr04.xsl15 <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 Didkeyerr06.xsl15 <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 Didkeyerr03.xsl16 <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 Didkeyerr11.xsl15 <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 Didkeyerr05.xsl15 <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 Didkeyerr09.xsl15 <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 Didkeyerr02.xsl16 <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"/>

12345678