Home
last modified time | relevance | path

Searched refs:hp (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
DAuthenticationHeader.java150 HeaderParser hp = new HeaderParser (raw); in parse() local
151 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()
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java3490 String hp = System.getProperty in makeCommonPool() local
3497 if (hp != null) in makeCommonPool()
3499 getSystemClassLoader().loadClass(hp).newInstance()); in makeCommonPool()