Home
last modified time | relevance | path

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

123

/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/android/support/tests/
Dwchar_unittest.cc76 const char* text = to_cstr(kData[n].input); in TEST() local
78 TEST_TEXT << text; in TEST()
80 TEST_TEXT << text; in TEST()
102 const char* text = to_cstr(kData[n].input); in TEST() local
104 TEST_TEXT << text; in TEST()
106 TEST_TEXT << text; in TEST()
128 const char* text = to_cstr(kData[n].input); in TEST() local
130 TEST_TEXT << text; in TEST()
132 TEST_TEXT << text; in TEST()
154 const char* text = to_cstr(kData[n].input); in TEST() local
[all …]
/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
29 std::cregex_iterator it{text, text+6, re}; in main()
/ndk/docs/Additional_library_docs/renderscript/
Dtabs.css37 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
38 text-decoration: none;
50 text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
51 text-decoration: none;
58 text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
Ddoxygen.css63 text-align: center;
68 text-align: center;
74 text-align: center;
91 text-decoration: none;
99 text-decoration: underline;
215 text-align: center;
227 text-align: center;
238 text-align: right;
393 text-align: center;
422 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
[all …]
/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() argument
33 fwrite(text, 1, length, file->file); in fake_file_out()
40 (const char*)text, in fake_file_out()
46 void fake_file_outw(FakeFILE* file, const wchar_t* text, size_t length) { in fake_file_outw() argument
54 size_t mb_len = wcstombs(NULL, text, length); in fake_file_outw()
56 wcstombs(mb_buffer, text, length); in fake_file_outw()
66 (const char*)text, in fake_file_outw()
/ndk/tests/device/test-gnustl-full/unit/
Dostmit_test.cpp36 const char* text = "hello"; in ostmit0() local
41 copy(text, text + 5, iter); in ostmit0()
/ndk/tests/device/test-stlport/unit/
Dostmit_test.cpp36 const char* text = "hello"; in ostmit0() local
41 copy(text, text + 5, iter); in ostmit0()
/ndk/build/tools/
Dbuild-docs.sh68 IN_DIR=$ANDROID_NDK_ROOT/docs/text
86 DST_FILE=${SRC_FILE%%.text}.html
Dprebuilt-common.sh418 text=`option_get_attr $opt text | awk "$AWK_SCRIPT"`
422 echo " $text $abstract [$default]"
424 echo " $text $abstract"
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-printers.cc61 char text[5] = ""; in PrintByteSegmentInObjectTo() local
72 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo()
73 *os << text; in PrintByteSegmentInObjectTo()
/ndk/tests/build/build-assembly-file/jni/
Dassembly-mips.S1 .text
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dfilter-out9 also added to the text argument. This tests an internal hash table
11 the pattern and text arguments. The result of both filter-out
Dforeach9 into the variable and the given text evaluated. The general
10 form of the command is $(foreach var,$list,$text). Several
/ndk/tests/device/test-yasm/jni/
Dprint_hello.asm4 section .text
/ndk/build/core/toolchains/arm-linux-androideabi-4.9/
Dsetup.mk112 $(call set-src-files-text,$(__arm_sources),arm) \
113 $(call set-src-files-text,$(__thumb_sources),thumb)
/ndk/sources/host-tools/make-3.81/
Dvariable.h127 extern char *subst_expand PARAMS ((char *o, char *text, char *subst, char *replace,
129 extern char *patsubst_expand PARAMS ((char *o, char *text, char *pattern, char *replace,
Dfunction.c77 subst_expand (char *o, char *text, char *subst, char *replace, in subst_expand() argument
80 char *t = text; in subst_expand()
116 && ((p > text && !isblank ((unsigned char)p[-1])) in subst_expand()
147 patsubst_expand (char *o, char *text, char *pattern, char *replace, in patsubst_expand() argument
186 return subst_expand (o, text, pattern, replace, in patsubst_expand()
194 while ((t = find_next_token (&text, &len)) != 0) in patsubst_expand()
1513 msdos_openpipe (int* pipedes, int *pidp, char *text) in msdos_openpipe() argument
1522 while (isblank ((unsigned char)*text)) in msdos_openpipe()
1523 ++text; in msdos_openpipe()
1524 if (*text == '\0') in msdos_openpipe()
[all …]
/ndk/build/core/toolchains/arm-linux-androideabi-clang3.6/
Dsetup.mk161 $(call set-src-files-text,$(__arm_sources),arm) \
162 $(call set-src-files-text,$(__thumb_sources),thumb)
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpnginfo.h110 png_textp text; /* array of comments read or comments to write */ member
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dcomments10 ."text on the line which should never execute since it should be \n"
/ndk/sources/host-tools/make-3.81/po/
Den@boldquot.header23 # This catalog furthermore displays the text between the quotation marks in
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dprogress_monitor.ipp12 // Description : implements simple text based progress monitor
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex186 % that the text looks ok even though it passes the margin).
191 % surround any changed text. This approach does *not* work if the
213 % This is the space between the bar and the text.
677 % the text is small, which looks bad.
702 % manual), we don't worry about eating any user text.
707 % \baselineskip glue before it, and (when the next line of text is done)
800 % @exdent text....
801 % outputs text on separate line in roman font, starting at standard page margin
851 \def\lefttext{#1}% have only one text
863 % @include file insert text of that file as input.
[all …]
/ndk/sources/host-tools/make-3.81/doc/
Dfdl.texi77 The ``Cover Texts'' are certain short passages of text that are listed,
85 straightforwardly with generic text editors or (for images composed of
87 drawing editor, and that is suitable for input to text formatters or
89 to text formatters. A copy made in an otherwise Transparent file
93 of text. A copy that is not ``Transparent'' is called ``Opaque''.
112 the text near the most prominent appearance of the work's title,
113 preceding the beginning of the body of the text.
117 text that translates XYZ in another language. (Here XYZ stands for a
258 unaltered in their text and in their titles. Section numbers
282 parties---for example, statements of peer review or that the text has
[all …]

123