Home
last modified time | relevance | path

Searched refs:Moved (Results 1 – 25 of 156) sorted by relevance

1234567

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR22806_constrain_tuple_like_ctor.pass.cpp38 enum State { FromTuple, FromInt, Copied, Moved }; enumerator
42 ConstructibleFromTupleAndInt(ConstructibleFromTupleAndInt &&) : state(Moved) {} in ConstructibleFromTupleAndInt()
51 enum State { FromTuple, FromInt, Copied, Moved }; enumerator
55 ConvertibleFromTupleAndInt(ConvertibleFromTupleAndInt &&) : state(Moved) {} in ConvertibleFromTupleAndInt()
64 enum State { FromInt, Copied, Moved }; enumerator
68 ConstructibleFromInt(ConstructibleFromInt &&) : state(Moved) {} in ConstructibleFromInt()
74 enum State { FromInt, Copied, Moved }; enumerator
78 ConvertibleFromInt(ConvertibleFromInt &&) : state(Moved) {} in ConvertibleFromInt()
/external/curl/tests/data/
Dtest110414 HTTP/1.1 301 Moved
35 HTTP/1.1 301 Moved
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DFormatVariadicTest.cpp652 int Copied = 0, Moved = 0; member
654 Recorder(const Recorder &Copy) : Copied(1 + Copy.Copied), Moved(Copy.Moved) {} in Recorder()
656 : Copied(Move.Copied), Moved(1 + Move.Moved) {} in Recorder()
662 OS << R.Copied << "C " << R.Moved << "M"; in format()
673 EXPECT_EQ(0, R.Moved); in TEST()
/external/cldr/tools/java/org/unicode/cldr/util/data/
DReadMe.txt1 Moved to org.unicode.tool.package.html
/external/ltp/testcases/kernel/fs/fs_bind/
DCHANGELOG11 Moved readme.README to README
15 Moved scripts and executables from testcases/working to bin
84 Moved the sharedSubtree test to LTPROOT/testscripts and rewrote it for LTP
/external/hamcrest/
DCHANGES.txt77 * Moved any() from IsAnything to IsInstanceOf. It now checks the type of the matched object
79 * Moved MatcherAssert from integration to core
105 Moved core set of matchers (and, eq, not, etc)
/external/grpc-grpc/doc/
Dfail_fast.md1 Moved to [wait-for-ready.md](wait-for-ready.md)
/external/jsoncpp/doc/
Droadmap.dox2 Moved to: https://github.com/open-source-parsers/jsoncpp/wiki/Roadmap
/external/angle/third_party/jsoncpp/source/doc/
Droadmap.dox2 Moved to: https://github.com/open-source-parsers/jsoncpp/wiki/Roadmap
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DTableGenFundamentals.rst5 Moved subtitle
/external/llvm/docs/
DTableGenFundamentals.rst5 Moved subtitle
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/msm_vidc/msm_vidc_common_state_change/
Dformat13 print fmt: "Moved inst: %p from 0x%x to 0x%x", REC->instp, REC->old_state, REC->new_state
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/msm_vidc/msm_vidc_common_state_change/
Dformat13 print fmt: "Moved inst: %p from 0x%x to 0x%x", REC->instp, REC->old_state, REC->new_state
/external/rappor/
DREADME.android13 - Moved package from com.google.rappor.* to com.google.android.rappor.* to avoid source conflict wi…
/external/libxml2/result/
Dxhtml1.rde31 3 3 #text 0 1 Moved to
Dxhtml1.rdr31 3 3 #text 0 1 Moved to
/external/libffi/
DChangeLog.v179 * acconfig.h: Moved PACKAGE and VERSION for new automake.
303 * ffi_mips.h: Created. Moved all common mips definitions here.
470 Moved distdir hack from libffi to automake.
542 * prep_cif.c (initialize_aggregate): Moved abi specification
610 * ffi.c: Moved ffi_type definitions to types.c.
626 (ffi_prep_cif_machdep): Moved machine independent cif processing
651 * ffi.c: Moved prototypes for ffi_call_?32() to here from
681 * ffi.c: Moved ffi_type definitions to types.c.
708 (ffi_prep_cif_machdep): Moved all machine independent cif processing
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.v179 * acconfig.h: Moved PACKAGE and VERSION for new automake.
303 * ffi_mips.h: Created. Moved all common mips definitions here.
470 Moved distdir hack from libffi to automake.
542 * prep_cif.c (initialize_aggregate): Moved abi specification
610 * ffi.c: Moved ffi_type definitions to types.c.
626 (ffi_prep_cif_machdep): Moved machine independent cif processing
651 * ffi.c: Moved prototypes for ffi_call_?32() to here from
681 * ffi.c: Moved ffi_type definitions to types.c.
708 (ffi_prep_cif_machdep): Moved all machine independent cif processing
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp532 std::vector<NewArchiveMember> Moved; in computeNewArchiveMembers() local
563 addMember(Moved, Child); in computeNewArchiveMembers()
566 addMember(Moved, *MemberI); in computeNewArchiveMembers()
586 for (auto &M : Moved) { in computeNewArchiveMembers()
/external/u-boot/doc/
DREADME.AMCC-eval-boards-cleanup26 o Moved EBC configuration from board specific asm-file "init.S"
/external/markdown/docs/
DCHANGE_LOG24 Sept 2008: Moved prettifyTree to a Postprocessor, replaced wikilink ext
42 distribution and other minor changes. Moved repo to git from svn.
69 Nov 5, 2007: Moved safe_mode code to a textPostprocessor and added
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
Dllvm-ar.cpp573 std::vector<NewArchiveMember> Moved; in computeNewArchiveMembers() local
604 addMember(Moved, Child); in computeNewArchiveMembers()
607 addMember(Moved, *MemberI); in computeNewArchiveMembers()
627 for (auto &M : Moved) { in computeNewArchiveMembers()
/external/angle/extensions/
DEGL_ANGLE_platform_angle_vulkan.txt86 - Moved debug layer control to EGL_ANGLE_platform_angle
DEGL_ANGLE_platform_angle_opengl.txt95 - Moved descriptions of platforms and major/minor versions from
/external/elfutils/doc/
DChangeLog65 * Moved to CVS archive.

1234567