Searched refs:IKey (Results 1 – 6 of 6) sorted by relevance
/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/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 182 typedef std::pair<AllowedRegVecPtr, AllowedRegVecPtr> IKey; typedef in __anon4cb6f5b20111::Interference 183 typedef DenseMap<IKey, PBQPRAGraph::MatrixPtr> IMatrixCache; 184 typedef DenseSet<IKey> DisjointAllowedRegsCache; 198 return D.count(IKey(NRegs, MRegs)) > 0; in haveDisjointAllowedRegs() 200 return D.count(IKey(MRegs, NRegs)) > 0; in haveDisjointAllowedRegs() 212 D.insert(IKey(NRegs, MRegs)); in setDisjointAllowedRegs() 214 D.insert(IKey(MRegs, NRegs)); in setDisjointAllowedRegs() 372 IKey K(&NRegs, &MRegs); in createInterferenceEdge()
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 328 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey); 329 hash_value_type KeyHash = InfoObj.ComputeHash(IKey); 330 return find_hashed(IKey, KeyHash, InfoPtr); 334 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash, 375 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/ ... |