Searched defs:validUnit (Results 1 - 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/
H A DIdleConnectionHandler.java184 * @param validUnit The unit of time the duration is specified in.
186 TimeValues(long now, long validDuration, TimeUnit validUnit) { argument
189 this.timeExpires = now + validUnit.toMillis(validDuration);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.h348 inline bool validUnit(CSSParserValue* value, Units unitflags, ReleaseParsedCalcValueCondition releaseCalc = DoNotReleaseParsedCalcValue) { return validUnit(value, unitflags, m_context.mode(), releaseCalc); } function in class:blink::CSSPropertyParser
349 bool validUnit(CSSParserValue*, Units, CSSParserMode, ReleaseParsedCalcValueCondition releaseCalc = DoNotReleaseParsedCalcValue);
H A DCSSPropertyParser.cpp255 bool CSSPropertyParser::validUnit(CSSParserValue* value, Units unitflags, CSSParserMode cssParserMode, ReleaseParsedCalcValueCondition releaseCalc) function in class:blink::CSSPropertyParser
389 return !id && validUnit(value, FLength | FPercent | FNonNeg);
455 // Note: m_parsedCalculation is used to pass the calc value to validUnit and then cleared at the end of this function.
456 // FIXME: This is to avoid having to pass parsedCalc to all validUnit callers.
565 validPrimitive = validUnit(value, FLength | FNonNeg);
648 while (value && validUnit(value, FNumber)) {
792 validPrimitive = validUnit(value, FLength | FNonNeg);
800 validPrimitive = validUnit(value, FLength);
815 validPrimitive = (!id && validUnit(value, FLength | FPercent | FNonNeg));
852 validPrimitive = (!id && validUnit(valu
[all...]
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 233 milliseconds