Searched refs:update (Results 1 - 25 of 919) sorted by relevance

1234567891011>>

/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/checknames/
H A Dsetup.sh21 cp ns1/ignore.update.db.in ns1/ignore.update.db
22 cp ns1/warn.update.db.in ns1/warn.update.db
23 cp ns1/fail.update.db.in ns1/fail.update.db
H A Dclean.sh22 rm -f ns1/*.update.db
23 rm -f ns1/*.update.db.jnl
/macosx-10.10.1/bash-94.1.2/bash-3.2/po/
H A DRules-builtins3 # bash.pot exists, in the middle of the bash.pot-update recipe
5 builtins.pot-update: $(top_builddir)/builtins/builtins.c
12 # This rule has no dependencies: we don't need to update builtins.pot at
14 # Only "make builtins.pot-update" or "make dist" will force an update.
16 $(MAKE) builtins.pot-update
19 $(MAKE) update-po
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/Java/
H A DDNSRecord.java44 void update( int flags, byte[] rData, int ttl) method in interface:DNSRecord
/macosx-10.10.1/postfix-255/postfix/
H A DMakefile12 default: update
14 update depend printfck clean tidy depend_update: Makefiles
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dlmdb_cache_test_2.sh3 # Torture test: run update and delete ${1-10000}perations in
16 update x ${1-10000}
18 update y ${1-10000}
28 update a ${1-10000}
30 update b ${1-10000}
H A Dlmdb_cache_test_1.sh3 # Torture test: run update and purge operations in parallel processes.
17 update x ${1-10000}
19 update y ${1-10000}
29 update a ${1-10000}
31 update b ${1-10000}
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/nsupdate/
H A Dsetup.sh36 cat <<\EOF >ns1/update.db
39 update.nil IN SOA ns1.example.nil. hostmaster.example.nil. (
46 update.nil. NS ns1.update.nil.
47 ns1.update.nil. A 10.53.0.2
48 ns2.update.nil. AAAA ::1
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWKInspectorHighlightView.h37 - (void)update:(const WebCore::Highlight&)highlight;
/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A Dm_null.c68 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
81 update,
H A Dm_ecdsa.c122 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
135 update,
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlzexternal/
H A Dclean.sh6 rm -f ns1/update.txt
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/autosign/ns3/
H A Dnamed.conf68 allow-update { any; };
80 allow-update { any; };
87 allow-update { any; };
94 allow-update { any; };
101 allow-update { any; };
108 allow-update { any; };
115 allow-update { any; };
122 allow-update { any; };
129 allow-update { any; };
136 allow-update { an
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl19 # DNSSEC Dynamic update test suite.
71 my $update = new Net::DNS::Update("$zone");
74 $update->push(@$rec);
77 $reply = $res->send($update);
94 test("NOERROR", ["update", rr_add("a.$zone 300 A 73.80.65.49")]);
97 test("NOERROR", ["update", rr_del("a.$zone")]);
100 print "I:$failures update tests failed.\n";
102 print "I:All update tests successful.\n";
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/stress/
H A Dupdate.pl19 # Dynamic update test suite.
40 # $Id: update.pl,v 1.5 2007/06/19 23:47:05 tbox Exp $
76 my $update = new Net::DNS::Update("$zone");
79 $update->push(@$rec);
82 $reply = $res->send($update);
99 test("NOERROR", ["update", rr_add("dynamic-$i.$zone 300 TXT txt-$i" )]);
/macosx-10.10.1/ruby-106/ruby/ext/digest/sha2/lib/
H A Dsha2.rb50 # digest_obj.update(string) -> digest_obj
54 def update(str) method in class:Digest.SHA2
55 @sha2.update(str)
58 alias << update
/macosx-10.10.1/ruby-106/ruby/test/digest/
H A Dtest_digest_extend.rb18 def update(arg) method in class:TestDigestExtend.MyDigest
23 alias << update
61 b.update('1')
76 digester.update("foo")
78 digester.update("foobar")
80 digester.update("foo")
90 a.update('1')
100 digester.update("foo")
104 digester.update("bar")
117 digester.update("fo
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dnssec/ns3/
H A Dnamed.conf52 allow-update { any; };
58 allow-update { any; };
64 allow-update { any; };
70 allow-update { any; };
76 allow-update { any; };
82 allow-update { any; };
145 allow-update { any; };
171 allow-update { none; };
175 zone "update-nsec3.example" {
177 allow-update { an
[all...]
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_cipher.rb42 s1 = @c1.update(@data) + @c1.final
43 s2 = @c2.update(@data) + @c2.final
48 assert_equal(@data, @c1.update(s1)+@c1.final, "decrypt")
49 assert_equal(@data, @c2.update(s2)+@c2.final, "decrypt")
66 s1 = @c1.update(@data) + @c1.final
67 s2 = tmpc.update(@data) + tmpc.final
75 s1 = @c1.update(@data) + @c1.final
77 s2 = @c1.update(@data) + @c1.final
83 assert_raise(ArgumentError){ @c1.update("") }
96 c = cipher.update('hell
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/remote/
H A DRemoteInspectorDebuggable.cpp52 void RemoteInspectorDebuggable::update() function in class:Inspector::RemoteInspectorDebuggable
64 update();
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/rpz/ns3/
H A Dnamed.conf69 allow-update {any;};};
71 allow-update {any;};};
73 allow-update {any;};};
75 allow-update {any;};};
77 allow-update {any;};};
79 allow-update {any;};};
81 allow-update {any;};};
83 allow-update {any;};};
85 allow-update {any;};};
87 allow-update {an
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DPreferences.h12 - (IBAction)update:(id)sender;
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDAStatus/
H A DPreferences.h12 - (IBAction)update:(id)sender;
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/evolve/
H A DEvolveEvent.java27 void update(String entityClassName) { method in class:EvolveEvent
H A DEvolveInternal.java32 event.update(entityClassName);

Completed in 248 milliseconds

1234567891011>>