/external/clang/test/SemaCXX/ |
D | conversion-function.cpp | 63 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/pdfium/xfa/src/fxbarcode/common/ |
D | BC_CommonBitArray.h | 20 void Flip(int32_t i);
|
D | BC_CommonBitMatrix.h | 16 void Flip(int32_t x, int32_t y);
|
D | BC_CommonBitArray.cpp | 55 void CBC_CommonBitArray::Flip(int32_t i) { in Flip() function in CBC_CommonBitArray
|
D | BC_CommonBitMatrix.cpp | 72 void CBC_CommonBitMatrix::Flip(int32_t x, int32_t y) { in Flip() function in CBC_CommonBitMatrix
|
/external/opencv3/modules/cudaarithm/test/ |
D | test_core.cpp | 249 PARAM_TEST_CASE(Flip, cv::cuda::DeviceInfo, cv::Size, MatType, FlipCode, UseRoi) in CV_ENUM() 269 CUDA_TEST_P(Flip, Accuracy) in CUDA_TEST_P() argument 282 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Flip, testing::Combine(
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseMatrixBase.h | 238 enum { Flip = (Flags & RowMajorBit) != (OtherDerived::Flags & RowMajorBit) }; in assignGeneric() enumerator 252 temp.insertBackByOuterInner(Flip?it.index():j,Flip?j:it.index()) = v; in assignGeneric()
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
D | BC_QRDataMask.cpp | 50 bits->Flip(j, i); in UnmaskBitMatirx()
|
/external/opencv3/3rdparty/include/dshow/ |
D | ddraw.h | 1890 /*2c*/ STDMETHOD(Flip)(THIS_ LPDIRECTDRAWSURFACE lpDDSurfaceTargetOverride, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() local 1932 #define IDirectDrawSurface_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b) 1971 #define IDirectDrawSurface_Flip(p,a,b) (p)->Flip(a,b) 2021 STDMETHOD(Flip)(THIS_ LPDIRECTDRAWSURFACE2 lpDDSurfaceTargetOverride, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() local 2067 #define IDirectDrawSurface2_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b) 2110 #define IDirectDrawSurface2_Flip(p,a,b) (p)->Flip(a,b) 2164 STDMETHOD(Flip)(THIS_ LPDIRECTDRAWSURFACE3 lpDDSurfaceTargetOverride, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() local 2212 #define IDirectDrawSurface3_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b) 2257 #define IDirectDrawSurface3_Flip(p,a,b) (p)->Flip(a,b) 2312 STDMETHOD(Flip)(THIS_ LPDIRECTDRAWSURFACE4 lpDDSurfaceTargetOverride, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() local [all …]
|
/external/opencv3/modules/cudaarithm/perf/ |
D | perf_core.cpp | 174 PERF_TEST_P(Sz_Depth_Cn_Code, Flip, in PERF_TEST_P() argument
|
/external/opencv3/modules/core/test/ocl/ |
D | test_arithm.cpp | 1113 typedef ArithmTestBase Flip; typedef 1115 OCL_TEST_P(Flip, X) in OCL_TEST_P() argument 1127 OCL_TEST_P(Flip, Y) in OCL_TEST_P() argument 1139 OCL_TEST_P(Flip, BOTH) in OCL_TEST_P() argument 1839 OCL_INSTANTIATE_TEST_CASE_P(Arithm, Flip, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool()));
|
/external/llvm/test/CodeGen/AArch64/ |
D | fast-isel-addressing-modes.ll | 262 ; Flip add operands 282 ; Flip add operands
|
/external/opencv3/modules/core/perf/opencl/ |
D | perf_arithm.cpp | 340 OCL_PERF_TEST_P(FlipFixture, Flip, in OCL_PERF_TEST_P() argument
|
/external/v8/src/heap/ |
D | spaces.h | 2658 void Flip();
|
D | spaces.cc | 1405 void NewSpace::Flip() { SemiSpace::Swap(&from_space_, &to_space_); } in AllocateChunk() function in v8::internal::NewSpace
|
D | mark-compact.cc | 3076 new_space->Flip(); in EvacuateNewSpacePrologue()
|
D | heap.cc | 1653 new_space_.Flip(); in Scavenge()
|
/external/libpng/ |
D | libpng-manual.txt | 1129 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA 1131 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA 3334 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA 3336 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA
|
/external/llvm/lib/Target/ |
D | README.txt | 168 /* Flip the target bit of each basis state */
|
/external/tpm2/ |
D | part4.txt | 13976 65 // Flip it to off
|