/external/gptfdisk/ |
D | support.cc | 155 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/ |
D | NumberFormatterImpl.java | 63 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/ |
D | NumberFormatterImpl.java | 62 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/ |
D | static-cast.mm | 15 AutoreleaseObject& operator=(NSResponder* inValue); 16 AutoreleaseObject& operator=(const AutoreleaseObject& inValue); 18 AutoreleaseObject(const AutoreleaseObject& inValue);
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | static-cast.mm | 15 AutoreleaseObject& operator=(NSResponder* inValue); 16 AutoreleaseObject& operator=(const AutoreleaseObject& inValue); 18 AutoreleaseObject(const AutoreleaseObject& inValue);
|
/external/icu/icu4c/source/i18n/ |
D | number_formatimpl.cpp | 34 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 …]
|
D | number_formatimpl.h | 60 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/ |
D | DynamicRefTable.java | 135 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/ |
D | number_formatimpl.h | 60 void preProcess(DecimalQuantity& inValue, MicroProps& microsOut, UErrorCode& status) const; 120 MicroProps& preProcessUnsafe(DecimalQuantity &inValue, UErrorCode &status);
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 718 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/ |
D | UniformTest.cpp | 489 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/ |
D | vktShaderIntegerFunctionTests.cpp | 872 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/ |
D | gen-conversions.py | 194 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/python/cpython2/Modules/expat/ |
D | xmltok_impl.c | 1472 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/expat/lib/ |
D | xmltok_impl.c | 1497 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/ |
D | xmltok_impl.c | 1497 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/deqp/modules/gles3/scripts/ |
D | gen-conversions.py | 207 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/ |
D | es2fShaderMatrixTests.cpp | 829 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/ |
D | es3fShaderMatrixTests.cpp | 1489 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/ |
D | vktShaderRenderMatrixTests.cpp | 1756 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.c | 1619 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/ |
D | keychainAPI.m | 441 OSStatus (*SetContextVal)(AuthorizationValue *inValue); typedef
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 143 void * inValue, 1131 void * inValue, in DebugAssertOutputHandler() argument 1137 DEBUG_UNUSED( inValue ); in DebugAssertOutputHandler()
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 1598 - (NSDate*) rdar8356342:(NSDate *)inValue; 1602 - (NSDate*) rdar8356342:(NSDate*)inValue { 1603 NSDate *outValue = inValue; 1607 if (outValue != inValue)
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 1556 - (NSDate*) rdar8356342:(NSDate *)inValue; 1560 - (NSDate*) rdar8356342:(NSDate*)inValue { 1561 NSDate *outValue = inValue; 1565 if (outValue != inValue)
|