HomeSort by relevance Sort by last modified time
    Searched full:swap (Results 476 - 500 of 6003) sorted by null

<<11121314151617181920>>

  /dalvik/dx/tests/107-verify-stack-ops/
op_swap_case1.j 24 swap
op_swap_case2.j 24 swap
  /external/chromium/base/
callback_internal.cc 28 invoker_storage_.swap(*invoker_storage);
  /external/chromium/base/memory/
ref_counted_memory.cc 31 bytes->data.swap(*to_destroy);
scoped_ptr_unittest.cc 72 // Test swap(), == and !=
86 scoper2.swap(scoper1);
143 // Test swap(), == and !=
160 scoper2.swap(scoper1);
  /external/chromium/chrome/browser/first_run/
upgrade_util_win.h 15 // is no new_chrome.exe or the swap fails the return is false;
  /external/chromium/chrome/browser/renderer_host/
accelerated_plugin_view_mac.h 48 // The number of swap buffers calls that have been requested by the
53 // The number of swap buffers calls that have been processed by the
87 // Updates the number of swap buffers calls that have been requested.
91 // or acknowledgment of the swap buffers are desired.
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_text_field.mm 34 // When a drag enters the text field, focus the field. This will swap in the
  /external/chromium_org/cc/base/
invalidation_region.h 22 void Swap(Region* region);
  /external/chromium_org/cc/trees/
layer_tree_host_single_thread_client.h 21 // these functions can be used to keep track of pending swap buffers calls for
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_win.h 14 // is no new_chrome.exe or the swap fails the return is false;
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier_test_util.cc 18 test_eula_notifier_.swap(eula_notifier);
  /external/chromium_org/content/public/browser/android/
compositor_client.h 20 // The compositor will eventually swap a frame.
  /external/chromium_org/remoting/host/win/
window_station_and_desktop.h 32 void Swap(WindowStationAndDesktop& other);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.h 48 void swap(NodeSet& other) { std::swap(m_isSorted, other.m_isSorted); std::swap(m_subtreesAreDisjoint, other.m_subtreesAreDisjoint); m_nodes.swap(other.m_nodes); } function in class:WebCore::XPath::NodeSet
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
SwapChain9.h 7 // SwapChain9.h: Defines a back-end specific class for the D3D9 swap chain.
  /external/chromium_org/third_party/icu/source/tools/toolutil/
swapimpl.h 30 * and internally dispatches to per-type swap functions.
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
mapping_file_provider.cc 135 best_match->swap(normalized_locale_str);
141 best_match->swap(full_locale);
155 best_match->swap(lang_with_script);
164 best_match->swap(lang_with_region);
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersectionHelper.h 24 bool addCoincident(SkIntersectionHelper& other, const SkIntersections& ts, bool swap) {
25 return fContour->addCoincident(fIndex, other.fContour, other.fIndex, ts, swap);
35 bool swap) {
37 swap);
  /external/eigen/Eigen/src/Geometry/arch/
Geometry_SSE.h 82 * res.xy = t1 +/- swap(t2)
96 * res.zw = t1 -/+ swap(t2) = swap( swap(t1) +/- t2)
  /external/icu4c/tools/toolutil/
swapimpl.h 30 * and internally dispatches to per-type swap functions.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_Flip.3 11 On hardware that supports double-buffering, this function sets up a flip and returns\&. The hardware will wait for vertical retrace, and then swap video buffers before the next video surface blit or lock will return\&. On hardware that doesn\&'t support double-buffering, this is equivalent to calling \fISDL_UpdateRect\fR\fB(screen, 0, 0, 0, 0)\fR
  /external/skia/src/pathops/
SkIntersectionHelper.h 24 bool addCoincident(SkIntersectionHelper& other, const SkIntersections& ts, bool swap) {
25 return fContour->addCoincident(fIndex, other.fContour, other.fIndex, ts, swap);
35 bool swap) {
37 swap);
  /external/webrtc/src/system_wrappers/interface/
scoped_refptr.h 46 // b.swap(a);
122 void swap(T** pp) { function in class:webrtc::scoped_refptr
128 void swap(scoped_refptr<T>& r) { function in class:webrtc::scoped_refptr
129 swap(&r.ptr_);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 83 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
88 std::swap((Cmp_Fn& )(*this), (Cmp_Fn& )other);
98 std::swap(m_p_root, other.m_p_root);
99 std::swap(m_size, other.m_size);

Completed in 3902 milliseconds

<<11121314151617181920>>