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

1 2 3 4 5 6 7 8

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mode-change-error-1.d 5 #error: .*: Unsupported jump between ISA modes; consider recompiling with interlinking enabled.
  /external/selinux/python/sepolgen/src/sepolgen/
defaults.py 34 consider = re.compile(r"^\s*(\w+)\s*=\s*(.+?)\s*$")
37 mo = consider.match(line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
defaults.py 34 consider = re.compile(r"^\s*(\w+)\s*=\s*(.+?)\s*$")
37 mo = consider.match(line)
  /cts/tools/dasm/src/java_cup/
lalr_item_set.java 241 lalr_item_set consider; local
253 consider = new lalr_item_set(this);
255 /* repeat this until there is nothing else to consider */
256 while (consider.size() > 0)
258 /* get one item to consider */
259 itm = consider.get_one();
289 /* that may need further closure, consider it also */
290 consider.add(new_itm);
  /external/kmod/
autogen.sh 60 echo If you are debugging or hacking on kmod, consider configuring
bootstrap 60 echo If you are debugging or hacking on kmod, consider configuring
  /external/icu/icu4c/source/data/misc/
miscfiles.mk 11 # you should consider creating a 'misclocal.mk' file in this same directory.
  /external/icu/icu4c/source/data/sprep/
sprepfiles.mk 11 # you should consider creating a 'brklocal.mk' file in this same directory.
  /external/icu/icu4c/source/data/translit/
trnsfiles.mk 11 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /external/libyuv/files/
winarm.mk 6 # consider /arch:ARMv7VE
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 199 // TODO(gri) consider using Name{"..."} instead of nil (permits attaching of comments)
226 // TODO(gri) consider using Name{"..."} instead of nil (permits attaching of comments)
405 // TODO(gri) consider using Name{"..."} instead of nil (permits attaching of comments)
437 // TODO(gri) Consider renaming to CommentPos, CommentPlacement, etc.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 199 // TODO(gri) consider using Name{"..."} instead of nil (permits attaching of comments)
226 // TODO(gri) consider using Name{"..."} instead of nil (permits attaching of comments)
405 // TODO(gri) consider using Name{"..."} instead of nil (permits attaching of comments)
437 // TODO(gri) Consider renaming to CommentPos, CommentPlacement, etc.
  /external/ImageMagick/www/api/
paint.php 61 <p>By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill.</p>
143 <p>By default color must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. Fuzz defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.</p>
185 <p>By default color must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. Fuzz defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.</p>
  /prebuilts/go/darwin-x86/src/go/doc/
doc_test.go 24 var files = flag.String("files", "", "consider only Go test files matching this regular expression")
  /prebuilts/go/darwin-x86/src/go/types/
eval.go 48 // positions) - ignore it and just consider its children
  /prebuilts/go/darwin-x86/src/net/
iprawsock_posix.go 46 // TODO(cw,rsc): consider using readv if we know the family
  /prebuilts/go/linux-x86/src/go/doc/
doc_test.go 24 var files = flag.String("files", "", "consider only Go test files matching this regular expression")
  /prebuilts/go/linux-x86/src/go/types/
eval.go 48 // positions) - ignore it and just consider its children
  /prebuilts/go/linux-x86/src/net/
iprawsock_posix.go 46 // TODO(cw,rsc): consider using readv if we know the family
  /external/autotest/client/cros/
ec.py 470 TODO(tbroch) May want to consider adding separate ectool command to
  /external/icu/icu4c/source/data/mappings/
ucmfiles.mk 11 # you should consider creating a 'ucmlocal.mk' file in this same directory.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
flagalloc.go 140 // so we must consider flags clobbered by the tuple-generating instruction.
  /prebuilts/go/darwin-x86/src/go/ast/
import.go 143 // Dedup. Thanks to our sorting, we can just consider
  /prebuilts/go/darwin-x86/src/go/format/
format.go 91 // TODO(gri) consider doing this always.
  /prebuilts/go/darwin-x86/src/path/filepath/
path_windows.go 80 // consider changing os/exec when changing this.

Completed in 900 milliseconds

1 2 3 4 5 6 7 8