Home
last modified time | relevance | path

Searched refs:exclusions (Results 1 – 9 of 9) sorted by relevance

/external/emma/core/java12/com/vladium/emma/filter/
DIInclExclFilter.java73 final List exclusions = new ArrayList (); in create() local
82 exclusions.add (spec.substring (1)); in create()
95 return new WCInclExclFilter (inclusions, exclusions); in create()
99 final String [] exclusions) in create() argument
101 return new WCInclExclFilter (inclusions, exclusions); in create()
105 final List /* String */ exclusions) in create()
107 return new WCInclExclFilter (inclusions, exclusions); in create()
122 final WCMatcher [] exclusions = m_exclusions; in included() local
140 if (exclusions != null) in included()
142 for (int x = 0, xLimit = exclusions.length; x < xLimit; ++ x) in included()
[all …]
/external/chromium/third_party/icu/source/test/intltest/
Dtransrt.h44 const char* toSet,const char* exclusions);
Dtransrt.cpp1663 const char* toSet,const char* exclusions){ in TestDebug() argument
1667 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); in TestDebug()
/external/icu4c/test/intltest/
Dtransrt.h44 const char* toSet,const char* exclusions);
Dtransrt.cpp1656 const char* toSet,const char* exclusions){ in TestDebug() argument
1660 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); in TestDebug()
/external/webkit/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js3348 var exclusions = new Selector(selector).findElements(root);
3349 h.mark(exclusions);
3352 h.unmark(exclusions);
Dconcat-jquery-mootools-prototype.js11727 var exclusions = new Selector(selector).findElements(root);
11728 h.mark(exclusions);
11731 h.unmark(exclusions);
/external/webkit/WebCore/WebCore.gyp/
DWebCore.gyp923 # the specific exclusions in the "sources!" list below.
/external/webkit/WebCore/
DChangeLog-2010-01-2989873 …In r42158 we lost some exclusions to making back/forward items for subframe navigations when a mai…