Searched refs:nothing (Results 1 - 25 of 114) sorted by relevance

12345

/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dsanity_test.cpp32 ATF_TEST_CASE_WITHOUT_HEAD(nothing); variable
33 ATF_TEST_CASE_BODY(nothing)
40 ATF_ADD_TEST_CASE(tcs, nothing);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dfixpaths12 die $0: nothing to do - no substitutions listed!
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dupdate.tcl53 set nothing [expr {[llength $listing] == 0}]
56 if {$nothing} {
70 if {$nothing} {
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DNull.pm28 # ABSTRACT: Object that accepts messages and does nothing
36 Log::Dispatch::Null - Object that accepts messages and does nothing
53 object but it does nothing with them.
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_settracefunc.rb454 :nothing
506 [:line, 4, 'xyzzy', self.class, method, self, :outer, :nothing],
507 [:c_call, 4, 'xyzzy', Integer, :times, 1, :outer, :nothing],
508 [:line, 4, 'xyzzy', self.class, method, self, nil, :nothing],
509 [:line, 5, 'xyzzy', self.class, method, self, :inner, :nothing],
510 [:c_call, 5, 'xyzzy', Kernel, :tap, self, :inner, :nothing],
513 [:line, 7, 'xyzzy', self.class, method, self, :outer, :nothing],
514 [:c_call, 7, "xyzzy", Class, :inherited, Object, :outer, :nothing],
516 [:class, 7, "xyzzy", nil, nil, xyzzy.class, nil, :nothing],
517 [:line, 8, "xyzzy", nil, nil, xyzzy.class, nil, :nothing],
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/tests/
H A Dexp-tests49 expect nothing
104 expect nothing
109 expect nothing
365 expect nothing
367 expect nothing
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Cascade/
H A DNone.pm5 Class::DBI::Cascade::None - Do nothing upon deletion
9 This is a Cascading Delete strategy that will do nothing, leaving
/macosx-10.10.1/ruby-106/ruby/
H A Doptinsn.inc77 /* do nothing */;
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A DFoo.tcl33 method nothing {} {}
H A Dbasic.test239 Foo::nothing Foo::do Foo::xecho
247 x info method nothing -args
259 x info method nothing -body
359 catch "x nothing error"
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DBitMatrix.pm181 back to the original graph. Returns nothing.
187 back to the original graph. Returns nothing.
199 Returns nothing.
206 Returns nothing.
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DBitMatrix.pm181 back to the original graph. Returns nothing.
187 back to the original graph. Returns nothing.
199 Returns nothing.
206 Returns nothing.
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Drefint.c82 BerValue nothing; /* the nothing value, if needed */ member in struct:refint_data_s
161 if ( !BER_BVISEMPTY( &dd->nothing )) {
163 &dd->nothing );
213 ch_free( dd->nothing.bv_val );
215 BER_BVZERO( &dd->nothing );
256 ch_free ( dd->nothing.bv_val );
258 dd->nothing = c->value_dn;
378 ch_free( id->nothing.bv_val );
379 BER_BVZERO( &id->nothing );
[all...]
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/bin/
H A Djson_xs53 =item none - nothing is read, creates an C<undef> scalar - mainly useful with C<-e>
91 =item none - nothing gets written, mainly useful together with C<-e>
111 is valid JSON, the command outputs nothing, otherwise it will print an
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DSignals.inc217 // we support), we will bail out since there would be nothing to report.
469 // Note: if the interrupt function throws an exception, there is nothing
/macosx-10.10.1/man-16/man/src/
H A Dutil.c257 nothing(int x) {} function
287 nothing(va_arg(p, int)); /* advance */
/macosx-10.10.1/tcl-105/tcl/tcl/tests/
H A DwinPipe.test227 set path(nothing) [makeFile {} nothing]
228 close [open $path(nothing) w]
239 exec [interpreter] < nothing
252 exec [interpreter] < nothing
261 exec [interpreter] < nothing
271 exec [interpreter] < nothing
444 file delete big little stdout stderr nothing echoArgs.tcl
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DAssert.pm122 fact and print nothing. If you C<USE> the C<assert> plugin then you
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dmenu.tcl58 $m add command -label "Long entry that does nothing"
134 foreach i {{An entry} {Another entry} {Does nothing} {Does almost nothing} {Make life meaningful}} {
137 $m entryconfigure "Does almost nothing" -bitmap questhead -compound left \
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dmenu.tcl59 $m add command -label "Long entry that does nothing"
135 foreach i {{An entry} {Another entry} {Does nothing} {Does almost nothing} {Make life meaningful}} {
138 $m entryconfigure "Does almost nothing" -bitmap questhead -compound left \
/macosx-10.10.1/vim-55/runtime/indent/
H A Dpascal.vim63 " These items have nothing before or after (not even a comment), and
137 " but are followed by nothing. Always indent once only.
/macosx-10.10.1/libresolv-57/
H A Ddst_hmac_link.c436 dst_hmac_md5_generate_key(DST_KEY *key, const int nothing) argument
439 (void)nothing;
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dexpand111 # "nothing", "macro", "error", "fail"
183 if {![oneOf {fail nothing macro error} $mode]} {
218 # Since the hooks do nothing by default, and are to be redefined by the
413 nothing { }
980 -errout mode nothing, macro, error, or fail (fail is the default)
990 {-errout ::expand::errorOutputMode enum fail nothing macro error}
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A Dexpand111 # "nothing", "macro", "error", "fail"
183 if {![oneOf {fail nothing macro error} $mode]} {
218 # Since the hooks do nothing by default, and are to be redefined by the
413 nothing { }
980 -errout mode nothing, macro, error, or fail (fail is the default)
990 {-errout ::expand::errorOutputMode enum fail nothing macro error}
/macosx-10.10.1/vim-55/runtime/syntax/
H A Delf.vim11 " It has nothing in common with the binary format called ELF.

Completed in 224 milliseconds

12345