Searched refs:write (Results 1 - 25 of 2028) sorted by relevance

1234567891011>>

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A Dgen-register-defs.py7 outFile.write('''
41 outFile.write('''
45 outFile.write('def P%d : NVPTXReg<"%%p%d">;\n' % (i, i))
48 outFile.write('''
52 outFile.write('def RC%d : NVPTXReg<"%%rc%d">;\n' % (i, i))
55 outFile.write('''
59 outFile.write('def RS%d : NVPTXReg<"%%rs%d">;\n' % (i, i))
62 outFile.write('''
66 outFile.write('def R%d : NVPTXReg<"%%r%d">;\n' % (i, i))
69 outFile.write('''
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/
H A Dio.rb14 alias_method :original_write, :write
16 def write(str) method
17 notify_to_observers(:write, str)
25 alias_method :original_write, :write
27 def write(str) method
28 notify_to_observers(:write, str)
/macosx-10.9.5/dtrace-118.1/test/tst/common/docsExamples/
H A Drw.d39 syscall::write:entry
H A Drwtime.d39 syscall::write:entry
46 syscall::write:return
H A Dtrussrw.d41 syscall::write:entry
48 syscall::write:return
/macosx-10.9.5/curl-78.94.1/curl/packages/vms/
H A Dconfig_h.com88 $ write sys$output "Found existing custom file ''file'."
91 $ write sys$output "Creating new sys$disk:[]config_vms.h for you."
162 $ write sys$output "Can not find sys$disk:config.h.in"
165 $ write/symbol sys$output line_out
168 $ write sys$output "Also looked in PRJ_INCLUDE: for these files."
171 $ write tf ""
172 $ write tf -
174 $ write tf -
176 $ write tf -
180 $ write t
[all...]
H A Dgenerate_config_vms_h_curl.com116 $ write sys$output "NOTICE: A LIBIDN port has been detected."
117 $ write sys$output " This port of curl for VMS has not been tested with it."
124 $ write sys$output " LIBIDN support is not enabled."
125 $ write sys$output "Run with the ""libidn"" parameter to attempt to use."
127 $ write sys$output " Untested LIBIDN support requested."
135 $ write sys$output "NOTICE: A LIBSSH2 port has been detected."
136 $ write sys$output " This port of curl for VMS has not been tested with it."
143 $ write sys$output " LIBSSH2 support is not enabled."
144 $ write sys$output "Run with the ""libssh2"" parameter to attempt to use."
146 $ write sy
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dmsdos.c4 write(1, msg, sizeof(msg));
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Apple Mail/
H A Dsetup-defaults2 defaults write com.apple.mail EnableBundles YES
3 defaults write com.apple.mail BundleCompatibilityVersion 1
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Apple Mail/
H A Dsetup-defaults2 defaults write com.apple.mail EnableBundles YES
3 defaults write com.apple.mail BundleCompatibilityVersion 1
/macosx-10.9.5/netcat-20/
H A Datomicio.h33 #define vwrite (ssize_t (*)(int, void *, size_t))write
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjcrt.c9 #pragma section(".objc_module_info$A",long,read,write)
12 #pragma section(".objc_module_info$C",long,read,write)
16 #pragma section(".objc_protocol$A",long,read,write)
19 #pragma section(".objc_protocol$C",long,read,write)
23 #pragma section(".objc_image_info$A",long,read,write)
26 #pragma section(".objc_image_info$C",long,read,write)
30 #pragma section(".objc_message_refs$A",long,read,write)
33 #pragma section(".objc_message_refs$C",long,read,write)
37 #pragma section(".objc_class_refs$A",long,read,write)
40 #pragma section(".objc_class_refs$C",long,read,write)
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/regressions/its4184/
H A Dslapd.conf19 #access to * by * write
23 by self write
24 by group="cn=A Group,ou=Groups,dc=example,dc=com" write
25 by group="cn=Another Group,ou=Groups,dc=example,dc=com" write
29 by self write
30 by group="cn=Another Group,ou=Groups,dc=example,dc=com" write
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dmmdecode12 create/write {
15 delete/write {
18 write {
22 flush/write {
25 clear/write {
/macosx-10.9.5/JavaScriptCore-7537.78.1/disassembler/udis86/
H A Ditab.py234 self.ItabC.write( "\n" );
236 self.ItabC.write( scope + ' ' )
237 self.ItabC.write( "const uint16_t %s[] = {\n" % name )
240 self.ItabC.write( "\n" )
242 self.ItabC.write( " /* %2x */" % i)
244 self.ItabC.write( "%12s," % ("GROUP(%d)" % ( ~0x8000 & idxArray[ i ] )))
246 self.ItabC.write( "%12d," % ( idxArray[ i ] ))
247 self.ItabC.write( "\n" )
248 self.ItabC.write( "};\n" )
253 self.ItabC.write( "\
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A DgenUnicode.py210 header.write(
238 output.write(
284 output.write(',\n')
287 output.write(' {"%s", xmlUCSIs%s}' % (block, name))
288 output.write('};\n\n')
290 output.write('static xmlUnicodeRange xmlUnicodeCats[] = {\n')
294 output.write(',\n')
297 output.write(' {"%s", xmlUCSIsCat%s}' % (name, name))
298 output.write('};\n\n')
323 output.write(plin
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DgenUnicode.py210 header.write(
238 output.write(
284 output.write(',\n')
287 output.write(' {"%s", xmlUCSIs%s}' % (block, name))
288 output.write('};\n\n')
290 output.write('static xmlUnicodeRange xmlUnicodeCats[] = {\n')
294 output.write(',\n')
297 output.write(' {"%s", xmlUCSIsCat%s}' % (name, name))
298 output.write('};\n\n')
323 output.write(plin
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A Dnull.tcl33 return [::chan create {write} [null::implementation new]]
40 my allow write
47 method write {c data} {
H A Dnullzero.tcl34 return [::chan create {read write} [nullzero::implementation new]]
41 my allow read write
48 method write {c data} {
/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
H A Dcat.c28 w = write(1, buf, n);
31 write(2, "cat: write error: ", 18);
33 write(2, s, strlen(s));
34 write(2, "\n", 1);
58 write(2, "cat: cannot open ", 17);
59 write(2, argv[i], strlen(argv[i]));
60 write(2, ": ", 2);
61 write(2, s, strlen(s));
62 write(
[all...]
/macosx-10.9.5/libxml2-26/libxml2/python/
H A Dgenerator.py455 include.write("#if %s\n" % cond)
456 export.write("#if %s\n" % cond)
457 output.write("#if %s\n" % cond)
459 include.write("PyObject * ")
460 include.write("libxml_%s(PyObject *self, PyObject *args);\n" % (name))
462 export.write(" { (char *)\"%s\", libxml_%s, METH_VARARGS, NULL },\n" %
468 include.write("#endif\n")
469 export.write("#endif\n")
470 output.write("#endif\n")
475 include.write("#endi
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/
H A Dgenerator.py449 include.write("#if %s\n" % cond)
450 export.write("#if %s\n" % cond)
451 output.write("#if %s\n" % cond)
453 include.write("PyObject * ")
454 include.write("libxml_%s(PyObject *self, PyObject *args);\n" % (name))
456 export.write(" { (char *)\"%s\", libxml_%s, METH_VARARGS, NULL },\n" %
462 include.write("#endif\n")
463 export.write("#endif\n")
464 output.write("#endif\n")
469 include.write("#endi
[all...]
/macosx-10.9.5/tidy-15.12/tidy/htmldoc/api/
H A Dtreeview.js172 doc.write("<layer id='folder" + this.id + "' top=" + doc.yPos + " visibility=hidden>")
176 doc.write("<div id='folder" + this.id + "' style='visibility:hide;'>")
179 doc.write("\n<table ")
181 doc.write(" id='folder" + this.id + "' style='position:block;' ")
182 doc.write(" border=0 cellspacing=0 cellpadding=0>")
183 doc.write("\n<tr><td>")
184 doc.write(leftSide)
186 doc.write("<img name='folderIcon" + this.id + "' ")
187 doc.write("src='" + this.iconSrc+"' border=0></a>")
188 doc.write("</t
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DAsyncFileWriterBlackBerry.cpp15 * License along with this library; if not, write to the Free
30 void AsyncFileWriterBlackBerry::write(long long position, Blob* blob) function in class:WebCore::AsyncFileWriterBlackBerry
38 m_platformWriter->write(position, platformBlob);
/macosx-10.9.5/dtrace-118.1/test/tst/common/dtraceUtil/
H A Dtst.InvalidTraceFunc8.d.ksh41 $dtrace -f fight -f write

Completed in 191 milliseconds

1234567891011>>