/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/lldb/include/lldb/Utility/ |
D | Range.h | 59 Flip ();
|
/external/lldb/source/Utility/ |
D | Range.cpp | 57 Range::Flip () in Flip() function in Range
|
/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/libyuv/files/docs/ |
D | rotation.md | 80 # Mirror - Horizontal Flip 97 # Invert - Vertical Flip
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
D | BC_QRDataMask.cpp | 50 bits->Flip(j, i); in UnmaskBitMatirx()
|
/external/ImageMagick/www/source/ |
D | examples.pl | 189 $example->Flip();
|
/external/ImageMagick/PerlMagick/demo/ |
D | demo.pl | 197 $example->Flip();
|
/external/llvm/test/CodeGen/AArch64/ |
D | fast-isel-addressing-modes.ll | 262 ; Flip add operands 282 ; Flip add operands
|
/external/ImageMagick/PerlMagick/ |
D | MANIFEST | 190 t/reference/filter/Flip.miff 372 t/reference/write/filter/Flip.miff
|
D | Magick.xs | 7303 Flip = 25 in Mogrify()
|
/external/v8/src/heap/ |
D | spaces.h | 2659 void Flip();
|
D | spaces.cc | 1383 void NewSpace::Flip() { SemiSpace::Swap(&from_space_, &to_space_); } in AllocateChunk() function in v8::internal::NewSpace
|
D | mark-compact.cc | 3044 new_space->Flip(); in EvacuateNewSpacePrologue()
|
D | heap.cc | 1639 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/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 231 { "Flip", }, 7303 Flip = 25 8020 case 13: /* Flip */
|
/external/tpm2/ |
D | part4.txt | 13976 65 // Flip it to off
|