/external/antlr/antlr-3.4/runtime/Perl5/ |
Makefile.PL | 9 --exclude=blib \ 10 --exclude='*~' \
|
/external/e2fsprogs/contrib/ |
build-rpm | 32 EXCLUDE="--exclude .hg* --exclude .pc*" 33 (cd $tmpdir && tar czfh ${builddir}.tar.gz $EXCLUDE $builddir)
|
/external/e2fsprogs/util/ |
subset.exclude | 11 .exclude-subset
|
/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/protobuf/ |
.gitignore | 1 # git-ls-files --others --exclude-from=.git/info/exclude 4 # exclude patterns (uncomment them if you want to use them):
|
/sdk/traceview/src/com/android/traceview/ |
Selection.java | 39 public static Selection exclude(String name, Object value) { method in class:Selection 40 return new Selection(Action.Exclude, name, value); 68 Highlight, Include, Exclude, Aggregate
|
/bionic/libdl/ |
Android.mk | 9 # NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from 16 # DO NOT REMOVE --exclude-libs! 18 LOCAL_LDFLAGS := -Wl,--exclude-libs=libgcc.a 20 # for x86, exclude libgcc_eh.a for the same reasons as above 22 LOCAL_LDFLAGS += -Wl,--exclude-libs=libgcc_eh.a
|
/external/oprofile/pp/ |
opannotate_options.cpp | 67 popt::option(exclude_file, "exclude-file", '\0', 68 "exclude these comma separated filename", "filenames"), 71 popt::option(exclude_symbols, "exclude-symbols", 'e', 72 "exclude these comma separated symbols", "symbols"), 75 popt::option(options::exclude_dependent, "exclude-dependent", 'x', 76 "exclude libs, kernel, and module samples for applications"),
|
/external/e2fsprogs/resize/ |
Makefile.in | 121 $(top_srcdir)/.exclude-file: 125 | sed -e "s/e2fsprogs/$$a/" > $(top_srcdir)/.exclude-file 126 echo "$(SRCROOT)/build" >> $(top_srcdir)/.exclude-file 127 echo "$(SRCROOT)/rpm.log" >> $(top_srcdir)/.exclude-file 128 echo "$(SRCROOT)/powerquest" >> $(top_srcdir)/.exclude-file 129 echo "$(SRCROOT)/.exclude-file" >> $(top_srcdir)/.exclude-file 131 >> $(top_srcdir)/.exclude-file 133 >> $(top_srcdir)/.exclude-file 135 source_tar_file: $(top_srcdir)/.exclude-fil [all...] |
/development/tools/idegen/ |
idegen.iml | 6 <exclude-output />
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
Filter.java | 23 * or reject (exclude). Patterns can be of two kind: 67 * Checks if the given string passes the various include/exclude rules. 71 * <li> The string must not match any full exclude nor any prefix exclude.
|
/external/apache-harmony/support/src/test/resources/config/ |
excludes.xsd | 18 * A type contains one or more exclude elements. 27 <xsd:element ref="exclude" minOccurs="1" maxOccurs="unbounded"/> 34 * An exclude element can have an optional reason 37 <xsd:element name="exclude">
|
/external/chromium/net/base/ |
host_mapping_rules_unittest.cc | 17 "map *.com baz , map *.net bar:60, EXCLUDE *.foo.com"); 43 "map *.com:80 baz:111 , map *.com:443 blat:333, EXCLUDE *.foo.com"); 77 EXPECT_FALSE(rules.AddRuleFromString("EXCLUDE")); 78 EXPECT_FALSE(rules.AddRuleFromString("EXCLUDE foo bar"));
|
/external/chromium/net/data/heapcheck/ |
net_unittests.gtest.txt | 4 # Exclude tests that simulate a crash: they leak a lot of stuff.
|
/external/valgrind/tsan/ |
mk-self-contained-tsan-pin.sh | 45 # Exclude unneeded binaries. 46 TAR_EXCLUDE="$TAR_EXCLUDE --exclude=*/doc/* \ 47 --exclude=*/include/* \ 48 --exclude=*/examples/* \
|
/frameworks/base/tools/preload/ |
preload.iml | 6 <exclude-output />
|
/hardware/ti/wpan/ |
.gitignore | 6 # NOTE! Please use 'git ls-files -i --exclude-standard'
|
/sdk/emulator/qtools/ |
parse_options.cpp | 30 " -e :kernel exclude all kernel symbols\n" 31 " -e :libs exclude all library symbols\n" 32 " -e <func> exclude function <func>\n" 33 " -e <pid> exclude process <pid>\n"
|
/external/antlr/antlr-3.4/runtime/CSharp2/ |
all.antlr3.runtime.net.build | 191 <exclude name="*.snk" /> 192 <exclude name="**/obj/Debug/*.*" /> 193 <exclude name="**/obj/Debug/net-1.1/*.*" /> 194 <exclude name="**/obj/Debug/net-2.0/*.*" /> 195 <exclude name="**/bin/Debug/*.*" /> 196 <exclude name="**/bin/Debug/net-1.1/*.*" /> 197 <exclude name="**/bin/Debug/net-2.0/*.*" /> 198 <exclude name="**/bin/*.*" /> 199 <exclude name="bin/**/*.*" /> 200 <exclude name="build/**/*.*" / [all...] |
/development/tools/idegen/src/ |
Excludes.java | 21 * Decides whether or not to exclude certain paths. 37 public boolean exclude(String path) { method in class:Excludes
|
/external/oprofile/doc/ |
opannotate.1.in | 30 .BI "--exclude-dependent / -x" 36 .BI "--exclude-file [files]" 37 Exclude all files in the given comma-separated list of glob patterns. 40 .BI "--exclude-symbols / -e [symbols]" 41 Exclude all the symbols in the given comma-separated list.
|
/external/icu4c/data/ |
icu-config.xml | 552 <!-- Exclude unusable data --> 553 <!-- Need to allow alt=.* for ldml/collations, but exclude for others --> 554 <exclude xpath="//ldml/fallback/.*" alt=".*"/> 555 <exclude xpath="//ldml/localeDisplayNames/.*" alt=".*"/> 556 <exclude xpath="//ldml/layout/.*" alt=".*"/> 557 <exclude xpath="//ldml/characters/.*" alt=".*"/> 558 <exclude xpath="//ldml/delimiters/.*" alt=".*"/> 559 <exclude xpath="//ldml/measurement/.*" alt=".*"/> 560 <exclude xpath="//ldml/dates/.*" alt=".*"/> 561 <exclude xpath="//ldml/numbers/.*" alt=".*"/ [all...] |
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_popup_win.cc | 21 // TODO(hbono): http://b/1111369 if we exclude this popup window from the
|
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/ |
gendef.pl | 16 if ( not $exclude{$1} ) {
|