Home
last modified time | relevance | path

Searched refs:getbytes (Results 1 – 10 of 10) sorted by relevance

/external/openssh/regress/
Dcipher-speed.sh6 getbytes () function
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt224 googleapiclient.http.MediaIoBaseUpload.getbytes googleapiclient.http.MediaIoBaseUpload-class.html#g…
236 googleapiclient.http.MediaIoBaseUpload.getbytes googleapiclient.http.MediaIoBaseUpload-class.html#g…
251 googleapiclient.http.MediaIoBaseUpload.getbytes googleapiclient.http.MediaIoBaseUpload-class.html#g…
262 googleapiclient.http.MediaUpload.getbytes googleapiclient.http.MediaUpload-class.html#getbytes
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.c360 UPB_FORCEINLINE static int32_t getbytes(upb_pbdecoder *d, void *buf, in getbytes() function
404 CHECK_RETURN(getbytes(d, &byte, 1)); in upb_pbdecoder_decode_varint_slow()
460 return getbytes(d, u32, 4); in decode_fixed32()
467 return getbytes(d, u64, 8); in decode_fixed64()
524 int32_t ok = getbytes(d, &data, read); in upb_pbdecoder_checktag_slow()
/external/python/google-api-python-client/tests/
Dtest_http.py241 self.assertEqual(b"PNG", upload.getbytes(1, 3))
250 self.assertEqual(b"PNG", new_upload.getbytes(1, 3))
269 self.assertEqual(b"bc", media.getbytes(1, 2))
314 self.assertEqual(b"PNG", upload.getbytes(1, 3))
325 self.assertEqual(b"PNG", upload.getbytes(1, 3))
351 self.assertEqual(b"PNG", upload.getbytes(1, 3))
364 self.assertEqual(b"PNG", upload.getbytes(1, 3))
Dtest_discovery.py1348 def getbytes(self, begin, length): member in Discovery.test_resumable_media_handle_uploads_of_unknown_size.IoBaseUnknownLength
1374 def getbytes(self, begin, length): member in Discovery.test_resumable_media_no_streaming_on_unsupported_platforms.IoBaseHasStream
/external/python/google-api-python-client/googleapiclient/
Dhttp.py317 def getbytes(self, begin, end): member in MediaUpload
485 def getbytes(self, begin, length): member in MediaIoBaseUpload
1009 data = self.resumable.getbytes(
Ddiscovery.py861 body = media_upload.getbytes(0, media_upload.size())
878 payload = media_upload.getbytes(0, media_upload.size())
/external/protobuf/php/ext/google/protobuf/
Dupb.c7092 UPB_FORCEINLINE static int32_t getbytes(upb_pbdecoder *d, void *buf, in getbytes() function
7136 CHECK_RETURN(getbytes(d, &byte, 1)); in upb_pbdecoder_decode_varint_slow()
7192 return getbytes(d, u32, 4); in decode_fixed32()
7199 return getbytes(d, u64, 8); in decode_fixed64()
7256 int32_t ok = getbytes(d, &data, read); in upb_pbdecoder_checktag_slow()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c10861 UPB_FORCEINLINE static int32_t getbytes(upb_pbdecoder *d, void *buf, in getbytes() function
10905 CHECK_RETURN(getbytes(d, &byte, 1)); in upb_pbdecoder_decode_varint_slow()
10961 return getbytes(d, u32, 4); in decode_fixed32()
10968 return getbytes(d, u64, 8); in decode_fixed64()
11025 int32_t ok = getbytes(d, &data, read); in upb_pbdecoder_checktag_slow()
/external/fonttools/
DNEWS.rst777 - [ufoLib] Replace deprecated calls to ``getbytes`` and ``setbytes`` with new