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

  /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;
  /device/lge/mako/camera/inc/
omx_jpeg_common.h 157 int iValue;
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 911 milliseconds