Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 134) sorted by relevance

123456

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dfallback_malloc.ipp121 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/
Dsetup.mk34 -fgcse-after-reload \
35 -frerun-cse-after-loop \
/ndk/toolchains/mips64el-linux-android-4.9/
Dsetup.mk34 -fgcse-after-reload \
35 -frerun-cse-after-loop \
/ndk/toolchains/mipsel-linux-android-4.6/
Dsetup.mk34 -fgcse-after-reload \
35 -frerun-cse-after-loop \
/ndk/toolchains/mipsel-linux-android-4.9/
Dsetup.mk34 -fgcse-after-reload \
35 -frerun-cse-after-loop \
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_rdebug.cpp363 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/
Dmanis.sed2 # The input should look just like the input after this is run.
/ndk/sources/third_party/googletest/patches.ndk/
D0002-Work-around-broken-abort-on-Android-MIPS.patch7 by using exit(1) after flushing all opened files, which should
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dcomments6 ."after a comment was started. This should not be reported as\n"
Dstatipattrules39 # Clean up after the first tests.
Derrors9 ."intended to fail) and then a delete command after that is \n"
/ndk/sources/host-tools/sed-4.2.1/po/
Del.po40 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/
Dalloca.m430 [Define to 1 if you have 'alloca' after including <alloca.h>,
Dmemchr.m426 # memchr should not dereference overestimated length after a match
Dmmap-anon.m455 [Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
Dgettext.m444 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
Dinclude_next.m4115 # behaves (after sed substitution) as if it contained
121 # Note: This macro assumes that the header file is not empty after
Dextensions.m497 dnl after AC_USE_SYSTEM_EXTENSIONS is required, autoconf 2.62..2.63 emit a
/ndk/sources/third_party/googletest/
DREADME.NDK36 In your source code, use #include <gtest/gtest.h> as usual after ensuring
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-typed-test_test.cc304 IntAfterTypedTestCaseP after = 0; variable
/ndk/sources/host-tools/make-3.81/
DMakefile.in864 || { echo "ERROR: files left after uninstall:" ; \
876 || { echo "ERROR: files left in build directory after distclean:" ; \
DREADME.Amiga29 Also be carefull that there is a space after the "\" (ie, at the
/ndk/sources/android/crazy_linker/
DDESIGN.TXT68 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/
Deval161 # command script, because these are evaluated after snap_deps() and that
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex50 % 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