HomeSort by relevance Sort by last modified time
    Searched defs:iValue (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Token.cpp 56 bool Token::iValue(int *value) const
  /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/chromium_org/third_party/sqlite/src/src/
test_wholenumber.c 36 unsigned iValue; /* Current value */
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 && v<pCur->mxValue ) pCur->mxValue = v
    [all...]
test_mutex.c 332 int iValue;
353 i = aOpt[i].iValue;
pragma.c 35 static const u8 iValue[] = {1, 0, 0, 0, 1, 1, 2};
43 return iValue[i];
    [all...]
test6.c 696 int iValue;
763 iDc |= aFlag[iChoice].iValue;
test_multiplex.c     [all...]
test_malloc.c 1227 int rc, iValue, mxValue;
1261 iValue = 0;
1263 rc = sqlite3_status(op, &iValue, &mxValue, resetFlag);
1266 Tcl_ListObjAppendElement(0, pResult, Tcl_NewIntObj(iValue));
    [all...]
expr.c 375 ** into u.iValue and the EP_IntValue flag is set. No extra storage
386 int iValue = 0;
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 );
    [all...]
test_vfs.c 1147 int iValue;
    [all...]
vdbe.c 253 i64 iValue;
257 if( 0==sqlite3Atoi64(pRec->z, &iValue, pRec->n, enc) ){
258 pRec->u.i = iValue;
    [all...]
test1.c     [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSParserValues.h 145 int iValue;
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 321 int iValue;
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;
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/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));
751 int iValue;
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));
  /device/lge/mako/camera/inc/
omx_jpeg_common.h 157 int iValue;
  /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...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 848 milliseconds

1 2