Home
last modified time | relevance | path

Searched defs:numericTypes (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/tools/xsdc/tests/
Dtests.cpp42 NumericTypes numericTypes = *type.getFirstNumericTypes(); in TEST_F() local
/aosp_15_r20/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java158 predefined.types.NumericTypes numericTypes = type.getNumericTypes(); in testPredefinedTypes() local
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/predefined_types/xsdc_predefined_types_tests/gen/cpp/
Dpredefined_types.cpp1634 …ingTypes> stringTypes, std::vector<DateTypes> dateTypes, std::vector<NumericTypes> numericTypes, s… in Types()
1716 std::vector<NumericTypes> numericTypes; in read() local
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/predefined_types/xsdc_predefined_types_tinyxml_tests/gen/cpp/
Dpredefined_types.cpp1615 …ingTypes> stringTypes, std::vector<DateTypes> dateTypes, std::vector<NumericTypes> numericTypes, s… in Types()
1697 std::vector<NumericTypes> numericTypes; in read() local
/aosp_15_r20/external/python/pyasn1/pyasn1/type/
Duniv.py1121 numericTypes = intTypes + (float,) variable