Searched defs:exclude (Results 1 - 25 of 39) sorted by relevance

12

/external/oprofile/libutil++/
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/bison/
H A Dcfg.mk76 exclude = \ macro
78 $(call exclude, \
H A Dmaint.mk212 # exclude
215 # a prohibit construct. For example, this can be used to exclude
258 export exclude = macro
285 test -z "$$prohibit" && test -n "$$exclude" \
286 && { msg='Use of exclude requires a prohibit pattern' \
315 | grep -vE "$${exclude:-^$$}" \
364 exclude='# *define STRN?EQ\(' \
388 exclude='exit \(77\)|error ?\(((0|77),|[^,]*)' \
756 exclude='^Binary file .* matches$$' \
776 exclude
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Djquery.js613 // exclude the following css properties to add px
614 var exclude = /z-?index|font-?weight|opacity|zoom|line-?height/i; variable
763 return value && value.constructor == Number && type == "curCSS" && !exclude.test( name ) ?
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A D__init__.py53 exclude = _singleton_method('exclude') variable
H A Dcontrol.py253 # any canned exclusions. If they didn't, then we have to exclude the
267 # We exclude the coverage code itself, since a little of it will be
402 def clear_exclude(self, which='exclude'):
403 """Clear the exclude list."""
407 def exclude(self, regex, which='exclude'): member in class:coverage
413 `which` determines which list is modified. The "exclude" list selects
437 def get_exclude_list(self, which='exclude'):
440 `which` indicates which list is desired. See `exclude` for the lists
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCPUProfileTopDownDataGrid.js125 exclude: function(profileDataGridNode)
H A DCPUProfileBottomUpDataGrid.js280 exclude: function(profileDataGridNode)
/external/deqp/scripts/
H A Drun_nightly.py67 def __init__(self, name, buildConfig, generator, binaryName, testset, args = [], exclude = [], ignore = []):
74 self.exclude = exclude
290 if len(config.exclude) > 0:
291 execArgs += ['--exclude=%s' % string.join(config.exclude, ",")]
350 exclude = [ variable
364 exclude = [ variable
383 exclude = [], variable
406 exclude variable
422 exclude = [ variable
435 exclude = ["dEQP-CL.performance.*", "dEQP-CL.robustness.*", "dEQP-CL.stress.memory.*"], variable
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DType.java479 private Map findExclusiveDeclaredInterfaces(Type type, CtClass exclude) { argument
482 Map excludeMap = getAllInterfaces(exclude, null);
/external/deqp/executor/tools/
H A DxeCommandLineExecutor.cpp89 << Option<ExcludeSet> ("e", "exclude", "Comma-separated list of exclude filters", parseCommaSeparatedList, "")
118 std::vector<std::string> exclude; member in struct:CommandLine
146 cmdLine.exclude = opts.getOption<opt::ExcludeSet>();
454 for (vector<string>::const_iterator filterIter = cmdLine.exclude.begin(); filterIter != cmdLine.exclude.end(); ++filterIter)
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridDataFactory.java537 public GridDataFactory exclude(boolean value) { method in class:GridDataFactory
538 m_data.exclude = value;
/external/chromium_org/ash/wm/
H A Dwindow_positioner.cc184 const aura::Window* exclude,
216 if (window != exclude && window->type() == ui::wm::WINDOW_TYPE_NORMAL &&
183 GetReferenceWindow(const aura::Window* root_window, const aura::Window* exclude, bool *single_window) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_browsertest.cc510 void SetExcludeRect(gfx::Rect exclude) { exclude_rect_ = exclude; } argument
/external/vixl/src/a64/
H A Dmacro-assembler-a64.cc1449 RegList exclude = reg1.Bit() | reg2.Bit() | reg3.Bit() | reg4.Bit();
1450 ExcludeByRegList(available_, exclude);
1467 RegList exclude = 0;
1474 exclude |= regs[i].Bit();
1482 ExcludeByRegList(available_, exclude);
1520 RegList exclude) {
1521 available->set_list(available->list() & ~exclude);
1519 ExcludeByRegList(CPURegList* available, RegList exclude) argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc1770 std::set<aura::Window*> exclude; local
1775 exclude.insert(dragged_window);
1788 exclude.insert((*it)->window()->GetNativeWindow());
1793 exclude);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc686 void UpdateConstrainedWindows(aura::Window* exclude) { argument
697 children[i] != exclude &&
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.c711 int exclude = eu | ek | eh; local
718 if (!exclude)
719 exclude = eu = ek = eh = 1;
722 if (!exclude)
723 exclude = eu = ek = eh = 1;
726 if (!exclude)
727 exclude = eu = ek = eh = 1;
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp1930 bool exclude = false; local
1932 exclude = true;
1937 if (exclude) {
1943 if (exclude) {
/external/skia/gm/
H A Dgmmain.cpp1935 bool exclude = false; local
1937 exclude = true;
1942 if (exclude) {
1948 if (exclude) {
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c2464 int exclude = 0; local
2472 if( exclude ){
2473 exclude--;
2474 if( exclude==0 ){
2481 if( exclude ){
2482 exclude++;
2486 exclude = 1;
2489 exclude = 0;
2493 if( z[i+3]=='n' ) exclude = !exclude;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jar ... String notAProblem private String not private String withSource private String exclude private String include private String annotation private String after private ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 2484 milliseconds

12