/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
D | ArrayTagsTest.java | 33 Wheel[] wheels = new Wheel[5]; in testDefaultRepresenter() 35 Wheel wheel = new Wheel(); in testDefaultRepresenter() 47 Wheel[] wheels = new Wheel[5]; in testFlowBlock() 49 Wheel wheel = new Wheel(); in testFlowBlock() 66 List<Wheel> wheels = car.getWheels(); in testLoadClassTag() 87 Wheel[] wheels = car.getWheels(); in testLoadClassNoRoot() 94 private Wheel[] wheels; 104 public Wheel[] getWheels() { in getWheels() 108 public void setWheels(Wheel[] wheels) { in setWheels()
|
D | ClassTagsTest.java | 35 List<Wheel> wheels = new ArrayList<Wheel>(); in testDefaultRepresenter() 37 Wheel wheel = new Wheel(); in testDefaultRepresenter() 48 List<Wheel> wheels = new ArrayList<Wheel>(); in testDumpClassTag() 50 Wheel wheel = new Wheel(); in testDumpClassTag() 57 representer.addClassTag(Wheel.class, Tag.MAP); in testDumpClassTag() 81 List<Wheel> wheels = car.getWheels(); in testLoadClassTag() 101 List<Wheel> wheels = car.getWheels(); in testLoadClassNoRoot()
|
D | ImplicitTagsTest.java | 37 Wheel wheel = new Wheel(); in testDefaultRepresenter() 43 car1.setPart(new Wheel(4)); in testDefaultRepresenter() 55 Wheel wheel = new Wheel(); in testNoRootTag() 74 Wheel wheel = new Wheel(); in testRootMap() 96 List<Wheel> wheels = car.getWheels(); in testLoadClassTag() 99 Wheel w1 = wheels.get(0); in testLoadClassTag() 115 private Wheel wheel; 127 public Wheel getWheel() { in getWheel() 131 public void setWheel(Wheel wheel) { in setWheel()
|
D | Wheel.java | 18 public class Wheel { class 21 public Wheel(int id) { in Wheel() method in Wheel 25 public Wheel() { in Wheel() method in Wheel 44 if (obj instanceof Wheel) { in equals() 45 Wheel wheel = (Wheel) obj; in equals()
|
D | Car.java | 22 private List<Wheel> wheels; 32 public List<Wheel> getWheels() { in getWheels() 36 public void setWheels(List<Wheel> wheels) { in setWheels()
|
D | TypeSafeCollectionsTest.java | 36 carDescription.putListPropertyType("wheels", Wheel.class); in testTypeSafeList() 41 List<Wheel> wheels = car.getWheels(); in testTypeSafeList() 44 for (Wheel wheel : wheels) { in testTypeSafeList()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | NestedBuildersTest.java | 34 import protobuf_unittest.Wheel; 69 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() 84 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() 108 List<Wheel> wheels = new ArrayList<Wheel>(vehicleBuilder.getWheelList()); in testMessagesAreCached() 151 vehicleBuilder.addWheel(Wheel.newBuilder() in testRemove_WithNestedMessages() 154 vehicleBuilder.addWheel(Wheel.newBuilder() in testRemove_WithNestedMessages() 165 .addWheel(Wheel.newBuilder().setRadius(1).build()) in testMerge() 166 .addWheel(Wheel.newBuilder().setRadius(2).build()) in testMerge()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue150/ |
D | YamlLoadAsIssueTest.java | 84 ArrayList<Wheel> wheels = new ArrayList<Wheel>(car.getWheels()); in ignoreImplicitTag() 119 List<Wheel> wheels = (List<Wheel>) constructSequence(snode); in construct() 129 public Wheel construct(Node node) { in construct() 130 Wheel w = null; in construct() 134 w = new Wheel(); in construct()
|
D | Car.java | 27 private Collection<Wheel> wheels; 40 public Collection<Wheel> getWheels() { in getWheels() 44 public void setWheels(Collection<Wheel> wheels) { in setWheels()
|
D | Wheel.java | 18 public class Wheel { class 21 public Wheel() { in Wheel() method in Wheel
|
/external/python/setuptools/setuptools/tests/ |
D | test_wheel.py | 18 from setuptools.wheel import Wheel 68 Wheel(filename) 70 w = Wheel(filename) 130 w = Wheel(filename)
|
/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | nested_builders_test.proto | 43 repeated Wheel wheel = 2; 51 message Wheel { message
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 127 | 31 [ 1.873620] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4
|
/external/python/pyasn1-modules/ |
D | CHANGES.txt | 65 - Wheel distribution format now supported
|
/external/python/setuptools/setuptools/ |
D | wheel.py | 53 class Wheel(object): class
|
D | package_index.py | 27 from setuptools.wheel import Wheel 116 wheel = Wheel(basename)
|
/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 56 from setuptools.wheel import Wheel 1047 wheel = Wheel(wheel_path)
|
/external/python/pyasn1/ |
D | CHANGES.rst | 276 - Wheel distribution format now supported.
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |