Home
last modified time | relevance | path

Searched refs:wheels (Results 1 – 25 of 27) sorted by relevance

12

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DArrayTagsTest.java33 Wheel[] wheels = new Wheel[5]; in testDefaultRepresenter() local
37 wheels[i - 1] = wheel; in testDefaultRepresenter()
39 car.setWheels(wheels); in testDefaultRepresenter()
47 Wheel[] wheels = new Wheel[5]; in testFlowBlock() local
51 wheels[i - 1] = wheel; in testFlowBlock()
53 car.setWheels(wheels); in testFlowBlock()
66 List<Wheel> wheels = car.getWheels(); in testLoadClassTag() local
67 assertNotNull(wheels); in testLoadClassTag()
68 assertEquals(5, wheels.size()); in testLoadClassTag()
87 Wheel[] wheels = car.getWheels(); in testLoadClassNoRoot() local
[all …]
DClassTagsTest.java35 List<Wheel> wheels = new ArrayList<Wheel>(); in testDefaultRepresenter() local
39 wheels.add(wheel); in testDefaultRepresenter()
41 car.setWheels(wheels); in testDefaultRepresenter()
48 List<Wheel> wheels = new ArrayList<Wheel>(); in testDumpClassTag() local
52 wheels.add(wheel); in testDumpClassTag()
54 car.setWheels(wheels); in testDumpClassTag()
81 List<Wheel> wheels = car.getWheels(); in testLoadClassTag() local
82 assertNotNull(wheels); in testLoadClassTag()
83 assertEquals(5, wheels.size()); in testLoadClassTag()
101 List<Wheel> wheels = car.getWheels(); in testLoadClassNoRoot() local
[all …]
DTypeSafeCollectionsTest.java41 List<Wheel> wheels = car.getWheels(); in testTypeSafeList() local
42 assertNotNull(wheels); in testTypeSafeList()
43 assertEquals(5, wheels.size()); in testTypeSafeList()
44 for (Wheel wheel : wheels) { in testTypeSafeList()
58 Map<MyWheel, Date> wheels = car.getWheels(); in testTypeSafeMap() local
59 assertNotNull(wheels); in testTypeSafeMap()
60 assertEquals(5, wheels.size()); in testTypeSafeMap()
61 for (MyWheel wheel : wheels.keySet()) { in testTypeSafeMap()
63 Date date = wheels.get(wheel); in testTypeSafeMap()
70 Map<MyWheel, Date> wheels = new TreeMap<MyWheel, Date>(); in testWithGlobalTag() local
[all …]
DCar.java22 private List<Wheel> wheels; field in Car
33 return wheels; in getWheels()
36 public void setWheels(List<Wheel> wheels) { in setWheels() argument
37 this.wheels = wheels; in setWheels()
DMyCar.java23 private Map<MyWheel, Date> wheels; field in MyCar
35 return wheels; in getWheels()
38 public void setWheels(Map<MyWheel, Date> wheels) { in setWheels() argument
39 this.wheels = wheels; in setWheels()
DImplicitTagsTest.java96 List<Wheel> wheels = car.getWheels(); in testLoadClassTag() local
97 assertNotNull(wheels); in testLoadClassTag()
98 assertEquals(5, wheels.size()); in testLoadClassTag()
99 Wheel w1 = wheels.get(0); in testLoadClassTag()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DNestedBuildersTest.java108 List<Wheel> wheels = new ArrayList<Wheel>(vehicleBuilder.getWheelList()); in testMessagesAreCached() local
109 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached()
110 assertSame(wheels.get(i), vehicleBuilder.getWheel(i)); in testMessagesAreCached()
114 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached()
117 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached()
118 assertSame(wheels.get(i), vehicleBuilder.getWheel(i)); in testMessagesAreCached()
126 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached()
128 assertSame(wheels.get(i), vehicleBuilder.getWheel(i)); in testMessagesAreCached()
130 assertNotSame(wheels.get(i), vehicleBuilder.getWheel(i)); in testMessagesAreCached()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue150/
DCar.java27 private Collection<Wheel> wheels; field in Car
41 return wheels; in getWheels()
44 public void setWheels(Collection<Wheel> wheels) { in setWheels() argument
45 this.wheels = wheels; in setWheels()
DYamlLoadAsIssueTest.java84 ArrayList<Wheel> wheels = new ArrayList<Wheel>(car.getWheels()); in ignoreImplicitTag() local
85 assertEquals(4, wheels.size()); in ignoreImplicitTag()
86 for (int i = 0; i < wheels.size(); i++) { in ignoreImplicitTag()
87 assertEquals(wheels.get(i).getId(), Integer.valueOf(i + 1)); in ignoreImplicitTag()
119 List<Wheel> wheels = (List<Wheel>) constructSequence(snode); in construct() local
120 car.setWheels(wheels); in construct()
/external/python/cpython3/PC/layout/support/
Dpip.py40 wheels = [shutil.copy(whl, ns.temp) for whl in src.glob("*.whl")]
41 search_path = os.pathsep.join(wheels)
75 for file in wheels:
/external/python/setuptools/setuptools/
Dbuild_meta.py151 wheels = [f for f in os.listdir(wheel_directory)
154 assert len(wheels) == 1
155 return wheels[0]
/external/v8/tools/
Dcallstats.py.vpython28 name: "infra/python/wheels/numpy/${vpython_platform}"
33 name: "infra/python/wheels/scipy/${vpython_platform}"
Drun-tests.py.vpython30 name: "infra/python/wheels/pyyaml/${vpython_platform}"
/external/grpc-grpc/tools/distrib/python/grpcio_tools/
DREADME.rst42 distribution if gRPC Python's system coverage with wheels does not happen to
/external/python/cpython3/Doc/distributing/
Dindex.rst59 binary packaging format (called "wheels" or "wheel files" and defined in
/external/python/cpython2/Doc/distributing/
Dindex.rst59 binary packaging format (called "wheels" or "wheel files" and defined in
/external/python/cpython2/Doc/installing/
Dindex.rst214 ability to publish wheels for at least Windows and Mac OS X through the
/external/python/cpython3/Doc/installing/
Dindex.rst233 ability to publish wheels for at least Windows and Mac OS X through the
/external/hyphenation-patterns/en-US/
Dushyphex.tex182 cart-wheels
Dhyph-en-us.hyp.txt183 cart-wheels
/external/python/dateutil/
DNEWS178 - Started including the license file in wheels. Reported and fixed by
/external/brotli/tests/testdata/
Dplrabn12.txt381 And broken chariot-wheels. So thick bestrown,
1406 With rapid wheels, or fronted brigades form:
2332 Nor stop thy flaming chariot-wheels, that shook
3660 Us'd to the yoke, drawest his triumphant wheels
3846 With wheels yet hovering o'er the ocean-brim,
4327 Of planets, and of fixed, in all her wheels
4829 Horrible discord, and the madding wheels
4977 And at his chariot-wheels to drag him bound
5192 On wheels (for like to pillars most they seemed,
5330 Ascend my chariot, guide the rapid wheels
[all …]
/external/python/setuptools/
DCHANGES.rst113 * #1200: easy_install now support installing from wheels:
2330 from wheels. Therefore, if using Pip to install setuptools from a wheel,
/external/tensorflow/
DRELEASE.md1916 * GPU Pip wheels are built with cuda 7.5 and cudnn-v4, making them
/external/jline/src/src/test/resources/jline/example/
Denglish.gz

12