Searched refs:hp (Results 1 – 2 of 2) sorted by relevance
150 HeaderParser hp = new HeaderParser (raw); in parse() local151 Iterator keys = hp.keys(); in parse()155 if (hp.findValue(i) == null) { /* found a scheme name */ in parse()157 HeaderParser hpn = hp.subsequence (lastSchemeIndex, i); in parse()165 HeaderParser hpn = hp.subsequence (lastSchemeIndex, i); in parse()
3490 String hp = System.getProperty in makeCommonPool() local3497 if (hp != null) in makeCommonPool()3499 getSystemClassLoader().loadClass(hp).newInstance()); in makeCommonPool()