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

/external/webkit/WebCore/css/
H A DCSSParserValues.h47 int iValue; member in union:WebCore::CSSParserValue::__anon5644
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/include/
H A Dpvmf_cpmplugin_passthru_oma1.h354 OSCL_HeapString<OsclMemAllocator> iValue;//value string. member in class:PVMFCPMPassThruPlugInOMA1::TOMA1MetadataEntry
/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/icu4c/test/intltest/
H A Dnumfmtst.cpp2503 double iValue=base+(increment*(i*0.1)); local
2505 if (iValue!=0) {
2506 smallIncrement*=iValue;
2509 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed);
2510 lastParsed=checkRound(df, iValue, lastParsed);
2511 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed);
2515 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) { argument
2520 df->format(iValue, formattedDecimal, status);
/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/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
H A Dtsc_h324m_config.cpp345 iValue(aValue)
350 uint32 iValue; member in class:PVH324MessageSetTimerCounter
1628 msg->iSeries, msg->iSeriesOffset, msg->iValue, (CPVCmnInterfaceCmdMessage*)aMsg);
/external/sqlite/dist/
H A Dsqlite3.c9124 int iValue; /* Integer value if EP_IntValue */ member in union:Expr::__anon4987
9174 #define EP_IntValue 0x0400 /* Integer value contained in u.iValue */
14244 ** Return the ceiling of the logarithm base 2 of iValue.
14253 static int memsys5Log(int iValue){ argument
14255 for(iLog=0; (1<<iLog)<iValue; iLog++);
51550 sqlite3_bind_int(sqlite3_stmt *p, int i, int iValue) argument
51553 sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue) argument
60896 int iValue = 0; local
76985 static const u8 iValue[] = {1, 0, 0, 0, 1, 1, 2}; local
[all...]

Completed in 370 milliseconds