/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/python/setuptools/setuptools/tests/ |
D | test_wheel.py | 3 """wheel tests 18 from setuptools.wheel import Wheel 68 Wheel(filename) 70 w = Wheel(filename) 130 w = Wheel(filename) 175 'WHEEL', 207 'WHEEL', 277 'WHEEL', 301 'WHEEL', 332 'WHEEL', [all …]
|
D | test_virtualenv.py | 32 """ Bare virtualenv (no pip/setuptools/wheel). 35 '--no-wheel', 61 # Python 2.6 support was dropped in wheel 0.30.0. 62 virtualenv.run('pip install -U "wheel<0.30.0"') 63 # Generate source distribution / wheel. 70 wheel = glob.glob(os.path.join(dist_dir, '*.whl'))[0] 71 # Then update from wheel. 72 virtualenv.run('pip install ' + wheel)
|
/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()
|
/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/fonttools/ |
D | tox.ini | 46 commands = pip wheel -w {envtmpdir}/build --no-deps . 52 wheel 55 # make sure we use the latest setuptools and wheel 65 # build wheel from sdist 66 …pip wheel -v --no-deps --no-index --wheel-dir {toxinidir}/dist --find-links {toxinidir}/dist fontt…
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
D | build_artifact_python.sh | 33 # Wheel has a bug where directories don't get excluded. 34 # https://bitbucket.org/pypa/wheel/issues/99/cannot-exclude-directory 76 for wheel in dist/*.whl; do 77 "${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR" 78 rm "$wheel" 80 for wheel in tools/distrib/python/grpcio_tools/dist/*.whl; do 81 "${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR" 82 rm "$wheel"
|
/external/python/setuptools/setuptools/ |
D | wheel.py | 53 class Wheel(object): class 58 raise ValueError('invalid wheel name: %r' % filename) 64 '''List tags (py_version, abi, platform) supported by this wheel.''' 70 '''Is the wheel is compatible with the current platform?''' 81 '''Install wheel as an egg directory.''' 90 wheel_metadata = get_metadata('WHEEL') 92 # Check wheel format version is supported. 93 wheel_version = parse_version(wheel_metadata.get('Wheel-Version')) 95 raise ValueError('unsupported wheel format version: %s' % wheel_version)
|
/external/grpc-grpc/tools/internal_ci/macos/ |
D | grpc_build_artifacts.sh | 24 python2.7 -m pip install cython setuptools wheel 25 python3.4 -m pip install cython setuptools wheel 26 python3.5 -m pip install cython setuptools wheel 27 python3.6 -m pip install cython setuptools wheel 28 python3.7 -m pip install cython setuptools wheel
|
/external/python/dateutil/ |
D | RELEASING | 12 [ ] Build the binary distribution as a wheel 60 It should always be possible to generate a universal wheel binary distribution 62 a wheel, you need the wheel package (https://wheel.readthedocs.io/en/latest/) 65 pip install wheel 67 Once this is done, generate the wheel with:
|
/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/v8/tools/ |
D | callstats.py.vpython | 3 # It describes patterns for python wheel dependencies of the python scripts in 27 wheel: < 32 wheel: <
|
/external/tensorflow/tensorflow/contrib/cmake/ |
D | README.md | 67 - wheel 201 `build`. It will generate the wheel file in 206 ***The wheel name varies depends on you config. Change to your own wheel 228 Directly build python wheel package by following command: 236 Install the wheel file generated as instructed by step 1. 264 **Important Note** CMake generated python wheel for Linux/MacOs is currently 468 enables python kernel tests. After building the python wheel, you need 469 to install the new wheel before running the tests. To execute the tests, 475 After building the python wheel, you need to install the new wheel
|
/external/python/cpython3/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 708 drwxr-xr-x 8 root wheel 1024 Jan 3 1994 . 709 drwxr-xr-x 8 root wheel 1024 Jan 3 1994 .. [all …]
|
/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 644 drwxr-xr-x 8 root wheel 1024 Jan 3 1994 . 645 drwxr-xr-x 8 root wheel 1024 Jan 3 1994 .. [all …]
|