/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | PR22806_constrain_tuple_like_ctor.pass.cpp | 38 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/ |
D | test1104 | 14 HTTP/1.1 301 Moved 35 HTTP/1.1 301 Moved
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | FormatVariadicTest.cpp | 652 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/ |
D | ReadMe.txt | 1 Moved to org.unicode.tool.package.html
|
/external/ltp/testcases/kernel/fs/fs_bind/ |
D | CHANGELOG | 11 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/ |
D | CHANGES.txt | 77 * 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/ |
D | fail_fast.md | 1 Moved to [wait-for-ready.md](wait-for-ready.md)
|
/external/jsoncpp/doc/ |
D | roadmap.dox | 2 Moved to: https://github.com/open-source-parsers/jsoncpp/wiki/Roadmap
|
/external/angle/third_party/jsoncpp/source/doc/ |
D | roadmap.dox | 2 Moved to: https://github.com/open-source-parsers/jsoncpp/wiki/Roadmap
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | TableGenFundamentals.rst | 5 Moved subtitle
|
/external/llvm/docs/ |
D | TableGenFundamentals.rst | 5 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/ |
D | format | 13 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/ |
D | format | 13 print fmt: "Moved inst: %p from 0x%x to 0x%x", REC->instp, REC->old_state, REC->new_state
|
/external/rappor/ |
D | README.android | 13 - Moved package from com.google.rappor.* to com.google.android.rappor.* to avoid source conflict wi…
|
/external/libxml2/result/ |
D | xhtml1.rde | 31 3 3 #text 0 1 Moved to
|
D | xhtml1.rdr | 31 3 3 #text 0 1 Moved to
|
/external/libffi/ |
D | ChangeLog.v1 | 79 * 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/ |
D | ChangeLog.v1 | 79 * 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/ |
D | llvm-ar.cpp | 532 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/ |
D | README.AMCC-eval-boards-cleanup | 26 o Moved EBC configuration from board specific asm-file "init.S"
|
/external/markdown/docs/ |
D | CHANGE_LOG | 24 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/ |
D | llvm-ar.cpp | 573 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/ |
D | EGL_ANGLE_platform_angle_vulkan.txt | 86 - Moved debug layer control to EGL_ANGLE_platform_angle
|
D | EGL_ANGLE_platform_angle_opengl.txt | 95 - Moved descriptions of platforms and major/minor versions from
|
/external/elfutils/doc/ |
D | ChangeLog | 65 * Moved to CVS archive.
|