Home
last modified time | relevance | path

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

/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/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/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/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/
Dinternal_rules.gni3170 # Each element is of length two, [ path_to_file, path_to_put_in_jar ]
Drules.gni1575 # [ [ path_to_file, path_to_put_in_jar ] ]
/external/cronet/build/config/android/
Dinternal_rules.gni3120 # Each element is of length two, [ path_to_file, path_to_put_in_jar ]
Drules.gni1716 # [ [ path_to_file, path_to_put_in_jar ] ]