Home
last modified time | relevance | path

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/
Dconverted.pass.cpp25 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()
Dctor_codecvt.pass.cpp26 assert(myconv.converted() == 0); in main()
32 assert(myconv.converted() == 0); in main()
Dctor_codecvt_state.pass.cpp26 assert(myconv.converted() == 0); in main()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-port_test.cc132 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/
Dflavors84 # Clean up from "old style" testing. If all the above tests are converted to
/ndk/docs/text/
DSYSTEM-ISSUES.text50 should be converted to host order through ntohs()). However, the 1.5
/ndk/sources/host-tools/make-3.81/
DREADME.DOS240 targets which aren't converted to DOS (like `install' and
267 converted to lower case are explained in the DJGPP libc docs,
Dreadme.vms294 Long command lines are now converted to command files.
DChangeLog851 converted to "$*" so set need_2nd_expansion to 1.
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info1108 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
Dsed.texi1557 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}
Dsed-in.texi1556 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/
DFIXES640 die-casting time: converted to ansi C, installed that.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale114 size_t converted() const; // noexcept in C++14
3801 size_t converted() const _NOEXCEPT {return __cvtcount_;}
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-2609 rules are converted to equivalent pattern rules once the makefiles have
866 converted to a pattern rule with the target pattern `(%.o)' and a
Dmake.texi9623 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/
Dtexinfo.tex8083 % Supported encodings: names converted to tokens in order to be able
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2346 $(call gen-test, localization/locales/locale.convenience/conversions/conversions.string/converted)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2337 $(call gen-test, localization/locales/locale.convenience/conversions/conversions.string/converted)