HomeSort by relevance Sort by last modified time
    Searched defs:write (Results 51 - 75 of 4398) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
EndianStream.h 26 /// Adapter to write values to a stream in a particular byte order.
30 template <typename value_type> void write(ArrayRef<value_type> Vals) { function in struct:llvm::support::endian::Writer
32 write(V);
34 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) { function in class:llvm::support::endian::Writer
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) { function in class:llvm::support::endian::Writer
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) function in class:llvm::support::endian::Writer
60 inline void Writer<big>::write<double>(double Val) { function in class:llvm::support::endian::Writer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
EndianStream.h 26 /// Adapter to write values to a stream in a particular byte order.
30 template <typename value_type> void write(ArrayRef<value_type> Vals) { function in struct:llvm::support::endian::Writer
32 write(V);
34 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) { function in class:llvm::support::endian::Writer
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) { function in class:llvm::support::endian::Writer
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) function in class:llvm::support::endian::Writer
60 inline void Writer<big>::write<double>(double Val) { function in class:llvm::support::endian::Writer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
EndianStream.h 26 /// Adapter to write values to a stream in a particular byte order.
30 template <typename value_type> void write(ArrayRef<value_type> Vals) { function in struct:llvm::support::endian::Writer
32 write(V);
34 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) { function in class:llvm::support::endian::Writer
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) { function in class:llvm::support::endian::Writer
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) function in class:llvm::support::endian::Writer
60 inline void Writer<big>::write<double>(double Val) { function in class:llvm::support::endian::Writer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
EndianStream.h 26 /// Adapter to write values to a stream in a particular byte order.
30 template <typename value_type> void write(ArrayRef<value_type> Vals) { function in struct:llvm::support::endian::Writer
32 write(V);
34 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) { function in class:llvm::support::endian::Writer
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) { function in class:llvm::support::endian::Writer
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) function in class:llvm::support::endian::Writer
60 inline void Writer<big>::write<double>(double Val) { function in class:llvm::support::endian::Writer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 26 /// Adapter to write values to a stream in a particular byte order.
30 template <typename value_type> void write(ArrayRef<value_type> Vals) { function in struct:llvm::support::endian::Writer
32 write(V);
34 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) { function in class:llvm::support::endian::Writer
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) { function in class:llvm::support::endian::Writer
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) function in class:llvm::support::endian::Writer
60 inline void Writer<big>::write<double>(double Val) { function in class:llvm::support::endian::Writer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
EndianStream.h 26 /// Adapter to write values to a stream in a particular byte order.
30 template <typename value_type> void write(ArrayRef<value_type> Vals) { function in struct:llvm::support::endian::Writer
32 write(V);
34 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) { function in class:llvm::support::endian::Writer
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) { function in class:llvm::support::endian::Writer
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) function in class:llvm::support::endian::Writer
60 inline void Writer<big>::write<double>(double Val) { function in class:llvm::support::endian::Writer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
EndianStream.h 26 /// Adapter to write values to a stream in a particular byte order.
30 template <typename value_type> void write(ArrayRef<value_type> Vals) { function in struct:llvm::support::endian::Writer
32 write(V);
34 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) { function in class:llvm::support::endian::Writer
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) { function in class:llvm::support::endian::Writer
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) function in class:llvm::support::endian::Writer
60 inline void Writer<big>::write<double>(double Val) { function in class:llvm::support::endian::Writer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
EndianStream.h 26 /// Adapter to write values to a stream in a particular byte order.
30 template <typename value_type> void write(ArrayRef<value_type> Vals) { function in struct:llvm::support::endian::Writer
32 write(V);
34 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) { function in class:llvm::support::endian::Writer
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) { function in class:llvm::support::endian::Writer
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) function in class:llvm::support::endian::Writer
60 inline void Writer<big>::write<double>(double Val) { function in class:llvm::support::endian::Writer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
EndianStream.h 26 /// Adapter to write values to a stream in a particular byte order.
30 template <typename value_type> void write(ArrayRef<value_type> Vals) { function in struct:llvm::support::endian::Writer
32 write(V);
34 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) { function in class:llvm::support::endian::Writer
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) { function in class:llvm::support::endian::Writer
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) function in class:llvm::support::endian::Writer
60 inline void Writer<big>::write<double>(double Val) { function in class:llvm::support::endian::Writer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
EndianStream.h 26 /// Adapter to write values to a stream in a particular byte order.
30 template <typename value_type> void write(ArrayRef<value_type> Vals) { function in struct:llvm::support::endian::Writer
32 write(V);
34 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) { function in class:llvm::support::endian::Writer
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) { function in class:llvm::support::endian::Writer
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) function in class:llvm::support::endian::Writer
60 inline void Writer<big>::write<double>(double Val) { function in class:llvm::support::endian::Writer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
EndianStream.h 26 /// Adapter to write values to a stream in a particular byte order.
30 template <typename value_type> void write(ArrayRef<value_type> Vals) { function in struct:llvm::support::endian::Writer
32 write(V);
34 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) { function in class:llvm::support::endian::Writer
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) { function in class:llvm::support::endian::Writer
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) function in class:llvm::support::endian::Writer
60 inline void Writer<big>::write<double>(double Val) { function in class:llvm::support::endian::Writer
    [all...]
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
CentralDirectory.java 407 * @throws IOException failed to write the byte array
417 * @throws UncheckedIOException failed to write the byte array
442 cdhs[idx].getExtraField().write(ByteBuffer.wrap(extraFields[idx]));
453 F_SIGNATURE.write(out);
454 F_MADE_BY.write(out, cdhs[idx].getMadeBy());
455 F_VERSION_EXTRACT.write(out, compressInfos[idx].getVersionExtract());
456 F_GP_BIT.write(out, cdhs[idx].getGpBit().getValue());
457 F_METHOD.write(out, compressInfos[idx].getMethod().methodCode);
460 F_LAST_MOD_TIME.write(out, 0);
461 F_LAST_MOD_DATE.write(out, 0)
    [all...]
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
RandomAccessFileOutputStream.java 62 public void write(int b) throws IOException { method in class:RandomAccessFileOutputStream
63 raf.write(b);
67 public void write(byte[] b) throws IOException { method in class:RandomAccessFileOutputStream
68 write(b, 0, b.length); method
72 public void write(byte[] b, int off, int len) throws IOException { method in class:RandomAccessFileOutputStream
73 raf.write(b, off, len);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
PKCS7ProcessableObject.java 31 public void write(OutputStream cOut) method in class:PKCS7ProcessableObject
42 cOut.write(enc.toASN1Primitive().getEncoded(ASN1Encoding.DER));
57 cOut.write(encoded, index, encoded.length - index);
  /external/conscrypt/libcore-stub/src/main/java/libcore/io/
Streams.java 46 bytes.write(buffer, 0, count);
61 out.write(buffer, 0, c);
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
BlockWriter.java 47 public Appendable write(Appendable appendable, Context context) throws IOException { method in class:BlockWriter
50 snippet.write(appendable, context);
FieldWriter.java 43 public Appendable write(Appendable appendable, Context context) throws IOException { method in class:FieldWriter
44 super.write(appendable, context);
47 initializer.get().write(appendable, context);
VariableWriter.java 43 public Appendable write(Appendable appendable, Context context) throws IOException { method in class:VariableWriter
46 type.write(appendable, context);
  /external/guava/guava/src/com/google/common/io/
CountingOutputStream.java 52 @Override public void write(byte[] b, int off, int len) throws IOException { method in class:CountingOutputStream
53 out.write(b, off, len);
57 @Override public void write(int b) throws IOException { method in class:CountingOutputStream
58 out.write(b);
  /external/guava/guava-tests/test/com/google/common/io/
TestCharSink.java 55 // using TestByteSink's output stream to get option behavior, so flush to it on every write
58 public void write(int c) throws IOException {
59 super.write(c);
64 public void write(char[] cbuf, int off, int len) throws IOException { method in class:TestCharSink
65 super.write(cbuf, off, len);
70 public void write(String str, int off, int len) throws IOException { method in class:TestCharSink
71 super.write(str, off, len);
TestWriter.java 43 public void write(int c) throws IOException { method in class:TestWriter
44 super.write(c);
45 flush(); // flush write to TestOutputStream to get its behavior
49 public void write(char[] cbuf, int off, int len) throws IOException { method in class:TestWriter
50 super.write(cbuf, off, len);
55 public void write(String str, int off, int len) throws IOException { method in class:TestWriter
56 super.write(str, off, len);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
CountingOutputStream.java 31 public void write(int b) throws IOException { method in class:CountingOutputStream
32 out.write(b);
37 public void write(byte[] b, int off, int len) throws IOException { method in class:CountingOutputStream
38 out.write(b, off, len);
FinishableWrapperOutputStream.java 36 * Calls {@link java.io.OutputStream#write(int) out.write(b)}.
38 public void write(int b) throws IOException { method in class:FinishableWrapperOutputStream
39 out.write(b);
43 * Calls {@link java.io.OutputStream#write(byte[]) out.write(buf)}.
45 public void write(byte[] buf) throws IOException { method in class:FinishableWrapperOutputStream
46 out.write(buf);
50 * Calls {@link java.io.OutputStream#write(byte[],int,int)
51 out.write(buf, off, len)}
53 public void write(byte[] buf, int off, int len) throws IOException { method in class:FinishableWrapperOutputStream
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
Buffer.java 44 * returning it to you. Even if you're going to write over that space anyway.
69 @Override public void write(int b) {
73 @Override public void write(byte[] data, int offset, int byteCount) { method in class:Buffer
74 Buffer.this.write(data, offset, byteCount);
157 out.write(s.data, pos, toCopy);
196 /** Write the contents of this to {@code out}. */
201 /** Write {@code byteCount} bytes from this to {@code out}. */
209 out.write(s.data, s.pos, toCopy);
491 digit = b - 'A' + 10; // We never write uppercase, but we support reading it.
534 sink.write(this, size); // Exhaust ourselves
    [all...]
ForwardingSink.java 34 @Override public void write(Buffer source, long byteCount) throws IOException { method in class:ForwardingSink
35 delegate.write(source, byteCount);

Completed in 433 milliseconds

1 23 4 5 6 7 8 91011>>