/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/ |
D | translate.pass.cpp | 24 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/ |
D | build-device-llvm.sh | 234 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
|
D | build-llvm.sh | 456 … 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/ |
D | Abcc.h | 176 translate(); in execute() 198 void translate();
|
D | Abcc.cpp | 169 void BitcodeCompiler::translate() { in translate() function in BitcodeCompiler
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | unit_test_monitor.ipp | 75 // translate execution_exception::error_code to error_level
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | wcsnrtombs.inc | 56 /* Enough space to translate in-place. */
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-type-util.h.pump | 151 // 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 | __gmsl | 325 # 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/ |
D | regex | 103 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/ |
D | vi.po | 1243 # 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
|
D | he.po | 1606 # It's no use to try to translate the signal names.
|
/ndk/sources/host-tools/make-3.81/ |
D | COPYING | 31 These restrictions translate to certain responsibilities for you if you
|
/ndk/tests/build/test-stlport_static-exception-force-rebuild/ |
D | COPYING | 30 These restrictions translate to certain responsibilities for you if you
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | COPYING | 30 These restrictions translate to certain responsibilities for you if you
|
/ndk/tests/device/test-stlport_static-exception/ |
D | COPYING | 30 These restrictions translate to certain responsibilities for you if you
|
/ndk/build/tools/toolchain-licenses/ |
D | COPYING | 30 These restrictions translate to certain responsibilities for you if you
|
/ndk/tests/build/lambda-defarg3/ |
D | COPYING | 30 These restrictions translate to certain responsibilities for you if you
|
/ndk/tests/abcc/jni/mman-win32/ |
D | LICENSE.TXT | 30 These restrictions translate to certain responsibilities for you if you
|
/ndk/tests/device/test-stlport_shared-exception/ |
D | COPYING | 30 These restrictions translate to certain responsibilities for you if you
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 2898 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'.
|
D | make.texi | 3441 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/ |
D | texinfo.tex | 1370 % xx to do this right, we have to translate 8-bit characters to
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 3354 $(call gen-test, re/re.traits/translate)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3363 $(call gen-test, re/re.traits/translate)
|