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

1 2 3

  /external/autotest/client/site_tests/accessibility_ChromeVoxSound/
accessibility_ChromeVoxSound.py 42 counting = False
48 if not counting:
50 counting = True
52 elif counting:
55 if not counting:
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
blank.go 13 // T constants counting from a blank constant.
20 // T constants counting from unexported constants.
47 // Unexported constants counting from blank iota.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
blank.go 13 // T constants counting from a blank constant.
20 // T constants counting from unexported constants.
47 // Unexported constants counting from blank iota.
  /frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
CountingFragment.java 61 View v = inflater.inflate(R.layout.counting, container, false);
  /external/skia/tools/lua/
count_dashes.lua 10 -- by computing the fill path and then counting how many individual segments are
  /external/webrtc/webrtc/modules/video_coding/test/
plotTimingTest.m 50 % Compensate for wrap arounds and start counting from zero.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
phielim.go 9 // purposes of counting, ignore the phi itself. Both of
  /prebuilts/go/darwin-x86/src/testing/
allocs.go 40 // Average the mallocs over the runs (not counting the warm-up).
match_test.go 167 {"a", "x/a#03"}, // with counting.
sub_test.go 232 // Sequential tests should partake in the counting of running threads.
251 // Sequential tests should partake in the counting of running threads.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
phielim.go 9 // purposes of counting, ignore the phi itself. Both of
  /prebuilts/go/linux-x86/src/testing/
allocs.go 40 // Average the mallocs over the runs (not counting the warm-up).
match_test.go 167 {"a", "x/a#03"}, // with counting.
sub_test.go 232 // Sequential tests should partake in the counting of running threads.
251 // Sequential tests should partake in the counting of running threads.
  /external/ImageMagick/www/api/
effect.php 80 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
115 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
150 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
308 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
380 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
487 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
563 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
635 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
  /external/protobuf/js/binary/
utils_test.js 474 * Tests counting packed varints.
495 * Tests counting matching varint fields.
527 * Tests counting matching fixed32 fields.
559 * Tests counting matching fixed64 fields.
591 * Tests counting matching delimited fields.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/
ggen.go 20 // arm64 requires that the frame size (not counting saved LR)
  /prebuilts/go/darwin-x86/src/cmd/cover/
func.go 135 // The blocks are sorted, so we can stop counting as soon as we reach the end of the relevant block.
  /prebuilts/go/darwin-x86/src/net/http/
main_test.go 60 // not counting goroutines for leakage in -short mode
  /prebuilts/go/darwin-x86/src/regexp/syntax/
doc.go 49 Implementation restriction: The counting forms x{n,m}, x{n,}, and x{n}
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/
ggen.go 20 // arm64 requires that the frame size (not counting saved LR)
  /prebuilts/go/linux-x86/src/cmd/cover/
func.go 135 // The blocks are sorted, so we can stop counting as soon as we reach the end of the relevant block.
  /prebuilts/go/linux-x86/src/net/http/
main_test.go 60 // not counting goroutines for leakage in -short mode
  /prebuilts/go/linux-x86/src/regexp/syntax/
doc.go 49 Implementation restriction: The counting forms x{n,m}, x{n,}, and x{n}
  /build/blueprint/
ninja_strings.go 83 // naively pre-allocate slices by counting $ signs

Completed in 1582 milliseconds

1 2 3