Home
last modified time | relevance | path

Searched refs:IKey (Results 1 – 6 of 6) sorted by relevance

/external/jcommander/src/main/java/com/beust/jcommander/
DFuzzyMap.java12 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()
DStringKey.java3 import com.beust.jcommander.FuzzyMap.IKey;
5 public class StringKey implements IKey {
DJCommander.java41 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/
DRegAllocPBQP.cpp182 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/
DOnDiskHashTable.h328 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/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...