OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kw2
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValueComparator.java
54
String
kw2
= atav2.getType().getName();
local
55
if (kw1 != null &&
kw2
== null) {
58
if (kw1 == null &&
kw2
!= null) {
61
if (kw1 != null &&
kw2
!= null) {
62
return kw1.compareTo(
kw2
);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_functools.py
123
args2,
kw2
= p()
124
self.assertTrue(args2 == (0,) and
kw2
== {'a':1})
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_functools.py
123
args2,
kw2
= p()
124
self.assertTrue(args2 == (0,) and
kw2
== {'a':1})
Completed in 790 milliseconds