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/pdfium/fxjs/xfa/
Dcjx_boolean.cpp36 int32_t iValue = FXSYS_atoi(newValue.c_str()); in defaultValue() local
Dcjx_object.cpp84 int32_t iValue = ch - L'0'; in StrToRGB() local
296 std::optional<int32_t> iValue = TryInteger(eAttr, bUseDefault); in TryAttribute() local
338 void CJX_Object::SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify) { in SetInteger()
Dcjx_eventpseudomodel.cpp36 int32_t* iValue, in IntegerProperty()
Dcjx_node.cpp159 int32_t iValue = params.size() >= 2 ? runtime->ToInt32(params[1]) : 0; in getElement() local
Dcjx_hostpseudomodel.cpp513 int32_t iValue = pNotify->GetAppProvider()->MsgBox(message, title, in messageBox() local
/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/
DAtomicFU.kt93 val iValue = if (value) 1 else 0 in getAndSet() constant
/external/zxing/core/src/main/java/com/google/zxing/common/
DDefaultGridSampler.java58 float iValue = y + 0.5f; in sampleGrid() local
/external/deqp/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp224 GLint iValue; in verifyTexParameters() local
339 GLint iValue; in verifyGet() local
/external/flatbuffers/java/src/main/java/com/google/flatbuffers/
DFlexBuffersBuilder.java673 long iValue; field in FlexBuffersBuilder.Value
677 Value(int key, int type, int bitWidth, long iValue) { in Value()
769 … 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/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.cpp236 int32_t iValue = in ApplyProperty() local
/external/pytorch/torch/csrc/jit/passes/utils/
Dcheck_alias_annotation.cpp89 const IValue iValue; member
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersInternals.kt129 var iValue: ULong = 0UL, // integer value in isTypedVector() variable in com.google.flatbuffers.kotlin.Value
/external/intel-media-driver/media_softlet/agnostic/common/os/
Dmos_os.cpp289 uint8_t iValue) in Mos_OsFillResource()
/external/pdfium/xfa/fgas/layout/
Dcfgas_char.cpp292 int32_t iValue) { in SetDeferredRunLevel()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp100 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()

12