| /external/python/typing_extensions/.github/workflows/ |
| D | publish.yml | 66 export path_to_file=$(find dist -type f -name "typing_extensions-*.whl") 67 echo "::notice::Installing wheel: $path_to_file" 68 python -m pip install --user $path_to_file 92 export path_to_file=$(find dist -type f -name "typing_extensions-*.tar.gz") 93 echo "::notice::Unpacking source distribution: $path_to_file" 94 tar xzf $path_to_file -C dist/ 95 cd ${path_to_file%.tar.gz}/src 117 export path_to_file=$(find dist -type f -name "typing_extensions-*.tar.gz") 118 echo "::notice::Installing source distribution: $path_to_file" 119 python -m pip install --user $path_to_file
|
| /external/python/typing/.github/workflows/ |
| D | package.yml | 34 export path_to_file=$(find dist -type f -name "typing_extensions-*.whl") 35 echo "::notice::Installing wheel: $path_to_file" 36 pip install -vvv $path_to_file 65 export path_to_file=$(find dist -type f -name "typing_extensions-*.tar.gz") 66 echo "::notice::Installing sdist: $path_to_file" 67 pip install -vvv $path_to_file
|
| /external/pytorch/test/quantization/core/ |
| D | test_docs.py | 56 path_to_file = get_correct_path(path_from_pytorch) 57 if path_to_file: 58 with open(path_to_file) as file: 65 … assert unique_identifier in content, f"could not find {unique_identifier} in {path_to_file}" 85 … f"The code in {path_to_file} identified by {unique_identifier} seems suspiciously short:"
|
| /external/autotest/client/cros/ |
| D | liststorage.py | 45 def read_file(path_to_file, host=None): argument 47 @param path_to_file: Full path to the file 52 if not host.path_exists(path_to_file): 53 raise error.TestError("No such file or directory %s" % path_to_file) 54 return host.run('cat %s' % path_to_file).stdout.strip() 56 if not os.path.isfile(path_to_file): 57 raise error.TestError("No such file or directory %s" % path_to_file) 58 return utils.read_file(path_to_file).strip()
|
| /external/tensorflow/tensorflow/tools/tensorflow_builder/config_detector/data/ |
| D | cuda_compute_capability.py | 199 path_to_file = PATH_TO_DIR + "/data/" + filename 200 if os.path.isfile(path_to_file) and os.path.isfile(CUDA_CC_GOLDEN_DIR): 201 with open(path_to_file, "r") as f_new: 206 fromfile=path_to_file,
|
| /external/armnn/python/pyarmnn/test/ |
| D | test_profiling_utilities.py | 20 path_to_file = os.path.join(shared_data_folder, 'mock_profile_out.json') 21 with open(path_to_file, 'r') as file:
|
| /external/openscreen/cast/standalone_sender/ |
| D | looping_file_sender.cc | 102 OSP_LOG_INFO << "Sending " << settings_.path_to_file in SendFileAgain() 110 env_, settings_.path_to_file.c_str(), audio_encoder_.num_channels(), in SendFileAgain() 112 video_capturer_.emplace(env_, settings_.path_to_file.c_str(), in SendFileAgain()
|
| D | connection_settings.h | 24 std::string path_to_file; member
|
| D | main.cc | 246 .path_to_file = path, in StandaloneSenderMain()
|
| /external/pigweed/pw_console/py/pw_console/ |
| D | socket_client.py | 61 'file:path_to_file' - A Unix socket at ``path_to_file``.
|
| /external/chromiumos-config/proto/chromiumos/test/api/ |
| D | test_harness_metadata.proto | 28 string path_to_file = 4; // The location of the source code field
|
| /external/bazelbuild-rules_python/python/private/pypi/dependency_resolver/ |
| D | dependency_resolver.py | 112 # Main repo: __main__/<path_to_file> 113 # External repo: <workspace name>/<path_to_file>
|
| /external/chromiumos-config/python/chromiumos/test/api/ |
| D | test_harness_metadata_pb2.py | 128 … name='path_to_file', full_name='chromiumos.test.api.TastFixtureMetadata.path_to_file', index=3,
|
| /external/autotest/client/cros/input_playback/ |
| D | input_playback.py | 43 player.emulate(property_file=path_to_file) 45 player.playback(path_to_file) 46 player.blocking_playback(path_to_file)
|
| /external/pigweed/pw_system/py/pw_system/ |
| D | device_connection.py | 299 f'{socket_client.SocketClient.FILE_SOCKET_SERVER}:path_to_file.'
|
| /external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/ |
| D | test_harness_metadata.pb.go | 105 …File string `protobuf:"bytes,4,opt,name=path_to_file,json=pathToFile,proto3" json:"path_t…
|
| /external/v4l2_codec2/ |
| D | README.md | 47 <path_to_file>:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_c2.xml
|
| /external/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/ |
| D | TensorFlow_NumPy_Text_Generation.ipynb | 172 …"path_to_file = tf.keras.utils.get_file('shakespeare.txt', 'https://storage.googleapis.com/downloa… 195 "text = open(path_to_file, 'rb').read().decode(encoding='utf-8')\n",
|
| /external/tensorflow/tensorflow/python/feature_column/ |
| D | feature_column_v2_test.py | 3016 key='aaa', vocabulary_file='path_to_file', vocabulary_size=3) 3041 key=('aaa',), vocabulary_file='path_to_file', vocabulary_size=3) 3046 vocabulary_file='path_to_file', 3058 vocabulary_file='path_to_file', 3181 key='aaa', vocabulary_file='path_to_file', vocabulary_size=3)
|
| D | feature_column_test.py | 3346 key='aaa', vocabulary_file='path_to_file', vocabulary_size=3) 3358 key=('aaa',), vocabulary_file='path_to_file', vocabulary_size=3) 3363 vocabulary_file='path_to_file', 3375 vocabulary_file='path_to_file', 3490 key='aaa', vocabulary_file='path_to_file', vocabulary_size=3)
|
| /external/angle/build/config/android/ |
| D | rules.gni | 1374 # [ [ path_to_file, path_to_put_in_jar ] ]
|
| D | internal_rules.gni | 3284 # Each element is of length two, [ path_to_file, path_to_put_in_jar ]
|
| /external/chromiumos-config/generated/ |
| D | descriptors.json | 34406 "name": "path_to_file",
|