| /external/angle/ |
| D | .vpython3 | 30 name: "infra/python/wheels/protobuf-py3" 34 # TODO(https://crbug.com/898348): Add in necessary wheels as Python3 versions 37 name: "infra/python/wheels/six-py2_py3" 41 # These wheels are necessary to run pytype, i.e. enforce Python 3 type hinting. 44 # module. 2021.11.2 only has Linux wheels available, so restrict to that 47 name: "infra/python/wheels/pytype/${vpython_platform}" 54 name: "infra/python/wheels/importlab-py3" 61 name: "infra/python/wheels/networkx-py3" 68 name: "infra/python/wheels/decorator-py3" 75 name: "infra/python/wheels/libcst-py3" [all …]
|
| D | .vpython | 33 name: "infra/python/wheels/jsonlines-py2_py3" 37 name: "infra/python/wheels/subprocess32/${vpython_platform}" 57 name: "infra/python/wheels/psutil/${vpython_platform}" 64 name: "infra/python/wheels/parameterized-py2_py3" 78 name: "infra/python/wheels/opencv_python/${vpython_platform}" 105 name: "infra/python/wheels/numpy/${vpython_platform}" 112 name: "infra/python/wheels/pypiwin32/${vpython_platform}" 125 name: "infra/python/wheels/pyfakefs-py2_py3" 132 name: "infra/python/wheels/google_compute_engine-py2_py3" 136 name: "infra/python/wheels/boto-py2_py3" [all …]
|
| /external/libyuv/files/ |
| D | .vpython3 | 45 name: "infra/python/wheels/protobuf-py2_py3" 49 # TODO(https://crbug.com/898348): Add in necessary wheels as Python3 versions 52 name: "infra/python/wheels/six-py2_py3" 60 name: "infra/python/wheels/numpy/${vpython_platform}" 68 name: "infra/python/wheels/numpy/mac-arm64_cp38_cp38" 75 name: "infra/python/wheels/psutil/${vpython_platform}" 79 name: "infra/python/wheels/requests-py2_py3" 85 name: "infra/python/wheels/mock-py2_py3" 89 name: "infra/python/wheels/parameterized-py2_py3" 93 name: "infra/python/wheels/pbr-py2_py3" [all …]
|
| D | .vpython | 30 name: "infra/python/wheels/psutil/${platform}_${py_python}_${py_abi}" 37 name: "infra/python/wheels/pypiwin32/${vpython_platform}" 50 name: "infra/python/wheels/requests-py2_py3"
|
| /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 | TypeSafeCollectionsTest.java | 36 carDescription.putListPropertyType("wheels", Wheel.class); in testTypeSafeList() 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() 52 carDescription.putMapPropertyType("wheels", MyWheel.class, Object.class); in testTypeSafeMap() 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() [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 | 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()
|
| /external/webrtc/ |
| D | .vpython3 | 30 name: "infra/python/wheels/psutil/${vpython_platform}" 36 name: "infra/python/wheels/httplib2-py3" 41 name: "infra/python/wheels/pyparsing-py2_py3" 49 name: "infra/python/wheels/pywin32/${vpython_platform}" 61 name: "infra/python/wheels/grpcio/${vpython_platform}" 66 name: "infra/python/wheels/six-py2_py3" 70 name: "infra/python/wheels/pbr-py2_py3" 74 name: "infra/python/wheels/funcsigs-py2_py3" 78 name: "infra/python/wheels/mock-py2_py3" 82 name: "infra/python/wheels/protobuf-py3" [all …]
|
| D | .vpython | 30 name: "infra/python/wheels/psutil/${platform}_${py_python}_${py_abi}" 36 name: "infra/python/wheels/httplib2-py2_py3" 43 name: "infra/python/wheels/pypiwin32/${vpython_platform}" 54 name: "infra/python/wheels/six-py2_py3" 58 name: "infra/python/wheels/pbr-py2_py3" 62 name: "infra/python/wheels/funcsigs-py2_py3" 66 name: "infra/python/wheels/mock-py2_py3" 70 name: "infra/python/wheels/protobuf-py2_py3" 74 name: "infra/python/wheels/requests-py2_py3"
|
| /external/crosvm/tools/ |
| D | .vpython3 | 10 name: "infra/python/wheels/argh-py2_py3" 14 name: "infra/python/wheels/mdurl-py3" 18 name: "infra/python/wheels/markdown-it-py-py3" 22 name: "infra/python/wheels/typing-extensions-py3" 26 name: "infra/python/wheels/pygments-py3" 30 name: "infra/python/wheels/rich-py3"
|
| /external/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | NestedBuildersTest.java | 96 List<Wheel> wheels = new ArrayList<Wheel>(vehicleBuilder.getWheelList()); in testMessagesAreCached() local 97 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 98 assertThat(wheels.get(i)).isSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached() 102 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 105 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 106 assertThat(wheels.get(i)).isSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached() 112 // Now get wheels and check that only that one changed in testMessagesAreCached() 113 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 115 assertThat(wheels.get(i)).isSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached() 117 assertThat(wheels.get(i)).isNotSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached()
|
| /external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | NestedBuildersTest.java | 96 List<Wheel> wheels = new ArrayList<Wheel>(vehicleBuilder.getWheelList()); in testMessagesAreCached() local 97 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 98 assertThat(wheels.get(i)).isSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached() 102 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 105 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 106 assertThat(wheels.get(i)).isSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached() 112 // Now get wheels and check that only that one changed in testMessagesAreCached() 113 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 115 assertThat(wheels.get(i)).isSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached() 117 assertThat(wheels.get(i)).isNotSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached()
|
| /external/pdfium/ |
| D | .vpython3 | 30 name: "infra/python/wheels/six-py2_py3" 36 name: "infra/python/wheels/certifi-py2_py3" 40 name: "infra/python/wheels/charset_normalizer-py3" 44 name: "infra/python/wheels/idna-py2_py3" 48 name: "infra/python/wheels/requests-py2_py3" 52 name: "infra/python/wheels/urllib3-py2_py3"
|
| /external/pigweed/pw_build/ |
| D | python_dist.gni | 23 # Builds a directory containing a collection of Python wheels. 31 # packages: A list of pw_python_package targets whose wheels should be 32 # included; their dependencies will be pulled in as wheels also. 33 # directory: output directory for the wheels; defaults to 58 # Build a list of relative paths containing all the wheels we depend on. 85 # Builds a .zip containing Python wheels and setup scripts. 87 # The resulting .zip archive will contain a directory with Python wheels for 88 # all pw_python_package targets listed in 'packages', plus wheels for any 92 # In addition to Python wheels, the resulting .zip will also contain simple 94 # Python venv and installing all the included wheels into it, and a README.md [all …]
|
| D | python.rst | 327 Collects Python wheels for one or more ``pw_python_package`` targets, plus any 335 - ``packages`` - List of ``pw_python_package`` targets whose wheels should be 336 included; their dependencies will be pulled in as wheels also. 337 - ``directory`` - Output directory for the collected wheels. Defaults to 344 out which wheels to collect by traversing the ``pw_python_package_wheels`` 354 developer environment. The generated ``.zip`` contains Python wheels 355 (``.whl`` files) for one or more ``pw_python_package`` targets, plus wheels for 363 environment and install the whole collection of wheels into it using ``pip``. 372 - ``packages`` - A list of `pw_python_package` targets whose wheels should be 373 included; their dependencies will be pulled in as wheels also. [all …]
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue150/ |
| D | YamlLoadAsIssueTest.java | 51 line("wheels:"); in setUp() 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() 117 if ("wheels".equals(field)) { in construct() 119 List<Wheel> wheels = (List<Wheel>) constructSequence(snode); in construct() local 120 car.setWheels(wheels); in construct()
|
| 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()
|
| /external/python/cryptography/ |
| D | CHANGELOG.rst | 42 * Updated Windows, macOS, and ``manylinux`` wheels to be compiled with 81 * Updated Windows, macOS, and ``manylinux`` wheels to be compiled with 175 * Updated Windows, macOS, and ``manylinux`` wheels to be compiled with 195 * Updated Windows, macOS, and ``manylinux`` wheels to be compiled with 207 * Updated Windows, macOS, and ``manylinux`` wheels to be compiled with 219 * We now ship ``manylinux2010`` wheels in addition to our ``manylinux1`` 220 wheels. 236 wheels. Continuing to produce them was a maintenance burden. 241 * Updated Windows, macOS, and ``manylinux1`` wheels to be compiled with 264 * Resolved an error in our build infrastructure that broke our Python3 wheels [all …]
|
| /external/autotest/utils/ |
| D | run_pylint.py | 8 # name: "infra/python/wheels/configparser-py2_py3" 12 # name: "infra/python/wheels/futures-py2_py3" 16 # name: "infra/python/wheels/isort-py2_py3" 20 # name: "infra/python/wheels/wrapt/${vpython_platform}" 24 # name: "infra/python/wheels/backports_functools_lru_cache-py2_py3" 28 # name: "infra/python/wheels/lazy-object-proxy/${vpython_platform}" 32 # name: "infra/python/wheels/singledispatch-py2_py3" 36 # name: "infra/python/wheels/enum34-py2" 40 # name: "infra/python/wheels/mccabe-py2_py3" 44 # name: "infra/python/wheels/six-py2_py3" [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/nightly_release/windows/ |
| D | upload_nightly_pip.sh | 40 # Note: The windows wheels are built by separate jobs, this one just uploads 42 # do for Ubuntu and MacOS. The benefit is that we only build the Windows wheels 44 # if the building job fails, this one will attempt to upload the wheels for the 45 # previous day. Hence, we are checking here that only the proper wheels get
|
| /external/cronet/base/task/sequence_manager/ |
| D | hierarchical_timing_wheel.h | 70 // The index in the hierarchy of timing wheels and heaps, this handle belongs 139 // hierarchy which is a sequence of timing wheels and heaps with different 142 // wheels. 145 // |TotalWheels| is the number of timing wheels to be constructed in the 149 // bucket for the following timing wheels are WheelSize * 278 // Look into the timing wheels for elements which have either expired or in Update() 409 // The timing wheels where the elements are added according to their delay. 413 // There are two heaps enclosing the sequence of timing wheels. The first one 422 // The last time when the timing wheels were updated.
|
| /external/angle/scripts/ |
| D | generate_stats.py | 5 # name: "infra/python/wheels/google-auth-py2_py3" 10 # name: "infra/python/wheels/pyasn1-py2_py3" 15 # name: "infra/python/wheels/pyasn1_modules-py2_py3" 20 # name: "infra/python/wheels/six" 25 # name: "infra/python/wheels/cachetools-py2_py3" 29 # name: "infra/python/wheels/rsa-py2_py3" 34 # name: "infra/python/wheels/requests" 39 # name: "infra/python/wheels/google-api-python-client-py2_py3" 44 # name: "infra/python/wheels/httplib2-py2_py3" 49 # name: "infra/python/wheels/oauth2client-py2_py3" [all …]
|
| /external/cronet/third_party/protobuf/kokoro/release/python/linux/ |
| D | build_artifacts.sh | 58 # Explicitly request building manylinux1 wheels, which is no longer the default. 65 # Explicitly request building manylinux2010 wheels 77 # since auditwheel doesn't work for crosscomiled wheels.
|