/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/ |
DoubleKeyMap.java | 9 public class DoubleKeyMap<Key1, Key2, Value> { 10 Map<Key1, Map<Key2, Value>> data = new LinkedHashMap<Key1, Map<Key2, Value>>(); 12 public Value put(Key1 k1, Key2 k2, Value v) { 26 public Value get(Key1 k1, Key2 k2) { 32 public Map<Key2, Value> get(Key1 k1) { return data.get(k1); } 35 public Collection<Value> values(Key1 k1) { 42 public Set<Key1> keySet() { 47 public Set<Key2> keySet(Key1 k1) {
|
/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/ |
DhVerify.c | 36 UINT8 Key1[64];
49 Key1Length = sizeof (Key1);
83 Print (L"Generate key1 ... ");
97 Print (L"Compute key1 ... ");
98 Status = DhComputeKey (Dh1, PublicKey2, PublicKey2Length, Key1, &Key1Length);
117 if (CompareMem (Key1, Key2, Key1Length) != 0) {
|
/external/lzma/CPP/7zip/UI/Common/ |
UpdateCallback.h | 36 UInt64 Key1;
42 if (Key1 < a.Key1) return -1;
43 if (Key1 > a.Key1) return 1;
|
UpdateCallback.cpp | 495 pair.Key1 = props.VolID;
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
Proxy.java | 428 * Key1 and Key2 are optimized for the common use of dynamic proxies 435 private static final class Key1 extends WeakReference<Class<?>> { 438 Key1(Class<?> intf) { 453 obj.getClass() == Key1.class && 455 intf == ((Key1) obj).get(); 545 case 1: return new Key1(interfaces[0]); // the most frequent [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
Misc.py | 427 for Key1, Val1 in Dict.items():
428 self[Key1] = Val1
430 for Key1, Val1 in Kwargs.items():
431 self[Key1] = Val1
[all...] |
/prebuilts/go/darwin-x86/src/text/template/ |
doc.go | 169 .Field1.Key1.Field2.Key2 173 $x.key1.key2 184 .Field1.Key1.Method1.Field2.Key2.Method2
|
/prebuilts/go/linux-x86/src/text/template/ |
doc.go | 169 .Field1.Key1.Field2.Key2 173 $x.key1.key2 184 .Field1.Key1.Method1.Field2.Key2.Method2
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
GenPcdDb.py | 610 # @param Key1 The key used to search the List1
611 # @param List1 The list that Key1 will be searched
615 # @retval Index The position inside the list where list1[Index] == Key1 and list2[Index] == Key2
617 def GetMatchedIndex(Key1, List1, Key2, List2):
620 Index = List1.index(Key1, StartPos)
[all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dbdaoint.h | [all...] |
/frameworks/base/ |
preloaded-classes | [all...] |
compiled-classes-phone | [all...] |