HomeSort by relevance Sort by last modified time
    Searched refs:EXCLUDE (Results 1 - 12 of 12) sorted by null

  /external/mockito/
update_source.sh 14 EXCLUDE="
41 for exclude in ${EXCLUDE}; do
42 echo "Excluding $exclude"
43 rm -r $exclude
  /external/chromium_org/third_party/icu/source/tools/gendraft/
Makefile 18 EXCLUDE=$(srcdir)/exclude.txt
34 perl ./genheaders.pl --srcdir=$(DOCDIR) --destdir=$(COMMONHDR) --version=$(VERSION) --exclusion-list=$(EXCLUDE)
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/chromium_org/third_party/sqlite/src/test/
mallocAll.test 35 set EXCLUDE {
40 # lappend EXCLUDE \
46 # that is not in the EXCLUDE list is run.
53 if {[lsearch -exact $EXCLUDE $tail]>=0} continue
  /external/e2fsprogs/contrib/
build-rpm 32 EXCLUDE="--exclude .hg* --exclude .pc*"
33 (cd $tmpdir && tar czfh ${builddir}.tar.gz $EXCLUDE $builddir)
  /external/chromium_org/chrome/
PRESUBMIT.py 17 EXCLUDE = (
49 black_list = input_api.DEFAULT_BLACK_LIST + EXCLUDE
  /external/chromium_org/third_party/sqlite/src/
publish.sh 99 EXCLUDE=`find sqlite-$VERS -print | egrep '(www/|art/|doc/|contrib/|_FOSSIL_)' | sed 's,^, --exclude ,'`
100 echo "tar czf $ORIGIN/doc/sqlite-$VERS.tar.gz $EXCLUDE sqlite-$VERS"
101 tar czf $ORIGIN/doc/sqlite-$VERS.tar.gz $EXCLUDE sqlite-$VERS
  /external/libvpx/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/icu4c/tools/gendraft/
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/chromium_org/chrome_frame/test/
poor_mans_trybot.bat 71 xcopy %CLIENT_ROOT%\%OUTPUT%\%BUILDTYPE% %OUTPUT%\%BUILDTYPE% /E /EXCLUDE:%CLIENT_ROOT%\chrome_frame\test\poor_mans_trybot_xcopy_filter.txt
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 242 milliseconds