Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
H A DSerializableBean.java30 private Integer iValue = null; field in SerializableBean
51 public void setIValue(Integer iValue) { in setIValue()
/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A 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()
H A DIntegerParameterType.h139 int32_t iValue = value; in fromBlackboard() local
253 int32_t iValue = uiValue; in fromBlackboard() local
H A DBaseIntegerParameterType.cpp61 int32_t iValue = uiValue; in fromBlackboard() local
H A DParameter.cpp127 bool CParameter::access(int32_t &iValue, bool bSet, in access()
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/
H A DAtomicFU.kt93 val iValue = if (value) 1 else 0 in getAndSet() constant
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/
H A 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()
H A DArrayReadWriteBuf.java201 int iValue = Float.floatToRawIntBits(value); in setFloat() local
/aosp_15_r20/frameworks/av/media/module/libmediaformatshaper/
H A DCodecProperties.cpp109 int32_t iValue = strtol(p, &q, 0); in setTuningValue() local
136 int32_t iValue = strtol(p, &q, 0); in setTuningValue() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcTextureFilterAnisotropicTests.cpp224 GLint iValue; in verifyTexParameters() local
339 GLint iValue; in verifyGet() local
/aosp_15_r20/bionic/libc/arch-riscv64/string/
H A Dmemset_v.S59 #define iValue a1 macro
H A Dmemchr_v.S61 #define iValue a1 macro
/aosp_15_r20/external/angle/src/compiler/preprocessor/
H A DToken.cpp56 bool Token::iValue(int *value) const in iValue() function in angle::pp::Token
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcjx_boolean.cpp36 int32_t iValue = FXSYS_atoi(newValue.c_str()); in defaultValue() local
H A Dcjx_object.cpp82 int32_t iValue = ch - L'0'; in StrToRGB() local
291 absl::optional<int32_t> iValue = TryInteger(eAttr, bUseDefault); in TryAttribute() local
333 void CJX_Object::SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify) { in SetInteger()
H A Dcjx_eventpseudomodel.cpp36 int32_t* iValue, in IntegerProperty()
H A Dcjx_node.cpp161 int32_t iValue = params.size() >= 2 ? runtime->ToInt32(params[1]) : 0; in getElement() local
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/common/
H A DDefaultGridSampler.java58 float iValue = y + 0.5f; in sampleGrid() local
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/math/
H A DFloatingDecimal.java1409 int iValue = (int) digits[0] - (int) '0'; in floatValue() local
2387 int iValue = (int) (significand >>> threshShift); in parseHexString() local
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt122 val iValue: Int = value.toRawBits() in getString() constant
H A DFlexBuffersInternals.kt123 var iValue: ULong = 0UL, // integer value in isTypedVector() variable in com.google.flatbuffers.kotlin.Value
/aosp_15_r20/external/pdfium/core/fxcrt/css/
H A Dcfx_cssstyleselector.cpp221 int32_t iValue = static_cast<int32_t>( in ApplyProperty() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/utils/
H A Dcheck_alias_annotation.cpp89 const IValue iValue; member
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/os/
H A Dmos_os.cpp289 uint8_t iValue) in Mos_OsFillResource()
/aosp_15_r20/external/pdfium/xfa/fgas/layout/
H A Dcfgas_char.cpp293 int32_t iValue) { in SetDeferredRunLevel()

1234567891011