/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/ |
SerializableBean.java | 30 private Integer iValue = null; 48 return iValue; 51 public void setIValue(Integer iValue) { 52 this.iValue = iValue;
|
/external/webkit/Source/WebCore/css/ |
MediaQueryExp.cpp | 66 if (value->unit == CSSParserValue::Operator && value->iValue == '/')
|
CSSParserValues.cpp | 74 RefPtr<CSSPrimitiveValue> primitiveValue = CSSPrimitiveValue::createIdentifier(iValue);
|
CSSParserValues.h | 49 int iValue;
|
CSSParser.cpp | [all...] |
CSSGrammar.y | [all...] |
SVGCSSParser.cpp | 330 if (value && value->unit == CSSParserValue::Operator && value->iValue == ',')
|
/external/srec/srec/EventLog/src/ |
EventLogImpl.c | 103 int iValue; 134 CHKLOG(rc, list->get(list, i, &iValue)); 137 CHKLOG(rc, SR_EventLogTokenInt(eventLog, lValue, iValue)); 739 int iValue; 758 CHKLOG(rc, ESR_SessionGetInt(key, &iValue)); 759 CHKLOG(rc, SR_EventLogTokenInt(self, key, iValue)); 789 CHKLOG(rc, list->get(list, j, &iValue)); 792 CHKLOG(rc, SR_EventLogTokenInt(self, lValue, iValue));
|
/external/icu4c/test/intltest/ |
numfmtst.h | 248 double checkRound(DecimalFormat* df, double iValue, double lastParsed);
|
numfmtst.cpp | [all...] |
/external/srec/shared/src/ |
SessionTypeImpl.c | 1074 int iValue; 1093 CHKLOG(rc, lstrtoi(value, &iValue, 10)); 1097 CHKLOG(rc, self->setInt(self, key, iValue)); [all...] |
/external/srec/srec/Recognizer/src/ |
RecognizerImpl.c | 371 int iValue; 485 CHKLOG(rc, IntArrayListGet(intList, i, &iValue)); 486 params->spectrum_filter_freq[i] = iValue; 498 CHKLOG(rc, IntArrayListGet(intList, i, &iValue)); 499 params->spectrum_filter_spread[i] = iValue; [all...] |
/external/sqlite/dist/ |
sqlite3.c | [all...] |
sqlite3.c.orig | [all...] |