Home
last modified time | relevance | path

Searched full:listint (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
H A DSkipBean.java25 private List<Integer> listInt; field in SkipBean
34 return listInt; in getListInt()
37 public void setListInt(List<Integer> listInt) { in setListInt() argument
38 this.listInt = listInt; in setListInt()
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tests/gen/cpp/
Dsimple_type.cpp150listInt, std::optional<std::vector<std::string>> unionTest, std::vector<EnumType> yesOrNo, std::op… in SimpleTypes() argument
269 std::optional<std::vector<int>> listInt; in read() local
276 if (!xmlStrcmp(_child->name, reinterpret_cast<const xmlChar*>("listInt"))) { in read()
290 listInt = std::move(_value); in read()
350 …SimpleTypes instance(listInt, unionTest, yesOrNo, example1, example2, optionalIntList, example3, v… in read()
369 _out << printIndent() << "<listInt>"; in write()
380 _out << "</listInt>" << std::endl; in write()
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tinyxml_tests/gen/cpp/
Dsimple_type.cpp124listInt, std::optional<std::vector<std::string>> unionTest, std::vector<EnumType> yesOrNo, std::op… in SimpleTypes() argument
243 std::optional<std::vector<int>> listInt; in read() local
250 if (!strcmp(_child->Name(), "listInt")) { in read()
264 listInt = std::move(_value); in read()
324 …SimpleTypes instance(listInt, unionTest, yesOrNo, example1, example2, optionalIntList, example3, v… in read()
343 _out << printIndent() << "<listInt>"; in write()
354 _out << "</listInt>" << std::endl; in write()
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tinyxml_tests_parser/gen/cpp/
Dsimple_type.cpp124listInt, std::optional<std::vector<std::string>> unionTest, std::vector<EnumType> yesOrNo, std::op… in SimpleTypes() argument
243 std::optional<std::vector<int>> listInt; in read() local
250 if (!strcmp(_child->Name(), "listInt")) { in read()
264 listInt = std::move(_value); in read()
324 …SimpleTypes instance(listInt, unionTest, yesOrNo, example1, example2, optionalIntList, example3, v… in read()
343 _out << printIndent() << "<listInt>"; in write()
354 _out << "</listInt>" << std::endl; in write()
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tests_parser/gen/cpp/
Dsimple_type.cpp150listInt, std::optional<std::vector<std::string>> unionTest, std::vector<EnumType> yesOrNo, std::op… in SimpleTypes() argument
269 std::optional<std::vector<int>> listInt; in read() local
276 if (!xmlStrcmp(_child->name, reinterpret_cast<const xmlChar*>("listInt"))) { in read()
290 listInt = std::move(_value); in read()
350 …SimpleTypes instance(listInt, unionTest, yesOrNo, example1, example2, optionalIntList, example3, v… in read()
369 _out << printIndent() << "<listInt>"; in write()
380 _out << "</listInt>" << std::endl; in write()
/aosp_15_r20/external/clang/test/Modules/
H A Dtemplates.mm77 // CHECK: %[[l:.*]] = alloca %[[ListInt:[^ ]*]], align 8
78 // CHECK: %[[r:.*]] = alloca %[[ListInt]], align 8
86 // CHECK: call void @_Z10useListIntR4ListIiE(%[[ListInt]]* dereferenceable({{[0-9]+}}) %[[l]])
88 // CHECK: call void @_Z10useListIntR4ListIiE(%[[ListInt]]* dereferenceable({{[0-9]+}}) %[[r]])
/aosp_15_r20/system/tools/xsdc/tests/resources/
Dsimple_type.xml3 <listInt>1 2 3 4 5</listInt>
Dpredefined_types.xml57 <listInt>-2147483648 2147483647</listInt>
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/attr_group_simple/xsdc_attr_group_simple_tinyxml_tests/gen/
Dxsdc_attr_group_simple_tinyxml_tests.xsd10 <xs:simpleType name="listInt">
19 <xs:attribute name="list" type="listInt" use="required"/>
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/attr_group_simple/xsdc_attr_group_simple_tests/gen/
Dxsdc_attr_group_simple_tests.xsd10 <xs:simpleType name="listInt">
19 <xs:attribute name="list" type="listInt" use="required"/>
/aosp_15_r20/system/tools/xsdc/tests/resources/attr_group_simple/
Dattr_group_simple.xsd10 <xs:simpleType name="listInt">
19 <xs:attribute name="list" type="listInt" use="required"/>
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/predefined_types/xsdc_predefined_types_tests/gen/cpp/
Dpredefined_types.cpp1285listInt, std::optional<std::vector<short>> listShort, std::optional<std::vector<char>> listByte, s… in ListPrimitiveTypes() argument
1410 std::optional<std::vector<int>> listInt; in read() local
1432 } else if (!xmlStrcmp(_child->name, reinterpret_cast<const xmlChar*>("listInt"))) { in read()
1446 listInt = std::move(_value); in read()
1524 …ListPrimitiveTypes instance(listLong, listInt, listShort, listByte, listDouble, listFloat, listBoo… in read()
1547 _out << printIndent() << "<listInt>"; in write()
1558 _out << "</listInt>" << std::endl; in write()
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/predefined_types/xsdc_predefined_types_tinyxml_tests/gen/cpp/
Dpredefined_types.cpp1266listInt, std::optional<std::vector<short>> listShort, std::optional<std::vector<char>> listByte, s… in ListPrimitiveTypes() argument
1391 std::optional<std::vector<int>> listInt; in read() local
1413 } else if (!strcmp(_child->Name(), "listInt")) { in read()
1427 listInt = std::move(_value); in read()
1505 …ListPrimitiveTypes instance(listLong, listInt, listShort, listByte, listDouble, listFloat, listBoo… in read()
1528 _out << printIndent() << "<listInt>"; in write()
1539 _out << "</listInt>" << std::endl; in write()
/aosp_15_r20/external/pytorch/test/edge/
H A DEvalue.h33 _(ListInt) \
294 /*implicit*/ EValue(at::ArrayRef<int64_t> i) : tag(Tag::ListInt) {
299 return tag == Tag::ListInt;
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/
H A DBasicTypesSerializationTest.kt14 …eN":61.1,"charN":"B","stringN":"Str1","enumN":"NEUTRAL","intDataN":null,"listInt":[1,2,3],"listInt… in <lambda>()
18 …eN":61.5,"charN":"B","stringN":"Str1","enumN":"NEUTRAL","intDataN":null,"listInt":[1,2,3],"listInt… in <lambda>()
/aosp_15_r20/external/executorch/runtime/core/
H A Devalue.h301 /*implicit*/ EValue(BoxedEvalueList<int64_t> i) : tag(Tag::ListInt) {
306 return tag == Tag::ListInt;
H A Dtag.h25 _(ListInt) \
/aosp_15_r20/external/snakeyaml/src/test/resources/issues/
H A Dissue60-2.yaml2 listInt: [null, 1, 2, 3]
H A Dissue60-1.yaml3 listInt: [null, 1, 2, 3]
H A Dissue59-1.yaml6 listInt: [null, 1, 2, 3]
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tinyxml_tests_enums/gen/
Dxsdc_simple_type_tinyxml_tests_enums.xsd31 <xs:element name="listInt" type="restrictedInts"/>
/aosp_15_r20/system/tools/xsdc/tests/resources/simple_type/
Dsimple_type.xsd31 <xs:element name="listInt" type="restrictedInts"/>
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tinyxml_tests_parser/gen/
Dxsdc_simple_type_tinyxml_tests_parser.xsd31 <xs:element name="listInt" type="restrictedInts"/>
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tests/gen/
Dxsdc_simple_type_tests.xsd31 <xs:element name="listInt" type="restrictedInts"/>
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tests_enums/gen/
Dxsdc_simple_type_tests_enums.xsd31 <xs:element name="listInt" type="restrictedInts"/>

12