HomeSort by relevance Sort by last modified time
    Searched defs:iValue (Results 1 - 7 of 7) sorted by null

  /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/
CSSParserValues.h 49 int 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/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/icu4c/test/intltest/
numfmtst.cpp     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 165 milliseconds