Searched full:path_to_file (Results 1 – 16 of 16) sorted by relevance
| /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/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/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/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 | internal_rules.gni | 3170 # Each element is of length two, [ path_to_file, path_to_put_in_jar ]
|
| D | rules.gni | 1575 # [ [ path_to_file, path_to_put_in_jar ] ]
|
| /external/cronet/build/config/android/ |
| D | internal_rules.gni | 3120 # Each element is of length two, [ path_to_file, path_to_put_in_jar ]
|
| D | rules.gni | 1716 # [ [ path_to_file, path_to_put_in_jar ] ]
|