HomeSort by relevance Sort by last modified time
    Searched refs:written (Results 426 - 450 of 1664) sorted by null

<<11121314151617181920>>

  /external/v8/benchmarks/
run.js 14 // from this software without specific prior written permission.
  /external/v8/tools/gcmole/
gccause.lua 14 -- from this software without specific prior written permission.
  /external/v8/tools/profviz/
stdio.js 14 // from this software without specific prior written permission.
  /prebuilts/go/darwin-x86/src/cmd/objdump/
main.go 21 // counters written in hexadecimal with optional leading 0x prefix.
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 43 // While tracing, the trace will be buffered and written to w.
  /prebuilts/go/darwin-x86/test/
switch5.go 81 // written, not just their values. Particularly useful for runes.
  /prebuilts/go/linux-x86/src/cmd/objdump/
main.go 21 // counters written in hexadecimal with optional leading 0x prefix.
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 43 // While tracing, the trace will be buffered and written to w.
  /prebuilts/go/linux-x86/test/
switch5.go 81 // written, not just their values. Particularly useful for runes.
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.base/
cldr.md 39 in these Data Files or Software without prior written authorization of
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.xml/
dom.md 44 written prior permission. Title to copyright in this software and any
54 Otherwise, this version is the same as the previous version and is written so
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.localedata/
cldr.md 39 in these Data Files or Software without prior written authorization of
  /prebuilts/jdk/jdk9/linux-x86/legal/java.base/
cldr.md 39 in these Data Files or Software without prior written authorization of
  /prebuilts/jdk/jdk9/linux-x86/legal/java.xml/
dom.md 44 written prior permission. Title to copyright in this software and any
54 Otherwise, this version is the same as the previous version and is written so
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
NOTICE 55 * means any form of electronic, verbal, or written communication sent
239 publicity pertaining to the software without specific, written prior permission.
250 is the same as the previous version and is written so as to preserve the Free
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
NOTICE 55 * means any form of electronic, verbal, or written communication sent
239 publicity pertaining to the software without specific, written prior permission.
250 is the same as the previous version and is written so as to preserve the Free
  /prebuilts/tools/common/offline-m2/com/intellij/annotations/12.0/
NOTICE 55 * means any form of electronic, verbal, or written communication sent
239 publicity pertaining to the software without specific, written prior permission.
250 is the same as the previous version and is written so as to preserve the Free
  /build/soong/third_party/zip/
android.go 81 // descriptor with the zip64 values. The Central Directory Entry is written by Close(), where
113 // should be written.
118 // The file's contents must be written to the io.Writer before the next
  /device/google/wahoo/usb/
Usb.cpp 164 std::string written; local
176 // as once the file is written the partner added signal
244 std::string written; local
265 if ((ret != EOF) && !readFile(filename, &written)) {
266 extractRole(&written);
267 ALOGI("written: %s", written.c_str());
268 if (written == convertRoletoString(newRole)) {
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.ComputeSize.cs 18 // this software without specific prior written permission.
39 // written to an instance of CodedOutputStream.
221 /// as written by <see cref="WriteLength"/>.
  /libcore/ojluni/src/main/java/sun/nio/ch/
DatagramChannelImpl.java 547 // Do not update src until we see how many bytes were written
571 int written; local
573 written = send0(preferIPv6, fd, ((DirectBuffer)bb).address() + pos,
578 written = rem;
580 if (written > 0)
581 bb.position(pos + written);
582 return written;
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httptrace/
trace.go 138 // WroteHeaders is called after the Transport has written
143 // "Expected: 100-continue" and the Transport has written the
228 // the http.Transport and should not be read, written or
  /prebuilts/go/darwin-x86/src/net/http/
sniff_test.go 192 written, err := io.WriteString(w, strings.Repeat("a", size))
197 if written != size {
198 t.Errorf("write of %d bytes wrote %d bytes", size, written)
  /prebuilts/go/linux-x86/src/net/http/httptrace/
trace.go 138 // WroteHeaders is called after the Transport has written
143 // "Expected: 100-continue" and the Transport has written the
228 // the http.Transport and should not be read, written or
  /prebuilts/go/linux-x86/src/net/http/
sniff_test.go 192 written, err := io.WriteString(w, strings.Repeat("a", size))
197 if written != size {
198 t.Errorf("write of %d bytes wrote %d bytes", size, written)

Completed in 900 milliseconds

<<11121314151617181920>>