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

1 2 3 4 5 67 8 91011>>

  /external/skqp/gm/
simplerect.cpp 30 canvas->translate(1, 1); // want to exercise non-identity ctm performance
  /external/skqp/tests/
BitmapGetColorTest.cpp 19 // todo: add some tests that involve alpha, so we exercise the
  /external/skqp/tools/svg/
README.md 15 It is a list of the SVG files used to exercise the SVG parsing code.
  /external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
fcmp32.ll 3 ; Exercise the floating point comparison operators for f32:
  /external/valgrind/memcheck/tests/solaris/
execx.c 53 /* First exercise the syscall with some invalid input. */
  /frameworks/base/core/tests/coretests/src/android/view/
Disabled.java 28 * Exercise View's disabled state.
Merge.java 28 * Exercise <merge /> tag in XML files.
StubbedView.java 26 * Exercise <ViewStub /> tag in XML files.
ViewGroupChildren.java 27 * Exercise ViewGroup's ability to add and remove children.
ZeroSized.java 25 * This activity contains Views with various widths and heights. The goal is to exercise the
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridStackFromBottomMany.java 23 * screen (to exercise scrolling.)
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
StreamLinkTest.java 69 exercise();
82 exercise();
95 exercise();
108 exercise();
TeeOpTest.java 101 .exercise();
117 .exercise();
133 .exercise();
149 .exercise();
RangeTest.java 54 terminal(s->s.findFirst()).expectedResult(Optional.of(10001)).exercise(); method
76 expectedResult(exp).exercise();
96 expectedResult(exp).exercise();
133 terminal(s -> s.reduce(0, Integer::sum)).exercise(); method
139 terminal(s -> s.reduce(0, Integer::sum)).exercise(); method
166 expectedResult(exp).exercise();
186 expectedResult(exp).exercise();
216 terminal(s -> s.reduce(0, Long::sum)).exercise(); method
222 terminal(s -> s.reduce(0, Long::sum)).exercise(); method
  /platform_testing/libraries/device-collectors/src/test/java/android/device/loggers/test/
StubInstrumentationAnnotatedTest.java 29 * from the host-side to exercise the loggers.
  /prebuilts/go/darwin-x86/src/runtime/
runtime_linux_test.go 19 // The call to LockOSThread is just to exercise it;
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
badtraceback.go 22 // exercise the stack bounds logic in the hex dump.
  /prebuilts/go/linux-x86/src/runtime/
runtime_linux_test.go 19 // The call to LockOSThread is just to exercise it;
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
badtraceback.go 22 // exercise the stack bounds logic in the hex dump.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
pic-gc-72.d 8 # Exercise PIC relocs through changed GC sweep function.
  /art/test/004-UnsafeTest/src/
Main.java 134 // Exercise sun.misc.Unsafe.compareAndSwapInt using the same
150 // Exercise sun.misc.Unsafe.compareAndSwapLong using the same
160 // better exercise its implementation within that method.
175 // Exercise sun.misc.Unsafe.compareAndSwapObject using the same
181 // Exercise sun.misc.Unsafe.compareAndSwapObject using the same
187 // Exercise sun.misc.Unsafe.compareAndSwapObject using the same
192 // Exercise sun.misc.Unsafe.compareAndSwapObject using the same
  /external/autotest/client/site_tests/platform_DebugDaemonCupsAddPrinters/
platform_DebugDaemonCupsAddPrinters.py 23 Exercise CupsAddManuallyConfiguredPrinter from debugd.
25 Exercise the various add printer conditions and verify that the
  /external/eigen/doc/
CustomizingEigen_NullaryExpr.dox 25 For this exercise, the return type of \c makeCirculant will be a CwiseNullaryOp that we need to instantiate with:
40 Then, we need to implement our \c circulant_functor, which is a straightforward exercise:
  /external/ltp/testcases/kernel/controllers/freezer/
README 10 These tests exercise the freezer and signal subsystems (aka controllers)
13 These tests exercise the freezer control group controller. This controller is
  /external/skia/bench/
BlendmodeBench.cpp 36 // Draw text to exercise AA code paths.
45 // Draw rects to exercise non-AA code paths.

Completed in 1421 milliseconds

1 2 3 4 5 67 8 91011>>