OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prereq
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Tools/wx/packaging/debian/
rules
21
install: build-stamp install-
prereq
$(PYVERS:%=install-python%) install-libs install-nover
23
install-
prereq
: build-stamp
28
install-python%: install-
prereq
34
install-nover: install-
prereq
39
install-libs: install-
prereq
75
.PHONY: build clean binary-indep binary-arch binary install install-nover install-
prereq
install-libs
/sdk/anttasks/src/com/android/ant/
DependencyGraph.java
205
* This looks at the input paths, not at the list of known
prereq
. Therefore this
207
*
prereq
file list so that we can process those in a 2nd step.
210
* will process the remaining files in the
prereq
list.
308
* Check all the
prereq
files we know about to make sure they're still there, or that they
319
// Loop through our
prereq
files and make sure they still exist
320
for (File
prereq
: mPrereqs) {
321
if (
prereq
.exists() == false) {
328
String filePath =
prereq
.getAbsolutePath();
331
// if the input path is a directory, check if the
prereq
file is in it,
332
// otherwise check if the
prereq
file match exactly the input path
[
all
...]
/external/valgrind/main/perf/
vg_perf
41
# -
prereq
: <prerequisite command> (default: none)
74
my $
prereq
; # prerequisite test to satisfy before running test
166
($vgopts, $prog, $args, $
prereq
, $cleanup)
180
} elsif ($line =~ /^\s*
prereq
:\s*(.*)$/) {
181
$
prereq
= $1;
245
if (defined $
prereq
) {
246
if (system("$
prereq
") != 0) {
247
printf("%-16s (skipping,
prereq
failed: $
prereq
)\n", "$name:");
vg_perf.in
41
# -
prereq
: <prerequisite command> (default: none)
74
my $
prereq
; # prerequisite test to satisfy before running test
166
($vgopts, $prog, $args, $
prereq
, $cleanup)
180
} elsif ($line =~ /^\s*
prereq
:\s*(.*)$/) {
181
$
prereq
= $1;
245
if (defined $
prereq
) {
246
if (system("$
prereq
") != 0) {
247
printf("%-16s (skipping,
prereq
failed: $
prereq
)\n", "$name:");
/external/valgrind/main/tests/
vg_regtest
58
# -
prereq
: <prerequisite command> (default: none)
115
my $
prereq
; # prerequisite test to satisfy before running test
209
($
prereq
, $post, $cleanup) = (undef, undef, undef);
231
} elsif ($line =~ /^\s*
prereq
:\s*(.*)$/) {
232
$
prereq
= $1;
320
if (defined $
prereq
) {
321
my $prereq_res = system("$
prereq
");
326
#
Prereq
failed, skip.
327
printf("%-16s (skipping,
prereq
failed: $
prereq
)\n", "$name:")
[
all
...]
vg_regtest.in
58
# -
prereq
: <prerequisite command> (default: none)
115
my $
prereq
; # prerequisite test to satisfy before running test
209
($
prereq
, $post, $cleanup) = (undef, undef, undef);
231
} elsif ($line =~ /^\s*
prereq
:\s*(.*)$/) {
232
$
prereq
= $1;
320
if (defined $
prereq
) {
321
my $prereq_res = system("$
prereq
");
326
#
Prereq
failed, skip.
327
printf("%-16s (skipping,
prereq
failed: $
prereq
)\n", "$name:")
[
all
...]
Completed in 92 milliseconds