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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
registry_test.go 226 t.Errorf("reading %s value should return 'not exist' error, but got: %s", name, err)
237 t.Errorf("reading %s value should return 'unexpected key value type' error, but got: %s", test.Name, err)
342 t.Errorf("reading %s value should return 'short buffer' error, but got: %s", test.Name, err)
528 t.Fatalf("reading value names of %s failed: %v", kname, err)
533 t.Fatalf("reading value type of %s of %s failed: %v", name, kname, err)
575 t.Fatalf("reading sub-keys of %s failed: %v", kname, err)
  /prebuilts/go/linux-x86/src/io/
io.go 41 // middle of reading a fixed-size block or data structure.
58 // successfully reading n > 0 bytes, it returns the number of
68 // that happen after reading some bytes and also both of the
203 // If ReadAt is reading from an input source with a seek offset,
299 // If an EOF happens after reading fewer than min bytes,
323 // If an EOF happens after reading some but not all the bytes,
  /build/soong/ui/tracer/
ninja.go 68 // reading the ninja log if nothing was run.
  /dalvik/dx/etc/
dx.bat 55 REM Note that when reading the input arguments with %1, the cmd.exe
  /external/ImageMagick/www/api/
stream.php 59 <p>ReadStream() makes the image pixels available to a user supplied callback method immediately upon reading a scanline with the ReadImage() method.</p>
  /external/lzma/CS/7zip/Compress/LZ/
LzInWindow.cs 11 UInt32 _posLimit; // offset (from _buffer) of first byte when new block reading must be done
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 57 % keep on reading batches of M until the signal is no longer "3"
  /packages/services/Telephony/src/com/android/phone/
GsmUmtsCallBarringOptions.java 353 Log.d(LOG_TAG, "onCreate, reading callbarring_options.xml file");
360 Log.d(LOG_TAG, "onCreate, reading callbarring_options.xml file finished!");
471 // Request removing BUSY_SAVING_DIALOG because reading is restarted.
505 * @param reading If true to dismiss the busy reading dialog,
508 public void onFinished(Preference preference, boolean reading) {
513 super.onFinished(preference, reading);
530 // For onSaveInstanceState, treat the SAVING dialog as the same as the READING. As
531 // the result, if the activity is recreated while waiting for SAVING, it starts reading
  /prebuilts/go/darwin-x86/src/cmd/addr2line/
addr2line_test.go 36 t.Fatalf("error reading symbols: %v", err)
  /prebuilts/go/darwin-x86/src/debug/dwarf/
buf.go 5 // Buffered reading and decoding of DWARF data streams.
  /prebuilts/go/darwin-x86/src/debug/pe/
section.go 108 // Open returns a new ReadSeeker reading the PE section s.
  /prebuilts/go/darwin-x86/src/io/ioutil/
tempfile.go 39 // with a name beginning with prefix, opens the file for reading
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart.go 50 // r is either a reader directly reading from mr, or it's a
93 // NewReader creates a new multipart Reader reading from r using the
160 // partReader implements io.Reader by reading raw bytes directly from the
207 // readErr is the read error, if any, that followed reading the bytes in buf.
  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
client.go 20 dec *json.Decoder // for reading JSON values
server.go 18 dec *json.Decoder // for reading JSON values
  /prebuilts/go/darwin-x86/src/net/
udpsock_plan9.go 21 return 0, nil, errors.New("short read reading UDP header")
  /prebuilts/go/darwin-x86/src/runtime/
rwmutex.go 32 // rlock locks rw for reading.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go 120 // by reading data from r and returning f(data).
  /prebuilts/go/linux-x86/src/cmd/addr2line/
addr2line_test.go 36 t.Fatalf("error reading symbols: %v", err)
  /prebuilts/go/linux-x86/src/debug/dwarf/
buf.go 5 // Buffered reading and decoding of DWARF data streams.
  /prebuilts/go/linux-x86/src/debug/pe/
section.go 108 // Open returns a new ReadSeeker reading the PE section s.
  /prebuilts/go/linux-x86/src/io/ioutil/
tempfile.go 39 // with a name beginning with prefix, opens the file for reading
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart.go 50 // r is either a reader directly reading from mr, or it's a
93 // NewReader creates a new multipart Reader reading from r using the
160 // partReader implements io.Reader by reading raw bytes directly from the
207 // readErr is the read error, if any, that followed reading the bytes in buf.
  /prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
client.go 20 dec *json.Decoder // for reading JSON values
server.go 18 dec *json.Decoder // for reading JSON values

Completed in 775 milliseconds

1 2 3 4 5 6 78 91011>>