Searched defs:text (Results 1 – 11 of 11) sorted by relevance
| /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/ |
| D | stringize.hpp | 22 # define BOOST_PP_STRINGIZE(text) BOOST_PP_STRINGIZE_A((text)) argument 25 # define BOOST_PP_STRINGIZE(text) BOOST_PP_STRINGIZE_OO((text)) argument 28 # define BOOST_PP_STRINGIZE(text) BOOST_PP_STRINGIZE_I(text) argument 31 # define BOOST_PP_STRINGIZE_I(text) #text argument
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/ |
| D | no_update_pos.pass.cpp | 27 const char *text = "aaa\naa"; in main() local
|
| /ndk/tests/device/test-gnustl-full/unit/ |
| D | ostmit_test.cpp | 36 const char* text = "hello"; in ostmit0() local
|
| /ndk/tests/device/test-stlport/unit/ |
| D | ostmit_test.cpp | 36 const char* text = "hello"; in ostmit0() local
|
| /ndk/sources/android/support/tests/ |
| D | wchar_unittest.cc | 76 const char* text = to_cstr(kData[n].input); in TEST() local 102 const char* text = to_cstr(kData[n].input); in TEST() local 128 const char* text = to_cstr(kData[n].input); in TEST() local 154 const char* text = to_cstr(kData[n].input); in TEST() local 180 const char* text = to_cstr(kData[n].input); in TEST() local 206 const char* text = to_cstr(kData[n].input); in TEST() local 232 const char* text = to_cstr(kData[n].input); in TEST() local
|
| /ndk/sources/android/support/src/stdio/ |
| D | stdio_impl.c | 27 void fake_file_out(FakeFILE* file, const char* text, size_t length) { in fake_file_out() 46 void fake_file_outw(FakeFILE* file, const wchar_t* text, size_t length) { in fake_file_outw()
|
| /ndk/sources/third_party/googletest/googletest/src/ |
| D | gtest-printers.cc | 61 char text[5] = ""; in PrintByteSegmentInObjectTo() local
|
| /ndk/tests/build/issue20862-libpng-O0/jni/ |
| D | pnginfo.h | 110 png_textp text; /* array of comments read or comments to write */ member
|
| D | png.h | 653 png_charp text; /* comment, may be an empty string (ie "") member
|
| /ndk/sources/host-tools/make-3.81/ |
| D | function.c | 77 subst_expand (char *o, char *text, char *subst, char *replace, in subst_expand() 147 patsubst_expand (char *o, char *text, char *pattern, char *replace, in patsubst_expand() 1513 msdos_openpipe (int* pipedes, int *pidp, char *text) in msdos_openpipe()
|
| /ndk/tests/ |
| D | tests.py | 99 def _maybe_color(text, color, do_color): argument
|