HomeSort by relevance Sort by last modified time
    Searched full:ivalue (Results 1 - 25 of 35) sorted by null

1 2

  /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/wml/
WMLAttributeNames.in 13 ivalue
WMLSelectElement.cpp 249 // Spec: Step 1 - the default option index is determined using iname and ivalue
288 // Spec: If the default option index is empty and the 'ivalue' attribute is specified,
290 String ivalue = this->ivalue(); local
291 if (m_defaultOptionIndices.isEmpty() && !ivalue.isEmpty())
292 m_defaultOptionIndices = parseIndexValueString(ivalue);
550 String WMLSelectElement::ivalue() const function in class:WMLSelectElement
WMLSelectElement.h 111 String ivalue() const;
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegDecoder.cpp 958 int ivalue[4]; local
1351 int ivalue[4]; local
    [all...]
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/libvorbis/vq/
bookutil.h 30 extern int get_next_ivalue(FILE *in,long *ivalue);
bookutil.c 159 int get_next_ivalue(FILE *in,long *ivalue){
162 *ivalue=value;
  /external/opencv/cv/src/
cvutils.cpp 344 const int* ivalue = (const int*)value; local
345 int v0 = ivalue[0];
356 if( ivalue[j] != ivalue[0] )
377 idst[j] = ivalue[j];
396 idst[j+k] = ivalue[k];
398 idst[j+k] = ivalue[k];
  /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/include/
ExynosJpegApi.h 110 int setCache(int iValue);
137 int t_v4l2SetCtrl(int iFd, int iCid, int iValue);
  /external/webkit/Source/WebCore/css/
CSSParserValues.cpp 74 RefPtr<CSSPrimitiveValue> primitiveValue = CSSPrimitiveValue::createIdentifier(iValue);
CSSParserValues.h 49 int iValue;
MediaQueryExp.cpp 66 if (value->unit == CSSParserValue::Operator && value->iValue == '/')
CSSParser.cpp     [all...]
CSSGrammar.y     [all...]
SVGCSSParser.cpp 330 if (value && value->unit == CSSParserValue::Operator && value->iValue == ',')
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.c 1272 i32 ivalue; local
1408 i32 ivalue; local
    [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);
  /frameworks/base/services/java/com/android/server/
LockSettingsService.java 126 int ivalue = Settings.Secure.getIntForUser(cr, OWNER_INFO_ENABLED, userId); local
127 enabled = 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /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/opencv/cxcore/src/
cxarray.cpp 1859 int ivalue = cvRound(value); local
    [all...]

Completed in 2337 milliseconds

1 2