Searched refs:Update (Results 1 - 25 of 121) sorted by relevance

12345

/macosx-10.10/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs64 /// <remarks>All the other <c>Update</c> methods are implmeneted in terms of this one.
66 public abstract void Update(byte[] data, int offset, int count); method in class:DotZLib.ChecksumGeneratorBase
72 public void Update(byte[] data) method in class:DotZLib.ChecksumGeneratorBase
74 Update(data, 0, data.Length);
82 public void Update(string data) method in class:DotZLib.ChecksumGeneratorBase
84 Update(Encoding.UTF8.GetBytes(data));
92 public void Update(string data, Encoding encoding) method in class:DotZLib.ChecksumGeneratorBase
94 Update(encoding.GetBytes(data));
133 public override void Update(byte[] data, int offset, int count) method in class:DotZLib.CRC32Checksum
184 public override void Update(byt method in class:DotZLib.AdlerChecksum
[all...]
H A DDotZLib.cs130 void Update(byte[] data); method in interface:DotZLib.ChecksumGenerator
141 void Update(byte[] data, int offset, int count); method in interface:DotZLib.ChecksumGenerator
148 void Update(string data); method in interface:DotZLib.ChecksumGenerator
155 void Update(string data, Encoding encoding); method in interface:DotZLib.ChecksumGenerator
H A DUnitTests.cs102 crc32.Update(data);
106 crc32.Update("penguin");
110 crc32.Update("penguin");
136 adler.Update(data);
140 adler.Update("penguin");
144 adler.Update("penguin");
/macosx-10.10/Chess-310.6/Sources/
H A DMBCDebug.cp53 MBCDebug::Update() function in class:MBCDebug
H A DMBCDebug.h48 static void Update();
H A Dmain.mm57 MBCDebug::Update();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DDigest.h22 virtual void Update(const void* buffer, size_t length) = 0;
42 void Update(const void* buffer, size_t length);
58 void Update(const void* buffer, size_t length);
74 void Update(const void* buffer, size_t length);
90 void Update(const void* buffer, size_t length);
106 void Update(const void* buffer, size_t length);
122 void Update(const void* buffer, size_t length);
138 void Update(const void* buffer, size_t length);
154 void Update(const void* buffer, size_t length);
176 void Update(cons
[all...]
H A DDigest.cpp56 void MD2Digest::Update(const void* buffer, size_t length) function in class:MD2Digest
85 void MD4Digest::Update(const void* buffer, size_t length) function in class:MD4Digest
117 void MD5Digest::Update(const void* buffer, size_t length) function in class:MD5Digest
146 void SHA1Digest::Update(const void* buffer, size_t length) function in class:SHA1Digest
175 void SHA256Digest::Update(const void* buffer, size_t length) function in class:SHA256Digest
204 void SHA224Digest::Update(const void* buffer, size_t length) function in class:SHA224Digest
233 void SHA512Digest::Update(const void* buffer, size_t length) function in class:SHA512Digest
262 void SHA384Digest::Update(const void* buffer, size_t length) function in class:SHA384Digest
463 mDigest->Update(CFDataGetBytePtr(valueRef), CFDataGetLength(valueRef));
568 void Hmac::Update(cons function in class:Hmac
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DRegisterClassInfo.cpp36 bool Update = false; local
43 Update = true;
48 if (Update || CSR != CalleeSaved) {
56 Update = true;
63 Update = true;
68 if (Update)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_core/
H A Devents.tcl63 my Update
115 my Update
124 method Update {} {
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl40 use Net::DNS::Update;
71 my $update = new Net::DNS::Update("$zone");
84 print "I:Update failed: ", $res->errorstring, "\n";
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/stress/
H A Dupdate.pl45 use Net::DNS::Update;
76 my $update = new Net::DNS::Update("$zone");
89 print "I:Update failed: ", $res->errorstring, "\n";
105 print "I:Update of $opt_s zone $zone successful.\n";
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dmixer.tcl11 proc Update {} { procedure
13 if $::doMonitor { after 100 Update }
15 bind . <Configure> Update
19 pack [checkbutton .r -text Monitor -command Update -variable doMonitor]
H A Dlevelmeter.tcl21 after 100 Update
23 proc Update {} { procedure
33 after 100 Update
H A Drecord.tcl101 proc Update {} { procedure
117 after 100 Update
162 Update
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DSecItemRequestData.h44 Update, enumerator in enum:WebKit::SecItemRequestData::Type
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DDNSSDRecord.cpp36 STDMETHODIMP CDNSSDRecord::Update(DNSSDFlags flags, VARIANT rdata, ULONG ttl) function in class:CDNSSDRecord
H A DDNSSDRecord.h166 STDMETHOD(Update)(DNSSDFlags flags, VARIANT rdata, ULONG ttl);
/macosx-10.10/BerkeleyDB-21/db/mutex/
H A Duts4_cc.s8 / Update the lock word pointed to by p with the
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DSecItemShimProxy.cpp84 case SecItemRequestData::Update: {
/macosx-10.10/vim-55/runtime/spell/
H A Dcleanadd.vim3 " Last Update: 2008 Jun 3
/macosx-10.10/vim-55/runtime/syntax/
H A Dwvdial.vim4 " Last Update: Mon, 15 Oct 2001 09:39:03 Indian Standard Time
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dinstall_update_options.rb36 add_option(:"Install/Update", '-i', '--install-dir DIR',
42 add_option(:"Install/Update", '-n', '--bindir DIR',
48 add_option(:"Install/Update", '--[no-]document [TYPES]', Array,
59 add_option(:"Install/Update", '-N', '--no-document',
88 add_option(:"Install/Update", '-E', '--[no-]env-shebang',
94 add_option(:"Install/Update", '-f', '--[no-]force',
100 add_option(:"Install/Update", '-w', '--[no-]wrappers',
106 add_option(:"Install/Update", '-P', '--trust-policy POLICY',
112 add_option(:"Install/Update", '--ignore-dependencies',
117 add_option(:"Install/Update", '
[all...]
/macosx-10.10/text_cmds-88/md5/
H A Dmd5.c72 DIGEST_Update *Update; member in struct:Algorithm_t
281 alg->Update(&context, block, TEST_BLOCK_LEN);
400 alg->Update(&context, buffer, len);
/macosx-10.10/apache-793/httpd/build/aix/
H A Daixproto.ksh37 Update: N

Completed in 338 milliseconds

12345