HomeSort by relevance Sort by last modified time
    Searched refs:iValue (Results 1 - 20 of 20) 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;
  /hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h 110 int setCache(int iValue);
137 int t_v4l2SetCtrl(int iFd, int iCid, int 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));
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 287 int ExynosJpegBase::t_v4l2SetCtrl(int iFd, int iCid, int iValue)
293 vc.value = iValue;
297 JPEG_ERROR_LOG("[%s] VIDIOC_S_CTRL failed : cid(%d), value(%d)\n", __func__, iCid, iValue);
550 int ExynosJpegBase::setCache(int iValue)
556 if (t_v4l2SetCtrl(t_iJpegFd, V4L2_CID_CACHEABLE, iValue)<0) {
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java 661 * @param iValue The integer to examine.
664 public static int sign(int iValue) {
665 if (iValue > 0) {
668 if (iValue < 0) {
    [all...]
  /device/lge/mako/camera/inc/
omx_jpeg_common.h 157 int iValue;
  /external/icu4c/test/intltest/
numfmtst.h 260 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...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/zxing/core/
core.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 404 milliseconds