Searched refs:_progress (Results 1 – 12 of 12) sorted by relevance
/external/lzma/CPP/7zip/Common/ |
D | ProgressUtils.cpp | 18 _progress = progress; in Init() 19 _progress.QueryInterface(IID_ICompressProgressInfo, &_ratioProgress); in Init() 42 return _progress->SetCompleted(_inSizeIsMain ? &inSize2 : &outSize2); in SetRatioInfo()
|
D | ProgressUtils.h | 15 CMyComPtr<IProgress> _progress; variable
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_bool_to_int32.c | 34 rewrite_1bit_ssa_def_to_32bit(nir_ssa_def *def, void *_progress) in rewrite_1bit_ssa_def_to_32bit() argument 36 bool *progress = _progress; in rewrite_1bit_ssa_def_to_32bit()
|
D | nir_lower_bool_to_float.c | 35 rewrite_1bit_ssa_def_to_32bit(nir_ssa_def *def, void *_progress) in rewrite_1bit_ssa_def_to_32bit() argument 37 bool *progress = _progress; in rewrite_1bit_ssa_def_to_32bit()
|
D | nir_lower_bool_to_bitsize.c | 35 rewrite_1bit_ssa_def_to_32bit(nir_ssa_def *def, void *_progress) in rewrite_1bit_ssa_def_to_32bit() argument 37 bool *progress = _progress; in rewrite_1bit_ssa_def_to_32bit()
|
/external/python/google-api-python-client/tests/ |
D | test_http.py | 467 self.assertEqual(0, download._progress) 476 self.assertEqual(3, download._progress) 484 self.assertEqual(5, download._progress) 595 self.assertEqual(0, download._progress) 612 self.assertEqual(3, download._progress) 626 self.assertEqual(5, download._progress) 637 self.assertEqual(0, download._progress) 645 self.assertEqual(0, download._progress) 655 self.assertEqual(0, download._progress) 664 self.assertEqual(3, download._progress)
|
/external/llvm-project/llvm/docs/GlobalISel/ |
D | index.rst | 69 .. _progress: 83 .. _progress-fastisel:
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zEncode.h | 19 CMyComPtr<ICompressProgressInfo> _progress; variable
|
D | 7zDecode.cpp | 18 CMyComPtr<ICompressProgressInfo> _progress; member in NArchive::N7z::CDecProgress 20 CDecProgress(ICompressProgressInfo *progress): _progress(progress) {} in CDecProgress() 28 return _progress->SetRatioInfo(NULL, outSize); in SetRatioInfo()
|
D | 7zEncode.cpp | 102 _progress = progress; in Init() 116 if (_progress) in SetRatioInfo() 117 return _progress->SetRatioInfo(inSize, &outSize2); in SetRatioInfo()
|
/external/python/google-api-python-client/googleapiclient/ |
D | http.py | 670 self._progress = 0 707 self._progress, 708 self._progress + self._chunksize, 726 self._progress += len(content) 736 if self._total_size is None or self._progress == self._total_size: 738 return MediaDownloadProgress(self._progress, self._total_size), self._done
|
/external/tensorflow/tensorflow/examples/speech_commands/ |
D | input_data.py | 226 def _progress(count, block_size, total_size): function 233 filepath, _ = urllib.request.urlretrieve(data_url, filepath, _progress)
|