HomeSort by relevance Sort by last modified time
    Searched refs:PROGRAM (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /cts/tests/tests/opengl/src/android/opengl/cts/
Constants.java 20 public static final int PROGRAM = 2;
ProgramTest.java 41 mActivity = getShaderActivity(Constants.PROGRAM, 1);
OpenGLES20ActivityOne.java 121 } else if (type == Constants.PROGRAM) {
  /external/llvm/utils/bugpoint/
RemoteRunSafely.sh 3 # Program: RemoteRunSafely.sh
5 # Synopsis: This script simply runs another program remotely using ssh.
6 # It always returns the another program exit code or exit with
7 # code 255 which indicates that the program could not be executed.
12 # <program> <args...>
15 # <hostname> is the remote host to execute the program,
18 # <program> is the path to the program to run,
19 # <args...> are the arguments to pass to the program.
26 "<program> <args...>
    [all...]
  /external/llvm/utils/
llvmdo 20 # llvmdo [-topdir DIR] [-dirs "DIRNAMES..."] [-code-only] PROGRAM ARGS...
35 # Finally, you simply specify whatever program you want to run against each
36 # file and the arguments to give it. The PROGRAM will be given the file name
41 echo "Usage: llvmdo [-topdir DIR] [-dirs "DIRNAMES..."] [-code-only] PROGRAM ARGS..."
67 echo "Missing program name to run"
71 PROGRAM=`which $1`
72 if test ! -x "$PROGRAM" ; then
181 -exec $PROGRAM "$@" {} \; \)
  /system/connectivity/shill/bin/
set_cellular_ppp 22 PROGRAM=$(basename $0)
26 ${PROGRAM}
29 ${PROGRAM} [-u <username>] [-p <password>]
32 ${PROGRAM} -c
206 ${PROGRAM} -c
209 ${PROGRAM} the next time you need to connect.
set_apn 21 PROGRAM=$(basename $0)
24 ${PROGRAM}
28 ${PROGRAM} [-n <network_id>] [-u <username] [-p <password] <apn>
32 ${PROGRAM} -c
  /external/c-ares/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
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.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/cmockery/cmockery_0_1_2/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
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.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libogg/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
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.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libusb/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
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.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libusb-compat/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
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.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libvorbis/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
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.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /ndk/sources/host-tools/make-3.81/config/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
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.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 50 PROGRAM := $(BUILD_DIR)/ndk-awk$(EXE)
52 all: $(PROGRAM)
96 $(PROGRAM): $(OBJECTS)
101 $(hide)rm -f $(OBJECTS) $(PROGRAM) $(MAKETAB) $(YTAB_C) $(YTAB_H) $(PROGTAB_C)
maketab.c 26 * this program makes the table to link function names
42 { PROGRAM, "program", NULL },
  /toolchain/binutils/binutils-2.25/
ylwrap 10 # 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.
75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
82 PROGRAM is program to run
118 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for
140 # The program to run
    [all...]
  /external/bison/build-aux/
ylwrap 11 # This program is free software; you can redistribute it and/or modify
16 # This program is distributed in the hope that it will be useful,
22 # along with this program. If not, see <http://www.gnu.org/licenses/>.
25 # distribute this file as part of a program that contains a
27 # the same distribution terms that you use for the rest of that program.
44 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
51 PROGRAM is program to run
90 # The program to run.
compile 10 # 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.
204 Usage: compile [--help] [--version] PROGRAM [ARGS]
207 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libcap-ng/libcap-ng-0.7/
compile 10 # 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.
204 Usage: compile [--help] [--version] PROGRAM [ARGS]
207 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libevent/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
23 # distribute this file as part of a program that contains a
25 # the same distribution terms that you use for the rest of that program.
236 Usage: compile [--help] [--version] PROGRAM [ARGS]
239 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libopus/
compile 10 # 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.
237 Usage: compile [--help] [--version] PROGRAM [ARGS]
240 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /cts/hostsidetests/sustainedperf/dhrystone/
Drystone-2.1.sh 28 XThe Dhrystone benchmark program [1] has become a popular benchmark for
77 Xoutweight the benefits. If I were to write a new benchmark program, I
78 Xwouldn't give it the name "Dhrystone" since this denotes the program
140 Xmakes the program simpler.) However, since the loop check is now part
157 X strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 3'RD STRING");
203 X statement. While the program would not be incorrect without this
218 Xnot been changed, to keep the program consistent with the original
222 Xrepresented in the program, and that execution time is dominated by
224 Xcompilers removed too much code in the main part of the program, this
280 X program preparation time (although not as much as compilation in on
    [all...]
  /external/ImageMagick/config/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
23 # distribute this file as part of a program that contains a
25 # the same distribution terms that you use for the rest of that program.
241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 8 # This program is free software; you can redistribute it and/or modify
13 # This program is distributed in the hope that it will be useful,
19 # along with this program*; if not, write to the Free Software
284 Foundation's software and to any other program whose authors commit to
301 For example, if you distribute copies of such a program, whether
318 Finally, any free program is threatened constantly by software
320 program will individually obtain patent licenses, in effect making the
321 program proprietary. To prevent this, we have made it clear that any
330 0. This License applies to any program or other work which contains
332 under the terms of this General Public License. The "Program", below
    [all...]

Completed in 807 milliseconds

1 2 3 4 5 6