HomeSort by relevance Sort by last modified time
    Searched refs:scans (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /prebuilts/go/darwin-x86/src/image/
names.go 44 // Opaque scans the entire image and reports whether it is fully opaque.
image.go 133 // Opaque scans the entire image and reports whether it is fully opaque.
245 // Opaque scans the entire image and reports whether it is fully opaque.
344 // Opaque scans the entire image and reports whether it is fully opaque.
456 // Opaque scans the entire image and reports whether it is fully opaque.
548 // Opaque scans the entire image and reports whether it is fully opaque.
643 // Opaque scans the entire image and reports whether it is fully opaque.
735 // Opaque scans the entire image and reports whether it is fully opaque.
817 // Opaque scans the entire image and reports whether it is fully opaque.
903 // Opaque scans the entire image and reports whether it is fully opaque.
994 // Opaque scans the entire image and reports whether it is fully opaque
    [all...]
  /prebuilts/go/linux-x86/src/image/
names.go 44 // Opaque scans the entire image and reports whether it is fully opaque.
image.go 133 // Opaque scans the entire image and reports whether it is fully opaque.
245 // Opaque scans the entire image and reports whether it is fully opaque.
344 // Opaque scans the entire image and reports whether it is fully opaque.
456 // Opaque scans the entire image and reports whether it is fully opaque.
548 // Opaque scans the entire image and reports whether it is fully opaque.
643 // Opaque scans the entire image and reports whether it is fully opaque.
735 // Opaque scans the entire image and reports whether it is fully opaque.
817 // Opaque scans the entire image and reports whether it is fully opaque.
903 // Opaque scans the entire image and reports whether it is fully opaque.
994 // Opaque scans the entire image and reports whether it is fully opaque
    [all...]
  /external/libjpeg-turbo/
rdswitch.c 14 * -scans file Read scan script from text file
194 jpeg_scan_info scans[MAX_SCANS]; local
200 scanptr = scans;
205 fprintf(stderr, "Too many scans defined in file %s\n", filename);
267 MEMCOPY(scanptr, scans, scanno * sizeof(jpeg_scan_info));
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex.go 245 // lexText scans until an opening action delimiter, "{{".
297 // lexLeftDelim scans the left delimiter, which is known to be present, possibly with a trim marker.
317 // lexComment scans a comment. The left comment marker is known to be present.
340 // lexRightDelim scans the right delimiter, which is known to be present, possibly with a trim marker.
356 // lexInsideAction scans the elements inside action delimiters.
421 // lexSpace scans a run of space characters.
431 // lexIdentifier scans an alphanumeric.
460 // lexField scans a field: .Alphanumeric.
466 // lexVariable scans a Variable: $Alphanumeric.
476 // lexVariable scans a field or variable: [.$]Alphanumeric
    [all...]
  /prebuilts/go/linux-x86/src/text/template/parse/
lex.go 245 // lexText scans until an opening action delimiter, "{{".
297 // lexLeftDelim scans the left delimiter, which is known to be present, possibly with a trim marker.
317 // lexComment scans a comment. The left comment marker is known to be present.
340 // lexRightDelim scans the right delimiter, which is known to be present, possibly with a trim marker.
356 // lexInsideAction scans the elements inside action delimiters.
421 // lexSpace scans a run of space characters.
431 // lexIdentifier scans an alphanumeric.
460 // lexField scans a field: .Alphanumeric.
466 // lexVariable scans a Variable: $Alphanumeric.
476 // lexVariable scans a field or variable: [.$]Alphanumeric
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 25 * LL(*). The LL(*) algorithm simply scans ahead until it sees
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 184 // For progressive images, the interleaved scans (those with nComp > 1)
185 // are traversed as above, but non-interleaved scans are traversed left
189 // Only DC scans (zigStart == 0) can be interleaved. AC scans must have
192 // To further complicate matters, for non-interleaved scans, there is no
195 // progressive image consists of two 16x16 MCUs. The interleaved scans
199 // The non-interleaved scans will process only 6 Y blocks:
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 184 // For progressive images, the interleaved scans (those with nComp > 1)
185 // are traversed as above, but non-interleaved scans are traversed left
189 // Only DC scans (zigStart == 0) can be interleaved. AC scans must have
192 // To further complicate matters, for non-interleaved scans, there is no
195 // progressive image consists of two 16x16 MCUs. The interleaved scans
199 // The non-interleaved scans will process only 6 Y blocks:
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 20 * LL(*). The LL(*) algorithm simply scans ahead until it sees
  /external/eigen/lapack/
ilaclc.f 36 *> ILACLC scans A for its last non-zero column.
ilaclr.f 36 *> ILACLR scans A for its last non-zero row.
iladlc.f 36 *> ILADLC scans A for its last non-zero column.
iladlr.f 36 *> ILADLR scans A for its last non-zero row.
ilaslc.f 36 *> ILASLC scans A for its last non-zero column.
ilaslr.f 36 *> ILASLR scans A for its last non-zero row.
ilazlc.f 36 *> ILAZLC scans A for its last non-zero column.
ilazlr.f 36 *> ILAZLR scans A for its last non-zero row.
  /prebuilts/go/darwin-x86/src/fmt/
scan.go 51 // Scanner is implemented by any value that has a Scan method, which scans
59 // Scan scans text read from standard input, storing successive
73 // Scanf scans text read from standard input, storing successive
78 // The one exception: the verb %c always scans the next rune in the
95 // Sscan scans the argument string, storing successive space-separated
109 // Sscanf scans the argument string, storing successive space-separated
117 // Fscan scans text read from r, storing successive space-separated
137 // Fscanf scans text read from r, storing successive space-separated
166 // saved and restored on recursive scans.
927 // scanOne scans a single value, deriving the scanner from the type of the argument
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan.go 51 // Scanner is implemented by any value that has a Scan method, which scans
59 // Scan scans text read from standard input, storing successive
73 // Scanf scans text read from standard input, storing successive
78 // The one exception: the verb %c always scans the next rune in the
95 // Sscan scans the argument string, storing successive space-separated
109 // Sscanf scans the argument string, storing successive space-separated
117 // Fscan scans text read from r, storing successive space-separated
137 // Fscanf scans text read from r, storing successive space-separated
166 // saved and restored on recursive scans.
927 // scanOne scans a single value, deriving the scanner from the type of the argument
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
print.go 295 // parseIndex scans an index expression. It returns false if there is a syntax error.
325 // parseNum scans a width or precision (or *). It returns false if there's a bad index expression.
340 // parsePrecision scans for a precision. It returns false if there's a bad index expression.
  /prebuilts/go/linux-x86/src/cmd/vet/
print.go 295 // parseIndex scans an index expression. It returns false if there is a syntax error.
325 // parseNum scans a width or precision (or *). It returns false if there's a bad index expression.
340 // parsePrecision scans for a precision. It returns false if there's a bad index expression.
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack.go 258 // scan scans the archive and executes the specified action on each entry.
478 // It just scans the archive to make sure it's intact.
  /prebuilts/go/linux-x86/src/cmd/pack/
pack.go 258 // scan scans the archive and executes the specified action on each entry.
478 // It just scans the archive to make sure it's intact.

Completed in 422 milliseconds

1 2 3 4