Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 36) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-t10 # make 3.79.1 touches only interm-[ab] but reports final-[a] as
17 final-a: interm-a ; echo >> $@
18 final-b: interm-b ; echo >> $@
28 &utouch(-10, 'final-a','final-b');
31 &run_make_with_options($makefile, "-t final-a final-b", &get_logfile);
32 $answer = "touch interm-a\ntouch final-a\ntouch interm-b\ntouch final-b\n";
35 unlink('orig1-a', 'orig2-a', 'interm-a', 'final-a');
36 unlink('orig1-b', 'orig2-b', 'interm-b', 'final-b');
Ddash-n12 final: intermediate ; echo >> $@
24 $answer = "echo >> intermediate\necho >> final\n";
30 $answer = "echo >> intermediate\necho >> final\n";
33 unlink('orig', 'intermediate', 'final');
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
Dis_final.pass.cpp18 struct P final { };
20 union U2 final { };
Dis_polymorphic.pass.cpp56 class Final final {
/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c127 unsigned final:1; /* end of sentence */ member
268 (word_limit - 1)->period = (word_limit - 1)->final = true; in get_paragraph()
333 word_limit->final = (c == EOF in get_line()
337 word_limit->space = word_limit->final ? 2 : 1; in get_line()
492 if ((this - 1)->final) in base_cost()
499 else if (this > words + 1 && (this - 2)->final) in base_cost()
505 else if (this->final) in base_cost()
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DSECONDARY93 final: intermediate
96 final intermediate source:
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Ddollar.inp4 the final frontier
Ddollar.good4 space the final frontier
Duniq.good102 /* In case the recursion has set more capturing values, save the final
826 the final argument TRUE causes it to stop at the end of an assertion. */
854 values of the final offsets, in case they were set by a previous iteration of
Duniq.inp490 /* In case the recursion has set more capturing values, save the final
1722 the final argument TRUE causes it to stop at the end of an assertion. */
1753 values of the final offsets, in case they were set by a previous iteration of
/ndk/docs/tools/
DREADME56 the final
/ndk/docs/text/
DINSTALL.text19 cannot generate final application packages (.apk files), only the shared library
DOVERVIEW.text56 final (and signed) .apks
148 will then need to generate your final .apk through the usual means.
171 the directory names and structure here will not influence the final
259 In both cases, a successful build will copy the final stripped binary modules
DHOWTO.text57 a symbolic link to your final Application.mk there. For example, imagine
DAPPLICATION-MK.text33 shared libraries or your final packages).
DDEVELOPMENT.text293 final packages (instead of /tmp/ndk-release)
DCPLUSPLUS-SUPPORT.text185 its final binary image. This is problematic because certain global
DANDROID-MK.text505 > the final link works correctly.
598 > added to the final binary. This is not true when generating executables
DCPU-ARCH-ABIS.text316 the final application package (.apk) at locations of the form:
DSTANDALONE-TOOLCHAIN.text316 included into your final binary. This is ideal if you are only
DCHANGES.text17 flags for armeabi-v7a. The final library is installed at libs/armeabi-v7a,
202 The code/size of the final stripped shouldn't be affected.
1817 the final link will work correctly.
2437 - Fixed a bug that duplicated the LOCAL_LDFLAGS in the final link command
/ndk/sources/host-tools/sed-4.2.1/po/
Dca.po296 " especifica la longitud desitjada per a l'ajust de final de\n"
467 msgstr "Barra invertida al final"
491 msgstr "El rang final no �s v�lid"
574 #~ " especifica la longitud desitjada per a l'ajust de final "
Dpt.po463 msgstr "'Backslash' no final"
/ndk/build/tools/
DDEV-SCRIPTS-USAGE.TXT15 - packaging final NDK release tarballs, including adding samples
38 compiled to generate useful host programs for the final NDK
166 but of its final installation.
357 A final NDK installation comes with a lot of various target-specific prebuilt
383 in the final NDK installation. You can generate with 'build-gdbserver.sh' and
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog669 * sed/compile.c (normalize_text): Replace final parameter with one of
675 * sed/execute.c (execute_program): print final line
2011 to match the final empty string after the end of the pattern
2742 final newline. Corrected calls to regnexec to pass the

12