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

12

/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/parameter-framework/upstream/parameter/
H A DIntegerParameterType.cpp202 int32_t iValue = value; local
205 signExtend(iValue);
207 stream << iValue; local
264 int32_t iValue = uiValue; local
267 signExtend(iValue);
270 iUserValue = iValue;
333 int32_t iValue = uiValue; local
335 signExtend(iValue);
337 iValueToConvert = iValue;
H A DParameter.cpp127 bool CParameter::access(int32_t &iValue, bool bSet, argument
130 return doAccess(iValue, bSet, parameterAccessContext);
H A DSelectionCriterionType.cpp54 bool CSelectionCriterionType::addValuePair(int iValue, const std::string &strValue, argument
58 if (_bInclusive && (!iValue || (iValue & (iValue - 1)))) {
61 error << "Rejecting value pair association: 0x" << std::hex << iValue << " - " << strValue
73 << iValue << " - " << strValue << " for Selection Criterion Type " << getName();
79 if (it->second == iValue) {
82 << " 0x" << std::hex << iValue << " - " << strValue
88 _numToLitMap[strValue] = iValue;
93 bool CSelectionCriterionType::getNumericalValue(const std::string &strValue, int &iValue) cons
132 getLiteralValue(int iValue, std::string &strValue) const argument
[all...]
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRGridSampler.cpp119 FX_FLOAT iValue = (FX_FLOAT)(y + 0.5f); local
123 points[x + 1] = iValue;
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_script_eventpseudomodel.cpp35 int32_t& iValue,
38 iValue = FXJSE_Value_ToInteger(hValue);
40 FXJSE_Value_SetInteger(hValue, iValue);
34 Script_EventPseudoModel_InterProperty(FXJSE_HVALUE hValue, int32_t& iValue, FX_BOOL bSetting) argument
H A Dxfa_script_hostpseudomodel.cpp595 int32_t iValue = pNotify->GetAppProvider()->MsgBox( local
599 FXJSE_Value_SetInteger(hValue, iValue);
636 int32_t iValue = pNotify->GetAppProvider()->GetDocumentCountInBatch(); local
639 FXJSE_Value_SetInteger(hValue, iValue);
H A Dxfa_object_imp.cpp877 int32_t iValue = 0; local
884 iValue = pArguments->GetInt32(1);
887 CXFA_Node* pNode = this->GetProperty(iValue, pElementInfo->eName);
1738 int32_t iValue = FXSYS_atoi(newValue); local
1739 CFX_WideString wsNewValue = (iValue == 0) ? FX_WSTRC(L"0") : FX_WSTRC(L"1");
1824 int32_t iValue = ch - zero; local
1825 if (iValue >= 0 && iValue <= 9) {
1828 r = r * 10 + iValue;
1831 g = g * 10 + iValue;
2122 int32_t iValue = validate.GetNullTest(); local
3843 int32_t iValue; local
3903 TryInteger(XFA_ATTRIBUTE eAttr, int32_t& iValue, FX_BOOL bUseDefault) argument
[all...]
H A Dxfa_objectacc_imp.cpp273 int32_t iValue = 0; local
274 m_pNode->TryInteger(XFA_ATTRIBUTE_LineThrough, iValue);
275 return iValue;
283 int32_t iValue = 0; local
284 m_pNode->TryInteger(XFA_ATTRIBUTE_Overline, iValue);
285 return iValue;
293 int32_t iValue = 0; local
294 m_pNode->TryInteger(XFA_ATTRIBUTE_Underline, iValue);
295 return iValue;
438 int32_t iValue local
463 int32_t iValue = 0; local
[all...]
/external/pdfium/xfa/src/fgas/src/crt/
H A Dfx_system.cpp136 void FX_memset(void* pBuf, int32_t iValue, size_t size) { argument
142 *pStart++ = iValue;
/external/pdfium/fpdfsdk/src/javascript/
H A Dutil.cpp277 int iValue; member in struct:stru_TbConvertAd
289 sValue.Format(L"%d", cTableAd[i].iValue);
357 int iValue; member in struct:stru_TbConvertAd
370 sValue.Format(L"%d", cTableAd[i].iValue);
H A DJS_Value.cpp32 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const int& iValue) argument
34 operator=(iValue);
152 void CJS_Value::operator=(int iValue) { argument
153 m_pValue = FXJS_NewNumber(m_pJSRuntime->GetIsolate(), iValue);
292 void CJS_PropValue::operator<<(int iValue) { argument
294 CJS_Value::operator=(iValue);
297 void CJS_PropValue::operator>>(int& iValue) const {
299 iValue = CJS_Value::ToInt();
/external/pdfium/core/src/fxcrt/
H A Dfx_arabic.cpp332 int32_t iValue) {
336 values.SetAt(i, iValue);
841 int32_t iValue) {
849 pTC->m_iBidiClass = (int16_t)iValue;
854 pTC->m_iBidiLevel = (int16_t)iValue;
329 FX_BidiSetDeferredRun(CFX_Int32Array& values, int32_t iStart, int32_t iCount, int32_t iValue) argument
837 FX_BidiSetDeferredRun(CFX_ArrayTemplate<baseType>& chars, FX_BOOL bClass, int32_t iStart, int32_t iCount, int32_t iValue) argument
/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/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssstyleselector.cpp641 int32_t iValue = (int32_t)pPrimitive->GetFloat() / 100; local
642 if (iValue >= 1 && iValue <= 9) {
643 FDE_CSSINHERITS.m_wFontWeight = iValue * 100;
H A Dfde_cssstyleselector.h182 FX_BOOL GetCounterIncrement(int32_t& iValue) { argument
183 iValue = m_iIncVal;
186 FX_BOOL GetCounterReset(int32_t& iValue) { argument
187 iValue = m_iResetVal;
211 FX_BOOL GetCounterIncrement(int32_t index, int32_t& iValue) { argument
213 return m_arrCounterData.ElementAt(index).GetCounterIncrement(iValue);
215 FX_BOOL GetCounterReset(int32_t index, int32_t& iValue) { argument
217 return m_arrCounterData.ElementAt(index).GetCounterReset(iValue);
458 virtual FX_BOOL GetCounterReset(int32_t index, int32_t& iValue) { argument
459 return m_NonInheritedData.m_pCounterStyle->GetCounterReset(index, iValue);
461 GetCounterIncrement(int32_t index, int32_t& iValue) argument
[all...]
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_object.h173 int32_t iValue,
175 return SetValue(eAttr, XFA_ATTRIBUTETYPE_Integer, (void*)(uintptr_t)iValue,
179 int32_t& iValue,
182 int32_t iValue; local
183 return TryInteger(eAttr, iValue, TRUE) ? iValue : 0;
172 SetInteger(XFA_ATTRIBUTE eAttr, int32_t iValue, FX_BOOL bNotify = FALSE) argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java2597 BigDecimal iValue = base.add(increment.multiply(new BigDecimal(i)).movePointLeft(1));
2599 if (iValue.signum() != 0) {
2600 smallIncrement.multiply(iValue); // scale unless zero
2603 lastParsed = checkRound(nf, iValue.subtract(smallIncrement), lastParsed);
2604 lastParsed = checkRound(nf, iValue, lastParsed);
2605 lastParsed = checkRound(nf, iValue.add(smallIncrement), lastParsed);
2609 private BigDecimal checkRound(DecimalFormat nf, BigDecimal iValue, BigDecimal lastParsed) { argument
2610 String formatedBigDecimal = nf.format(iValue);
2611 String formattedDouble = nf.format(iValue.doubleValue());
2614 errln("Failure at: " + iValue
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java2593 BigDecimal iValue = base.add(increment.multiply(new BigDecimal(i)).movePointLeft(1));
2595 if (iValue.signum() != 0) {
2596 smallIncrement.multiply(iValue); // scale unless zero
2599 lastParsed = checkRound(nf, iValue.subtract(smallIncrement), lastParsed);
2600 lastParsed = checkRound(nf, iValue, lastParsed);
2601 lastParsed = checkRound(nf, iValue.add(smallIncrement), lastParsed);
2605 private BigDecimal checkRound(DecimalFormat nf, BigDecimal iValue, BigDecimal lastParsed) { argument
2606 String formatedBigDecimal = nf.format(iValue);
2607 String formattedDouble = nf.format(iValue.doubleValue());
2610 errln("Failure at: " + iValue
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_jpeg.c1324 int iValue; local
1326 for( iValue = 0; iValue < value_count; iValue++ )
1328 ((unsigned char *) buf)[iValue] =
1329 line_work_buf[iValue] & 0xff;
/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.cpp417 int32_t iValue = 0; local
420 iValue += 64;
424 iValue += 32;
428 iValue += 16;
432 iValue += 8;
434 return iValue;
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3392 double iValue=base+(increment*(i*0.1)); local
3394 if (iValue!=0) {
3395 smallIncrement*=iValue;
3398 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed);
3399 lastParsed=checkRound(df, iValue, lastParsed);
3400 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed);
3404 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) { argument
3409 df->format(iValue, formattedDecimal, status);
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp6933 int32_t iValue = 0; local
6947 iValue = HValueToInteger(hThis, newProperty);
6951 return iValue;
6955 iValue = HValueToInteger(hThis, newProperty);
6957 return iValue;
6961 iValue = FXSYS_atoi(szValue);
6963 iValue = FXJSE_Value_ToInteger(hValue);
6965 return iValue;
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
/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/ ...

Completed in 810 milliseconds

12