OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXCLUDE
(Results
1 - 11
of
11
) sorted by null
/external/icu4c/tools/gendraft/
Makefile
18
EXCLUDE
=$(srcdir)/
exclude
.txt
35
perl ./genheaders.pl --srcdir=$(DOCDIR) --destdir=$(COMMONHDR) --version=$(VERSION) --exclusion-list=$(
EXCLUDE
) $(GENHEADERS_OPTS)
genheaders.pl
61
"--exclusion-list=s" => \$
exclude
,
68
usage() unless defined $
exclude
;
77
$excludeFH = IO::File->new($
exclude
,"r")
78
or die "could not open the file $
exclude
for reading: $! \n";
79
my %
exclude
;
84
$
exclude
{$line}="
EXCLUDE
";
87
writeFile($draftFile, $draftHeaderName, $destDir, $draftAppend, $draftDefine, \%
exclude
);
88
writeFile($deprecatedFile, $deprecatedHeaderName, $destDir, $deprecatedAppend, $deprecatedDefine, \%
exclude
);
89
writeFile($obsoleteFile, $obsoleteHeaderName, $destDir, $obsoleteAppend, $obsoleteDefine, \%
exclude
);
[
all
...]
/external/e2fsprogs/contrib/
build-rpm
32
EXCLUDE
="--
exclude
.hg* --
exclude
.pc*"
33
(cd $tmpdir && tar czfh ${builddir}.tar.gz $
EXCLUDE
$builddir)
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.15.js
58
var
EXCLUDE
= "true";
15.8.2.18.js
40
var
EXCLUDE
= "true";
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/
jsref.js
29
EXCLUDE
= "";
/external/libvpx/
libs.doxy_template
518
# The
EXCLUDE
tag can be used to specify files and/or directories that should
519
# excluded from the INPUT source files. This way you can easily
exclude
a
522
EXCLUDE
=
531
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to
exclude
533
# against the file with absolute path, so to
exclude
all test directories
[
all
...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/
jsref.js
5
var
EXCLUDE
= "";
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
jsref.js
5
var
EXCLUDE
= "";
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/
jsref.js
8
var
EXCLUDE
= "";
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js
8
EXCLUDE
= "";
Completed in 261 milliseconds