HomeSort by relevance Sort by last modified time
    Searched full:flip (Results 76 - 100 of 1048) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
bitset 121 flip()
126 _Base_ref::flip();
243 flip()
245 _Base::flip();
250 flip(size_t __pos)
252 _Base::flip(__pos);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
bitset 90 flip()
92 _Base_ref::flip();
208 flip()
210 _Base::flip();
215 flip(size_t __pos)
217 _Base::flip(__pos);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
bitset 121 flip() _GLIBCXX_NOEXCEPT
126 _Base_ref::flip();
246 flip() _GLIBCXX_NOEXCEPT
248 _Base::flip();
253 flip(size_t __pos)
255 _Base::flip(__pos);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
bitset 90 flip() _GLIBCXX_NOEXCEPT
92 _Base_ref::flip();
211 flip() _GLIBCXX_NOEXCEPT
213 _Base::flip();
218 flip(size_t __pos)
220 _Base::flip(__pos);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
bitset 120 flip() _GLIBCXX_NOEXCEPT
125 _Base_ref::flip();
245 flip() _GLIBCXX_NOEXCEPT
247 _Base::flip();
252 flip(size_t __pos)
254 _Base::flip(__pos);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
bitset 90 flip() _GLIBCXX_NOEXCEPT
92 _Base_ref::flip();
211 flip() _GLIBCXX_NOEXCEPT
213 _Base::flip();
218 flip(size_t __pos)
220 _Base::flip(__pos);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
bitset 37 reference& flip() noexcept; // for b[i].flip();
65 bitset& flip() noexcept;
66 bitset& flip(size_t pos);
187 void flip() _NOEXCEPT;
295 __bitset<_N_words, _Size>::flip() _NOEXCEPT
469 void flip() _NOEXCEPT;
523 __bitset<1, _Size>::flip() _NOEXCEPT
612 _LIBCPP_INLINE_VISIBILITY void flip() _NOEXCEPT {}
676 bitset& flip() _NOEXCEPT
    [all...]
  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment.cc 19 // "OneEightGroup_NoChange" --> Will not flip anything.
41 // Depending on the study group of the client, we might flip the 1st and 4th
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
Grid.java 93 fpb.flip();
94 sib.flip();
SkeletonWire.java 89 sib.flip();
104 posBuf.flip();
  /frameworks/base/core/java/android/widget/
ViewSwitcher.java 86 * @return the view that will be displayed after the next views flip.
105 * ViewSwitcher will flip. Instead of using a factory, you can call
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEvent.java 32 public static final int EVENT_TYPE_FLIP = 5; // Keyboard flip
  /external/chromium_org/cc/trees/
layer_tree_host_perftest.cc 171 static bool flip = true; variable
172 layer_to_invalidate_->SetOpacity(flip ? 1.f : 0.5f);
173 flip = !flip;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_user_image.html 22 <button id="flip-photo" class="custom-appearance"
  /external/chromium_org/third_party/skia/include/images/
SkPageFlipper.h 17 you're ready to "flip" pages (i.e. draw into the one you've been
  /external/compiler-rt/lib/
subdf3.c 23 // Subtraction; flip the sign bit of b and add.
subsf3.c 22 // Subtraction; flip the sign bit of b and add.
  /external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/
AWTLoader.java 161 data.flip();
181 data.flip();
197 boolean flip = ((TextureKey) info.getKey()).isFlipY();
201 Image img = load(in, flip);
  /external/skia/include/images/
SkPageFlipper.h 17 you're ready to "flip" pages (i.e. draw into the one you've been
  /frameworks/base/core/java/android/net/dhcp/
DhcpDiscoverPacket.java 50 result.flip();
DhcpInformPacket.java 48 result.flip();
DhcpNakPacket.java 52 result.flip();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerSetLoopingStateUnitTest.java 57 looping = !looping; // Flip the looping mode.
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
BufferPool.java 73 oldBuffer.flip();
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
GBCharsetDecoderTest.java 56 buffer.flip();

Completed in 1401 milliseconds

1 2 34 5 6 7 8 91011>>