HomeSort by relevance Sort by last modified time
    Searched refs:num_cb (Results 1 - 17 of 17) sorted by null

  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
start_manager.c 30 int num_cb; member in struct:inv_start_cb_t
53 for (kk=0; kk<inv_start_cb.num_cb; ++kk) {
56 if (kk != (inv_start_cb.num_cb-1)) {
59 (inv_start_cb.num_cb-kk-1)*sizeof(inv_start_cb_func));
61 inv_start_cb.num_cb--;
75 if (inv_start_cb.num_cb >= INV_MAX_START_CB)
78 inv_start_cb.start_cb[inv_start_cb.num_cb] = start_cb;
79 inv_start_cb.num_cb++;
94 for (kk = 0; kk < inv_start_cb.num_cb; ++kk) {
data_builder.c 43 int num_cb; member in struct:inv_data_builder_t
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
start_manager.c 30 int num_cb; member in struct:inv_start_cb_t
53 for (kk=0; kk<inv_start_cb.num_cb; ++kk) {
56 if (kk != (inv_start_cb.num_cb-1)) {
59 (inv_start_cb.num_cb-kk-1)*sizeof(inv_start_cb_func));
61 inv_start_cb.num_cb--;
75 if (inv_start_cb.num_cb >= INV_MAX_START_CB)
78 inv_start_cb.start_cb[inv_start_cb.num_cb] = start_cb;
79 inv_start_cb.num_cb++;
94 for (kk = 0; kk < inv_start_cb.num_cb; ++kk) {
data_builder.c 43 int num_cb; member in struct:inv_data_builder_t
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
submit.py 47 def submit_file(self, path, metadata=None, cb=None, num_cb=0, prefix='/'):
53 k.set_contents_from_filename(path, replace=False, cb=cb, num_cb=num_cb)
56 def submit_path(self, path, tags=None, ignore_dirs=None, cb=None, num_cb=0, status=False, prefix='/'):
80 self.submit_file(fullpath, metadata, cb, num_cb, prefix)
83 self.submit_file(path, metadata, cb, num_cb)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/file/
key.py 59 def get_file(self, fp, headers=None, cb=None, num_cb=10, torrent=False):
73 :param num_cb: ignored in this subclass.
87 num_cb=10, policy=None, md5=None):
110 :param num_cb: ignored in this subclass.
134 def get_contents_to_file(self, fp, headers=None, cb=None, num_cb=None,
150 :param num_cb: Unused in this subclass.
163 def get_contents_as_string(self, headers=None, cb=None, num_cb=10,
175 :param num_cb: ignored in this subclass.
178 :param num_cb: ignored in this subclass.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_key.py 173 k.set_contents_from_file(sfp, cb=callback, num_cb=10)
192 k.set_contents_from_file(sfp, cb=callback, num_cb=10)
211 k.set_contents_from_file(sfp, cb=callback, num_cb=-1)
218 s = k.get_contents_as_string(cb=callback, num_cb=-1).decode('utf-8')
230 k.set_contents_from_file(sfp, cb=callback, num_cb=1)
237 s = k.get_contents_as_string(cb=callback, num_cb=1).decode('utf-8')
249 k.set_contents_from_file(sfp, cb=callback, num_cb=2)
256 s = k.get_contents_as_string(cb=callback, num_cb=2).decode('utf-8')
268 k.set_contents_from_file(sfp, cb=callback, num_cb=3)
275 s = k.get_contents_as_string(cb=callback, num_cb=3).decode('utf-8'
    [all...]
mock_storage_service.py 81 cb=NOT_IMPL, num_cb=NOT_IMPL,
87 cb=NOT_IMPL, num_cb=NOT_IMPL,
93 def get_file(self, fp, headers=NOT_IMPL, cb=NOT_IMPL, num_cb=NOT_IMPL,
138 cb=NOT_IMPL, num_cb=NOT_IMPL,
147 cb=NOT_IMPL, num_cb=NOT_IMPL, policy=NOT_IMPL,
160 cb=NOT_IMPL, num_cb=NOT_IMPL, policy=NOT_IMPL,
169 num_cb=NOT_IMPL, policy=NOT_IMPL,
172 self.set_contents_from_file(fp, headers, replace, cb, num_cb,
578 cb=NOT_IMPL, num_cb=NOT_IMPL, policy=NOT_IMPL,
584 cb=NOT_IMPL, num_cb=NOT_IMPL, policy=NOT_IMPL
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
key.py 167 def get_file(self, fp, headers=None, cb=None, num_cb=10,
173 self._get_file_internal(fp, headers=headers, cb=cb, num_cb=num_cb,
180 cb=None, num_cb=10,
207 :param num_cb: (optional) If a callback is specified with the
228 res_download_handler.get_file(self, fp, headers, cb, num_cb,
233 self.get_file(fp, headers, cb, num_cb, torrent=torrent,
265 def send_file(self, fp, headers=None, cb=None, num_cb=10,
282 :type num_cb: int
283 :param num_cb: (optional) If a callback is specified with th
    [all...]
resumable_upload_handler.py 317 total_bytes_uploaded, cb, num_cb, headers):
330 if num_cb > 2:
331 cb_count = file_length / self.BUFFER_SIZE / (num_cb-2)
332 elif num_cb < 0:
411 num_cb):
488 total_bytes_uploaded, cb, num_cb,
571 def send_file(self, key, fp, headers, cb=None, num_cb=10, hash_algs=None):
592 :type num_cb: int
593 :param num_cb: (optional) If a callback is specified with the cb
652 headers, cb, num_cb))
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
s3put 62 -b/--bucket <bucket_name> [-c/--callback <num_cb>]
88 num_cb - The number of progress callbacks to display. The default
148 source_path, offset, bytes, debug, cb, num_cb,
168 cb=cb, num_cb=num_cb)
188 reduced, debug, cb, num_cb, acl='private', headers={},
220 debug, cb, num_cb])
255 num_cb = 0
287 num_cb = int(a)
429 reduced, debug, cb, num_cb,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
key.py 709 def send_file(self, fp, headers=None, cb=None, num_cb=10,
725 :type num_cb: int
726 :param num_cb: (optional) If a callback is specified with the
748 self._send_file_internal(fp, headers=headers, cb=cb, num_cb=num_cb,
752 def _send_file_internal(self, fp, headers=None, cb=None, num_cb=10,
    [all...]
multipart.py 229 cb=None, num_cb=10, md5=None, size=None):
258 cb=cb, num_cb=num_cb, md5=md5,
resumable_download_handler.py 175 def _attempt_resumable_download(self, key, fp, headers, cb, num_cb,
216 key.get_file(fp, headers, cb, num_cb, torrent, version_id,
219 key.get_file(fp, headers, cb, num_cb, torrent, version_id,
223 def get_file(self, key, fp, headers, cb=None, num_cb=10, torrent=False,
244 :type num_cb: int
245 :param num_cb: (optional) If a callback is specified with the cb
278 self._attempt_resumable_download(key, fp, headers, cb, num_cb,
298 key.get_file(fp, headers, cb, num_cb, torrent, version_id,
301 key.get_file(fp, headers, cb, num_cb, torrent, version_id,
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
boto_resumable_upload.py 272 total_bytes_uploaded, cb, num_cb, headers):
284 num_cb: Granularity of the callback (maximum number of times the
299 if num_cb > 2:
300 cb_count = file_length / self.BUFFER_SIZE / (num_cb-2)
301 elif num_cb < 0:
375 num_cb):
384 num_cb: Granularity of the callback (maximum number of times the
439 total_bytes_uploaded, cb, num_cb,
507 num_cb=XML_PROGRESS_CALLBACKS):
521 num_cb: (optional) If a callback is specified with the cb parameter, thi
    [all...]
boto_translation.py 529 num_cb=num_progress_callbacks, headers=headers,
533 num_cb=num_progress_callbacks, headers=headers)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
storage_uri.py 205 def get_contents_to_file(self, fp, headers=None, cb=None, num_cb=10,
213 key.get_contents_to_file(fp, headers, cb, num_cb, torrent,
218 key.get_contents_to_file(fp, headers, cb, num_cb, torrent,
223 num_cb=10, torrent=False, version_id=None):
227 return key.get_contents_as_string(headers, cb, num_cb, torrent,
645 cb=None, num_cb=10, policy=None, md5=None,
655 s, headers, replace, cb, num_cb, policy, md5)
658 s, headers, replace, cb, num_cb, policy, md5,
664 num_cb=10, policy=None, md5=None, size=None,
670 fp, headers, replace, cb, num_cb, policy, md5, size=size
    [all...]

Completed in 329 milliseconds