Home
last modified time | relevance | path

Searched full:path_to_file (Results 1 – 23 of 23) sorted by relevance

/external/python/typing_extensions/.github/workflows/
Dpublish.yml66 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/
Dpackage.yml34 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/
Dtest_docs.py56 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/
Dliststorage.py45 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/
Dcuda_compute_capability.py199 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/
Dtest_profiling_utilities.py20 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/
Dlooping_file_sender.cc102 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()
Dconnection_settings.h24 std::string path_to_file; member
Dmain.cc246 .path_to_file = path, in StandaloneSenderMain()
/external/pigweed/pw_console/py/pw_console/
Dsocket_client.py61 'file:path_to_file' - A Unix socket at ``path_to_file``.
/external/chromiumos-config/proto/chromiumos/test/api/
Dtest_harness_metadata.proto28 string path_to_file = 4; // The location of the source code field
/external/bazelbuild-rules_python/python/private/pypi/dependency_resolver/
Ddependency_resolver.py112 # Main repo: __main__/<path_to_file>
113 # External repo: <workspace name>/<path_to_file>
/external/chromiumos-config/python/chromiumos/test/api/
Dtest_harness_metadata_pb2.py128 … name='path_to_file', full_name='chromiumos.test.api.TastFixtureMetadata.path_to_file', index=3,
/external/autotest/client/cros/input_playback/
Dinput_playback.py43 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/
Ddevice_connection.py299 f'{socket_client.SocketClient.FILE_SOCKET_SERVER}:path_to_file.'
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/
Dtest_harness_metadata.pb.go105 …File string `protobuf:"bytes,4,opt,name=path_to_file,json=pathToFile,proto3" json:"path_t…
/external/v4l2_codec2/
DREADME.md47 <path_to_file>:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_c2.xml
/external/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/
DTensorFlow_NumPy_Text_Generation.ipynb172 …"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/
Dfeature_column_v2_test.py3016 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)
Dfeature_column_test.py3346 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/
Drules.gni1374 # [ [ path_to_file, path_to_put_in_jar ] ]
Dinternal_rules.gni3284 # Each element is of length two, [ path_to_file, path_to_put_in_jar ]
/external/chromiumos-config/generated/
Ddescriptors.json34406 "name": "path_to_file",