HomeSort by relevance Sort by last modified time
    Searched refs:Write (Results 76 - 100 of 2248) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/io/disktest/
io.h 17 * along with this program; if not, write to the Free Software
58 long Write(fd_t, const void *, const unsigned long);
  /external/lzma/CPP/7zip/Common/
InOutTempBuffer.h 28 bool Write(const void *data, UInt32 size);
44 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
OffsetStream.h 21 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.h 76 bool Write(const string& filename, const string& contents);
  /external/webrtc/webrtc/common_audio/
audio_ring_buffer.h 30 // Copies |data| to the buffer and advances the write pointer. |channels| must
32 void Write(const float* const* data, size_t channels, size_t frames);
42 // towards the write pointer and the backward verison withdraws the read
43 // pointer away from the write pointer (i.e. flushing and stuffing the buffer
  /prebuilts/go/darwin-x86/src/testing/iotest/
writer.go 20 func (t *truncateWriter) Write(p []byte) (n int, err error) {
24 // real write
29 n, err = t.w.Write(p[0:n])
  /prebuilts/go/linux-x86/src/testing/iotest/
writer.go 20 func (t *truncateWriter) Write(p []byte) (n int, err error) {
24 // real write
29 n, err = t.w.Write(p[0:n])
  /system/connectivity/wifilogd/tests/
mock_raw_os.h 39 MOCK_METHOD3(Write, ssize_t(int fd, const void* buf, size_t buflen));
  /system/tpm/tpm_manager/server/
mock_local_data_store.cc 31 ON_CALL(*this, Write(_))
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Phy/MvPhyDxe/
MvPhyDxe.c 75 Mdio->Write(Mdio, PhyAddr, MII_BMCR, Reg);
115 Mdio->Write(Mdio, PhyDev->Addr, MIIM_88E1111_PHY_EXT_CR, Reg);
126 Mdio->Write(Mdio, PhyDev->Addr, MIIM_88E1111_PHY_EXT_SR, Reg);
136 Mdio->Write(Mdio, PhyDev->Addr, MIIM_88E1111_PHY_EXT_SR, Reg);
142 Mdio->Write(Mdio, PhyDev->Addr, MIIM_88E1111_PHY_EXT_CR, Reg);
148 Mdio->Write(Mdio, PhyDev->Addr, MIIM_88E1111_PHY_EXT_SR, Reg);
158 Mdio->Write(Mdio, PhyDev->Addr, MIIM_88E1111_PHY_EXT_SR, Reg);
164 Mdio->Write(Mdio, PhyDev->Addr, MII_BMCR, Reg);
262 Mdio->Write(Mdio, PhyAddr, RegNum, Reg);
281 Mdio->Write(Mdio, PhyAddr, 22, 0x00ff);
    [all...]
  /art/compiler/debug/
elf_symtab_writer.h 75 strtab->Write(""); // strtab should start with empty string.
78 symtab->Add(strtab->Write("$t"), text, mapping_symbol_address, 0, STB_LOCAL, STT_NOTYPE);
87 name_offset = strtab->Write(info.custom_name);
94 name_offset = strtab->Write(name);
109 typename ElfTypes::Word dex_name = strtab->Write(kDexFileSymbolName);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util.h 78 void Write(const MemLoc &ml, int size, bool expect_race = false) {
90 Write(ml, 1, expect_race); }
92 Write(ml, 2, expect_race); }
94 Write(ml, 4, expect_race); }
96 Write(ml, 8, expect_race); }
  /system/tools/aidl/
ast_cpp.h 40 virtual void Write(CodeWriter* to) const = 0;
62 void Write(CodeWriter* to) const override;
83 void Write(CodeWriter* to) const override;
110 void Write(CodeWriter* to) const override;
134 void Write(CodeWriter* to) const override;
149 void Write(CodeWriter* to) const override;
177 void Write(CodeWriter* to) const override;
202 void Write(CodeWriter* to) const override;
217 void Write(CodeWriter* to) const override;
242 void Write(CodeWriter* to) const override
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
prf.go 29 h.Write(seed)
35 h.Write(a)
36 h.Write(seed)
42 h.Write(a)
96 hashSHA1.Write(b[:i+1])
97 hashSHA1.Write(secret)
98 hashSHA1.Write(seed)
102 hashMD5.Write(secret)
103 hashMD5.Write(digest)
227 func (h *finishedHash) Write(msg []byte) (n int, err error)
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
prf.go 29 h.Write(seed)
35 h.Write(a)
36 h.Write(seed)
42 h.Write(a)
96 hashSHA1.Write(b[:i+1])
97 hashSHA1.Write(secret)
98 hashSHA1.Write(seed)
102 hashMD5.Write(secret)
103 hashMD5.Write(digest)
227 func (h *finishedHash) Write(msg []byte) (n int, err error)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/
EfiScriptLib.c 124 Save I/O write to boot script
130 (Standard EFI IO write script parameter)
148 mBootScriptSave->Write (
174 Save I/O write to boot script
180 (Standard EFI IO read write script parameter)
198 mBootScriptSave->Write (
224 Save I/O write to boot script
230 (Standard EFI MEM write script parameter)
248 mBootScriptSave->Write (
274 Save I/O write to boot script
    [all...]
  /system/core/adb/
shell_service_protocol_test.cpp 106 ASSERT_TRUE(write_protocol_->Write(id, sizeof(data)));
117 ASSERT_TRUE(write_protocol_->Write(id, 10));
132 ASSERT_TRUE(write_protocol_->Write(id, 0));
141 ASSERT_TRUE(write_protocol_->Write(ShellProtocol::kIdExit, 1));
153 ASSERT_FALSE(write_protocol_->Write(ShellProtocol::kIdStdout, 0));
161 ASSERT_FALSE(write_protocol_->Write(ShellProtocol::kIdStdout, 0));
188 ASSERT_TRUE(write_protocol_->Write(id, sizeof(data)));
  /external/boringssl/src/ssl/test/runner/
prf.go 26 h.Write(seed)
32 h.Write(a)
33 h.Write(seed)
43 h.Write(a)
97 hashSHA1.Write(b[:i+1])
98 hashSHA1.Write(secret)
99 hashSHA1.Write(seed)
103 hashMD5.Write(secret)
104 hashMD5.Write(digest)
253 h.Write(data.finish()
    [all...]
  /prebuilts/go/darwin-x86/src/io/
pipe_test.go 18 n, err := w.Write(data)
20 t.Errorf("write: %v", err)
23 t.Errorf("short write: %d != %d", n, len(data))
28 // Test a single read/write pair.
60 // Test a sequence of read/write pairs.
68 n, err := w.Write(p)
73 t.Errorf("write: %v", err)
92 // Test a large write that requires multiple reads to satisfy.
94 n, err := w.Write(buf)
132 t.Fatalf("write 128: %d, %v", pr.n, pr.err
    [all...]
  /prebuilts/go/linux-x86/src/io/
pipe_test.go 18 n, err := w.Write(data)
20 t.Errorf("write: %v", err)
23 t.Errorf("short write: %d != %d", n, len(data))
28 // Test a single read/write pair.
60 // Test a sequence of read/write pairs.
68 n, err := w.Write(p)
73 t.Errorf("write: %v", err)
92 // Test a large write that requires multiple reads to satisfy.
94 n, err := w.Write(buf)
132 t.Fatalf("write 128: %d, %v", pr.n, pr.err
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 35 w.Write(ldquo)
37 w.Write(rdquo)
122 // write text before match
149 // write match
151 w.Write(html_a)
153 w.Write(html_aq)
156 w.Write(html_i)
160 w.Write(html_endi)
163 w.Write(html_enda)
300 w.Write(html_p
456 func (l *lineWrapper) write(text string) { func
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 35 w.Write(ldquo)
37 w.Write(rdquo)
122 // write text before match
149 // write match
151 w.Write(html_a)
153 w.Write(html_aq)
156 w.Write(html_i)
160 w.Write(html_endi)
163 w.Write(html_enda)
300 w.Write(html_p
456 func (l *lineWrapper) write(text string) { func
    [all...]
  /external/google-breakpad/src/processor/
module_serializer.cc 83 char *ModuleSerializer::Write(const BasicSourceLineResolver::Module &module,
85 // Write the is_corrupt flag.
86 dest = SimpleSerializer<bool>::Write(module.is_corrupt_, dest);
87 // Write header.
90 // Write each map.
91 dest = files_serializer_.Write(module.files_, dest);
92 dest = functions_serializer_.Write(module.functions_, dest);
93 dest = pubsym_serializer_.Write(module.public_symbols_, dest);
95 dest = wfi_serializer_.Write(&(module.windows_frame_info_[i]), dest);
96 dest = cfi_init_rules_serializer_.Write(module.cfi_initial_rules_, dest)
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 247 char* q = _start; // the write pointer
253 break; // don't write to q; this trims the trailing space.
277 char* q = _start; // the write pointer
    [all...]
  /external/puffin/src/
stream_unittest.cc 95 ASSERT_TRUE(stream->Write(buf.data(), 0));
96 ASSERT_TRUE(stream->Write(buf.data(), 1));
97 ASSERT_TRUE(stream->Write(buf.data(), 2));
98 ASSERT_TRUE(stream->Write(buf.data(), 3));
99 ASSERT_TRUE(stream->Write(buf.data(), 10));
103 ASSERT_TRUE(stream->Write(buf.data(), 0));
104 ASSERT_TRUE(stream->Write(buf.data(), 1));
108 ASSERT_TRUE(stream->Write(buf.data(), 2));
109 ASSERT_TRUE(stream->Write(buf.data(), 3));
110 ASSERT_TRUE(stream->Write(buf.data(), 10))
    [all...]

Completed in 250 milliseconds

1 2 34 5 6 7 8 91011>>