HomeSort by relevance Sort by last modified time
    Searched refs:writing (Results 1 - 25 of 4569) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
file_locking.stderr.exp 1 parent: about to lock file for writing.
3 child: about to lock file for writing.
  /external/valgrind/gdbserver_tests/
mcwatchpoints.stderr.exp 7 before writing 0
8 before writing 4
9 before writing 8
10 after writing 8
  /external/opencv/cvaux/src/
extendededges.cpp 131 int writing = 0; local
164 if(!writing)
167 writing = 1 ;
179 if( writing )
182 writing = 0;
199 if( writing ) //if were not self intersections
202 writing = 0;
  /external/valgrind/none/tests/
ioctl_moans.stderr.exp 3 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
6 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
9 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
12 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
15 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
18 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
21 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
24 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
27 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
30 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper
    [all...]
  /tools/metalava/src/test/java/com/android/tools/metalava/
ApiFromTextTest.kt 10 * Unless required by applicable law or agreed to in writing, software
25 fun `Loading a signature file and writing the API back out`() {
  /external/proguard/src/proguard/optimize/info/
ReadWriteFieldMarker.java 45 private boolean writing = true; field in class:ReadWriteFieldMarker
64 writing = true;
72 writing = false;
80 writing = true;
120 if (writing)
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/chatserver/
Client.java 51 * It contains methods for reading and writing messages from the
66 private boolean writing = false; field in class:Client
85 // Currently no thread writing, make this thread dispatch a write
86 if (!writing) {
87 writing = true;
103 writing = false;
108 if (writing) {
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/chatserver/
Client.java 51 * It contains methods for reading and writing messages from the
66 private boolean writing = false; field in class:Client
85 // Currently no thread writing, make this thread dispatch a write
86 if (!writing) {
87 writing = true;
103 writing = false;
108 if (writing) {
  /compatibility/cdd/8_performance-and-power/
8_2_file-io-access-performance.md 10 * **Sequential write performance**. Measured by writing a 256MB file using
12 * **Random write performance**. Measured by writing a 256MB file using 4KB
  /external/curl/docs/cmdline-opts/
tlsv1.3.d 9 of this writing, they are BoringSSL, NSS, and Secure Transport (on iOS 11 or
  /libcore/ojluni/src/main/java/sun/nio/ch/
AsynchronousFileChannelImpl.java 50 // indicates if open for reading/writing
52 protected final boolean writing; field in class:AsynchronousFileChannelImpl
59 boolean writing,
64 this.writing = writing;
209 // -- reading and writing --
SimpleAsynchronousFileChannelImpl.java 59 boolean writing,
62 super(fdObj, reading, writing, executor);
67 boolean writing,
73 return new SimpleAsynchronousFileChannelImpl(fdo, reading, writing, executor);
128 if (!writing)
181 if (!shared && !writing)
248 if (!shared && !writing)
351 if (!writing)
  /prebuilts/go/darwin-x86/src/net/textproto/
writer.go 13 // A Writer implements convenience methods for writing
20 // NewWriter returns a new Writer writing to w.
63 wstateData // writing data in middle of line
  /prebuilts/go/linux-x86/src/net/textproto/
writer.go 13 // A Writer implements convenience methods for writing
20 // NewWriter returns a new Writer writing to w.
63 wstateData // writing data in middle of line
  /art/tools/jfuzz/
Android.mk 9 # Unless required by applicable law or agreed to in writing, software
  /bootable/recovery/tools/dumpkey/
Android.mk 9 # Unless required by applicable law or agreed to in writing, software
  /build/blueprint/gotestmain/
testmain_test.go 9 // Unless required by applicable law or agreed to in writing, software
  /build/blueprint/
mangle.go 9 // Unless required by applicable law or agreed to in writing, software
  /build/blueprint/microfactory/main/
main.go 9 // Unless required by applicable law or agreed to in writing, software
  /build/kati/
doc.go 9 // Unless required by applicable law or agreed to in writing, software
flags.go 9 // Unless required by applicable law or agreed to in writing, software
version.go 9 // Unless required by applicable law or agreed to in writing, software
  /build/make/core/tasks/
sts.mk 9 # Unless required by applicable law or agreed to in writing, software
  /build/make/tools/droiddoc/
Android.mk 9 # Unless required by applicable law or agreed to in writing, software
  /build/make/tools/droiddoc/templates-pdk/
trailer.cs 14 Unless required by applicable law or agreed to in writing, software

Completed in 1069 milliseconds

1 2 3 4 5 6 7 8 91011>>