HomeSort by relevance Sort by last modified time
    Searched full:flips (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /prebuilts/go/darwin-x86/test/bench/go1/
fannkuch_test.go 38 flips := 0
47 flips++
56 if flipsMax < flips {
57 flipsMax = flips
  /prebuilts/go/linux-x86/test/bench/go1/
fannkuch_test.go 38 flips := 0
47 flips++
56 if flipsMax < flips {
57 flipsMax = flips
  /external/selinux/libselinux/man/man8/
togglesebool.8 11 flips the current value of a list of booleans. If the value is currently a 1,
  /prebuilts/go/darwin-x86/test/bench/shootout/
fannkuch.c 52 long flips; local
82 flips = 0;
92 ++flips;
99 if( flipsMax < flips ) {
100 flipsMax = flips;
fannkuch.go 77 flips := 0
86 flips++
95 if flipsMax < flips {
96 flipsMax = flips
  /prebuilts/go/linux-x86/test/bench/shootout/
fannkuch.c 52 long flips; local
82 flips = 0;
92 ++flips;
99 if( flipsMax < flips ) {
100 flipsMax = flips;
fannkuch.go 77 flips := 0
86 flips++
95 if flipsMax < flips {
96 flipsMax = flips
  /hardware/intel/img/hwcomposer/merrifield/common/base/
DisplayAnalyzer.h 115 // number of flips before display can be powered off in video extended mode
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Transition3d.java 20 * ListView and an ImageView. When the user clicks the list, it flips to
21 * show the picture. When the user clicks the picture, it flips to show the
  /frameworks/base/core/java/android/widget/
ViewFlipper.java 143 * No more flips
168 * addition to queuing future flips. If omitted, defaults to
AdapterViewFlipper.java 180 * No more flips
232 * addition to queuing future flips. If omitted, defaults to
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
IViewportTransform.java 35 * @return if the transform flips the y axis
  /frameworks/av/camera/
CameraUtils.cpp 78 // Note: Flips are applied before rotates; using XOR here as some of these flags are
  /frameworks/base/core/tests/coretests/src/android/util/
DayOfMonthCursorTest.java 118 // up, flips back
  /external/skia/src/gpu/
GrReducedClip.cpp 275 // this picks up flips inserted in the backwards pass.
319 There are plenty of optimizations that could be added here. Maybe flips could be folded into
320 earlier operations. Or would inserting flips and reversing earlier ops ever be a win? Perhaps
  /frameworks/base/docs/html/training/animation/
cardflip.jd 39 Card flips animate between views of content by showing an animation that emulates
94 Create the animations for the card flips. You'll need two animators for when the front
354 so when the user presses the <em>Back</em> button, the card flips back over.
  /external/libgdx/gdx/src/com/badlogic/gdx/assets/loaders/
BitmapFontLoader.java 106 /** Flips the font vertically if {@code true}. Defaults to {@code false}. **/
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_writer.cpp 181 // Strips alphas and flips endianness
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 817 //No 90 component and no rot-downscale then flips done by MDP
818 //If we use rot then it might as well do flips
921 //getMdpOrient will switch the flips if the source is 90 rotated.
    [all...]
  /external/compiler-rt/lib/asan/
asan_fake_stack.h 52 // Allocate() flips the appropriate allocation flag atomically, thus achieving
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/
Buffer.java 96 /** Flips this buffer.
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
YDownTest.java 51 // pass true to the constructor, which flips glyphs on y
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdssRot.cpp 106 //getMdpOrient will switch the flips if the source is 90 rotated.
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
VoicemailsQueryHelper.java 174 * voicemail. This flips the "dirty" bit to "0".
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
CtsXmlResultReporterTest.java 203 * Test that flips the include-test-log-tags flag and checks that logs are written to the XML.

Completed in 520 milliseconds

1 2 3 4 5