Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
Dtranslate.pass.cpp24 assert(t.translate('a') == 'a'); in main()
25 assert(t.translate('B') == 'B'); in main()
26 assert(t.translate('c') == 'c'); in main()
30 assert(t.translate(L'a') == L'a'); in main()
31 assert(t.translate(L'B') == L'B'); in main()
32 assert(t.translate(L'c') == L'c'); in main()
/ndk/build/tools/
Dbuild-device-llvm.sh234 run cp -f $LLVM_BUILD_OUT/Release/bin/ndk-translate $TOOLCHAIN_BUILD_PREFIX/$abi
236 run cd $TOOLCHAIN_BUILD_PREFIX/$abi && ln -s ndk-translate le32-none-ndk-translate
237 run cd $TOOLCHAIN_BUILD_PREFIX/$abi && ln -s ndk-translate le64-none-ndk-translate
Dbuild-llvm.sh456 … run ln -s ndk-translate${HOST_EXE} $TOOLCHAIN_BUILD_PREFIX/bin/le32-none-ndk-translate${HOST_EXE}
457 … run ln -s ndk-translate${HOST_EXE} $TOOLCHAIN_BUILD_PREFIX/bin/le64-none-ndk-translate${HOST_EXE}
/ndk/tests/abcc/jni/
DAbcc.h176 translate(); in execute()
198 void translate();
DAbcc.cpp169 void BitcodeCompiler::translate() { in translate() function in BitcodeCompiler
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_monitor.ipp75 // translate execution_exception::error_code to error_level
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dwcsnrtombs.inc56 /* Enough space to translate in-place. */
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h.pump151 // user would write Types<T1, ..., TN>, and Google Test will translate
249 // user would write Templates<T1, ..., TN>, and Google Test will translate
/ndk/build/gmsl/
D__gmsl325 # Arguments: 1: The list of characters to translate from
326 # 2: The list of characters to translate to
327 # 3: The text to translate
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dregex103 charT translate(charT c) const;
984 char_type translate(char_type __c) const {return __c;}
1839 if (__traits_.translate(__sm.first[__i]) !=
1840 __traits_.translate(__s.__current_[__i]))
2153 : base(__s), __traits_(__traits), __c_(__traits.translate(__c)) {}
2163 __traits_.translate(*__s.__current_) == __c_)
2221 __chars_.push_back(__traits_.translate(__c));
2231 __neg_chars_.push_back(__traits_.translate(__c));
2250 __b[__i] = __traits_.translate(__b[__i]);
2252 __e[__i] = __traits_.translate(__e[__i]);
[all …]
/ndk/sources/host-tools/make-3.81/po/
Dvi.po1243 # Variable: don't translate / Biến: đừng dịch
1249 # Variable: do not translate/ biến: đừng dịch
1807 # Literal: don't translate / Nghĩa chữ: đừng dịch
1812 # Literal: don't translate / Nghĩa chữ: đừng dịch
Dhe.po1606 # It's no use to try to translate the signal names.
/ndk/sources/host-tools/make-3.81/
DCOPYING31 These restrictions translate to certain responsibilities for you if you
/ndk/tests/build/test-stlport_static-exception-force-rebuild/
DCOPYING30 These restrictions translate to certain responsibilities for you if you
/ndk/sources/host-tools/make-3.81/tests/
DCOPYING30 These restrictions translate to certain responsibilities for you if you
/ndk/tests/device/test-stlport_static-exception/
DCOPYING30 These restrictions translate to certain responsibilities for you if you
/ndk/build/tools/toolchain-licenses/
DCOPYING30 These restrictions translate to certain responsibilities for you if you
/ndk/tests/build/lambda-defarg3/
DCOPYING30 These restrictions translate to certain responsibilities for you if you
/ndk/tests/abcc/jni/mman-win32/
DLICENSE.TXT30 These restrictions translate to certain responsibilities for you if you
/ndk/tests/device/test-stlport_shared-exception/
DCOPYING30 These restrictions translate to certain responsibilities for you if you
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-12898 The purpose of the `sed' command is to translate (for example):
2919 (This example uses a substitution variable reference to translate the
7124 Program to translate Web into TeX; default `weave'.
7127 Program to translate C Web into TeX; default `cweave'.
7130 Program to translate Web into Pascal; default `tangle'.
7133 Program to translate C Web into C; default `ctangle'.
Dmake.texi3441 The purpose of the @code{sed} command is to translate (for example):
3474 (This example uses a substitution variable reference to translate the
8772 Program to translate Web into @TeX{}; default @samp{weave}.
8777 Program to translate C Web into @TeX{}; default @samp{cweave}.
8782 Program to translate Web into Pascal; default @samp{tangle}.
8787 Program to translate C Web into C; default @samp{ctangle}.
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex1370 % xx to do this right, we have to translate 8-bit characters to
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3354 $(call gen-test, re/re.traits/translate)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3363 $(call gen-test, re/re.traits/translate)