/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
D | ArrayTagsTest.java | 33 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 …]
|
D | ClassTagsTest.java | 35 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 …]
|
D | TypeSafeCollectionsTest.java | 41 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 …]
|
D | Car.java | 22 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()
|
D | MyCar.java | 23 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()
|
D | ImplicitTagsTest.java | 96 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/ |
D | NestedBuildersTest.java | 108 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/ |
D | Car.java | 27 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()
|
D | YamlLoadAsIssueTest.java | 84 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/ |
D | pip.py | 40 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/ |
D | build_meta.py | 151 wheels = [f for f in os.listdir(wheel_directory) 154 assert len(wheels) == 1 155 return wheels[0]
|
/external/v8/tools/ |
D | callstats.py.vpython | 28 name: "infra/python/wheels/numpy/${vpython_platform}" 33 name: "infra/python/wheels/scipy/${vpython_platform}"
|
D | run-tests.py.vpython | 30 name: "infra/python/wheels/pyyaml/${vpython_platform}"
|
/external/grpc-grpc/tools/distrib/python/grpcio_tools/ |
D | README.rst | 42 distribution if gRPC Python's system coverage with wheels does not happen to
|
/external/python/cpython3/Doc/distributing/ |
D | index.rst | 59 binary packaging format (called "wheels" or "wheel files" and defined in
|
/external/python/cpython2/Doc/distributing/ |
D | index.rst | 59 binary packaging format (called "wheels" or "wheel files" and defined in
|
/external/python/cpython2/Doc/installing/ |
D | index.rst | 214 ability to publish wheels for at least Windows and Mac OS X through the
|
/external/python/cpython3/Doc/installing/ |
D | index.rst | 233 ability to publish wheels for at least Windows and Mac OS X through the
|
/external/hyphenation-patterns/en-US/ |
D | ushyphex.tex | 182 cart-wheels
|
D | hyph-en-us.hyp.txt | 183 cart-wheels
|
/external/python/dateutil/ |
D | NEWS | 178 - Started including the license file in wheels. Reported and fixed by
|
/external/brotli/tests/testdata/ |
D | plrabn12.txt | 381 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/ |
D | CHANGES.rst | 113 * #1200: easy_install now support installing from wheels: 2330 from wheels. Therefore, if using Pip to install setuptools from a wheel,
|
/external/tensorflow/ |
D | RELEASE.md | 1916 * GPU Pip wheels are built with cuda 7.5 and cudnn-v4, making them
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|