Searched refs:Flip (Results 1 - 12 of 12) sorted by relevance

/external/lldb/include/lldb/Utility/
H A DRange.h59 Flip ();
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp63 struct Flip;
66 Flop(const Flip&); // expected-note{{candidate constructor}}
68 struct Flip { struct
71 Flop flop = Flip(); // expected-error {{conversion from 'Flip' to 'Flop' is ambiguous}}
/external/lldb/source/Utility/
H A DRange.cpp57 Range::Flip () function in class:Range
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h238 enum { Flip = (Flags & RowMajorBit) != (OtherDerived::Flags & RowMajorBit) }; enumerator in enum:Eigen::SparseMatrixBase::__anon20976
252 temp.insertBackByOuterInner(Flip?it.index():j,Flip?j:it.index()) = v;
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c537 HIDDEN->c2frame->Flip(HIDDEN->c2frame, NULL, 0 );
539 HIDDEN->c2frame->Flip(HIDDEN->c2frame, NULL, 0 );
944 int rtn = surface->hwdata->surface->Flip (surface->hwdata->surface, NULL, 0);
950 HIDDEN->c2frame->Flip(HIDDEN->c2frame, NULL, DSFLIP_WAITFORSYNC);
954 return surface->hwdata->surface->Flip (surface->hwdata->surface, NULL, DSFLIP_WAITFORSYNC);
992 HIDDEN->c2frame->Flip(HIDDEN->c2frame, NULL, DSFLIP_WAITFORSYNC);
1047 HIDDEN->c2frame->Flip(HIDDEN->c2frame, NULL, DSFLIP_WAITFORSYNC);
1050 surface->Flip (surface, &region, DSFLIP_WAITFORSYNC);
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
H A DSDL_cpuinfo.c64 " 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
/external/chromium_org/media/cast/test/utility/
H A Dudp_proxy.cc316 Flip();
326 void Flip() { function in class:media::cast::test::NetworkGlitchPipe
333 base::Bind(&NetworkGlitchPipe::Flip, weak_factory_.GetWeakPtr()),
/external/chromium_org/v8/src/heap/
H A Dspaces.h2333 // Flip the pair of spaces.
2334 void Flip();
H A Dspaces.cc1257 void NewSpace::Flip() { SemiSpace::Swap(&from_space_, &to_space_); } function in class:v8::internal::NewSpace
H A Dheap.cc1435 // Flip the semispaces. After flipping, to space is empty, from space has
1437 new_space_.Flip();
H A Dmark-compact.cc3100 // Flip the semispaces. After flipping, to space is empty, from space has
3102 new_space->Flip();
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids4875 0102 Flip KVM
4915 3101 F1DF102U/F1DG102U Flip Hub
4916 3201 F1DF102U/F1DG102U Flip KVM

Completed in 2697 milliseconds