Searched refs:iValue (Results 1 - 25 of 42) sorted by relevance

12

/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
H A DSerializableBean.java30 private Integer iValue = null; field in class:SerializableBean
48 return iValue;
51 public void setIValue(Integer iValue) { argument
52 this.iValue = iValue;
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_wholenumber.c36 unsigned iValue; /* Current value */ member in struct:wholenumber_cursor
91 pCur->iValue++;
104 sqlite3_result_int64(ctx, pCur->iValue);
113 *pRowid = pCur->iValue;
123 return pCur->iValue>pCur->mxValue || pCur->iValue==0;
152 pCur->iValue = 1;
156 if( v>pCur->iValue && v<=pCur->mxValue ) pCur->iValue = v;
161 if( v>=pCur->iValue
[all...]
H A Dtest_malloc.c1227 int rc, iValue, mxValue; local
1261 iValue = 0;
1263 rc = sqlite3_status(op, &iValue, &mxValue, resetFlag);
1266 Tcl_ListObjAppendElement(0, pResult, Tcl_NewIntObj(iValue));
1284 int rc, iValue, mxValue; local
1320 iValue = 0;
1322 rc = sqlite3_db_status(db, op, &iValue, &mxValue, resetFlag);
1325 Tcl_ListObjAppendElement(0, pResult, Tcl_NewIntObj(iValue));
H A Dtest_mutex.c332 int iValue; member in struct:ConfigOption
353 i = aOpt[i].iValue;
H A Dmem5.c434 ** Return the ceiling of the logarithm base 2 of iValue.
443 static int memsys5Log(int iValue){ argument
445 for(iLog=0; (iLog<(int)((sizeof(int)*8)-1)) && (1<<iLog)<iValue; iLog++);
H A Dvdbeapi.c1077 int sqlite3_bind_int(sqlite3_stmt *p, int i, int iValue){ argument
1078 return sqlite3_bind_int64(p, i, (i64)iValue);
1080 int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){ argument
1085 sqlite3VdbeMemSetInt64(&p->aVar[i-1], iValue);
H A Dexpr.c375 ** into u.iValue and the EP_IntValue flag is set. No extra storage
386 int iValue = 0; local
390 || sqlite3GetInt32(pToken->z, &iValue)==0 ){
392 assert( iValue>=0 );
402 pNew->u.iValue = iValue;
617 assert( !ExprHasProperty(p, EP_IntValue) || p->u.iValue>=0 );
1211 *pValue = p->u.iValue;
1952 int i = pExpr->u.iValue;
3451 if( !ExprHasProperty(pB, EP_IntValue) || pA->u.iValue!
[all...]
H A Dtest6.c696 int iValue; member in struct:DeviceFlag
763 iDc |= aFlag[iChoice].iValue;
H A Dtest_vfs.c1147 int iValue; member in struct:DeviceFlag
1188 if( aFlag[idx].iValue<0 && nFlags>1 ){
1192 iNew |= aFlag[idx].iValue;
1200 if( p->iDevchar & aFlag[iFlag].iValue ){
H A Dtest_multiplex.c1107 int iValue = 0; local
1141 if( Tcl_GetIntFromObj(interp, objv[4], &iValue) ){
1144 pArg = (void *)&iValue;
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Value.cpp21 CJS_Value::CJS_Value(v8::Isolate* isolate, const int &iValue):m_isolate(isolate) argument
23 operator =(iValue);
155 void CJS_Value::operator =(int iValue) argument
157 m_pValue = JS_NewNumber(m_isolate, iValue);
319 void CJS_PropValue::operator <<(int iValue) argument
322 CJS_Value::operator =(iValue);
325 void CJS_PropValue::operator >>(int & iValue) const
328 iValue = CJS_Value::operator int();
H A Dutil.cpp321 int iValue; member in struct:stru_TbConvertAd
337 //_itot(cTableAd[iIndex].iValue,tszValue,10);
339 sValue.Format((FX_LPCWSTR)L"%d",cTableAd[iIndex].iValue);
344 //strFormat.Format(strFormat,cTableAd[iIndex].iValue);
417 int iValue; member in struct:stru_TbConvertAd
433 //_itot(cTableAd[iIndex].iValue,tszValue,10);
435 sValue.Format((FX_LPCWSTR)L"%d",cTableAd[iIndex].iValue);
440 //strFormat.Format(strFormat,cTableAd[iIndex].iValue);
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DToken.cpp56 bool Token::iValue(int *value) const function in class:pp::Token
H A DToken.h96 bool iValue(int *value) const;
H A DDirectiveParser.cpp736 if (valid && !token->iValue(&version))
806 if (valid && !token->iValue(&line))
820 if (valid && !token->iValue(&file))
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Value.h18 CJS_Value(v8::Isolate* isolate, const int &iValue);
49 void operator = (int iValue);
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c103 int iValue; local
134 CHKLOG(rc, list->get(list, i, &iValue));
137 CHKLOG(rc, SR_EventLogTokenInt(eventLog, lValue, iValue));
751 int iValue; local
770 CHKLOG(rc, ESR_SessionGetInt(key, &iValue));
771 CHKLOG(rc, SR_EventLogTokenInt(self, key, iValue));
801 CHKLOG(rc, list->get(list, j, &iValue));
804 CHKLOG(rc, SR_EventLogTokenInt(self, lValue, iValue));
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSParserValues.h145 int iValue; member in union:blink::CSSParserValue::__anon11028
H A DMediaQueryParser.cpp246 value.iValue = token.delimiter();
H A DCSSPropertyParser.cpp349 return value && value->unit == CSSParserValue::Operator && value->iValue == ',';
363 return value->unit == CSSParserValue::Operator && value->iValue == '/';
1584 if (val->unit == CSSParserValue::Operator && val->iValue == ',') {
2674 if (value->unit == CSSParserValue::Operator && value->iValue == ',')
3968 if (value->iValue != '/')
4524 (nextValue->unit == CSSParserValue::Operator && nextValue->iValue == ',');
4692 if (value->unit == CSSParserValue::Operator && value->iValue == ',') {
4709 if (value && value->unit == CSSParserValue::Operator && value->iValue == ',')
4736 if (value->unit == CSSParserValue::Operator && value->iValue == ',')
5445 if (val->iValue !
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.h277 double checkRound(DecimalFormat* df, double iValue, double lastParsed);
H A Dnumfmtst.cpp2913 double iValue=base+(increment*(i*0.1)); local
2915 if (iValue!=0) {
2916 smallIncrement*=iValue;
2919 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed);
2920 lastParsed=checkRound(df, iValue, lastParsed);
2921 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed);
2925 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) { argument
2930 df->format(iValue, formattedDecimal, status);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h293 double checkRound(DecimalFormat* df, double iValue, double lastParsed);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQueryExp.cpp278 } else if (i == 1 && value->unit == CSSParserValue::Operator && value->iValue == '/') {
/external/srec/shared/src/
H A DSessionTypeImpl.c1074 int iValue; local
1093 CHKLOG(rc, lstrtoi(value, &iValue, 10));
1097 CHKLOG(rc, self->setInt(self, key, iValue));

Completed in 689 milliseconds

12