/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/ |
D | SerializableBean.java | 30 private Integer iValue = null; field in SerializableBean 51 public void setIValue(Integer iValue) { in setIValue()
|
/external/parameter-framework/upstream/parameter/ |
D | SelectionCriterionType.cpp | 54 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()
|
D | BaseIntegerParameterType.cpp | 61 int32_t iValue = uiValue; in fromBlackboard() local
|
D | IntegerParameterType.h | 139 int32_t iValue = value; in fromBlackboard() local 253 int32_t iValue = uiValue; in fromBlackboard() local
|
D | Parameter.cpp | 127 bool CParameter::access(int32_t &iValue, bool bSet, in access()
|
/external/angle/src/compiler/preprocessor/ |
D | Token.cpp | 56 bool Token::iValue(int *value) const in iValue() function in angle::pp::Token
|
/external/pdfium/fxjs/xfa/ |
D | cjx_boolean.cpp | 36 int32_t iValue = FXSYS_atoi(newValue.c_str()); in defaultValue() local
|
D | cjx_object.cpp | 84 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()
|
D | cjx_eventpseudomodel.cpp | 36 int32_t* iValue, in IntegerProperty()
|
D | cjx_node.cpp | 159 int32_t iValue = params.size() >= 2 ? runtime->ToInt32(params[1]) : 0; in getElement() local
|
D | cjx_hostpseudomodel.cpp | 513 int32_t iValue = pNotify->GetAppProvider()->MsgBox(message, title, in messageBox() local
|
/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/ |
D | AtomicFU.kt | 93 val iValue = if (value) 1 else 0 in getAndSet() constant
|
/external/zxing/core/src/main/java/com/google/zxing/common/ |
D | DefaultGridSampler.java | 58 float iValue = y + 0.5f; in sampleGrid() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureFilterAnisotropicTests.cpp | 224 GLint iValue; in verifyTexParameters() local 339 GLint iValue; in verifyGet() local
|
/external/flatbuffers/java/src/main/java/com/google/flatbuffers/ |
D | FlexBuffersBuilder.java | 673 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()
|
D | ArrayReadWriteBuf.java | 201 int iValue = Float.floatToRawIntBits(value); in setFloat() local
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssstyleselector.cpp | 236 int32_t iValue = in ApplyProperty() local
|
/external/pytorch/torch/csrc/jit/passes/utils/ |
D | check_alias_annotation.cpp | 89 const IValue iValue; member
|
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | FlexBuffersInternals.kt | 129 var iValue: ULong = 0UL, // integer value in isTypedVector() variable in com.google.flatbuffers.kotlin.Value
|
/external/intel-media-driver/media_softlet/agnostic/common/os/ |
D | mos_os.cpp | 289 uint8_t iValue) in Mos_OsFillResource()
|
/external/pdfium/xfa/fgas/layout/ |
D | cfgas_char.cpp | 292 int32_t iValue) { in SetDeferredRunLevel()
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 100 int32_t iValue = 0; in GetSimilarityScore() local
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/ |
D | FastDateParser.java | 855 int modify(final FastDateParser parser, final int iValue) { in modify()
|
/external/openthread/tools/harness-thci/ |
D | OpenThread_WpanCtl.py | 583 def __convertLongToHex(self, iValue, fillZeros=None): argument
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatTest.java | 2570 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()
|