| /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
| SocketChannelTest.java | 2406 writeBuf[0].flip(); method 2407 writeBuf[1].flip(); method 2444 writeBuf[0].flip(); method 2445 writeBuf[1].flip(); method 2637 readContents[0].flip(); method 2638 readContents[1].flip(); method 2674 writeContents[0].flip(); method 2675 writeContents[1].flip(); method 2709 writeContents[0].flip(); method 2710 writeContents[1].flip(); method 2888 buffers[2].flip(); method [all...] |
| ServerSocketChannelTest.java | 289 buf.flip(); 324 buf.flip(); 386 buf.flip(); 431 buf.flip(); 527 buf.flip();
|
| /external/jpeg/ |
| usage.doc | 435 -flip horizontal Mirror image horizontally (left-right). 436 -flip vertical Mirror image vertically (top-bottom). 450 transformation set. As stated, transpose is able to flip the entire image 452 untouched, but is able to flip all rows of the image. Similarly, vertical 454 able to flip all columns. The other transforms can be built up as sequences 455 of transpose and flip operations; for consistency, their actions on edge 457 transpose-and-flip sequence.
|
| /external/qemu/distrib/jpeg-6b/ |
| usage.doc | 435 -flip horizontal Mirror image horizontally (left-right). 436 -flip vertical Mirror image vertically (top-bottom). 450 transformation set. As stated, transpose is able to flip the entire image 452 untouched, but is able to flip all rows of the image. Similarly, vertical 454 able to flip all columns. The other transforms can be built up as sequences 455 of transpose and flip operations; for consistency, their actions on edge 457 transpose-and-flip sequence.
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
| bitset | 824 // For b[i].flip(); 826 flip() 1001 * These versions of single-bit set, reset, flip, and test are 1042 // Set, reset, and flip. 1097 flip() 1110 flip(size_t __position) 1113 __throw_out_of_range(__N("bitset::flip")); 1117 /// See the no-argument flip(). 1120 { return bitset<_Nb>(*this).flip(); } [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
| bitset | 824 // For b[i].flip(); 826 flip() 1001 * These versions of single-bit set, reset, flip, and test are 1042 // Set, reset, and flip. 1097 flip() 1110 flip(size_t __position) 1113 __throw_out_of_range(__N("bitset::flip")); 1117 /// See the no-argument flip(). 1120 { return bitset<_Nb>(*this).flip(); } [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
| bitset | 824 // For b[i].flip(); 826 flip() 1001 * These versions of single-bit set, reset, flip, and test are 1042 // Set, reset, and flip. 1097 flip() 1110 flip(size_t __position) 1113 __throw_out_of_range(__N("bitset::flip")); 1117 /// See the no-argument flip(). 1120 { return bitset<_Nb>(*this).flip(); } [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
| bitset | 832 // For b[i].flip(); 834 flip() _GLIBCXX_NOEXCEPT 1010 * These versions of single-bit set, reset, flip, and test are 1051 // Set, reset, and flip. 1106 flip() _GLIBCXX_NOEXCEPT 1119 flip(size_t __position) 1122 __throw_out_of_range(__N("bitset::flip")); 1126 /// See the no-argument flip(). 1129 { return bitset<_Nb>(*this).flip(); } [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/ |
| dynamic_bitset | 599 * These versions of single-bit set, reset, flip, and test 706 // For b[i].flip(); 708 flip() 984 // Set, reset, and flip. 1039 flip() 1052 flip(size_type __pos) 1055 __throw_out_of_range(__N("dynamic_bitset::flip")); 1059 /// See the no-argument flip(). 1062 { return dynamic_bitset<_WordT, _Alloc>(*this).flip(); } [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
| bitset | 824 // For b[i].flip(); 826 flip() 1001 * These versions of single-bit set, reset, flip, and test are 1042 // Set, reset, and flip. 1097 flip() 1110 flip(size_t __position) 1113 __throw_out_of_range(__N("bitset::flip")); 1117 /// See the no-argument flip(). 1120 { return bitset<_Nb>(*this).flip(); } [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
| bitset | 832 // For b[i].flip(); 834 flip() _GLIBCXX_NOEXCEPT 1010 * These versions of single-bit set, reset, flip, and test are 1051 // Set, reset, and flip. 1106 flip() _GLIBCXX_NOEXCEPT 1119 flip(size_t __position) 1122 __throw_out_of_range(__N("bitset::flip")); 1126 /// See the no-argument flip(). 1129 { return bitset<_Nb>(*this).flip(); } [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/ |
| dynamic_bitset | 599 * These versions of single-bit set, reset, flip, and test 706 // For b[i].flip(); 708 flip() 984 // Set, reset, and flip. 1039 flip() 1052 flip(size_type __pos) 1055 __throw_out_of_range(__N("dynamic_bitset::flip")); 1059 /// See the no-argument flip(). 1062 { return dynamic_bitset<_WordT, _Alloc>(*this).flip(); } [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
| bitset | 830 // For b[i].flip(); 832 flip() _GLIBCXX_NOEXCEPT 1008 * These versions of single-bit set, reset, flip, and test are 1049 // Set, reset, and flip. 1104 flip() _GLIBCXX_NOEXCEPT 1117 flip(size_t __position) 1120 __throw_out_of_range(__N("bitset::flip")); 1124 /// See the no-argument flip(). 1127 { return bitset<_Nb>(*this).flip(); } [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/ |
| dynamic_bitset | 598 * These versions of single-bit set, reset, flip, and test 705 // For b[i].flip(); 707 flip() 983 // Set, reset, and flip. 1038 flip() 1051 flip(size_type __pos) 1054 __throw_out_of_range(__N("dynamic_bitset::flip")); 1058 /// See the no-argument flip(). 1061 { return dynamic_bitset<_WordT, _Alloc>(*this).flip(); } [all...] |
| /external/chromium_org/third_party/skia/src/gpu/ |
| GrGpu.h | 173 * API is top-to-bottom. Thus we have to do a y-axis flip. The obvious 174 * solution is to have the subclass do the flip using either the CPU or GPU. 176 * simply fold in the y-flip for free. On the other hand, the subclass may 178 * do memcpys to handle rowBytes that aren't tight. It could do the y-flip 181 * This function returns true if a y-flip is required to put the pixels in
|
| /external/skia/src/gpu/ |
| GrGpu.h | 173 * API is top-to-bottom. Thus we have to do a y-axis flip. The obvious 174 * solution is to have the subclass do the flip using either the CPU or GPU. 176 * simply fold in the y-flip for free. On the other hand, the subclass may 178 * do memcpys to handle rowBytes that aren't tight. It could do the y-flip 181 * This function returns true if a y-flip is required to put the pixels in
|
| /bootable/recovery/ |
| screen_ui.cpp | 140 // Draw the progress bar (if any) on the screen. Does not flip pages. 223 // Redraw everything on the screen. Does not flip pages. 279 // Redraw everything on the screen and flip the screen (make it visible).
|
| /external/chromium/chrome/browser/ui/cocoa/ |
| browser_window_cocoa.mm | 82 // Flip coordinates based on the primary screen. 195 // Flip coordinates based on the primary screen. 561 // Flip coordinates based on the primary screen.
|
| /external/eigen/Eigen/src/SparseCore/ |
| SparseMatrixBase.h | 235 enum { Flip = (Flags & RowMajorBit) != (OtherDerived::Flags & RowMajorBit) }; 249 temp.insertBackByOuterInner(Flip?it.index():j,Flip?j:it.index()) = v;
|
| /external/qemu/distrib/sdl-1.2.15/src/cpuinfo/ |
| SDL_cpuinfo.c | 64 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n" 84 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n" 102 xor eax, 200000h ; Flip ID bit in EFLAGS
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_zipimport.py | 159 m0 ^= 0x04 # flip an arbitrary bit 168 m0 ^= 0x04 # flip an arbitrary bit 180 t3 ^= 0x02 # flip the second bit -- not the first as that one
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_zipimport.py | 159 m0 ^= 0x04 # flip an arbitrary bit 168 m0 ^= 0x04 # flip an arbitrary bit 180 t3 ^= 0x02 # flip the second bit -- not the first as that one
|
| /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
| CardFlip.java | 35 * these cards can be flipped from one stack to another where each flip comes with 133 * a card flip event when a fling event occurs. Also listens for tap events in
|
| /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
| SSLEngineImplTest.java | 542 buffer.flip(); 658 buffer.flip(); 795 buffer.flip(); 825 app_data.flip(); [all...] |
| /external/chromium/chrome/browser/automation/ |
| ui_controls_mac.mm | 269 // events require them window-relative, so we adjust. We *DO* flip 276 g_mouse_location = NSMakePoint(x, screenHeight - y); // flip!
|