HomeSort by relevance Sort by last modified time
    Searched refs:reading (Results 26 - 50 of 667) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libogg/
compile 46 right script to run: please start by reading the file `INSTALL'.
  /external/libusb-compat/
compile 46 right script to run: please start by reading the file `INSTALL'.
  /external/valgrind/gdbserver_tests/
mcwatchpoints.stderr.exp 3 before reading 0/4/8
  /packages/services/Telephony/src/com/android/phone/
GsmUmtsAdditionalCallOptions.java 82 public void onFinished(Preference preference, boolean reading) {
90 super.onFinished(preference, reading);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
sec-9.d 7 # reading in contents at an unusual location without a proper section
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand_linux.go 19 // * When reading from the urandom source, a maximum of 33554431 bytes
40 // reading from /dev/urandom in rand_unix.go. unix.GetRandom caches the ENOSYS
  /prebuilts/go/darwin-x86/src/net/http/httputil/
httputil.go 19 // automatically decodes chunking when reading response bodies.
37 // ErrLineTooLong is returned when reading malformed chunked data
  /prebuilts/go/darwin-x86/src/net/rpc/
client_test.go 60 if !strings.Contains("reading body EOF", err.(error).Error()) {
61 t.Fatal("expected `reading body EOF', got", err)
  /prebuilts/go/darwin-x86/src/time/
mono_test.go 16 t.Errorf("%s: missing monotonic clock reading", expr)
21 t.Errorf("%s: unexpected monotonic clock reading", expr)
78 t.Errorf("t3.mono = %d, want 0 (wall time out of range for monotonic reading)", GetMono(&t3))
86 t.Errorf("t4.mono = %d, want 0 (wall time out of range for monotonic reading)", GetMono(&t4))
123 t.Fatalf("AddDate didn't strip monotonic clock reading")
127 t.Fatalf("AddDate didn't strip monotonic clock reading")
131 t.Fatalf("AddDate didn't strip monotonic clock reading")
208 t.Errorf("Now().Add(maxDuration) has monotonic clock reading (%v => %v %d %d)", t0.String(), t1.String(), t0.Unix(), t1.Unix())
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_linux.go 19 // * When reading from the urandom source, a maximum of 33554431 bytes
40 // reading from /dev/urandom in rand_unix.go. unix.GetRandom caches the ENOSYS
  /prebuilts/go/linux-x86/src/net/http/httputil/
httputil.go 19 // automatically decodes chunking when reading response bodies.
37 // ErrLineTooLong is returned when reading malformed chunked data
  /prebuilts/go/linux-x86/src/net/rpc/
client_test.go 60 if !strings.Contains("reading body EOF", err.(error).Error()) {
61 t.Fatal("expected `reading body EOF', got", err)
  /prebuilts/go/linux-x86/src/time/
mono_test.go 16 t.Errorf("%s: missing monotonic clock reading", expr)
21 t.Errorf("%s: unexpected monotonic clock reading", expr)
78 t.Errorf("t3.mono = %d, want 0 (wall time out of range for monotonic reading)", GetMono(&t3))
86 t.Errorf("t4.mono = %d, want 0 (wall time out of range for monotonic reading)", GetMono(&t4))
123 t.Fatalf("AddDate didn't strip monotonic clock reading")
127 t.Fatalf("AddDate didn't strip monotonic clock reading")
131 t.Fatalf("AddDate didn't strip monotonic clock reading")
208 t.Errorf("Now().Add(maxDuration) has monotonic clock reading (%v => %v %d %d)", t0.String(), t1.String(), t0.Unix(), t1.Unix())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 62 "separation between reading and writing to streams; implementations are\n"
65 "Extending IOBase is RawIOBase which deals simply with the reading and\n"
191 "is opened. It defaults to 'r' which means open for reading in text\n"
196 "encoding used is platform dependent. (For reading and writing raw\n"
203 "'r' open for reading (default)\n"
208 "'+' open a disk file for updating (reading and writing)\n"
213 "The default mode is 'rt' (open for reading text). For binary random\n"
276 "through which the standard file operations such as reading and writing\n"
285 "reading and writing. For strings StringIO can be used like a file\n"
302 int reading = 0, writing = 0, appending = 0, updating = 0;
299 int reading = 0, writing = 0, appending = 0, updating = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 62 "seperation between reading and writing to streams; implementations are\n"
65 "Extending IOBase is RawIOBase which deals simply with the reading and\n"
191 "is opened. It defaults to 'r' which means open for reading in text\n"
196 "encoding used is platform dependent. (For reading and writing raw\n"
203 "'r' open for reading (default)\n"
208 "'+' open a disk file for updating (reading and writing)\n"
213 "The default mode is 'rt' (open for reading text). For binary random\n"
276 "through which the standard file operations such as reading and writing\n"
285 "reading and writing. For strings StringIO can be used like a file\n"
302 int reading = 0, writing = 0, appending = 0, updating = 0;
299 int reading = 0, writing = 0, appending = 0, updating = 0; local
    [all...]
  /external/python/cpython2/Modules/_io/
_iomodule.c 62 "separation between reading and writing to streams; implementations are\n"
65 "Extending IOBase is RawIOBase which deals simply with the reading and\n"
191 "is opened. It defaults to 'r' which means open for reading in text\n"
196 "encoding used is platform dependent. (For reading and writing raw\n"
203 "'r' open for reading (default)\n"
208 "'+' open a disk file for updating (reading and writing)\n"
213 "The default mode is 'rt' (open for reading text). For binary random\n"
276 "through which the standard file operations such as reading and writing\n"
285 "reading and writing. For strings StringIO can be used like a file\n"
302 int reading = 0, writing = 0, appending = 0, updating = 0
299 int reading = 0, writing = 0, appending = 0, updating = 0; local
    [all...]
  /external/python/cpython3/Modules/_io/
_iomodule.c 64 "separation between reading and writing to streams; implementations are\n"
67 "Extending IOBase is RawIOBase which deals simply with the reading and\n"
121 is opened. It defaults to 'r' which means open for reading in text
128 current locale encoding. (For reading and writing raw bytes use binary
134 'r' open for reading (default)
140 '+' open a disk file for updating (reading and writing)
144 The default mode is 'rt' (open for reading text). For binary random
218 through which the standard file operations such as reading and writing
227 reading and writing. For strings StringIO can be used like a file
240 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0
239 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0; local
    [all...]
  /prebuilts/go/darwin-x86/src/bytes/
reader.go 14 // io.ByteScanner, and io.RuneScanner interfaces by reading from
19 i int64 // current reading index
33 // Size is the number of bytes available for reading via ReadAt.
152 // Reset resets the Reader to be reading from b.
155 // NewReader returns a new Reader reading from b.
  /prebuilts/go/darwin-x86/src/compress/zlib/
reader.go 6 Package zlib implements reading and writing of zlib format compressed data,
9 The implementation provides filters that uncompress during reading
38 // ErrChecksum is returned when reading ZLIB data that has an invalid checksum.
40 // ErrDictionary is returned when reading ZLIB data that has an invalid dictionary.
42 // ErrHeader is returned when reading ZLIB data that has an invalid header.
  /prebuilts/go/linux-x86/src/bytes/
reader.go 14 // io.ByteScanner, and io.RuneScanner interfaces by reading from
19 i int64 // current reading index
33 // Size is the number of bytes available for reading via ReadAt.
152 // Reset resets the Reader to be reading from b.
155 // NewReader returns a new Reader reading from b.
  /prebuilts/go/linux-x86/src/compress/zlib/
reader.go 6 Package zlib implements reading and writing of zlib format compressed data,
9 The implementation provides filters that uncompress during reading
38 // ErrChecksum is returned when reading ZLIB data that has an invalid checksum.
40 // ErrDictionary is returned when reading ZLIB data that has an invalid dictionary.
42 // ErrHeader is returned when reading ZLIB data that has an invalid header.
  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
ltp_tbio.c 123 int reading = 0, writing = 0; local
146 reading = 1;
151 inter.data_len, reading, GFP_KERNEL);
290 int reading = 0, writing = 0; local
320 reading = 1;
325 inter.data_len, reading, GFP_KERNEL);
  /prebuilts/go/darwin-x86/src/bufio/
example_test.go 30 fmt.Fprintln(os.Stderr, "reading standard input:", err)
48 fmt.Fprintln(os.Stderr, "reading input:", err)
108 fmt.Fprintln(os.Stderr, "reading input:", err)
  /prebuilts/go/darwin-x86/src/cmd/internal/buildid/
rewrite.go 15 // While reading, findAndHash also computes and returns
34 // one read into the tiny buffer before reading new data into the big buffer.
43 // After reading n bytes into buf[tiny:], we process buf[start:tiny+n].
  /prebuilts/go/linux-x86/src/bufio/
example_test.go 30 fmt.Fprintln(os.Stderr, "reading standard input:", err)
48 fmt.Fprintln(os.Stderr, "reading input:", err)
108 fmt.Fprintln(os.Stderr, "reading input:", err)

Completed in 944 milliseconds

12 3 4 5 6 7 8 91011>>