Searched refs:after (Results 1 – 25 of 134) sorted by relevance
123456
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | fallback_malloc.ipp | 121 heap_node *after ( struct heap_node *p ) { return p + p->len; } 136 std::cout << " p, cp, after (p), after(cp) " 139 << offset_from_node ( after ( p )) << ' ' 140 << offset_from_node ( after ( cp )) << std::endl; 142 if ( after ( p ) == cp ) { 149 else if ( after ( cp ) == p ) { // there's a free heap_node right after
|
/ndk/toolchains/mipsel-linux-android-4.8/ |
D | setup.mk | 34 -fgcse-after-reload \ 35 -frerun-cse-after-loop \
|
/ndk/toolchains/mips64el-linux-android-4.9/ |
D | setup.mk | 34 -fgcse-after-reload \ 35 -frerun-cse-after-loop \
|
/ndk/toolchains/mipsel-linux-android-4.6/ |
D | setup.mk | 34 -fgcse-after-reload \ 35 -frerun-cse-after-loop \
|
/ndk/toolchains/mipsel-linux-android-4.9/ |
D | setup.mk | 34 -fgcse-after-reload \ 35 -frerun-cse-after-loop \
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_rdebug.cpp | 363 link_map_t* after = before->l_next; in AddEntryImpl() local 367 entry->l_next = after; in AddEntryImpl() 383 mapper.MapReadWrite(after); in AddEntryImpl() 384 after->l_prev = entry; in AddEntryImpl()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | manis.sed | 2 # The input should look just like the input after this is run.
|
/ndk/sources/third_party/googletest/patches.ndk/ |
D | 0002-Work-around-broken-abort-on-Android-MIPS.patch | 7 by using exit(1) after flushing all opened files, which should
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | comments | 6 ."after a comment was started. This should not be reported as\n"
|
D | statipattrules | 39 # Clean up after the first tests.
|
D | errors | 9 ."intended to fail) and then a delete command after that is \n"
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | el.po | 40 msgid "extra characters after command" 44 msgid "expected \\ after `a', `c' or `i'" 631 #~ msgid "unrecognized character after (?" 647 #~ msgid "missing ) after comment" 662 #~ msgid "unrecognized character after (?<" 668 #~ msgid "malformed number after (?(" 674 #~ msgid "assertion expected after (?("
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | alloca.m4 | 30 [Define to 1 if you have 'alloca' after including <alloca.h>,
|
D | memchr.m4 | 26 # memchr should not dereference overestimated length after a match
|
D | mmap-anon.m4 | 55 [Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
|
D | gettext.m4 | 44 dnl Catalog extension: .mo after installation, .gmo in source tree 47 dnl Catalog extension: .mo after installation, .gmo in source tree 84 dnl Ideally we would do this search only after the 87 dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT
|
D | include_next.m4 | 115 # behaves (after sed substitution) as if it contained 121 # Note: This macro assumes that the header file is not empty after
|
D | extensions.m4 | 97 dnl after AC_USE_SYSTEM_EXTENSIONS is required, autoconf 2.62..2.63 emit a
|
/ndk/sources/third_party/googletest/ |
D | README.NDK | 36 In your source code, use #include <gtest/gtest.h> as usual after ensuring
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-typed-test_test.cc | 304 IntAfterTypedTestCaseP after = 0; variable
|
/ndk/sources/host-tools/make-3.81/ |
D | Makefile.in | 864 || { echo "ERROR: files left after uninstall:" ; \ 876 || { echo "ERROR: files left in build directory after distclean:" ; \
|
D | README.Amiga | 29 Also be carefull that there is a space after the "\" (ie, at the
|
/ndk/sources/android/crazy_linker/ |
D | DESIGN.TXT | 68 be adjusted after load. That's what the relocation entries do. They can 133 As an example, here's a diagram that shows the list after loading a library
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | eval | 161 # command script, because these are evaluated after snap_deps() and that
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 50 % Sometimes one run after texindex suffices, and sometimes you need more 214 % Append this vertical mode material after the current line in the output. 296 % one after. I won't pretend I can describe this better than DEK... 309 % \topmark doesn't work for the very first chapter (after the title 543 % actual body; @end closes the group after calling \Efoo. \envdef also 711 % @frenchspacing on|off says whether to put extra space after punctuation. 759 % end-of-line in the output. We don't want the end-of-line after 768 % \lineskip glue after it. Thus, space below is not quite equal to space 833 % page after the empty box. So we use a penalty of 9999. 847 % Do not allow a page break right after this kern. [all …]
|
123456