HomeSort by relevance Sort by last modified time
    Searched refs:Flip (Results 1 - 12 of 12) sorted by null

  /external/clang/test/SemaCXX/
conversion-function.cpp 58 struct Flip;
61 Flop(const Flip&); // expected-note{{candidate constructor}}
63 struct Flip {
66 Flop flop = Flip(); // expected-error {{conversion from 'Flip' to 'Flop' is ambiguous}}
  /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/video/directfb/
SDL_DirectFB_video.c 537 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/
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
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
ddraw.h 559 STDMETHOD(Flip)(THIS_ LPDIRECTDRAWSURFACE, DWORD) PURE;
598 #define IDirectDrawSurface_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b)
    [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DDRAW.H 559 STDMETHOD(Flip)(THIS_ LPDIRECTDRAWSURFACE, DWORD) PURE;
598 #define IDirectDrawSurface_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 424 // Case 3: "Flip to incognito mode."
  /external/v8/src/
spaces.h     [all...]
spaces.cc     [all...]
mark-compact.cc     [all...]
heap.cc     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 351 Displaying Card Flip Animations
    [all...]

Completed in 832 milliseconds