/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
D | ImplicitTagsTest.java | 37 Wheel wheel = new Wheel(); in testDefaultRepresenter() local 38 wheel.setId(2); in testDefaultRepresenter() 39 car1.setWheel(wheel); in testDefaultRepresenter() 43 car1.setPart(new Wheel(4)); in testDefaultRepresenter() 55 Wheel wheel = new Wheel(); in testNoRootTag() local 56 wheel.setId(2); in testNoRootTag() 57 car1.setWheel(wheel); in testNoRootTag() 74 Wheel wheel = new Wheel(); in testRootMap() local 75 wheel.setId(2); in testRootMap() 79 car1.put("wheel", wheel); in testRootMap() [all …]
|
D | ArrayTagsTest.java | 33 Wheel[] wheels = new Wheel[5]; in testDefaultRepresenter() 35 Wheel wheel = new Wheel(); in testDefaultRepresenter() local 36 wheel.setId(i); in testDefaultRepresenter() 37 wheels[i - 1] = wheel; in testDefaultRepresenter() 47 Wheel[] wheels = new Wheel[5]; in testFlowBlock() 49 Wheel wheel = new Wheel(); in testFlowBlock() local 50 wheel.setId(i); in testFlowBlock() 51 wheels[i - 1] = wheel; in testFlowBlock() 66 List<Wheel> wheels = car.getWheels(); in testLoadClassTag() 87 Wheel[] wheels = car.getWheels(); in testLoadClassNoRoot() [all …]
|
D | ClassTagsTest.java | 35 List<Wheel> wheels = new ArrayList<Wheel>(); in testDefaultRepresenter() 37 Wheel wheel = new Wheel(); in testDefaultRepresenter() local 38 wheel.setId(i); in testDefaultRepresenter() 39 wheels.add(wheel); in testDefaultRepresenter() 48 List<Wheel> wheels = new ArrayList<Wheel>(); in testDumpClassTag() 50 Wheel wheel = new Wheel(); in testDumpClassTag() local 51 wheel.setId(i); in testDumpClassTag() 52 wheels.add(wheel); in testDumpClassTag() 57 representer.addClassTag(Wheel.class, Tag.MAP); in testDumpClassTag() 81 List<Wheel> wheels = car.getWheels(); in testLoadClassTag() [all …]
|
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 39 return "Wheel id=" + id; in toString() 44 if (obj instanceof Wheel) { in equals() 45 Wheel wheel = (Wheel) obj; in equals() local 46 return id == wheel.getId(); in equals()
|
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() 45 assertTrue(wheel.getId() > 0); in testTypeSafeList() 61 for (MyWheel wheel : wheels.keySet()) { in testTypeSafeMap() 62 assertTrue(wheel.getId() > 0); in testTypeSafeMap() 63 Date date = wheels.get(wheel); in testTypeSafeMap() 97 Object wheel = car.getWheels().keySet().iterator().next(); in testWithGlobalTag() local 98 assertTrue(wheel instanceof MyWheel); in testWithGlobalTag() 99 MyWheel w = (MyWheel) wheel; in testWithGlobalTag()
|
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 | MyWheel.java | 36 return "Wheel id=" + id; in toString() 42 MyWheel wheel = (MyWheel) obj; in equals() local 43 return id == wheel.getId(); in equals()
|
/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() local 70 assertEquals(4, wheel.getRadius()); in testMessagesAndBuilders() 71 assertEquals(i + 1, wheel.getWidth()); in testMessagesAndBuilders() 84 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local 85 assertEquals(5, wheel.getRadius()); in testMessagesAndBuilders() 86 assertEquals(i + 10, wheel.getWidth()); 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() [all …]
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue150/ |
D | YamlLoadAsIssueTest.java | 74 yaml.addImplicitResolver(new Tag("!wheel"), Pattern.compile("w#\\d+"), "w"); in yaml() 84 ArrayList<Wheel> wheels = new ArrayList<Wheel>(car.getWheels()); in ignoreImplicitTag() 98 yamlConstructors.put(new Tag("!wheel"), new ConstructWheel()); in MyConstructor() 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/autotest/client/site_tests/touch_MouseScroll/ |
D | README | 6 up_slow - Scroll the mouse wheel up slowly to record multiple scrolls. 7 up_fast - Scroll the mouse wheel up fast to record multiple scrolls. 8 up_1 - Scroll the mouse wheel up (one gear up) to record single scroll. 9 down_slow - Scroll the mouse wheel down slowly to record scrolls. 10 down_fast - Scroll the mouse wheel down fast to record multiple scrolls. 11 down_1 - Scroll the mouse wheel down (one gear down) to record single scroll.
|
/external/libpng/scripts/ |
D | makefile.openbsd | 56 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/include; \ 59 ${INSTALL} -d -o root -g wheel ${DESTDIR}${LIBDIR}; \ 62 ${INSTALL} -d -o root -g wheel ${DESTDIR}${LIBDIR}/debug; \ 65 ${INSTALL} -d -o root -g wheel ${DESTDIR}${MANDIR}3; \ 68 ${INSTALL} -d -o root -g wheel ${DESTDIR}${MANDIR}5; \ 71 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/share/doc/png; \
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 48 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group 49 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 82 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 104 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 126 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 151 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 181 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
|
/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | nested_builders_test.proto | 43 repeated Wheel wheel = 2; field 51 message Wheel { message
|
/external/python/cpython2/Lib/ |
D | ftplib.py | 13 drwxr-xr-x 8 root wheel 1024 Jan 3 1994 . 14 drwxr-xr-x 8 root wheel 1024 Jan 3 1994 .. 15 drwxr-xr-x 2 root wheel 1024 Jan 3 1994 bin 16 drwxr-xr-x 2 root wheel 1024 Jan 3 1994 etc 17 d-wxrwxr-x 2 ftp wheel 1024 Sep 5 13:43 incoming 18 drwxr-xr-x 2 root wheel 1024 Nov 17 1993 lib 19 drwxr-xr-x 6 1094 wheel 1024 Sep 13 19:07 pub 20 drwxr-xr-x 3 root wheel 1024 Jan 3 1994 usr 632 drwxr-xr-x 8 root wheel 1024 Jan 3 1994 . 633 drwxr-xr-x 8 root wheel 1024 Jan 3 1994 .. [all …]
|
/external/python/cpython2/Doc/library/ |
D | ftplib.rst | 86 drwxr-xr-x 8 root wheel 1024 Jan 3 1994 . 87 drwxr-xr-x 8 root wheel 1024 Jan 3 1994 .. 88 drwxr-xr-x 2 root wheel 1024 Jan 3 1994 bin 89 drwxr-xr-x 2 root wheel 1024 Jan 3 1994 etc 90 d-wxrwxr-x 2 ftp wheel 1024 Sep 5 13:43 incoming 91 drwxr-xr-x 2 root wheel 1024 Nov 17 1993 lib 92 drwxr-xr-x 6 1094 wheel 1024 Sep 13 19:07 pub 93 drwxr-xr-x 3 root wheel 1024 Jan 3 1994 usr
|
/external/snakeyaml/src/test/resources/constructor/ |
D | carwheel-root-map.yaml | 1 wheel: !!org.yaml.snakeyaml.constructor.Wheel {id: 2}
|
D | carwheel-without-tags.yaml | 3 part: !!org.yaml.snakeyaml.constructor.Wheel {id: 4} 5 wheel: {id: 2}
|
/external/brotli/ |
D | appveyor.yml | 67 # install/upgrade setuptools and wheel to build packages 68 pip install --upgrade setuptools wheel 91 - if "%BUILD_SYSTEM%" == "Python" ( pip wheel -w dist . )
|
D | .travis.sh | 33 pip install --upgrade wheel 84 pip wheel -w dist .
|
/external/selinux/python/sepolicy/sepolicy/help/ |
D | login_default.txt | 8 You could use %%wheel to indicate the wheel group.
|
/external/python/cpython2/Doc/distributing/ |
D | index.rst | 57 * `wheel`_ (in this context) is a project that adds the ``bdist_wheel`` 59 binary packaging format (called "wheels" or "wheel files" and defined in 65 .. _wheel: https://wheel.readthedocs.org target in Key terms 100 python -m pip install setuptools wheel twine
|
/external/libxml2/result/SVG/ |
D | bike.xml | 35 <title>Front wheel</title> 36 <desc>The front wheel provides grip, steering and some shock absorption</desc>
|
/external/libxml2/test/SVG/ |
D | bike.xml | 32 <title>Front wheel</title> 33 <desc>The front wheel provides grip, steering and some shock absorption</desc>
|