Searched refs:converted (Results 1 – 19 of 19) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/ |
D | converted.pass.cpp | 25 assert(myconv.converted() == 0); in main() 27 assert(myconv.converted() == 1); in main() 29 assert(myconv.converted() == 2); in main() 31 assert(myconv.converted() == 4); in main()
|
D | ctor_codecvt.pass.cpp | 26 assert(myconv.converted() == 0); in main() 32 assert(myconv.converted() == 0); in main()
|
D | ctor_codecvt_state.pass.cpp | 26 assert(myconv.converted() == 0); in main()
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-port_test.cc | 132 explicit Castable(bool* converted) : converted_(converted) {} in Castable() argument 143 bool converted = false; in TEST() local 144 Castable castable(&converted); in TEST() 146 EXPECT_TRUE(converted); in TEST() 151 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable() argument 162 bool converted = false; in TEST() local 163 const ConstCastable const_castable(&converted); in TEST() 165 EXPECT_TRUE(converted); in TEST() 170 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable() argument 171 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable() [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | flavors | 84 # Clean up from "old style" testing. If all the above tests are converted to
|
/ndk/docs/text/ |
D | SYSTEM-ISSUES.text | 50 should be converted to host order through ntohs()). However, the 1.5
|
/ndk/sources/host-tools/make-3.81/ |
D | README.DOS | 240 targets which aren't converted to DOS (like `install' and 267 converted to lower case are explained in the DJGPP libc docs,
|
D | readme.vms | 294 Long command lines are now converted to command files.
|
D | ChangeLog | 851 converted to "$*" so set need_2nd_expansion to 1.
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 1108 letter, it is converted to upper case. Then bit 6 of the 1379 # add converted file name to line, which now contains 1383 # check if converted file name is equal to original file name, 1689 words on the line is converted to a single `a' (in the previous script
|
D | sed.texi | 1557 if @var{x} is a lower case letter, it is converted to upper case. 1891 # add converted file name to line, which now contains 1897 # check if converted file name is equal to original file name, 2279 of the words on the line is converted to a single @samp{a}
|
D | sed-in.texi | 1556 if @var{x} is a lower case letter, it is converted to upper case. 1839 # add converted file name to line, which now contains 1843 # check if converted file name is equal to original file name, 2166 of the words on the line is converted to a single @samp{a}
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 640 die-casting time: converted to ansi C, installed that.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 114 size_t converted() const; // noexcept in C++14 3801 size_t converted() const _NOEXCEPT {return __cvtcount_;}
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 609 rules are converted to equivalent pattern rules once the makefiles have 866 converted to a pattern rule with the target pattern `(%.o)' and a
|
D | make.texi | 9623 converted to equivalent pattern rules once the makefiles have been read in. 9930 @w{@samp{.@var{x}.a}} is converted to a pattern rule with the target
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 8083 % Supported encodings: names converted to tokens in order to be able
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 2346 $(call gen-test, localization/locales/locale.convenience/conversions/conversions.string/converted)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 2337 $(call gen-test, localization/locales/locale.convenience/conversions/conversions.string/converted)
|