Searched defs:iValue (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DToken.cpp56 bool Token::iValue(int *value) const function in class:pp::Token
/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_mutex.c332 int iValue; member in struct:ConfigOption
353 i = aOpt[i].iValue;
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 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 Dpragma.c35 static const u8 iValue[] = {1, 0, 0, 0, 1, 1, 2}; local
43 return iValue[i];
H A Dtest6.c696 int iValue; member in struct:DeviceFlag
763 iDc |= aFlag[iChoice].iValue;
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_multiplex.c1107 int iValue = 0; local
1141 if( Tcl_GetIntFromObj(interp, objv[4], &iValue) ){
1144 pArg = (void *)&iValue;
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 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 Dvdbe.c253 i64 iValue; local
257 if( 0==sqlite3Atoi64(pRec->z, &iValue, pRec->n, enc) ){
258 pRec->u.i = 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 Dtest1.c2237 int iValue; local
2266 iValue = sqlite3_stmt_status(pStmt, op, resetFlag);
2267 Tcl_SetObjResult(interp, Tcl_NewIntObj(iValue));
H A DsqliteInt.h1643 int iValue; /* Non-negative integer value if EP_IntValue */ member in union:Expr::__anon15498
1693 #define EP_IntValue 0x0400 /* Integer value contained in u.iValue */
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSParserValues.h145 int iValue; member in union:blink::CSSParserValue::__anon11028
/external/pdfium/fpdfsdk/src/javascript/
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);
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();
/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));
/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/srec/srec/Recognizer/src/
H A DRecognizerImpl.c371 int iValue; local
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;
/external/chromium_org/third_party/icu/source/test/intltest/
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.cpp2938 double iValue=base+(increment*(i*0.1)); local
2940 if (iValue!=0) {
2941 smallIncrement*=iValue;
2944 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed);
2945 lastParsed=checkRound(df, iValue, lastParsed);
2946 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed);
2950 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) { argument
2955 df->format(iValue, formattedDecimal, status);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9988 int iValue; /* Non-negative integer value if EP_IntValue */ member in union:Expr::__anon15461
10038 #define EP_IntValue 0x0400 /* Integer value contained in u.iValue */
16231 ** Return the ceiling of the logarithm base 2 of iValue.
16240 static int memsys5Log(int iValue){ argument
16242 for(iLog=0; (iLog<(int)((sizeof(int)*8)-1)) && (1<<iLog)<iValue; iLog++);
61411 sqlite3_bind_int(sqlite3_stmt *p, int i, int iValue) argument
61414 sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue) argument
62069 i64 iValue; local
71123 int iValue = 0; local
87571 static const u8 iValue[] = {1, 0, 0, 0, 1, 1, 2}; local
[all...]

Completed in 492 milliseconds

12