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

/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/webkit/Source/WebCore/css/
H A DCSSParserValues.h49 int iValue; member in union:WebCore::CSSParserValue::__anon14542
/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));
739 int iValue; local
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/jmonkeyengine/engine/src/core/com/jme3/math/
H A DFastMath.java661 * @param iValue The integer to examine.
664 public static int sign(int iValue) { argument
665 if (iValue > 0) {
668 if (iValue < 0) {
/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/icu4c/test/intltest/
H A Dnumfmtst.cpp2781 double iValue=base+(increment*(i*0.1)); local
2783 if (iValue!=0) {
2784 smallIncrement*=iValue;
2787 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed);
2788 lastParsed=checkRound(df, iValue, lastParsed);
2789 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed);
2793 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) { argument
2798 df->format(iValue, formattedDecimal, status);
/external/sqlite/dist/orig/
H A Dsqlite3.c10552 int iValue; /* Non-negative integer value if EP_IntValue */ member in union:Expr::__anon12318
10602 #define EP_IntValue 0x0400 /* Integer value contained in u.iValue */
17110 ** Return the ceiling of the logarithm base 2 of iValue.
17119 static int memsys5Log(int iValue){ argument
17121 for(iLog=0; (iLog<(int)((sizeof(int)*8)-1)) && (1<<iLog)<iValue; iLog++);
63832 sqlite3_bind_int(sqlite3_stmt *p, int i, int iValue) argument
63835 sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue) argument
64588 i64 iValue; local
74777 int iValue = 0; local
92095 static const u8 iValue[] = {1, 0, 0, 0, 1, 1, 2}; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10552 int iValue; /* Non-negative integer value if EP_IntValue */ member in union:Expr::__anon12343
10602 #define EP_IntValue 0x0400 /* Integer value contained in u.iValue */
17110 ** Return the ceiling of the logarithm base 2 of iValue.
17119 static int memsys5Log(int iValue){ argument
17121 for(iLog=0; (iLog<(int)((sizeof(int)*8)-1)) && (1<<iLog)<iValue; iLog++);
63845 sqlite3_bind_int(sqlite3_stmt *p, int i, int iValue) argument
63848 sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue) argument
64601 i64 iValue; local
74790 int iValue = 0; local
92108 static const u8 iValue[] = {1, 0, 0, 0, 1, 1, 2}; local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 538 milliseconds