Searched refs:write (Results 101 - 125 of 2028) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/CloudKeychainProxy/
H A DCKDPersistentState.h36 + (BOOL)write:(NSURL *)path data:(id)plist error:(NSError **)error;
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DAsyncFileWriter.h47 virtual void write(long long position, Blob* data) = 0;
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DReverbInputBuffer.h44 void write(const float* sourceP, size_t numberOfFrames);
/macosx-10.9.5/WebKit2-7537.78.2/Scripts/
H A Dgenerate-message-receiver.py37 sys.stdout.write(webkit2.messages.generate_message_handler(input_file))
H A Dgenerate-messages-header.py37 sys.stdout.write(webkit2.messages.generate_messages_header(input_file))
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dproc_child.c18 write(STDOUT_FILENO, buf, (unsigned int)bytes);
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dproc_child.c18 write(STDOUT_FILENO, buf, (unsigned int)bytes);
/macosx-10.9.5/file_cmds-230/dd/
H A Dmisc.c73 (void)write(STDERR_FILENO, buf, strlen(buf));
77 (void)write(STDERR_FILENO, buf, strlen(buf));
82 (void)write(STDERR_FILENO, buf, strlen(buf));
87 (void)write(STDERR_FILENO, buf, strlen(buf));
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dsymlink.c51 n = (write(fd, FAKELINK_MAGIC, sizeof(FAKELINK_MAGIC)) != sizeof(FAKELINK_MAGIC) || write(fd, a, n) != n) ? -1 : 0;
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A Dformatted_raw_ostream_test.cpp27 C.write(tmp, 100);
/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dprepare_so_count_words.rb11 open(wcinput, 'w'){|f| f.write data}
/macosx-10.9.5/ruby-104/ruby/ext/-test-/win32/fd_setsize/
H A Dfd_setsize.c12 fd_set write; local
19 FD_ZERO(&write);
23 FD_SET(sd, &write);
26 select(sd+1, &read, &write, &error, &zero);
/macosx-10.9.5/ruby-104/ruby/sample/drb/
H A Drindas.rb17 ts.write(['ans', r[1], r[2], v])
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A Dsphere.py25 snd.write('new.wav')
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/tie/
H A Dserver.tcl28 trace add variable server {write unset} Track
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_transform/
H A Didentity.tcl44 method write {c data} {
/macosx-10.9.5/ruby-104/ruby/lib/webrick/httpservlet/
H A Dcgihandler.rb62 cgi_in.write("%8d" % cgi_out.path.bytesize)
63 cgi_in.write(cgi_out.path)
64 cgi_in.write("%8d" % cgi_err.path.bytesize)
65 cgi_in.write(cgi_err.path)
66 cgi_in.write("%8d" % dump.bytesize)
67 cgi_in.write(dump)
70 cgi_in.write(req.body)
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dgen-errorlist.py62 errorlist_h.file.write(
78 errorlist_c.file.write(
109 errorlist_c.file.write(" {0x%x, 0x%x, %s}, /* %s: %s */\n"
112 errorlist_c.file.write(
117 errorlist_c.file.write(
H A Dgen-punycode-examples.py87 examples_h.file.write(
105 examples_c.file.write(
115 examples_c.file.write(
122 examples_c.file.write(
127 examples_c.file.write(
/macosx-10.9.5/libxml2-26/libxml2/python/
H A Dsetup.py115 result.write(altImport(line))
117 result.write(line)
119 result.write(line)
140 result.write(altImport(line))
142 result.write(line)
144 result.write(line)
207 manifest.write("setup.py\n")
209 manifest.write(file + "\n")
212 manifest.write(file + "\n")
H A Dsetup.py.in115 result.write(altImport(line))
117 result.write(line)
119 result.write(line)
140 result.write(altImport(line))
142 result.write(line)
144 result.write(line)
207 manifest.write("setup.py\n")
209 manifest.write(file + "\n")
212 manifest.write(file + "\n")
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/
H A Dsetup.py.in115 result.write(altImport(line))
117 result.write(line)
119 result.write(line)
140 result.write(altImport(line))
142 result.write(line)
144 result.write(line)
207 manifest.write("setup.py\n")
209 manifest.write(file + "\n")
212 manifest.write(file + "\n")
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Dgen-build.py60 f.write('# DO NOT EDIT. AUTOMATICALLY GENERATED.\n\n')
62 # write out the platform-independent files
65 f.write('\nOBJECTS_all = %s\n\n' % string.join(objects))
68 # write out their compilation rules, and an OBJECT_<subdir>_<plat> symbol.
105 # write out the compilation lines for this subdir
116 # and write the symbol for the whole group
117 f.write('\n%s = %s\n\n' % (symname, string.join(objects)))
124 # write out a symbol which contains the necessary files
125 f.write('OBJECTS_%s = %s\n\n' % (platform, string.join(group)))
127 f.write('HEADER
[all...]
/macosx-10.9.5/apr-30/apr/apr/build/
H A Dgen-build.py60 f.write('# DO NOT EDIT. AUTOMATICALLY GENERATED.\n\n')
62 # write out the platform-independent files
65 f.write('\nOBJECTS_all = %s\n\n' % string.join(objects))
68 # write out their compilation rules, and an OBJECT_<subdir>_<plat> symbol.
105 # write out the compilation lines for this subdir
116 # and write the symbol for the whole group
117 f.write('\n%s = %s\n\n' % (symname, string.join(objects)))
124 # write out a symbol which contains the necessary files
125 f.write('OBJECTS_%s = %s\n\n' % (platform, string.join(group)))
127 f.write('HEADER
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dconfigure.com14 $ write sys$output "Configuring for Alpha target"
84 $ write sys$output "Configuring for Vax target"
153 $ write sys$output "Generated `bfd.h' from `bfd-in2.h'."
158 $ open/write tfile []targmatch.h
159 $ write tfile "{ """ + target + "-*-*vms*""" + ","
160 $ write tfile "#if defined (SELECT_VECS)"
161 $ write tfile "SELECT_VECS"
162 $ write tfile "#else"
163 $ write tfile "UNSUPPORTED_TARGET"
164 $ write tfil
[all...]

Completed in 145 milliseconds

1234567891011>>