Searched refs:final (Results 1 – 25 of 36) sorted by relevance
12
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-t | 10 # 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');
|
D | dash-n | 12 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/ |
D | is_final.pass.cpp | 18 struct P final { }; 20 union U2 final { };
|
D | is_polymorphic.pass.cpp | 56 class Final final {
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | fmt.c | 127 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/ |
D | SECONDARY | 93 final: intermediate 96 final intermediate source:
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | dollar.inp | 4 the final frontier
|
D | dollar.good | 4 space the final frontier
|
D | uniq.good | 102 /* 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
|
D | uniq.inp | 490 /* 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/ |
D | README | 56 the final
|
/ndk/docs/text/ |
D | INSTALL.text | 19 cannot generate final application packages (.apk files), only the shared library
|
D | OVERVIEW.text | 56 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
|
D | HOWTO.text | 57 a symbolic link to your final Application.mk there. For example, imagine
|
D | APPLICATION-MK.text | 33 shared libraries or your final packages).
|
D | DEVELOPMENT.text | 293 final packages (instead of /tmp/ndk-release)
|
D | CPLUSPLUS-SUPPORT.text | 185 its final binary image. This is problematic because certain global
|
D | ANDROID-MK.text | 505 > the final link works correctly. 598 > added to the final binary. This is not true when generating executables
|
D | CPU-ARCH-ABIS.text | 316 the final application package (.apk) at locations of the form:
|
D | STANDALONE-TOOLCHAIN.text | 316 included into your final binary. This is ideal if you are only
|
D | CHANGES.text | 17 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/ |
D | ca.po | 296 " 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 "
|
D | pt.po | 463 msgstr "'Backslash' no final"
|
/ndk/build/tools/ |
D | DEV-SCRIPTS-USAGE.TXT | 15 - 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/ |
D | ChangeLog | 669 * 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