Home
last modified time | relevance | path

Searched refs:inValue (Results 1 – 25 of 34) sorted by relevance

12

/external/gptfdisk/
Dsupport.cc155 uint64_t IeeeToInt(string inValue, uint64_t sSize, uint64_t low, uint64_t high, uint64_t def) { in IeeeToInt() argument
168 while (inValue[0] == ' ') in IeeeToInt()
169 inValue.erase(0, 1); in IeeeToInt()
172 if ((inValue[0] == '+') || (inValue[0] == '-')) { in IeeeToInt()
173 plusFlag = inValue[0]; in IeeeToInt()
174 inValue.erase(0, 1); in IeeeToInt()
178 istringstream inString(inValue); in IeeeToInt()
185 if ((inValue.length() == 0) || (response == 0)) { in IeeeToInt()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNumberFormatterImpl.java63 DecimalQuantity inValue, in formatStatic() argument
65 MicroProps micros = preProcessUnsafe(macros, inValue); in formatStatic()
66 int length = writeNumber(micros, inValue, outString, 0); in formatStatic()
95 public MicroProps format(DecimalQuantity inValue, FormattedStringBuilder outString) { in format() argument
96 MicroProps micros = preProcess(inValue); in format()
97 int length = writeNumber(micros, inValue, outString, 0); in format()
105 public MicroProps preProcess(DecimalQuantity inValue) { in preProcess() argument
106 MicroProps micros = microPropsGenerator.processQuantity(inValue); in preProcess()
108 inValue.setMinInteger(micros.integerWidth.minInt); in preProcess()
110 inValue.setMinInteger(micros.integerWidth.minInt); in preProcess()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberFormatterImpl.java62 DecimalQuantity inValue, in formatStatic() argument
64 MicroProps micros = preProcessUnsafe(macros, inValue); in formatStatic()
65 int length = writeNumber(micros, inValue, outString, 0); in formatStatic()
94 public MicroProps format(DecimalQuantity inValue, FormattedStringBuilder outString) { in format() argument
95 MicroProps micros = preProcess(inValue); in format()
96 int length = writeNumber(micros, inValue, outString, 0); in format()
104 public MicroProps preProcess(DecimalQuantity inValue) { in preProcess() argument
105 MicroProps micros = microPropsGenerator.processQuantity(inValue); in preProcess()
107 inValue.setMinInteger(micros.integerWidth.minInt); in preProcess()
109 inValue.setMinInteger(micros.integerWidth.minInt); in preProcess()
[all …]
/external/clang/test/SemaObjCXX/
Dstatic-cast.mm15 AutoreleaseObject& operator=(NSResponder* inValue);
16 AutoreleaseObject& operator=(const AutoreleaseObject& inValue);
18 AutoreleaseObject(const AutoreleaseObject& inValue);
/external/llvm-project/clang/test/SemaObjCXX/
Dstatic-cast.mm15 AutoreleaseObject& operator=(NSResponder* inValue);
16 AutoreleaseObject& operator=(const AutoreleaseObject& inValue);
18 AutoreleaseObject(const AutoreleaseObject& inValue);
/external/icu/icu4c/source/i18n/
Dnumber_formatimpl.cpp34 DecimalQuantity &inValue = results->quantity; in formatStatic() local
37 MicroProps& micros = impl.preProcessUnsafe(inValue, status); in formatStatic()
39 int32_t length = writeNumber(micros, inValue, outString, 0, status); in formatStatic()
58 DecimalQuantity &inValue = results->quantity; in format() local
61 preProcess(inValue, micros, status); in format()
63 int32_t length = writeNumber(micros, inValue, outString, 0, status); in format()
69 void NumberFormatterImpl::preProcess(DecimalQuantity& inValue, MicroProps& microsOut, in preProcess() argument
76 fMicroPropsGenerator->processQuantity(inValue, microsOut, status); in preProcess()
77 microsOut.integerWidth.apply(inValue, status); in preProcess()
80 MicroProps& NumberFormatterImpl::preProcessUnsafe(DecimalQuantity& inValue, UErrorCode& status) { in preProcessUnsafe() argument
[all …]
Dnumber_formatimpl.h60 void preProcess(DecimalQuantity& inValue, MicroProps& microsOut, UErrorCode& status) const;
120 MicroProps& preProcessUnsafe(DecimalQuantity &inValue, UErrorCode &status);
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DDynamicRefTable.java135 Res_value inValue = value.get(); in lookupResourceValue() local
136 switch (DataType.fromCode(inValue.dataType)) { in lookupResourceValue()
157 final Ref<Integer> resIdRef = new Ref<>(inValue.data); in lookupResourceValue()
159 value.set(inValue.withData(resIdRef.get())); in lookupResourceValue()
/external/icu/libicu/cts_headers/
Dnumber_formatimpl.h60 void preProcess(DecimalQuantity& inValue, MicroProps& microsOut, UErrorCode& status) const;
120 MicroProps& preProcessUnsafe(DecimalQuantity &inValue, UErrorCode &status);
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp718 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
731 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
854 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
856 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
903 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
905 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
963 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
965 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
1041 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
1043 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
/external/angle/src/tests/gl_tests/
DUniformTest.cpp489 GLfloat inValue = static_cast<GLfloat>(inValues[index]); in TEST_P() local
492 glUniform1f(mUniformFLocation, inValue); in TEST_P()
501 GLfloat inValue = static_cast<GLfloat>(inValues[index]); in TEST_P() local
504 glUniform1f(mUniformFLocation, inValue); in TEST_P()
547 GLint inValue = inValues[index]; in TEST_P() local
550 glUniform1i(mUniformILocation, inValue); in TEST_P()
559 GLint inValue = inValues[index]; in TEST_P() local
562 glUniform1i(mUniformILocation, inValue); in TEST_P()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp872 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
885 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
1029 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
1031 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
1089 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
1091 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
1153 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
1155 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
1217 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
1219 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
/external/deqp/modules/gles2/scripts/
Dgen-conversions.py194 def __init__(self, inValue, outValue): argument
195 inType = inValue.typeString()
198 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
/external/expat/lib/
Dxmltok_impl.c1497 enum { other, inName, inValue } state = inName; in PREFIX() enumerator
1527 if (state != inValue) { in PREFIX()
1530 state = inValue; in PREFIX()
1540 if (state != inValue) { in PREFIX()
1543 state = inValue; in PREFIX()
1559 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX()
1572 else if (state == inValue && nAtts < attsMax) in PREFIX()
1577 if (state != inValue) in PREFIX()
/external/python/cpython3/Modules/expat/
Dxmltok_impl.c1497 enum { other, inName, inValue } state = inName; in PREFIX() enumerator
1527 if (state != inValue) { in PREFIX()
1530 state = inValue; in PREFIX()
1540 if (state != inValue) { in PREFIX()
1543 state = inValue; in PREFIX()
1559 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX()
1572 else if (state == inValue && nAtts < attsMax) in PREFIX()
1577 if (state != inValue) in PREFIX()
/external/python/cpython2/Modules/expat/
Dxmltok_impl.c1472 enum { other, inName, inValue } state = inName; in PREFIX() enumerator
1498 if (state != inValue) { in PREFIX()
1501 state = inValue; in PREFIX()
1512 if (state != inValue) { in PREFIX()
1515 state = inValue; in PREFIX()
1532 else if (state == inValue in PREFIX()
1546 else if (state == inValue && nAtts < attsMax) in PREFIX()
1551 if (state != inValue) in PREFIX()
/external/deqp/modules/gles3/scripts/
Dgen-conversions.py207 def __init__(self, inValue, outValue): argument
208 inType = inValue.typeString()
211 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp829 string& inValue = inNdx > 0 ? inValue1 : inValue0; in init() local
846 inValue = string(m_isVertexCase ? "a_" : "v_") + getDataTypeName(in.dataType); in init()
859 inValue = m_isVertexCase ? "a_coords" : "v_coords"; in init()
865 inValue = string("u_in") + de::toString(inNdx); in init()
888 inValue = string("in") + de::toString(inNdx); in init()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1489 string& inValue = inNdx > 0 ? inValue1 : inValue0; in init() local
1506 inValue = string(m_isVertexCase ? "a_" : "v_") + getDataTypeName(in.dataType); in init()
1519 inValue = m_isVertexCase ? "a_coords" : "v_coords"; in init()
1525 inValue = string("u_in") + de::toString(inNdx); in init()
1554 inValue = string("in") + de::toString(inNdx); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1756 string& inValue = inNdx > 0 ? inValue1 : inValue0; in setupShader() local
1772 inValue = string(m_isVertexCase ? "a_" : "v_") + getDataTypeName(in.dataType); in setupShader()
1786 inValue = m_isVertexCase ? "a_coords" : "v_coords"; in setupShader()
1792 inValue = string("u_in") + de::toString(inNdx); in setupShader()
1821 inValue = string("in") + de::toString(inNdx); in setupShader()
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c1619 SInt16 inValue; in CtlObj_SetBevelButtonMenuValue() local
1624 &inValue)) in CtlObj_SetBevelButtonMenuValue()
1627 inValue); in CtlObj_SetBevelButtonMenuValue()
1694 SInt16 inValue; in CtlObj_SetDisclosureTriangleLastValue() local
1699 &inValue)) in CtlObj_SetDisclosureTriangleLastValue()
1702 inValue); in CtlObj_SetDisclosureTriangleLastValue()
5211 SInt32 inValue; in Ctl_CreateDisclosureButtonControl() local
5220 &inValue, in Ctl_CreateDisclosureButtonControl()
5225 inValue, in Ctl_CreateDisclosureButtonControl()
/external/llvm-project/clang/test/Analysis/
DkeychainAPI.m441 OSStatus (*SetContextVal)(AuthorizationValue *inValue); typedef
/external/mdnsresponder/mDNSShared/
DDebugServices.c143 void * inValue,
1131 void * inValue, in DebugAssertOutputHandler() argument
1137 DEBUG_UNUSED( inValue ); in DebugAssertOutputHandler()
/external/llvm-project/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result1598 - (NSDate*) rdar8356342:(NSDate *)inValue;
1602 - (NSDate*) rdar8356342:(NSDate*)inValue {
1603 NSDate *outValue = inValue;
1607 if (outValue != inValue)
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result1598 - (NSDate*) rdar8356342:(NSDate *)inValue;
1602 - (NSDate*) rdar8356342:(NSDate*)inValue {
1603 NSDate *outValue = inValue;
1607 if (outValue != inValue)

12