Searched refs:read (Results 1 - 25 of 1555) sorted by relevance

1234567891011>>

/macosx-10.9.5/dtrace-118.1/test/tst/common/docsExamples/
H A Drw.d38 syscall::read:entry,
H A Drtime.d40 syscall::read:entry
45 syscall::read:return
48 printf("%d/%d spent %d nsecs in read(2)\n", pid,
H A Drwtime.d38 syscall::read:entry,
45 syscall::read:return,
H A Dtrussrw.d40 syscall::read:entry,
47 syscall::read:return,
H A Dksyms.d43 syscall::read:entry
46 printf("read %u bytes to user address %x\n", arg2, arg1);
50 syscall::read:return
H A Dtruss.d45 syscall::read:entry
/macosx-10.9.5/dtrace-118.1/test/tst/common/begin/
H A Derr.D_PDESC_ZERO.begin.d40 BEGIN::read:entry
/macosx-10.9.5/WebKit-7537.78.2/efl/tests/
H A Dtest_ewk_frame.cpp49 ssize_t read = ewk_frame_source_get(ewk_view_frame_main_get(webView()), &buffer); local
50 ASSERT_EQ(read, failed);
57 // read = ewk_frame_source_get(ewk_view_frame_main_get(webView()), &buffer);
58 // ASSERT_EQ(read, failed);
63 read = ewk_frame_source_get(ewk_view_frame_main_get(webView()), &buffer);
64 ASSERT_GT(read, 0);
/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,writ
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/dtraceUtil/
H A Dman.CoalesceTrace.d54 syscall::read:
60 fbt:genunix:read:
/macosx-10.9.5/ruby-104/ruby/template/
H A Dknown_errors.inc.tmpl7 % error_names = ARGF.read.split(/\s+/)
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread_read.c92 DCETHREAD_SYSCALL(ssize_t, read(fd, buf, count));
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Dguess.d34 system("read guess");
38 syscall::read:entry
45 syscall::read:return
54 syscall::read:return
69 syscall::read:return
76 syscall::read:return
83 system("/usr/bin/read name");
86 syscall::read:return
94 system("read line");
98 syscall::read
[all...]
/macosx-10.9.5/dtrace-118.1/DTTk/Extra/
H A Dguess.d34 system("read guess");
38 syscall::read:entry
45 syscall::read:return
54 syscall::read:return
69 syscall::read:return
76 syscall::read:return
83 system("/usr/bin/read name");
86 syscall::read:return
94 system("read line");
98 syscall::read
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A DdataCmd.py11 data = open('ex1.wav', 'rb').read()
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngrio.c30 * to read more then 64K on a 16 bit machine.
40 png_error(png_ptr, "Call to NULL read function");
93 png_size_t read, remaining, err; local
98 read = MIN(NEAR_BUF_SIZE, remaining);
99 err = fread(buf, 1, read, io_ptr);
100 png_memcpy(data, buf, read); /* copy far buffer to near buffer */
101 if (err != read)
105 data += read;
106 remaining -= read;
111 png_error(png_ptr, "read Erro
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/common/
H A Dsockbuf.c45 set_buffer_size(int fd, int read) argument
49 int optname = read ? SO_RCVBUF : SO_SNDBUF;
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/CloudKeychainProxy/
H A DCKDPersistentState.h10 * http://www.opensource.apple.com/apsl/ and read it before using this
35 + (id)read:(NSURL *)path error:(NSError **)error;
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DSharedBufferQt.cpp43 file.read(buffer.data(), buffer.size());
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dproc_child.c16 bytes = (int)read(STDIN_FILENO, buf, 256);
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dproc_child.c16 bytes = (int)read(STDIN_FILENO, buf, 256);
/macosx-10.9.5/file-46/file/python/
H A Dexample.py9 buffer = f.read(4096)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dreadlink.c50 if (read(fd, buf, sizeof(FAKELINK_MAGIC)) == sizeof(FAKELINK_MAGIC) && !strcmp(buf, FAKELINK_MAGIC) && (n = read(fd, buf, siz)) > 0 && !buf[n - 1])
/macosx-10.9.5/python-76.100.1/2.5/fix/
H A Dbyte2utf16.py12 out.write(input.read())
H A Dutf162byte.py12 out.write(input.read())

Completed in 205 milliseconds

1234567891011>>