Home
last modified time | relevance | path

Searched defs:iValue (Results 1 – 25 of 36) sorted by relevance

12

/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
DSerializableBean.java30 private Integer iValue = null; field in SerializableBean
51 public void setIValue(Integer iValue) { in setIValue()
/external/parameter-framework/upstream/parameter/
DSelectionCriterionType.cpp54 bool CSelectionCriterionType::addValuePair(uint64_t iValue, const std::string &strValue, in addValuePair()
133 bool CSelectionCriterionType::getLiteralValue(uint64_t iValue, std::string &strValue) const in getLiteralValue()
DBaseIntegerParameterType.cpp61 int32_t iValue = uiValue; in fromBlackboard() local
DIntegerParameterType.h139 int32_t iValue = value; in fromBlackboard() local
253 int32_t iValue = uiValue; in fromBlackboard() local
DParameter.cpp127 bool CParameter::access(int32_t &iValue, bool bSet, in access()
/external/angle/src/compiler/preprocessor/
DToken.cpp56 bool Token::iValue(int *value) const in iValue() function in angle::pp::Token
/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/
DAtomicFU.kt84 val iValue = if (value) 1 else 0 in getAndSet() constant
/external/pdfium/fxjs/xfa/
Dcjx_boolean.cpp36 int32_t iValue = FXSYS_atoi(newValue.c_str()); in defaultValue() local
Dcjx_eventpseudomodel.cpp36 int32_t* iValue, in IntegerProperty()
Dcjx_object.cpp82 int32_t iValue = ch - L'0'; in StrToRGB() local
293 absl::optional<int32_t> iValue = TryInteger(eAttr, bUseDefault); in TryAttribute() local
337 void CJX_Object::SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify) { in SetInteger()
Dcjx_node.cpp163 int32_t iValue = params.size() >= 2 ? runtime->ToInt32(params[1]) : 0; in getElement() local
Dcjx_hostpseudomodel.cpp515 int32_t iValue = pNotify->GetAppProvider()->MsgBox(message, title, in messageBox() local
/external/deqp/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp224 GLint iValue; in verifyTexParameters() local
339 GLint iValue; in verifyGet() local
/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffersBuilder.java656 long iValue; field in FlexBuffersBuilder.Value
660 Value(int key, int type, int bitWidth, long iValue) { in Value()
748 … private static int elemWidth(int type, int minBitWidth, long iValue, int bufSize, int elemIndex) { in elemWidth()
DArrayReadWriteBuf.java201 int iValue = Float.floatToRawIntBits(value); in setFloat() local
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt122 val iValue: Int = value.toRawBits() in getString() constant
DFlexBuffersInternals.kt123 var iValue: ULong = 0UL, // integer value in isTypedVector() variable in com.google.flatbuffers.kotlin.Value
/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.cpp221 int32_t iValue = static_cast<int32_t>( in ApplyProperty() local
/external/pdfium/xfa/fgas/layout/
Dcfgas_char.cpp293 int32_t iValue) { in SetDeferredRunLevel()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp90 int32_t iValue = 0; in GetSimilarityScore() local
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/
DFastDateParser.java855 int modify(final FastDateParser parser, final int iValue) { in modify()
/external/openthread/tools/harness-thci/
DOpenThread_WpanCtl.py583 def __convertLongToHex(self, iValue, fillZeros=None): argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java2570 BigDecimal iValue = base.add(increment.multiply(new BigDecimal(i)).movePointLeft(1)); in checkRounding() local
2582 private BigDecimal checkRound(DecimalFormat nf, BigDecimal iValue, BigDecimal lastParsed) { in checkRound()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java2567 BigDecimal iValue = base.add(increment.multiply(new BigDecimal(i)).movePointLeft(1)); in checkRounding() local
2579 private BigDecimal checkRound(DecimalFormat nf, BigDecimal iValue, BigDecimal lastParsed) { in checkRound()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
DUnicodeProperty.java536 String iValue = (String) myIntern.get(value); in _getUnicodeMap() local

12