Home
last modified time | relevance | path

Searched defs:text (Results 1 – 11 of 11) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/
Dstringize.hpp22 # 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/
Dno_update_pos.pass.cpp27 const char *text = "aaa\naa"; in main() local
/ndk/tests/device/test-gnustl-full/unit/
Dostmit_test.cpp36 const char* text = "hello"; in ostmit0() local
/ndk/tests/device/test-stlport/unit/
Dostmit_test.cpp36 const char* text = "hello"; in ostmit0() local
/ndk/sources/android/support/tests/
Dwchar_unittest.cc76 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/
Dstdio_impl.c27 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/
Dgtest-printers.cc61 char text[5] = ""; in PrintByteSegmentInObjectTo() local
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpnginfo.h110 png_textp text; /* array of comments read or comments to write */ member
Dpng.h653 png_charp text; /* comment, may be an empty string (ie "") member
/ndk/sources/host-tools/make-3.81/
Dfunction.c77 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/
Dtests.py99 def _maybe_color(text, color, do_color): argument