Searched refs:write (Results 226 - 250 of 2028) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/bootstraptest/
H A Dtest_io.rb6 w.write "a"
8 w.write "a"
21 t1 = Thread.new { w.write("b" * 4096) }
22 t2 = Thread.new { w.write("c" * 4096) }
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dmacpkg.rb75 def write(rsrcType, data, opts=nil) method in class:Tk
76 tk_call('resource', 'write', *(hash_kv(opts) << rsrcType << data))
79 module_function :close, :delete, :files, :list, :open, :read, :types, :write
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dprotocol.rb183 def write(str) method
189 alias << write
211 len = @io.write(str)
367 def write(str) method in class:WriteAdapter
371 alias print write
374 write str
379 write str.chomp("\n") + "\n"
383 write sprintf(*args)
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dnode.rb30 f.write( self, rv = "" )
33 f.write( self, rv = "" )
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dsvr.rb30 s.write(str)
/macosx-10.9.5/ruby-104/ruby/test/mkmf/
H A Dtest_framework.rb10 File.write("#{hdrdir}/#{hdrname}", "")
12 File.write(src, "void #{fw}(void) {}")
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_buffering.rb43 @io.write 'a'
55 @io.write 'a'
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_encoding.rb14 @tempfile.write "hi everybody"
25 @tempfile.write expected
40 @tempfile.write content
51 @tempfile.write "# coding: utf-8\n\317\200" # pi
71 @tempfile.write expected
82 @tempfile.write "# coding: utf-8\n\317\200" # pi
103 @tempfile.write "# coding: ascii\nM\xE4r"
119 @tempfile.write "\xEF\xBB\xBFhi everybody"
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_package_tar_writer.rb21 @tar_writer.add_file 'x', 0644 do |f| f.write 'a' * 10 end
33 io.write 'a' * 10
54 io.write 'a' * 10
75 io.write 'a' * 10
99 io.write 'a' * 10
113 @tar_writer.add_file_simple 'x', 0644, 10 do |io| io.write "a" * 10 end
132 @tar_writer.add_file_simple("lib/foo/bar", 0, 10) { |f| f.write @data }
142 io.write "1" * 11
/macosx-10.9.5/ruby-104/ruby/test/socket/
H A Dtest_tcp.rb13 c.write "foo"
28 c.write "foo\r\n"
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dnoembed.h61 #ifdef write
62 #undef write macro
/macosx-10.9.5/tcl-102/tcl/tcl/library/
H A Dword.tcl54 trace add variable ::tcl_wordchars write ::tcl::UpdateWordBreakREs
55 trace add variable ::tcl_nonwordchars write ::tcl::UpdateWordBreakREs
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dchesslib.c52 write(fd,move,strlen(move));
68 if (-1 == write(fd1,"first\r",6)) exit;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A Dfifo2.tcl49 -write-command [list $coordinator froma] \
54 -write-command [list $coordinator fromb] \
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_core/
H A Dcore.tcl47 initialize finalize watch read write seek configure cget
H A Dtransformcore.tcl46 initialize finalize read write drain flush limit?
/macosx-10.9.5/vim-53/runtime/compiler/
H A Dfpc.vim15 " NOTE: compiler must be runned with -vb to write whole source path, not only file
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py16 source.write(line)
17 source.write('\n\n')
52 f.write(SOURCE)
59 f.write(repr(code) + '\n')
84 elif name == 'RemoteConsole.write':
85 sys.stdout.write(ensure_utf8(args[0]))
92 writecode('interp.write(repr(%s) + "\\n")' % (netrepr(obj),))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py16 source.write(line)
17 source.write('\n\n')
52 f.write(SOURCE)
59 f.write(repr(code) + '\n')
84 elif name == 'RemoteConsole.write':
85 sys.stdout.write(ensure_utf8(args[0]))
92 writecode('interp.write(repr(%s) + "\\n")' % (netrepr(obj),))
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dbincode.c195 Trf_WriteProc* write;
202 Trf_WriteProc* write;
272 c->write = fun;
314 * Encode the given character and write the result.
352 return c->write (c->writeClientData, buffer, CHAR_BIT, interp);
355 return c->write (c->writeClientData, (unsigned char*) code [character & 0x00ff], CHAR_BIT, interp);
365 * Encode the given buffer and write the result.
400 res = c->write (c->writeClientData, (unsigned char*) out, 8*bufLen, interp);
494 c->write = fun;
539 * Decode the given character and write th
193 Trf_WriteProc* write; member in struct:_EncoderControl_
200 Trf_WriteProc* write; member in struct:_DecoderControl_
[all...]
H A Dhexcode.c140 Trf_WriteProc* write; member in struct:_EncoderControl_
147 Trf_WriteProc* write; member in struct:_DecoderControl_
242 c->write = fun;
284 * Encode the given character and write the result.
318 return c->write (c->writeClientData, buffer, 2, interp);
321 return c->write (c->writeClientData, (unsigned char*) code [character & 0x00ff], 2, interp);
331 * Encode the given buffer and write the result.
364 res = c->write (c->writeClientData, (unsigned char*) out, 2*bufLen, interp);
458 c->write = fun;
503 * Decode the given character and write th
[all...]
H A Doctcode.c190 Trf_WriteProc* write;
197 Trf_WriteProc* write;
267 c->write = fun;
309 * Encode the given character and write the result.
341 return c->write (c->writeClientData, buffer, 3, interp);
344 return c->write (c->writeClientData, (unsigned char*) code [character & 0x00ff], 3, interp);
354 * Encode the given buffer and write the result.
388 res = c->write (c->writeClientData, (unsigned char*) out, 3*bufLen, interp);
482 c->write = fun;
527 * Decode the given character and write th
188 Trf_WriteProc* write; member in struct:_EncoderControl_
195 Trf_WriteProc* write; member in struct:_DecoderControl_
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dstringtriebuilder.cpp75 root->write(*this);
111 write(getMinLinearMatch()+maxLinearMatchLength-1);
123 write(length);
166 // Instead we write the minUnit sub-node last, for a shorter delta.
178 int32_t offset=write(getElementUnit(start, unitIndex));
191 offset=write(getElementUnit(start, unitIndex));
197 offset=write(middleUnits[ltLength]);
410 StringTrieBuilder::FinalValueNode::write(StringTrieBuilder &builder) { function in class:StringTrieBuilder::FinalValueNode
447 StringTrieBuilder::IntermediateValueNode::write(StringTrieBuilder &builder) { function in class:StringTrieBuilder::IntermediateValueNode
448 next->write(builde
509 StringTrieBuilder::ListBranchNode::write(StringTrieBuilder &builder) { function in class:StringTrieBuilder::ListBranchNode
574 StringTrieBuilder::SplitBranchNode::write(StringTrieBuilder &builder) { function in class:StringTrieBuilder::SplitBranchNode
606 StringTrieBuilder::BranchHeadNode::write(StringTrieBuilder &builder) { function in class:StringTrieBuilder::BranchHeadNode
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dutf-16.el25 ;; along with GNU Emacs; see the file COPYING. If not, write to the
61 ;; -1 in which case a caller should not write out r1.
130 (write-multibyte-character r0 r1)))
142 (write-multibyte-character r0 r1)))
158 (write-multibyte-character r0 r3)))))
211 (write-multibyte-character r0 r1)
220 (write-multibyte-character r0 r1))
225 (write-multibyte-character r0 r1)))))
313 ((write r1)
315 ((write r
[all...]
/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dlib582.c41 struct Sockets read, write; member in struct:ReadWriteSockets
117 addFd(&sockets->write, s, "write");
121 removeFd(&sockets->write, s, 0);
312 updateFdSet(&sockets.write, &writeSet, &maxFd);
330 checkFdSet(m, &sockets.write, &writeSet, CURL_CSELECT_OUT, "write");
362 if(sockets.write.sockets)
363 free(sockets.write.sockets);

Completed in 234 milliseconds

1234567891011>>