Home
last modified time | relevance | path

Searched refs:_temp_test_file_contents (Results 1 – 3 of 3) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/tests/
H A Dtest_resumable_streaming.py43 _temp_test_file_contents = None variable in TestResumableStreamingJsonUploadWrapper
48 self._temp_test_file_contents = pkgutil.get_data(
51 file_name=_TEST_FILE, contents=self._temp_test_file_contents)
52 self._temp_test_file_len = len(self._temp_test_file_contents)
148 self._temp_test_file_contents[position:position + read_size], data,
163 self._temp_test_file_contents[-len(data):], data,
228 self._temp_test_file_contents[position:position + read_size], data,
240 self._temp_test_file_contents[-len(data):], data,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/tests/
H A Dtest_resumable_streaming.py39 _temp_test_file_contents = None variable in TestResumableStreamingJsonUploadWrapper
44 self._temp_test_file_contents = pkgutil.get_data(
47 file_name=_TEST_FILE, contents=self._temp_test_file_contents)
48 self._temp_test_file_len = len(self._temp_test_file_contents)
147 self._temp_test_file_contents[position:position + read_size],
164 self._temp_test_file_contents[-len(data):], data,
226 self._temp_test_file_contents[position:position + read_size],
238 self._temp_test_file_contents[-len(data):], data,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/tests/
H A Dtest_resumable_streaming.py43 _temp_test_file_contents = None variable in TestResumableStreamingJsonUploadWrapper
48 self._temp_test_file_contents = pkgutil.get_data(
51 file_name=_TEST_FILE, contents=self._temp_test_file_contents)
52 self._temp_test_file_len = len(self._temp_test_file_contents)
148 self._temp_test_file_contents[position:position + read_size], data,
163 self._temp_test_file_contents[-len(data):], data,
228 self._temp_test_file_contents[position:position + read_size], data,
240 self._temp_test_file_contents[-len(data):], data,