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

  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
PR22806_constrain_tuple_like_ctor.pass.cpp 38 enum State { FromTuple, FromInt, Copied, Moved };
41 ConstructibleFromTupleAndInt(ConstructibleFromTupleAndInt const&) : state(Copied) {}
51 enum State { FromTuple, FromInt, Copied, Moved };
54 ConvertibleFromTupleAndInt(ConvertibleFromTupleAndInt const&) : state(Copied) {}
64 enum State { FromInt, Copied, Moved };
67 ConstructibleFromInt(ConstructibleFromInt const&) : state(Copied) {}
74 enum State { FromInt, Copied, Moved };
77 ConvertibleFromInt(ConvertibleFromInt const&) : state(Copied) {}
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
NetBuffer.c 275 Create a duplicated copy of the net buffer with data copied and HeadSpace
739 UINT32 Copied;
753 Copied = 0;
792 Copied += ExtFragment[Index].Len;
810 Copied += Len;
814 // Adjust the block structure to exclude the data copied,
847 NetbufSetBlock (Nbuf, FirstBlock, HeadSpace + Copied, 0);
849 Nbuf->BlockOp[0].Size = Copied;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
FormatVariadicTest.cpp 652 int Copied = 0, Moved = 0;
654 Recorder(const Recorder &Copy) : Copied(1 + Copy.Copied), Moved(Copy.Moved) {}
656 : Copied(Move.Copied), Moved(1 + Move.Moved) {}
662 OS << R.Copied << "C " << R.Moved << "M";
672 EXPECT_EQ(0, R.Copied);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIPeepholeSDWA.cpp 533 const MachineOperand &Copied = DefInst->getOperand(1);
534 if (!Copied.isImm())
537 return Copied.getImm();
    [all...]
  /external/skia/experimental/docs/
animationCommon.js 104 var copied = modDraw ? display.drawCopied : action.paintCopied;
105 if (!copied) {
130 display[modType + "Copied"] = true;
  /external/skqp/experimental/docs/
animationCommon.js 104 var copied = modDraw ? display.drawCopied : action.paintCopied;
105 if (!copied) {
130 display[modType + "Copied"] = true;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/syzkaller/vendor/google.golang.org/appengine/internal/
api.go 341 // Copied from $GOROOT/src/pkg/net/http/transfer.go. Some response status
api_pre17.go 363 // Copied from $GOROOT/src/pkg/net/http/transfer.go. Some response status
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 216 milliseconds