/external/angle/ |
D | .vpython | 3 # It describes patterns for python wheel dependencies of the python scripts in 32 wheel: < 36 wheel: < 56 wheel: < 63 wheel: < 77 wheel: < 104 wheel: < 111 wheel: < 124 wheel: < 131 wheel: < [all …]
|
/external/perfetto/test/stress_test/ |
D | README.md | 89 drwxr-xr-x 16 primiano wheel 512B 5 Aug 09:16 bursts 90 drwxr-xr-x 9 primiano wheel 288B 5 Aug 09:16 simple 91 drwxr-xr-x 38 primiano wheel 1.2K 5 Aug 09:16 the_storm 95 -rw-r--r-- 1 primiano wheel 0B 5 Aug 09:16 errors.log 96 -rw-r--r-- 1 primiano wheel 180B 5 Aug 09:16 perfetto.log 97 -rw-r--r-- 1 primiano wheel 441B 5 Aug 09:16 producer.0.log 99 -rw-r--r-- 1 primiano wheel 441B 5 Aug 09:16 producer.9.log 100 -rw------- 1 primiano wheel 11M 5 Aug 09:16 trace 101 -rw-r--r-- 1 primiano wheel 407B 5 Aug 09:16 traced.log 105 srwxr-xr-x 1 primiano wheel 0B 5 Aug 09:16 consumer.sock [all …]
|
/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() 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() 115 private Wheel wheel; field in ImplicitTagsTest.CarWithWheel [all …]
|
D | TypeSafeCollectionsTest.java | 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 | ArrayTagsTest.java | 35 Wheel wheel = new Wheel(); in testDefaultRepresenter() local 36 wheel.setId(i); in testDefaultRepresenter() 37 wheels[i - 1] = wheel; in testDefaultRepresenter() 49 Wheel wheel = new Wheel(); in testFlowBlock() local 50 wheel.setId(i); in testFlowBlock() 51 wheels[i - 1] = wheel; in testFlowBlock()
|
D | ClassTagsTest.java | 37 Wheel wheel = new Wheel(); in testDefaultRepresenter() local 38 wheel.setId(i); in testDefaultRepresenter() 39 wheels.add(wheel); in testDefaultRepresenter() 50 Wheel wheel = new Wheel(); in testDumpClassTag() local 51 wheel.setId(i); in testDumpClassTag() 52 wheels.add(wheel); in testDumpClassTag()
|
D | Wheel.java | 45 Wheel wheel = (Wheel) obj; in equals() local 46 return id == wheel.getId(); in equals()
|
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/macos/ |
D | grpc_build_artifacts.sh | 28 python2.7 -m pip install -U cython setuptools==44.1.1 wheel --user 29 python3.5 -m pip install -U cython setuptools==44.1.1 wheel --user 30 python3.6 -m pip install -U cython setuptools==44.1.1 wheel --user 31 python3.7 -m pip install -U cython setuptools==44.1.1 wheel --user 32 python3.8 -m pip install -U cython setuptools==44.1.1 wheel --user 33 python3.9 -m pip install -U cython setuptools==44.1.1 wheel --user
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_ss_functions.c | 67 TAILQ_INIT(&asoc->ss_data.out.wheel); in sctp_ss_default_init() 92 while (!TAILQ_EMPTY(&asoc->ss_data.out.wheel)) { in sctp_ss_default_clear() 95 strq = TAILQ_FIRST(&asoc->ss_data.out.wheel); in sctp_ss_default_clear() 96 TAILQ_REMOVE(&asoc->ss_data.out.wheel, strq, ss_params.rr.next_spoke); in sctp_ss_default_clear() 135 TAILQ_INSERT_TAIL(&asoc->ss_data.out.wheel, in sctp_ss_default_add() 147 if (TAILQ_EMPTY(&asoc->ss_data.out.wheel)) { in sctp_ss_default_is_empty() 171 asoc->ss_data.last_out_stream = TAILQ_LAST(&asoc->ss_data.out.wheel, in sctp_ss_default_remove() 178 TAILQ_REMOVE(&asoc->ss_data.out.wheel, strq, ss_params.rr.next_spoke); in sctp_ss_default_remove() 202 strq = TAILQ_FIRST(&asoc->ss_data.out.wheel); in sctp_ss_default_select() 206 strq = TAILQ_FIRST(&asoc->ss_data.out.wheel); in sctp_ss_default_select() [all …]
|
/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/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/ |
D | build_package_python.sh | 28 python -m pip install -U wheel 33 python -m wheel unpack "$WHEEL_PATH" -d "$TEMP_WHEEL_DIR" 40 python -m wheel pack "$TEMP_WHEEL_DIR/$DISTRIBUTION_NAME-$VERSION" -d "$TEMP_WHEEL_DIR" 44 for wheel in artifacts/*.whl; do 45 strip_binary_wheel "$wheel"
|
D | build_artifact_python.sh | 85 for wheel in dist/*.whl; do 86 "${AUDITWHEEL}" show "$wheel" | tee /dev/stderr | grep -E -w "$AUDITWHEEL_PLAT" 87 "${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR" 88 rm "$wheel" 90 for wheel in tools/distrib/python/grpcio_tools/dist/*.whl; do 91 "${AUDITWHEEL}" show "$wheel" | tee /dev/stderr | grep -E -w "$AUDITWHEEL_PLAT" 92 "${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR" 93 rm "$wheel"
|
/external/webrtc/ |
D | .vpython | 3 # It describes patterns for python wheel dependencies of the python scripts in 29 wheel: < 35 wheel: < 42 wheel: < 53 wheel: < 57 wheel: < 61 wheel: < 65 wheel: <
|
/external/rust/crates/tokio/src/time/driver/ |
D | mod.rs | 15 mod wheel; module 156 wheel: wheel::Wheel, field 201 let next_wake = lock.wheel.next_expiration_time(); in park_internal() 269 while let Some(entry) = lock.wheel.poll(now) { in process_at_time() 294 lock.elapsed = lock.wheel.elapsed(); in process_at_time() 296 .wheel in process_at_time() 322 lock.wheel.remove(entry); in clear_entry() 342 lock.wheel.remove(entry); in reregister() 356 match unsafe { lock.wheel.insert(entry) } { in reregister() 439 wheel: wheel::Wheel::new(), in new()
|
/external/protobuf/python/release/wheel/ |
D | build_wheel_manylinux.sh | 24 docker rmi protobuf-python-wheel 25 docker build . -t protobuf-python-wheel 26 docker run --rm protobuf-python-wheel ./protobuf_optimized_pip.sh $PROTOBUF_VERSION $PYPI_USERNAME … 27 docker rmi protobuf-python-wheel
|
/external/python/cpython3/Doc/library/ |
D | importlib.metadata.rst | 41 (example) $ pip install wheel 43 You can get the version string for ``wheel`` by running the following: 49 >>> version('wheel') # doctest: +SKIP 58 >>> list(metadata('wheel')) # doctest: +SKIP 88 >>> wheel = [ep for ep in scripts if ep.name == 'wheel'][0] # doctest: +SKIP 89 >>> wheel # doctest: +SKIP 90 EntryPoint(name='wheel', value='wheel.cli:main', group='console_scripts') 91 >>> wheel.module # doctest: +SKIP 92 'wheel.cli' 93 >>> wheel.attr # doctest: +SKIP [all …]
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
D | build_artifact_python.sh | 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/libpng/scripts/ |
D | makefile.openbsd | 54 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/include; \ 57 ${INSTALL} -d -o root -g wheel ${DESTDIR}${LIBDIR}; \ 60 ${INSTALL} -d -o root -g wheel ${DESTDIR}${LIBDIR}/debug; \ 63 ${INSTALL} -d -o root -g wheel ${DESTDIR}${MANDIR}3; \ 66 ${INSTALL} -d -o root -g wheel ${DESTDIR}${MANDIR}5; \ 69 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/share/doc/png; \
|
/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 | 65 commands = pip wheel -w {envtmpdir}/build --no-deps . 71 wheel 74 # make sure we use the latest setuptools and wheel 84 # build wheel from sdist 85 …pip wheel -v --no-deps --no-index --wheel-dir {toxinidir}/dist --find-links {toxinidir}/dist fontt…
|
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | NestedBuildersTest.java | 70 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local 71 assertEquals(4, wheel.getRadius()); in testMessagesAndBuilders() 72 assertEquals(i + 1, wheel.getWidth()); in testMessagesAndBuilders() 85 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local 86 assertEquals(5, wheel.getRadius()); in testMessagesAndBuilders() 87 assertEquals(i + 10, wheel.getWidth()); in testMessagesAndBuilders()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | NestedBuildersTest.java | 58 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local 59 assertEquals(4, wheel.getRadius()); in testMessagesAndBuilders() 60 assertEquals(i + 1, wheel.getWidth()); in testMessagesAndBuilders() 71 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local 72 assertEquals(5, wheel.getRadius()); in testMessagesAndBuilders() 73 assertEquals(i + 10, wheel.getWidth()); in testMessagesAndBuilders()
|
/external/python/cryptography/.jenkins/ |
D | Jenkinsfile-cryptography-wheel-builder | 87 pip install wheel virtualenv 88 … pip wheel cryptography==$BUILD_VERSION --wheel-dir=wheelhouse --no-binary cryptography 112 … pip install -U wheel # upgrade wheel to latest before we use it to build the wheel 121 …pip wheel cryptography==$BUILD_VERSION --wheel-dir=wheelhouse --no-binary cryptography --no-deps \… 151 …$linux32 /opt/python/$version/bin/pip wheel cryptography==$BUILD_VERSION --no-binary cryptography …
|
/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/tensorflow/tensorflow/tools/ci_build/release/ |
D | common.sh | 123 "${PIP_CMD}" install --user --upgrade 'setuptools<53' pip wheel 180 ${PIP_CMD} install --user --upgrade 'setuptools<53' pip wheel 223 ${PIP_CMD} install --upgrade 'setuptools<53' pip wheel 270 ${PIP_CMD} install --upgrade 'setuptools<53' pip wheel --user 348 ${PYTHON_CMD} -m wheel unpack "${WHL_PATH}" 368 ${PYTHON_CMD} -m wheel pack .
|