/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | ChecksumImpl.cs | 66 public abstract void Update(byte[] data, int offset, int count); in Update() method in DotZLib.ChecksumGeneratorBase 72 public void Update(byte[] data) in Update() method in DotZLib.ChecksumGeneratorBase 74 Update(data, 0, data.Length); in Update() 82 public void Update(string data) in Update() method in DotZLib.ChecksumGeneratorBase 84 Update(Encoding.UTF8.GetBytes(data)); in Update() 92 public void Update(string data, Encoding encoding) in Update() method in DotZLib.ChecksumGeneratorBase 94 Update(encoding.GetBytes(data)); in Update() 133 public override void Update(byte[] data, int offset, int count) in Update() method in DotZLib.CRC32Checksum 184 public override void Update(byte[] data, int offset, int count) in Update() method in DotZLib.AdlerChecksum
|
D | DotZLib.cs | 130 void Update(byte[] data); in Update() method 141 void Update(byte[] data, int offset, int count); in Update() method 148 void Update(string data); in Update() method 155 void Update(string data, Encoding encoding); in Update() method
|
D | UnitTests.cs | 102 crc32.Update(data); in CRC32_Data() 106 crc32.Update("penguin"); in CRC32_Data() 110 crc32.Update("penguin"); in CRC32_Data() 136 adler.Update(data); in Adler_Data() 140 adler.Update("penguin"); in Adler_Data() 144 adler.Update("penguin"); in Adler_Data()
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | download.py | 56 class Update(AbstractSequencedCommand): class 61 steps.Update, 70 steps.Update, 83 steps.Update, 195 steps.Update, 207 steps.Update, 219 steps.Update, 230 steps.Update, 259 steps.Update, 342 steps.Update, [all …]
|
/external/llvm/lib/CodeGen/ |
D | RegisterClassInfo.cpp | 36 bool Update = false; in runOnMachineFunction() local 43 Update = true; in runOnMachineFunction() 48 if (Update || CSR != CalleeSaved) { in runOnMachineFunction() 56 Update = true; in runOnMachineFunction() 63 Update = true; in runOnMachineFunction() 68 if (Update) in runOnMachineFunction()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | queue.h | 81 void Update(StateId s) { Update_(s); } in Update() function 110 void Update(StateId s) {} in Update() function 119 virtual void Update_(StateId s) { Update(s); } in Update_() 143 void Update(StateId s) {} in Update() function 151 virtual void Update_(StateId s) { Update(s); } in Update_() 173 void Update(StateId s) {} in Update() function 181 virtual void Update_(StateId s) { Update(s); } in Update_() 212 void Update(StateId s) { in Update() function 216 heap_.Update(key_[s], s); in Update() 234 virtual void Update_(StateId s) { Update(s); } in Update_() [all …]
|
/external/openfst/src/include/fst/ |
D | queue.h | 85 void Update(StateId s) { Update_(s); } in Update() function 120 void Update(StateId s) {} in Update() function 132 virtual void Update_(StateId s) { Update(s); } in Update_() 156 void Update(StateId s) {} in Update() function 167 virtual void Update_(StateId s) { Update(s); } in Update_() 189 void Update(StateId s) {} in Update() function 200 virtual void Update_(StateId s) { Update(s); } in Update_() 239 void Update(StateId s) { in Update() function 245 heap_.Update(key_[s], s); in Update() 266 virtual void Update_(StateId s) { Update(s); } in Update_() [all …]
|
D | compat.h | 90 void Update(void const *data, int size) { in Update() function 96 void Update(string const &data) { in Update() function
|
/external/chromium/chrome/browser/download/ |
D | download_status_updater.cc | 20 Update(); in AddDelegate() 26 Update(); in RemoveDelegate() 29 void DownloadStatusUpdater::Update() { in Update() function in DownloadStatusUpdater
|
/external/chromium/chrome/browser/chromeos/notifications/ |
D | balloon_collection_impl.cc | 89 balloon->Update(notification); in UpdateNotification() 90 notification_ui_->Update(balloon); in UpdateNotification() 99 balloon->Update(notification); in UpdateAndShowNotification() 100 bool updated = notification_ui_->Update(balloon); in UpdateAndShowNotification()
|
/external/zlib/src/ |
D | ChangeLog | 43 - Update ./configure for Solaris, support --64 [Mooney] 61 - Update make_vms.com [Zinser] 67 - Update the Pascal interface in contrib/pascal 96 - Update win32/Makefile.msc to build test/*.c [Truta] 98 - Update AS400 build files and documentation [Monnerat] 99 - Update win32/Makefile.gcc to build test/*.c [Truta] 114 - Update python link in README 127 - Update zconf.h.cmakein on make distclean 132 - Update python link in zlib man page 161 - Update FAQ entry on shared builds (#13) [all …]
|
/external/chromium/crypto/ |
D | secure_hash_unittest.cc | 28 ctx->Update(input3.data(), input3.size()); in TEST() 29 ctx->Update(input3.data(), input3.size()); in TEST()
|
/external/libffi/ |
D | ChangeLog.libffi | 6 * README: Update for new release. 24 * README: Update for new release. 105 * README: Update for new release. 116 * README: Update for new release. Clean up test docs. 138 * README: Update for new release. 151 * README: Update for new release. 173 Update dates and remove all references to ffi_prep_closure. 205 src/arm/ffitarget.h src/prep_cif.c: Update license text. 209 * README: Update tested platforms. 220 * LICENSE: Update WARRANTY. [all …]
|
/external/elfutils/libelf/ |
D | ChangeLog | 58 * elf.h: Update from glibc. 117 * elf.h: Update from glibc. 125 * elf.h: Update from glibc. 129 * elf.h: Update from glibc. 138 * elf.h: Update from glibc. 181 * elf.h: Update from glibc. 251 * elf.h: Update from glibc. 255 * elf.h: Update from glibc. 310 * elf.h (DT_VALNUM): Update. 377 * elf.h: Update from glibc. [all …]
|
/external/strace/ |
D | ChangeLog | 12 Update PTRACE_* constants 16 * NEWS: Update for 4.6 release. 69 * linux/arm/ioctlent1.h: Update ioctlent.h include. 75 (EXTRA_DIST): Update. 115 * file.c (print_dirfd): Update prototype to use printfd(). 118 sys_futimesat, sys_utimensat, sys_mknodat): Update use of print_dirfd(). 172 * Makefile.am: Update srpm target. 173 * make-dist: Update for dist-xz. 174 * strace.spec: Update Source tag. 175 * debian/watch: Update regexp. [all …]
|
/external/chromium/chrome/browser/ |
D | background_application_list_model.cc | 158 Update(); in BackgroundApplicationListModel() 247 Update(); in Observe() 276 Update(); in OnExtensionLoaded() 283 Update(); in OnExtensionUnloaded() 295 void BackgroundApplicationListModel::Update() { in Update() function in BackgroundApplicationListModel
|
/external/chromium/chrome/browser/chromeos/ |
D | setting_level_bubble_view.cc | 41 Update(level_percent); in Init() 52 void SettingLevelBubbleView::Update(int level_percent) { in Update() function in chromeos::SettingLevelBubbleView
|
D | google_update_chromeos.cc | 58 if (chromeos::Update) { in InitiateGoogleUpdateCheck() 59 success = chromeos::Update(&result); in InitiateGoogleUpdateCheck()
|
/external/chromium/chrome/browser/notifications/ |
D | balloon.cc | 46 void Balloon::Update(const Notification& notification) { in Update() function in Balloon 51 balloon_view_->Update(); in Update()
|
/external/chromium/base/ |
D | sha1_portable.cc | 41 void Update(const void* data, size_t nbytes); 126 void SecureHashAlgorithm::Update(const void* data, size_t nbytes) { in Update() function in base::SecureHashAlgorithm 209 sha.Update(data, len); in SHA1HashBytes()
|
/external/elfutils/libdwfl/ |
D | ChangeLog | 208 (process_archive): Update caller. Don't close FD here unless there 230 * dwfl_module_getdwarf.c (load_dw): Update caller. 231 * libdwflP.h: Update decls. 251 (__libdwfl_relocate): Update caller. 281 (__libdwfl_find_build_id): Update caller. 304 * libdwflP.h: Update decl. 305 * derelocate.c (cache_sections): Update caller. 308 * dwfl_module_getsym.c (dwfl_module_getsym): Update caller. 317 (find_kernel_elf): Update caller. 450 (dwfl_linux_kernel_report_offline): Update caller. [all …]
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | mediamonitor.h | 55 virtual void Update() = 0; 80 virtual void Update() { in Update() function
|
/external/valgrind/main/docs/internals/ |
D | release-HOWTO.txt | 20 - Update version number and date in docs/xml/vg-entities.xml. (Exact 109 - Update the bug-fix list in NEWS if necessary. 165 - Update website: 167 - Update the docs -- both the tarball'd docs, and the online-readable docs. 168 - Update www.valgrind.org/downloads/current.html. 169 - Update www.valgrind.org/downloads/old.html. 173 - Update the "release-date" and "release-version" in php/.htconfx.
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
D | steps_unittest.py | 34 from webkitpy.tool.steps.update import Update 62 …OutputCapture().assert_outputs(self, self._run_step, [Update, tool, options], expected_stderr=expe…
|
/external/ceres-solver/internal/ceres/ |
D | visibility_based_preconditioner.h | 174 bool Update(const BlockSparseMatrixBase& A, const double* D); 264 bool Update(const BlockSparseMatrixBase& A, const double* D) { in Update() function
|