/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 29 std::cregex_iterator it{text, text+6, re}; in main()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | ostmit_test.cpp | 36 const char* text = "hello"; in ostmit0() local 41 copy(text, text + 5, iter); in ostmit0()
|
/ndk/tests/device/test-stlport/unit/ |
D | ostmit_test.cpp | 36 const char* text = "hello"; in ostmit0() local 41 copy(text, text + 5, iter); in ostmit0()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | execute.c | 88 char *text; /* Pointer to line allocated by malloc. */ member 108 char *text; member 211 inactive = lb->active - lb->text; 217 MEMMOVE(lb->text, lb->active, lb->length); 218 lb->alloc += lb->active - lb->text; 219 lb->active = lb->text; 232 lb->text = REALLOC(lb->text, inactive + lb->alloc, char); 233 lb->active = lb->text + inactive; 394 buf->text = MALLOC(initial_size, char); 395 buf->active = buf->text; [all …]
|
D | fmt.c | 121 const char *text; /* the text of the word */ member 319 word_limit->text = parabuf - 1; in get_line() 323 word_limit->length = parabuf - word_limit->text - (c != EOF); in get_line() 379 start = w->text; in check_punctuation() 574 s = w->text; in put_word()
|
D | sed.h | 52 char *text; member 191 size_t normalize_text P_((char *text, size_t len, enum text_types buftype));
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | bug-regex9.c | 34 static const char text[] = "#! /bin/sh"; variable 58 if (regexec (&re, text, 2, rm, 0)) in main()
|
/ndk/toolchains/mipsel-linux-android-4.8/ |
D | setup.mk | 67 $(call set-src-files-text,$(__debug_sources),mips$(space)) \ 68 $(call set-src-files-text,$(__release_sources),mips$(space)) \
|
/ndk/toolchains/mipsel-linux-android-4.6/ |
D | setup.mk | 67 $(call set-src-files-text,$(__debug_sources),mips$(space)) \ 68 $(call set-src-files-text,$(__release_sources),mips$(space)) \
|
/ndk/toolchains/mipsel-linux-android-4.7/ |
D | setup.mk | 67 $(call set-src-files-text,$(__debug_sources),mips$(space)) \ 68 $(call set-src-files-text,$(__release_sources),mips$(space)) \
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-printers.cc | 61 char text[5] = ""; in PrintByteSegmentInObjectTo() local 72 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo() 73 *os << text; in PrintByteSegmentInObjectTo()
|
/ndk/build/tools/ |
D | build-docs.sh | 68 IN_DIR=$ANDROID_NDK_ROOT/docs/text 86 DST_FILE=${SRC_FILE%%.text}.html
|
/ndk/ |
D | ndk-gdb.py | 276 text = subprocess.check_output([GNUMAKE_CMD, 287 return text.decode('ascii').replace('\r', '').splitlines()[0] 291 text = subprocess.check_output([GNUMAKE_CMD, 300 return text.decode('ascii').replace('\r', '').splitlines()[0] 303 def output_gdbserver(text): argument 305 print(text) 308 def output_jdb(text): argument 310 print('JDB :: %s' % text) 381 text = subprocess.check_output(fullargs, 386 text = subprocess.check_output(fullargs, [all …]
|
/ndk/tests/build/build-assembly-file/jni/ |
D | assembly-mips.S | 1 .text
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | filter-out | 9 also added to the text argument. This tests an internal hash table 11 the pattern and text arguments. The result of both filter-out
|
D | foreach | 9 into the variable and the given text evaluated. The general 10 form of the command is $(foreach var,$list,$text). Several
|
/ndk/toolchains/mipsel-linux-android-clang3.3/ |
D | setup.mk | 91 $(call set-src-files-text,$(__debug_sources),mips$(space)) \ 92 $(call set-src-files-text,$(__release_sources),mips$(space)) \
|
/ndk/toolchains/mipsel-linux-android-clang3.2/ |
D | setup.mk | 91 $(call set-src-files-text,$(__debug_sources),mips$(space)) \ 92 $(call set-src-files-text,$(__release_sources),mips$(space)) \
|
/ndk/docs/tools/ |
D | README | 4 A filter that takes Markdown text as input, and produces Markdown 15 following in the input text and produces the same output: 63 Apart from that, the input format of NDK .text file is regular Markdown
|
/ndk/toolchains/arm-linux-androideabi-4.6/ |
D | setup.mk | 108 $(call set-src-files-text,$(__arm_sources),arm$(space)$(space)) \ 109 $(call set-src-files-text,$(__thumb_sources),thumb)
|
/ndk/toolchains/arm-linux-androideabi-4.7/ |
D | setup.mk | 108 $(call set-src-files-text,$(__arm_sources),arm$(space)$(space)) \ 109 $(call set-src-files-text,$(__thumb_sources),thumb)
|
/ndk/toolchains/arm-linux-androideabi-4.8/ |
D | setup.mk | 108 $(call set-src-files-text,$(__arm_sources),arm$(space)$(space)) \ 109 $(call set-src-files-text,$(__thumb_sources),thumb)
|
/ndk/toolchains/arm-linux-androideabi-clang3.2/ |
D | setup.mk | 139 $(call set-src-files-text,$(__arm_sources),arm$(space)$(space)) \ 140 $(call set-src-files-text,$(__thumb_sources),thumb)
|
/ndk/toolchains/arm-linux-androideabi-clang3.3/ |
D | setup.mk | 139 $(call set-src-files-text,$(__arm_sources),arm$(space)$(space)) \ 140 $(call set-src-files-text,$(__thumb_sources),thumb)
|