/external/jcommander/src/main/java/com/beust/jcommander/ |
D | FuzzyMap.java | 12 interface IKey { interface in FuzzyMap 16 public static <V> V findInMap(Map<? extends IKey, V> map, IKey name, in findInMap() argument 24 for (IKey c : map.keySet()) { in findInMap() 34 private static <V> V findAbbreviatedValue(Map<? extends IKey, V> map, IKey name, in findAbbreviatedValue() argument 38 for (IKey c : map.keySet()) { in findAbbreviatedValue()
|
D | StringKey.java | 3 import com.beust.jcommander.FuzzyMap.IKey; 5 public class StringKey implements IKey {
|
D | JCommander.java | 41 import com.beust.jcommander.FuzzyMap.IKey; 71 private Map<IKey, ParameterDescription> m_descriptions; 128 private Map<IKey, ProgramName> aliasMap = Maps.newLinkedHashMap(); 409 for (Map.Entry<IKey, ParameterDescription> es : m_descriptions.entrySet()) { in getPrefixDescriptionFor() 1399 IKey alias = new StringKey(a); in addCommand() 1502 private static final class ProgramName implements IKey {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 219 using IKey = std::pair<AllowedRegVecPtr, AllowedRegVecPtr>; typedef in __anone52c97ea0111::Interference 220 using IMatrixCache = DenseMap<IKey, PBQPRAGraph::MatrixPtr>; 221 using DisjointAllowedRegsCache = DenseSet<IKey>; 235 return D.count(IKey(NRegs, MRegs)) > 0; in haveDisjointAllowedRegs() 237 return D.count(IKey(MRegs, NRegs)) > 0; in haveDisjointAllowedRegs() 249 D.insert(IKey(NRegs, MRegs)); in setDisjointAllowedRegs() 251 D.insert(IKey(MRegs, NRegs)); in setDisjointAllowedRegs() 407 IKey K(&NRegs, &MRegs); in createInterferenceEdge()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 189 typedef std::pair<AllowedRegVecPtr, AllowedRegVecPtr> IKey; typedef in __anon4cb6f5b20111::Interference 190 typedef DenseMap<IKey, PBQPRAGraph::MatrixPtr> IMatrixCache; 191 typedef DenseSet<IKey> DisjointAllowedRegsCache; 205 return D.count(IKey(NRegs, MRegs)) > 0; in haveDisjointAllowedRegs() 207 return D.count(IKey(MRegs, NRegs)) > 0; in haveDisjointAllowedRegs() 219 D.insert(IKey(NRegs, MRegs)); in setDisjointAllowedRegs() 221 D.insert(IKey(MRegs, NRegs)); in setDisjointAllowedRegs() 379 IKey K(&NRegs, &MRegs); in createInterferenceEdge()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 344 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey); 345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey); 346 return find_hashed(IKey, KeyHash, InfoPtr); 350 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash, 391 if (!InfoPtr->EqualKey(X, IKey)) {
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 344 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey); 345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey); 346 return find_hashed(IKey, KeyHash, InfoPtr); 350 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash, 391 if (!InfoPtr->EqualKey(X, IKey)) {
|
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |