HomeSort by relevance Sort by last modified time
    Searched refs:correct (Results 151 - 175 of 906) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/test/
print.go 9 // we're just checking that the formatting is correct.
tinyfin.go 42 // Check that p points to the correct subobject of the tiny allocation.
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
print.go 143 fmt.Printf("%z", FormatterVal(true)) // correct (the type is responsible for formatting)
144 fmt.Printf("%d", FormatterVal(true)) // correct (the type is responsible for formatting)
145 fmt.Printf("%s", nonemptyinterface) // correct (the type is responsible for formatting)
150 fmt.Println("0.0%") // correct (trailing % couldn't be a formatting directive)
153 fmt.Printf("%s%%%d", "hi", 3) // correct
154 fmt.Printf("%08s", "woo") // correct
155 fmt.Printf("% 8s", "woo") // correct
156 fmt.Printf("%.*d", 3, 3) // correct
159 fmt.Printf("%.*d x", i, 3) // correct
176 fmt.Printf("%#s", FormatterVal(true)) // correct (the type is responsible for formatting
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
print.go 143 fmt.Printf("%z", FormatterVal(true)) // correct (the type is responsible for formatting)
144 fmt.Printf("%d", FormatterVal(true)) // correct (the type is responsible for formatting)
145 fmt.Printf("%s", nonemptyinterface) // correct (the type is responsible for formatting)
150 fmt.Println("0.0%") // correct (trailing % couldn't be a formatting directive)
153 fmt.Printf("%s%%%d", "hi", 3) // correct
154 fmt.Printf("%08s", "woo") // correct
155 fmt.Printf("% 8s", "woo") // correct
156 fmt.Printf("%.*d", 3, 3) // correct
159 fmt.Printf("%.*d x", i, 3) // correct
176 fmt.Printf("%#s", FormatterVal(true)) // correct (the type is responsible for formatting
    [all...]
  /external/ImageMagick/MagickCore/
segment.c 717 correct,
755 correct=(-1);
763 correct=center;
768 if (correct == -1)
775 correct=left;
780 if (correct == -1)
787 correct=right;
791 if (correct != -1)
792 zero_crossing[i].crossings[correct]=(short) l;
710 correct, local
    [all...]
  /art/tools/golem/
build-target.sh 116 echo >&2 " See --help for the correct usage information."
  /external/llvm/test/MC/X86/AlignedBundling/
labeloffset.s 40 # and for 2 adjacent labels that both point to the correct instruction
  /frameworks/base/core/java/android/widget/
SpellChecker.java 600 boolean correct = spellCheckEnd != BreakIterator.DONE;
601 if (correct) {
603 correct = spellCheckEnd != BreakIterator.DONE;
605 if (!correct) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
syntax.go 19 CheckBranches Mode = 1 << iota // check correct use of labels, break, continue, and goto statements
53 // and a possibly partially constructed syntax tree, or nil if no correct package
  /prebuilts/go/darwin-x86/src/testing/
match_test.go 33 // Correct patterns
34 // If a regexp pattern is correct, all split regexps need to be correct
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
syntax.go 19 CheckBranches Mode = 1 << iota // check correct use of labels, break, continue, and goto statements
53 // and a possibly partially constructed syntax tree, or nil if no correct package
  /prebuilts/go/linux-x86/src/testing/
match_test.go 33 // Correct patterns
34 // If a regexp pattern is correct, all split regexps need to be correct
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
branchs12.s 3 # Ensures that PC-relative relocations are correct.
9s12x-mov.s 1 # Test for correct generation of 9s12x specific moves
  /prebuilts/go/darwin-x86/src/cmd/internal/buildid/
buildid_test.go 132 errorf("bufSize=%d j=%d k=%d: findAndHash: matches correct, but hash=%x, want %x", bufSize, j, k, hash, h)
  /prebuilts/go/darwin-x86/src/cmd/vet/
buildtag.go 21 // checkBuildTag checks that build tags are in the correct location and well-formed.
  /prebuilts/go/darwin-x86/test/fixedbugs/bug248.dir/
bug2.go 41 // check that reflect paths are correct,
  /prebuilts/go/linux-x86/src/cmd/internal/buildid/
buildid_test.go 132 errorf("bufSize=%d j=%d k=%d: findAndHash: matches correct, but hash=%x, want %x", bufSize, j, k, hash, h)
  /prebuilts/go/linux-x86/src/cmd/vet/
buildtag.go 21 // checkBuildTag checks that build tags are in the correct location and well-formed.
  /prebuilts/go/linux-x86/test/fixedbugs/bug248.dir/
bug2.go 41 // check that reflect paths are correct,
  /external/skia/src/core/
SkRecordDraw.cpp 455 // TODO: <reed> can we pass nullptr for the paint? Isn't cull already "correct"
541 SkRect correct = *rect; local
551 correct.fLeft += metrics.fXMin;
552 correct.fTop += metrics.fTop;
553 correct.fRight += metrics.fXMax;
554 correct.fBottom += metrics.fBottom;
556 SkASSERTF(paint.getTextSize() < 0.001f || rect->contains(correct),
  /external/skqp/src/core/
SkRecordDraw.cpp 455 // TODO: <reed> can we pass nullptr for the paint? Isn't cull already "correct"
541 SkRect correct = *rect; local
551 correct.fLeft += metrics.fXMin;
552 correct.fTop += metrics.fTop;
553 correct.fRight += metrics.fXMax;
554 correct.fBottom += metrics.fBottom;
556 SkASSERTF(paint.getTextSize() < 0.001f || rect->contains(correct),
  /prebuilts/go/darwin-x86/src/internal/trace/
order.go 46 // correct order, because they are emitted by a single P. So we need to produce
47 // a correct interleaving of the batches. To do this we take first unmerged event
107 // The last part is giving correct timestamps to EvGoSysExit events.
  /prebuilts/go/linux-x86/src/internal/trace/
order.go 46 // correct order, because they are emitted by a single P. So we need to produce
47 // a correct interleaving of the batches. To do this we take first unmerged event
107 // The last part is giving correct timestamps to EvGoSysExit events.
  /prebuilts/go/darwin-x86/src/go/printer/
printer_test.go 40 // src is syntactically correct, and returns the resulting src or an error
67 // make sure formatted output is syntactically correct
285 // Printing f should result in a correct program no
299 // Verify that the printer produces a correct program
366 // Verify that the SourcePos mode emits correct //line directives
416 // verify that all identifiers have correct line information

Completed in 1923 milliseconds

1 2 3 4 5 67 8 91011>>