HomeSort by relevance Sort by last modified time
    Searched full:exercise (Results 101 - 125 of 2827) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
Weight.java 25 * Exercise table layout with cells having a weight.
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
CountTest.java 58 exercise();
69 exercise();
80 exercise();
91 exercise();
PrimitiveSumTest.java 50 exercise(); method
60 exercise(); method
74 exercise(); method
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug243.go 29 // Simulated net interface to exercise bug
  /prebuilts/go/linux-x86/test/fixedbugs/
bug243.go 29 // Simulated net interface to exercise bug
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
relocs1.s 1 ;; This test is meant to exercise every unusual reloc supported
  /external/libxml2/
README.tests 13 testchar.c: exercise the check of character ranges and UTF-8 validation
21 should be sufficient on an Unix system to build and exercise the tests
  /external/skqp/tests/
SpecialSurfaceTest.cpp 26 // Both 'kSmallerSize' and 'kFullSize' need to be a non-power-of-2 to exercise
32 // Exercise the public API of SkSpecialSurface (e.g., getCanvas, newImageSnapshot)
  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
CertInstallDelegateTest.java 142 // Exercise installCaCert.
145 // Exercise hasCertInstalled.
148 // Exercise getInstalledCaCerts.
152 // Exercise uninstallCaCert.
156 // Exercise installKeyPair.
170 // Exercise removeKeyPair.
  /hardware/interfaces/automotive/audiocontrol/1.0/vts/functional/
VtsHalAudioControlV1_0TargetTest.cpp 81 * Fader exercise test. Note that only a subjective observer could determine if the
82 * fader actually works. The only thing we can do is exercise the HAL and if the HAL crashes,
86 ALOGI("Fader exercise test (silent)");
105 * Balance exercise test.
108 ALOGI("Balance exercise test (silent)");
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
OpTestCase.java 47 * Base class for streams test cases. Provides 'exercise' methods for taking
88 // Exercise stream operations
103 return withData(data).stream(m).exercise();
106 // Run multiple versions of exercise(), returning the result of the first, and asserting that others return the same result
115 result = withData(data).stream(m).exercise();
117 Collection<U> r2 = withData(data).stream(m).exercise();
124 // Run multiple versions of exercise() for an Integer stream, returning the result of the first, and asserting that others return the same result
142 // Run multiple versions of exercise() with multiple terminal operations for all kinds of stream, , and asserting against the expected result
156 .exercise();
162 // Run multiple versions of exercise() with multiple terminal operation for all kinds of stream, and asserting against the expected res (…)
373 public Collection<U> exercise() { method in class:OpTestCase.ExerciseDataStreamBuilder
543 public R exercise() { method in class:OpTestCase.ExerciseDataTerminalBuilder
    [all...]
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
OpTestCase.java 48 * Base class for streams test cases. Provides 'exercise' methods for taking
89 // Exercise stream operations
104 return withData(data).stream(m).exercise();
107 // Run multiple versions of exercise(), returning the result of the first, and asserting that others return the same result
116 result = withData(data).stream(m).exercise();
118 Collection<U> r2 = withData(data).stream(m).exercise();
125 // Run multiple versions of exercise() for an Integer stream, returning the result of the first, and asserting that others return the same result
143 // Run multiple versions of exercise() with multiple terminal operations for all kinds of stream, , and asserting against the expected result
157 .exercise();
163 // Run multiple versions of exercise() with multiple terminal operation for all kinds of stream, and asserting against the expected res (…)
374 public Collection<U> exercise() { method in class:OpTestCase.ExerciseDataStreamBuilder
544 public R exercise() { method in class:OpTestCase.ExerciseDataTerminalBuilder
    [all...]
  /external/autotest/client/deps/fakegudev/src/
test-gudev.sh 30 LD_PRELOAD=./libfakegudev.so ./gudev-exercise $1 > ${actual_output}
44 ./gudev-exercise /dev/null > ${null_output}
128 LD_PRELOAD=./libfakegudev.so ./gudev-exercise /dev/fake /dev/fake /dev/fake > \
  /external/icu/icu4c/source/samples/msgfmt/
README.TXT 9 This sample was originally intended as an exercise for the ICU Workshop (September 2000).
39 This exercise was first developed and tested on ICU release 1.6.0, Win32,
90 The exercise includes answers. These are in the "answers" directory,
  /external/skia/bench/
ImageFilterDAGBench.cpp 18 // Exercise a blur filter connected to 5 inputs of the same merge filter.
90 // Exercise a blur filter connected to both inputs of an SkDisplacementMapEffect.
121 // Exercise an Xfermode kSrcIn filter compositing two inputs which have a small intersection.
  /external/skqp/bench/
ImageFilterDAGBench.cpp 18 // Exercise a blur filter connected to 5 inputs of the same merge filter.
90 // Exercise a blur filter connected to both inputs of an SkDisplacementMapEffect.
121 // Exercise an Xfermode kSrcIn filter compositing two inputs which have a small intersection.
  /libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
FlagOpTest.java 51 withData(data).ops(ops).exercise();
116 exercise();
156 exercise();
189 exercise();
225 exercise();
249 withData(data).ops(opsArray).exercise();
  /art/test/807-method-handle-and-mr/src/
Main.java 56 exercise(); method
61 void exercise() throws Throwable { method in class:Test
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bufio.py 9 # (to exercise asserts in the C code).
47 # small sizes and various powers of 2, so we exercise all likely
  /external/autotest/test_suites/
control.AFDO_record 7 PURPOSE = "Exercise Chrome, record profiling data using AFDO."
15 Exercise Chrome, record profiling data using AFDO.
  /external/python/cpython2/Lib/test/
test_bufio.py 9 # (to exercise asserts in the C code).
47 # small sizes and various powers of 2, so we exercise all likely
  /external/python/cpython3/Lib/test/
test_bufio.py 9 # (to exercise asserts in the C code).
47 # small sizes and various powers of 2, so we exercise all likely
  /external/skia/tests/
SpecialSurfaceTest.cpp 26 // Both 'kSmallerSize' and 'kFullSize' need to be a non-power-of-2 to exercise
32 // Exercise the public API of SkSpecialSurface (e.g., getCanvas, newImageSnapshot)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bufio.py 9 # (to exercise asserts in the C code).
47 # small sizes and various powers of 2, so we exercise all likely
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bufio.py 9 # (to exercise asserts in the C code).
47 # small sizes and various powers of 2, so we exercise all likely

Completed in 1764 milliseconds

1 2 3 45 6 7 8 91011>>