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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
bot_test_expectations.py 151 # specifiers arg is used in unittests to avoid the static dependency on builders.
152 def __init__(self, results_json, specifiers=None):
154 self.specifiers = specifiers or set(builders.specifiers_for_builder(results_json.builder_name))
165 line.specifiers = self.specifiers
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py 149 parsed_specifiers = set([specifier.lower() for specifier in expectation_line.specifiers])
209 # FIXME: Update the original specifiers and remove this once the old syntax is gone.
222 # FIXME: Update the original specifiers list and remove this once the old syntax is gone.
249 [[bugs] [ "[" <configuration specifiers> "]" <name> [ "[" <expectations> "]" ["#" <comment>]
275 specifiers = []
324 specifiers.append(cls._configuration_tokens.get(token, token))
354 expectation_line.specifiers = specifiers
377 self.specifiers = []
394 and self.specifiers == other.specifier
    [all...]
test_configuration.py 99 def sort_specifiers(self, specifiers):
101 for specifier in specifiers:
149 """Convert a list of specifiers into a set of TestConfiguration instances."""
223 return reduce(set.intersection, [set(specifiers) for specifiers in combination])
235 """Convert a set of TestConfiguration instances into one or more list of specifiers."""
240 # 1) Build a list of specifier sets, discarding specifiers that don't add value.
260 # 2) Collapse specifier sets with common specifiers:
280 # 3) Abbreviate specifier sets by combining specifiers across categories.
test_expectations_unittest.py 380 def assert_tokenize_exp(self, line, bugs=None, specifiers=None, expectations=None, warnings=None, comment=None, name='foo.html'):
382 specifiers = specifiers or []
393 self.assertEqual(expectation_line.specifiers, specifiers)
398 self.assert_tokenize_exp("foo.html [ Pass ] # comment", comment="# comment", expectations=['PASS'], specifiers=[])
401 self.assert_tokenize_exp('[ Mac ] foo.html [ Failure ] ', specifiers=['MAC'], expectations=['FAIL'])
404 self.assert_tokenize_exp('[ Foo ] foo.html [ Pass ]', specifiers=['Foo'], expectations=['PASS'])
410 self.assert_tokenize_exp('foo.html [ Skip ]', specifiers=[], expectations=['SKIP'])
413 self.assert_tokenize_exp('foo.html [ Slow ]', specifiers=[], expectations=['SLOW']
    [all...]
  /external/chromium_org/media/tools/layout_tests/
test_expectations.py 101 test_expectation_info['Platforms'] = parsed.specifiers or []
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp     [all...]
BisonCSSParser.h 163 CSSParserSelector* rewriteSpecifiersWithElementNameForCustomPseudoElement(const QualifiedName& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule);
164 CSSParserSelector* rewriteSpecifiersWithElementNameForContentPseudoElement(const QualifiedName& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule);
167 CSSParserSelector* rewriteSpecifiersForShadowDistributed(CSSParserSelector* specifiers, CSSParserSelector* distributedPseudoElementSelector);
  /external/chromium_org/tools/grit/grit/tool/
rc2grd.py 83 # Finds printf and FormatMessage style format specifiers
312 type format specifiers get those specifiers replaced with placeholders, and
386 # FormatMessage format specifiers and change them into placeholders.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 309 if line.specifiers:
310 _log.warning("W3CImportExpectations:%s should not have any specifiers" % line.line_numbers)
  /external/blktrace/doc/
blktrace.tex 486 & & action specifiers in section~\ref{sec:act-table} \\ \hline
616 optionally a left-aligned specifier. These precede field specifiers,
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
braille_util.js 47 * The template takes one-character specifiers:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 540 milliseconds