HomeSort by relevance Sort by last modified time
    Searched full:ivalue (Results 1 - 25 of 25) 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/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;
  /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/bluetooth/glib/tests/
hash-test.c 393 gpointer ikey, ivalue; local
422 g_assert (g_hash_table_iter_next (&iter, &ikey, &ivalue));
424 handle_pair (ikey, ivalue, result_array);
429 g_assert (! g_hash_table_iter_next (&iter, &ikey, &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/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...]
  /external/icu4c/test/intltest/
numfmtst.h 251 double checkRound(DecimalFormat* df, double iValue, double lastParsed);
numfmtst.cpp     [all...]
  /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...]
cxpersistence.cpp 706 int ivalue = cvRound(value); local
707 if( ivalue == value )
708 sprintf( buf, "%d.", ivalue );
746 int ivalue = cvRound(value); local
747 if( ivalue == value )
748 sprintf( buf, "%d.", 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...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /external/jdiff/
xerces.jar 
  /external/zxing/core/
core.jar 

Completed in 834 milliseconds