Searched refs:flip (Results 1 - 25 of 145) sorted by relevance

123456

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/template.bitset/bitset.members/
H A Dflip_one.pass.cpp11 // test bitset<N>& flip(size_t pos);
37 v.flip(50);
42 v.flip(50);
44 v.flip(50);
H A Dflip_all.pass.cpp10 // test bitset<N>& flip();
35 v2.flip();
H A Dop_eq_eq.pass.cpp41 v2[N/2].flip();
H A Dindex.pass.cpp52 r.flip();
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
H A Dflip_one.pass.cpp10 // test bitset<N>& flip(size_t pos);
34 v.flip(50);
39 v.flip(50);
41 v.flip(50);
H A Dflip_all.pass.cpp10 // test bitset<N>& flip();
33 v2.flip();
H A Dop_eq_eq.pass.cpp39 v2[N/2].flip();
H A Dindex.pass.cpp50 r.flip();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/template.bitset/bitset.members/
H A Dflip_one.pass.cpp11 // test bitset<N>& flip(size_t pos);
37 v.flip(50);
42 v.flip(50);
44 v.flip(50);
H A Dflip_all.pass.cpp10 // test bitset<N>& flip();
35 v2.flip();
H A Dop_eq_eq.pass.cpp41 v2[N/2].flip();
H A Dindex.pass.cpp52 r.flip();
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DTreeWidget.py118 def flip(self, event=None): member in class:TreeNode
227 self.canvas.tag_bind(id, "<Double-1>", self.flip)
237 self.canvas.tag_bind(id, "<Double-1>", self.flip)
260 self.label.bind("<Double-1>", self.flip)
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DTreeWidget.py118 def flip(self, event=None): member in class:TreeNode
227 self.canvas.tag_bind(id, "<Double-1>", self.flip)
237 self.canvas.tag_bind(id, "<Double-1>", self.flip)
260 self.label.bind("<Double-1>", self.flip)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DTreeWidget.py118 def flip(self, event=None): member in class:TreeNode
227 self.canvas.tag_bind(id, "<Double-1>", self.flip)
237 self.canvas.tag_bind(id, "<Double-1>", self.flip)
260 self.label.bind("<Double-1>", self.flip)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DTreeWidget.py118 def flip(self, event=None): member in class:TreeNode
227 self.canvas.tag_bind(id, "<Double-1>", self.flip)
237 self.canvas.tag_bind(id, "<Double-1>", self.flip)
260 self.label.bind("<Double-1>", self.flip)
/prebuilts/misc/common/swig/include/2.0.11/std/
H A Dstd_vector.i220 void flip();
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A DSDL_render.h113 SDL_FLIP_NONE = 0x00000000, /**< Do not flip */
114 SDL_FLIP_HORIZONTAL = 0x00000001, /**< flip horizontally */
115 SDL_FLIP_VERTICAL = 0x00000002 /**< flip vertically */
786 * \param flip An SDL_RendererFlip value stating which flipping actions should be performed on the texture
796 const SDL_RendererFlip flip);
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
H A DSDL_render.h113 SDL_FLIP_NONE = 0x00000000, /**< Do not flip */
114 SDL_FLIP_HORIZONTAL = 0x00000001, /**< flip horizontally */
115 SDL_FLIP_VERTICAL = 0x00000002 /**< flip vertically */
786 * \param flip An SDL_RendererFlip value stating which flipping actions should be performed on the texture
796 const SDL_RendererFlip flip);
/prebuilts/misc/windows/sdl2/include/
H A DSDL_render.h113 SDL_FLIP_NONE = 0x00000000, /**< Do not flip */
114 SDL_FLIP_HORIZONTAL = 0x00000001, /**< flip horizontally */
115 SDL_FLIP_VERTICAL = 0x00000002 /**< flip vertically */
786 * \param flip An SDL_RendererFlip value stating which flipping actions should be performed on the texture
796 const SDL_RendererFlip flip);
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
H A DSDL_render.h113 SDL_FLIP_NONE = 0x00000000, /**< Do not flip */
114 SDL_FLIP_HORIZONTAL = 0x00000001, /**< flip horizontally */
115 SDL_FLIP_VERTICAL = 0x00000002 /**< flip vertically */
786 * \param flip An SDL_RendererFlip value stating which flipping actions should be performed on the texture
796 const SDL_RendererFlip flip);
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.h407 // for b[i].flip();
408 reference& flip() { function in struct:bitset::reference
479 // Versions of single-bit set, reset, flip, test with no range checking.
510 // Set, reset, and flip.
542 bitset<_Nb>& flip() { function in class:bitset
548 bitset<_Nb>& flip(size_t __pos) { function in class:bitset
556 return bitset<_Nb>(*this).flip();
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.h407 // for b[i].flip();
408 reference& flip() { function in struct:bitset::reference
479 // Versions of single-bit set, reset, flip, test with no range checking.
510 // Set, reset, and flip.
542 bitset<_Nb>& flip() { function in class:bitset
548 bitset<_Nb>& flip(size_t __pos) { function in class:bitset
556 return bitset<_Nb>(*this).flip();
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.h407 // for b[i].flip();
408 reference& flip() { function in struct:bitset::reference
479 // Versions of single-bit set, reset, flip, test with no range checking.
510 // Set, reset, and flip.
542 bitset<_Nb>& flip() { function in class:bitset
548 bitset<_Nb>& flip(size_t __pos) { function in class:bitset
556 return bitset<_Nb>(*this).flip();
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.h407 // for b[i].flip();
408 reference& flip() { function in struct:bitset::reference
479 // Versions of single-bit set, reset, flip, test with no range checking.
510 // Set, reset, and flip.
542 bitset<_Nb>& flip() { function in class:bitset
548 bitset<_Nb>& flip(size_t __pos) { function in class:bitset
556 return bitset<_Nb>(*this).flip();

Completed in 2288 milliseconds

123456