Searched refs:program (Results 1 - 25 of 25) sorted by relevance

/ndk/build/tools/
H A Dbuild-ndk-depends.sh24 $PROGDIR/build-ndk-stack.sh --program-name=ndk-depends "$@"
H A Dcommon-build-host-funcs.sh435 /* this program will fail to compile if the compiler doesn't generate BITS-bits code */
H A Dbuild-host-gcc.sh27 This program is used to rebuild one or more NDK cross-toolchains from scratch.
617 /* this program will fail to compile if the compiler doesn't generate BITS-bits code */
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Dhelp2man7 # This program is free software; you can redistribute it and/or modify
12 # This program is distributed in the hope that it will be useful,
18 # along with this program; if not, write to the Free Software Foundation,
50 -S, --source=TEXT source of program (FSF, Debian, ...)
198 (my $program = $ARGV[0]) =~ s!.*/!!;
199 my $package = $program;
216 # <program> <version>
217 # {GNU,Free} <program> <version>
218 # <program> ({GNU,Free} <package>) <version>
219 # <program>
[all...]
H A Dmissing10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
110 # normalize program name to check for.
111 program=`echo "$1" | sed '
118 # the program)
[all...]
H A Dtexi2dvi7 # This program is free software; you can redistribute it and/or modify
12 # This program is distributed in the hope that it will be useful,
18 # along with this program; if not, you can either send email to this
19 # program's maintainer or write to: The Free Software Foundation,
28 program=`echo $0 | sed -e 's!.*/!!'`
36 usage="Usage: $program [OPTION]... FILE...
H A Dtexinfo.tex23 % along with this program. If not, see <http://www.gnu.org/licenses/>.
4580 % The texindex program reads in these files and writes files
/ndk/tests/build/stdint-c++/jni/
H A DAndroid.mk7 # - All constants should be defined when <stdint.h> is included from a C program
9 # - When included from a C++ program, limit-related macros should only be
12 # - When included from a C++ program, constant-related macros should only be
/ndk/sources/android/support/tests/
H A DAndroid.mk11 # Module declaration for the unit test program.
/ndk/sources/host-tools/make-3.81/
H A Dmain.c1 /* Argument parsing and main program of GNU Make.
456 char *program;
681 _("\nUnhandled exception filter called from program %s\nExceptionCode = %lx\nExceptionFlags = %lx\nExceptionAddress = %p\n"),
1034 /* Figure out where this program lives. */
1039 program = "make";
1043 program = strrchr (argv[0], ']');
1045 program = strrchr (argv[0], '/');
1048 if (program == 0)
1049 program = strrchr (argv[0], '\\');
1055 if (p && p > program)
453 char *program; variable
[all...]
H A Dmisc.c214 printf ("%s: ", program);
216 printf ("%s[%u]: ", program, makelevel);
248 fprintf (stderr, "%s: ", program);
250 fprintf (stderr, "%s[%u]: ", program, makelevel);
281 fprintf (stderr, "%s: *** ", program);
283 fprintf (stderr, "%s[%u]: *** ", program, makelevel);
876 If a program writes *anything* to stdout, that program should close
883 left with an incomplete output file and the offending program would
H A Dconfigure46 # Prefer a ksh shell builtin over an external printf program on Solaris,
985 -program-prefix | --program-prefix | --program-prefi | --program-pref \
986 | --program-pre | --program-pr | --program-p)
988 -program-prefix=* | --program
[all...]
H A Dconfigure.bat46 echo No Make program found--use DOSBUILD.BAT to build Make.
H A Dmake.h524 extern char *program;
/ndk/build/core/
H A Dbuild-executable.mk17 # executable program
H A Ddefinitions-tests.mk34 # This is similar to test-expect, though it will abort the program
H A Dinit.mk179 # Instead, we assume that a program named /bin/uname.exe
408 $(call ndk_log, Probing for 'cygpath' program)
/ndk/sources/host-tools/sed-4.2.1/sed/
H A Dcompile.c5 This program is free software; you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program; if not, write to the Free Software
224 /* Read the next character from the program. Return EOF if there isn't
268 /* Read the next non-blank character from the program. */
280 /* Read an integer value from the program. */
1039 /* Read a program (or a subprogram within `{' `}' pairs) in and store
1633 /* Make any checks which require the whole program to have been read.
1637 check_final_program(program)
1638 struct vector *program;
[all...]
H A Dexecute.c5 This program is free software; you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program; if not, write to the Free Software
164 /* An input line that's been stored by later use by the program */
1343 count_branches(program)
1344 struct vector *program;
1346 struct sed_cmd *cur_cmd = program->v;
1347 countT isn_cnt = program->v_length;
1389 /* Execute the program `vec' on the current input line.
1770 /* If our top-level program consist
[all...]
/ndk/sources/host-tools/nawk-20071023/
H A DREADME34 The program itself is created by
H A Dproto.h152 extern Cell *program(Node **, int);
H A Dawkgram.y97 program: label
H A Drun.c174 Cell *program(Node **a, int n) /* execute an awk program */ function
/ndk/sources/host-tools/sed-4.2.1/
H A Dconfigure1367 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1368 | --program-pre | --program-pr | --program-p)
1370 -program-prefix=* | --program-prefix=* | --program
[all...]
/ndk/
H A Dndk-gdb.py40 def find_program(program, extra_paths = []):
49 full = path + os.sep + program + ext
438 # Return the PID of a given package or program, or 0 if it doesn't run
439 # $1: Package name ("com.example.hellojni") or program name ("/lib/gdbserver")

Completed in 442 milliseconds