HomeSort by relevance Sort by last modified time
    Searched refs:readers (Results 51 - 75 of 232) sorted by null

1 23 4 5 6 7 8 910

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
tokenizer.go 17 // turning text from readers into tokens.
input.go 18 // Input is the main input: a stack of readers and some macro definitions.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
tokenizer.go 17 // turning text from readers into tokens.
input.go 18 // Input is the main input: a stack of readers and some macro definitions.
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
StampedLock.java 88 * mode and there are no other readers or (3) in optimistic mode and
112 * prefer readers over writers or vice versa. All "try" methods are
204 * a small finite number of bits (currently 7) for readers, a
206 * readers exceeds the count field. We do this by treating the max
213 * either a reader or writer. Sets of waiting readers are grouped
311 volatile WNode cowait; // list of linked readers
778 long readers; local
779 if ((readers = s & RBITS) >= RFULL)
780 readers = RFULL + readerOverflow;
781 return (int) readers;
    [all...]
  /prebuilts/go/darwin-x86/src/io/
pipe.go 20 rl sync.Mutex // gates readers one at a time
152 // it writes data to the pipe, blocking until one or more readers
  /prebuilts/go/linux-x86/src/io/
pipe.go 20 rl sync.Mutex // gates readers one at a time
152 // it writes data to the pipe, blocking until one or more readers
  /prebuilts/go/darwin-x86/src/net/http/
http.go 18 // Transport's byte-limiting readers.
  /prebuilts/go/linux-x86/src/net/http/
http.go 18 // Transport's byte-limiting readers.
  /cts/tests/camera/src/android/hardware/camera2/cts/
DngCreatorTest.java 644 List<ImageReader> readers = new ArrayList<ImageReader>(); local
645 readers.add(captureReader);
649 Pair<List<Image>, CaptureResult> res = captureSingleRawShot(s, readers, waitForAe,
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go 444 var readers = []struct { var
491 for _, r := range readers {
499 for _, r := range readers {
634 for _, r := range readers {
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan_test.go 444 var readers = []struct { var
491 for _, r := range readers {
499 for _, r := range readers {
634 for _, r := range readers {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java 718 ImageReader[] readers)
722 for (int i = 0; i < readers.length; i++) {
724 jsonSurface.put("width", readers[i].getWidth());
725 jsonSurface.put("height", readers[i].getHeight());
726 int format = readers[i].getImageFormat();
    [all...]
  /build/soong/cmd/soong_zip/
soong_zip.go 464 // Allocate enough buffer to hold all readers. We'll limit
497 // Close the file handle after all readers are done
  /prebuilts/go/darwin-x86/src/bufio/
bufio_test.go 349 // A list of readers to use in conjunction with UnreadByte.
350 var readers = []func(*Reader, byte) ([]byte, error){
364 // Try all readers with UnreadByte.
365 for rno, read := range readers {
    [all...]
  /prebuilts/go/darwin-x86/src/compress/gzip/
gunzip.go 123 // of the sequence. This is standard behavior for gzip readers.
  /prebuilts/go/darwin-x86/src/mime/
encodedword.go 187 // charset-conversion readers, converting from the provided
  /prebuilts/go/linux-x86/src/bufio/
bufio_test.go 349 // A list of readers to use in conjunction with UnreadByte.
350 var readers = []func(*Reader, byte) ([]byte, error){
364 // Try all readers with UnreadByte.
365 for rno, read := range readers {
    [all...]
  /prebuilts/go/linux-x86/src/compress/gzip/
gunzip.go 123 // of the sequence. This is standard behavior for gzip readers.
  /prebuilts/go/linux-x86/src/mime/
encodedword.go 187 // charset-conversion readers, converting from the provided
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/
aether-util-1.0.2.v20150114.jar 
  /external/protobuf/js/binary/
decoder.js 628 // string variants of 32-bit varint readers can simply delegate then convert
642 // string variants of 32-bit varint readers can simply delegate then convert

Completed in 1627 milliseconds

1 23 4 5 6 7 8 910