HomeSort by relevance Sort by last modified time
    Searched defs:WRITE (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /external/python/cpython2/Mac/Demo/resources/
copyres.py 6 WRITE = 2
18 raw_input("%s already exists... CR to write anyway! " % dst)
19 output = FSpOpenResFile(dst, WRITE)
  /external/libgsm/inc/
toast.h 48 # define WRITE "wb"
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-3.c 75 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
80 WRITE("Test FAILED: Alarm fired while waiting for cancelation\n");
  /libcore/ojluni/src/main/java/java/nio/file/
AccessMode.java 18 * 2 along with this work; if not, write to the Free Software Foundation,
40 * Test write access.
42 WRITE,
  /external/libbrillo/brillo/streams/
stream.h 22 // The stream class provides general streaming I/O primitives to read, write and
48 // use buffered I/O. Using all read/write methods other than ReadAllAsync(),
89 enum class AccessMode { READ, WRITE, READ_WRITE };
113 // Called to determine if write operations are supported on the stream (stream
116 // written to. However, if it returns true, the subsequent write operation
202 // and/or write)
267 // == Write operations ======================================================
273 // written. It is not an error for this function to write fewer bytes than
275 // Upon successful write, the |success_callback| will be invoked with the
288 // and/or write)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
19-1.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-10.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-11.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-12.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-13.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-14.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-15.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-16.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-17.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-18.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-19.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-2.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-20.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-21.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-22.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-23.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-24.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-25.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-26.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-3.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");

Completed in 333 milliseconds

1 2 3 4 5 6 7 8