Home
last modified time | relevance | path

Searched defs:text (Results 1 – 16 of 16) 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/host-tools/sed-4.2.1/testsuite/
Dbug-regex9.c34 static const char text[] = "#! /bin/sh"; variable
/ndk/
Dndk-gdb.py303 def output_gdbserver(text): argument
308 def output_jdb(text): argument
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c88 char *text; /* Pointer to line allocated by malloc. */ member
108 char *text; member
566 output_line(text, length, nl, outf) in output_line() argument
1609 char *text = NULL; local
Dcompile.c754 new_replacement(text, length, type) in new_replacement() argument
772 setup_replacement(sub, text, length) in setup_replacement() argument
Dfmt.c121 const char *text; /* the text of the word */ member
Dutils.c266 ck_getline(text, buflen, stream) in ck_getline() argument
Dsed.h52 char *text; member
/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/android/support/src/stdio/
Dvfwprintf.c56 void out_write(Out* out, const wchar_t* text, size_t length) { in out_write()
/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()