Searched refs:exclude (Results 1 - 25 of 848) sorted by relevance

1234567891011>>

/external/oprofile/libutil++/
H A Dstring_filter.cpp3 * Filter strings based on exclude/include list
23 exclude(separate_token(exclude_patterns, ','))
31 exclude(exclude_patterns)
40 cit = find(exclude.begin(), exclude.end(), str);
41 if (cit != exclude.end())
H A Dglob_filter.cpp3 * Filter strings based on globbed exclude/include list
30 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(str));
31 if (cit != exclude.end())
H A Dpath_filter.cpp3 * Filter paths based on globbed exclude/include list
26 // first, if any component of the dir is listed in exclude -> no
29 cit = find_if(exclude.begin(), exclude.end(),
31 if (cit != exclude.end())
43 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(base));
44 if (cit != exclude.end())
H A Dstring_filter.h3 * Filter strings based on exclude/include list
19 * string_filter - filtering of a string based on include/exclude list
31 * Initialise the filter with the include and exclude list,
38 * Initialise the filter with the include and exclude list.
51 /// exclude patterns
52 std::vector<std::string> exclude; member in class:string_filter
/external/mockito/
H A Dupdate_source.sh41 for exclude in ${EXCLUDE}; do
42 echo "Excluding $exclude"
43 rm -r $exclude
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
H A Dgendef.pl16 if ( not $exclude{$1} ) {
/external/antlr/antlr-3.4/runtime/Perl5/
H A DMakefile.PL9 --exclude=blib \
10 --exclude='*~' \
/external/e2fsprogs/util/
H A Dgen-tarball.in10 exclude=/tmp/exclude
43 -print) | sed -e "s/^$base_e2fsprogs/$SRCROOT/" > $exclude
44 sed -e "s;^;$SRCROOT/;" < $srcdir/$list.exclude >> $exclude
48 (cd $top_srcdir/.. ; tar -c -h -v -f - -X $exclude $SRCROOT) \
/external/chromium_org/build/mac/
H A Dcopy_framework_unversioned.sh93 rsync -acC --delete --exclude Headers --exclude PrivateHeaders \
/external/chromium_org/third_party/icu/source/tools/gendraft/
H A Dgenheaders.pl61 "--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);
90 writeFile($systemFile, $systemHeaderName, $destDir, $systemAppend, $systemDefine, \%exclude);
[all...]
H A DMakefile18 EXCLUDE=$(srcdir)/exclude.txt
/external/icu4c/tools/gendraft/
H A Dgenheaders.pl61 "--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);
90 writeFile($systemFile, $systemHeaderName, $destDir, $systemAppend, $systemDefine, \%exclude);
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dlighttpd.conf41 static-file.exclude-extensions = ( ".php", ".pl", ".cgi" )
/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_host.cc286 Path::Point exclude[4]; local
287 exclude[0].x = max_x - difference; // Top left corner.
288 exclude[0].y = 0;
290 exclude[1].x = max_x; // Top right corner.
291 exclude[1].y = 0;
293 exclude[2].x = max_x; // Bottom right corner.
294 exclude[2].y = max_y;
296 exclude[3].x = max_x - difference; // Bottom left corner.
297 exclude[3].y = max_y;
300 gfx::Path exclude_path(exclude, arraysiz
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_host.cc320 Path::Point exclude[4]; local
321 exclude[0].x = max_x - difference; // Top left corner.
322 exclude[0].y = 0;
324 exclude[1].x = max_x; // Top right corner.
325 exclude[1].y = 0;
327 exclude[2].x = max_x; // Bottom right corner.
328 exclude[2].y = max_y;
330 exclude[3].x = max_x - difference; // Bottom left corner.
331 exclude[3].y = max_y;
334 gfx::Path exclude_path(exclude, arraysiz
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dsimplefileflags.py154 for exclude in FLAGS.exclude_files:
155 if f.endswith('/' + exclude) or f == exclude:
/external/chromium_org/third_party/closure_linter/closure_linter/common/
H A Dsimplefileflags.py154 for exclude in FLAGS.exclude_files:
155 if f.endswith('/' + exclude) or f == exclude:
/external/e2fsprogs/resize/
H A DMakefile.in121 $(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
[all...]
/external/chromium_org/build/android/gyp/
H A Djar.py18 for exclude in build_utils.ParseGypList(options.excluded_classes):
20 lambda f: not fnmatch.fnmatch(f, exclude), class_files)
46 help='List of .class file patterns to exclude from the jar.')
/external/chromium_org/build/android/pylib/utils/
H A Dfindbugs.py83 def _Run(exclude, known_bugs, classes_to_analyze, auxiliary_classes,
88 exclude: the exclude xml file, refer to FindBugs's -exclude command option.
123 if exclude:
124 cmd = '%s -exclude %s ' % (cmd, os.path.abspath(exclude))
149 if options.exclude:
150 exclude_file = options.exclude
189 '--exclude',
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A D__init__.py53 exclude = _singleton_method('exclude') variable
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dparse_dsc.py172 def LoadProjectTree(srcpath, include, exclude=None):
174 return FilterTree(out, MakeDefaultFilterFn(include, exclude))
191 def MakeDefaultFilterFn(include, exclude):
194 matches_exclude = exclude and DescMatchesFilter(desc, exclude)
/external/chromium_org/skia/
H A Dskia_chrome_opts.target.darwin-arm.mk32 -Wl,--exclude-libs=ALL \
51 -Wl,--exclude-libs=ALL \
H A Dskia_chrome_opts.target.linux-arm.mk32 -Wl,--exclude-libs=ALL \
51 -Wl,--exclude-libs=ALL \
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_arm_neon.target.darwin-arm.mk33 -Wl,--exclude-libs=ALL \
52 -Wl,--exclude-libs=ALL \

Completed in 749 milliseconds

1234567891011>>