OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROGRAM
(Results
1 - 25
of
137
) 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
39
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
"$@" {} \; \)
/external/chromium_org/third_party/libxslt/
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/chromium_org/third_party/tcmalloc/vendor/
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/grub/
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/libffi/
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 },
/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/elfutils/config/
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, write to the Free Software
27
# distribute this file as part of a
program
that contains a
29
# the same distribution terms that you use for the rest of that
program
.
46
Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... --
PROGRAM
[ARGS]...
53
PROGRAM
is
program
to run
92
# The
program
to run.
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h
7
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, see <http://www.gnu.org/licenses/>. */
99
PROGRAM
= 317,
207
#define
PROGRAM
317
262
#line 126 "src/src/mesa/
program
/program_parse.y"
291
#line 292 "src/chromium_gensrc/mesa/
program
/program_parse.tab.h"
/external/chromium_org/third_party/opus/src/
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
/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/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
...]
/external/grub/docs/
help2man
6
# This
program
is free software; you can redistribute it and/or modify
11
# This
program
is distributed in the hope that it will be useful,
17
# along with this
program
; if not, write to the Free Software Foundation,
170
(my $
program
= $ARGV[0]) =~ s!.*/!!;
171
my $package = $
program
;
188
# <
program
> <version>
189
# {GNU,Free} <
program
> <version>
190
# <
program
> ({GNU,Free} <package>) <version>
191
# <
program
> - {GNU,Free} <package> <version>
200
$
program
= $1
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man
7
# 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
> - {GNU,Free} <package> <version
[
all
...]
Completed in 2548 milliseconds
1
2
3
4
5
6