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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
write.S 5 ENTRY(write) function
16 END(write)
  /bionic/libc/arch-arm64/syscalls/
write.S 5 ENTRY(write) function
14 END(write)
  /bionic/libc/arch-mips/syscalls/
write.S 5 ENTRY(write) function
19 END(write)
  /bionic/libc/arch-mips64/syscalls/
write.S 5 ENTRY(write) function
25 END(write)
  /bionic/libc/arch-x86/syscalls/
write.S 5 ENTRY(write) function
39 END(write)
  /bionic/libc/arch-x86_64/syscalls/
write.S 5 ENTRY(write) function
15 END(write)
  /device/google/marlin/
init.power.sh 6 function write() { function
18 write $cpubw/governor "bw_hwmon"
19 write $cpubw/polling_interval 50
20 write $cpubw/min_freq 1525
21 write $cpubw/bw_hwmon/mbps_zones "1525 5195 11863 13763"
22 write $cpubw/bw_hwmon/sample_ms 4
23 write $cpubw/bw_hwmon/io_percent 34
24 write $cpubw/bw_hwmon/hist_memory 20
25 write $cpubw/bw_hwmon/hyst_length 10
26 write $cpubw/bw_hwmon/low_power_ceil_mbps
    [all...]
  /device/google/wahoo/
init.power.sh 6 function write() { function
19 write $cpubw/governor "bw_hwmon"
20 write $cpubw/polling_interval 50
21 write $cpubw/bw_hwmon/mbps_zones "3143 5859 11863 13763"
22 write $cpubw/bw_hwmon/sample_ms 4
23 write $cpubw/bw_hwmon/io_percent 34
24 write $cpubw/bw_hwmon/hist_memory 20
25 write $cpubw/bw_hwmon/hyst_length 10
26 write $cpubw/bw_hwmon/low_power_ceil_mbps 0
27 write $cpubw/bw_hwmon/low_power_io_percent 3
    [all...]
  /external/google-breakpad/src/client/linux/log/
log.cc 40 int write(const char* buf, size_t nbytes) { function in namespace:logger
  /external/syslinux/com32/lib/sys/
write.c 29 * write.c
31 * Write to a file descriptor
41 ssize_t write(int fd, void *buf, size_t count) function
50 return fp->oop->write(fp, buf, count);
  /external/python/cpython2/Lib/plat-irix5/
cdplayer.py 14 # You can then use c.write() to write out the changed values to the
69 def write(self): member in class:Cdplayer
84 new.write(line)
85 new.write(self.id + '.title:\t' + self.title + '\n')
86 new.write(self.id + '.artist:\t' + self.artist + '\n')
88 new.write('%s.track.%r:\t%s\n' % (self.id, i, self.track[i]))
  /external/python/cpython2/Lib/plat-irix6/
cdplayer.py 14 # You can then use c.write() to write out the changed values to the
69 def write(self): member in class:Cdplayer
84 new.write(line)
85 new.write(self.id + '.title:\t' + self.title + '\n')
86 new.write(self.id + '.artist:\t' + self.artist + '\n')
88 new.write('%s.track.%r:\t%s\n' % (self.id, i, self.track[i]))
  /packages/apps/Gallery2/jni_jpegstream/src/
outputstream_wrapper.cpp 22 int32_t OutputStreamWrapper::write(int32_t length, int32_t offset) { function in class:OutputStreamWrapper
32 LOGE("Uninitialized method ID for OutputStream write function.");
35 // Call OutputStream write with byte array.
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
CountingOutputStream.java 47 public void write(int b) throws IOException { method in class:CountingOutputStream
49 out.write(b);
53 public void write(byte[] b) throws IOException { method in class:CountingOutputStream
55 out.write(b);
59 public void write(byte[] b, int off, int len) throws IOException { method in class:CountingOutputStream
61 out.write(b, off, len);
  /external/smali/util/src/main/java/org/jf/util/
RandomAccessFileOutputStream.java 48 @Override public void write(int b) throws IOException { method in class:RandomAccessFileOutputStream
51 raf.write(b);
54 @Override public void write(byte[] b) throws IOException { method in class:RandomAccessFileOutputStream
57 raf.write(b);
60 @Override public void write(byte[] b, int off, int len) throws IOException { method in class:RandomAccessFileOutputStream
63 raf.write(b, off, len);
  /libcore/ojluni/src/main/java/sun/net/
TelnetOutputStream.java 18 * 2 along with this work; if not, write to the Free Software Foundation,
32 * This class overrides write to do CRLF processing as specified in
96 public void write(int c) throws IOException { method in class:TelnetOutputStream
98 super.write(c);
104 super.write(0);
105 super.write(c);
110 super.write('\r');
111 super.write('\n');
118 super.write('\r');
122 super.write(c)
130 public void write(byte bytes[], int off, int length) throws IOException { method in class:TelnetOutputStream
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
NullOutputStream.java 12 public void write(byte[] buf) method in class:NullOutputStream
18 public void write(byte[] buf, int off, int len) method in class:NullOutputStream
24 public void write(int b) throws IOException method in class:NullOutputStream
  /external/parameter-framework/upstream/test/functional-tests-legacy/
ACTCampaignEngine.py 54 def write(self, message): member in class:Logger
55 self.terminal.write(message)
56 self.log.write(message)
80 fout.write('true')
84 fout.write('false')
  /libcore/ojluni/src/main/java/java/nio/channels/
GatheringByteChannel.java 18 * 2 along with this work; if not, write to the Free Software Foundation,
33 * A channel that can write bytes from a sequence of buffers.
35 * <p> A <i>gathering</i> write operation writes, in a single invocation, a
57 * <p> An attempt is made to write up to <i>r</i> bytes to this channel,
78 * <p> Unless otherwise specified, a write operation will return only after
80 * depending upon their state, may write only some of the bytes or possibly
82 * write any more bytes than are free in the socket's output buffer.
85 * already initiated a write operation upon this channel, however, then an
116 * while the write operation is in progress
120 * while the write operation is in progress, thereb
127 public long write(ByteBuffer[] srcs, int offset, int length) method in interface:GatheringByteChannel
164 public long write(ByteBuffer[] srcs) throws IOException; method in interface:GatheringByteChannel
    [all...]
WritableByteChannel.java 18 * 2 along with this work; if not, write to the Free Software Foundation,
33 * A channel that can write bytes.
35 * <p> Only one write operation upon a writable channel may be in progress at
36 * any given time. If one thread initiates a write operation upon a channel
37 * then any other thread that attempts to initiate another write operation will
39 * I/O operations may proceed concurrently with a write operation depends upon
55 * <p> An attempt is made to write up to <i>r</i> bytes to the channel,
68 * <p> Unless otherwise specified, a write operation will return only after
70 * depending upon their state, may write only some of the bytes or possibly
72 * write any more bytes than are free in the socket's output buffer
103 public int write(ByteBuffer src) throws IOException; method in interface:WritableByteChannel
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
InterfaceWriter.java 40 public Appendable write(Appendable appendable, Context context) throws IOException { method in class:InterfaceWriter
58 implementedTypesIterator.next().write(appendable, context);
61 implementedTypesIterator.next().write(appendable, context);
67 methodWriter.write(new IndentingAppendable(appendable), context);
71 nestedTypeWriter.write(new IndentingAppendable(appendable), context);
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
AnnotationOffItem.java 30 public void write(DexRandomAccessFile file) throws IOException { method in class:AnnotationOffItem
AnnotationSetRefItem.java 30 public void write(DexRandomAccessFile file) throws IOException { method in class:AnnotationSetRefItem
EncodedArrayItem.java 31 public void write(DexRandomAccessFile file) throws IOException { method in class:EncodedArrayItem
33 value.write(file);
StringIdItem.java 31 public void write(DexRandomAccessFile file) throws IOException { method in class:StringIdItem

Completed in 1443 milliseconds

1 2 3 4 5 6 7 8 91011>>