Home
last modified time | relevance | path

Searched refs:specifiers (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_expectations.py149 parsed_specifiers = set([specifier.lower() for specifier in expectation_line.specifiers])
269 specifiers = []
318 specifiers.append(cls._configuration_tokens.get(token, token))
348 expectation_line.specifiers = specifiers
371 self.specifiers = []
388 and self.specifiers == other.specifiers
439 result.specifiers = list(set(line1.specifiers) | set(line2.specifiers))
459 for specifiers in specifiers_list:
461specifiers = self._serialize_parsed_specifiers(test_configuration_converter, specifiers).split()
463 … result.append(self._format_line(self.bugs, specifiers, self.name, expectations, self.comment))
[all …]
Dtest_expectations_unittest.py345 …def assert_tokenize_exp(self, line, bugs=None, specifiers=None, expectations=None, warnings=None, … argument
347 specifiers = specifiers or []
358 self.assertEqual(expectation_line.specifiers, specifiers)
363 …enize_exp("foo.html [ Pass ] # comment", comment="# comment", expectations=['PASS'], specifiers=[])
366 …self.assert_tokenize_exp('[ Mac ] foo.html [ Failure ] ', specifiers=['MAC'], expectations=['FAIL'…
369 … self.assert_tokenize_exp('[ Foo ] foo.html [ Pass ]', specifiers=['Foo'], expectations=['PASS'])
375 self.assert_tokenize_exp('foo.html [ Skip ]', specifiers=[], expectations=['SKIP'])
378 self.assert_tokenize_exp('foo.html [ Slow ]', specifiers=[], expectations=['SLOW'])
381 … self.assert_tokenize_exp('foo.html [ WontFix ]', specifiers=[], expectations=['WONTFIX', 'SKIP'])
382 …self.assert_tokenize_exp('foo.html [ WontFix ImageOnlyFailure ]', specifiers=[], expectations=['WO…
[all …]
Dtest_configuration.py99 def sort_specifiers(self, specifiers): argument
101 for specifier in specifiers:
223 return reduce(set.intersection, [set(specifiers) for specifiers in combination])
/external/clang/test/SemaObjCXX/
Dmessage.mm61 // Test class messages that use non-trivial simple-type-specifiers
62 // or typename-specifiers.
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser-in.cpp9811 CSSParserSelector* CSSParser::rewriteSpecifiersWithNamespaceIfNeeded(CSSParserSelector* specifiers) in rewriteSpecifiersWithNamespaceIfNeeded() argument
9813 if (m_defaultNamespace != starAtom || specifiers->needsCrossingTreeScopeBoundary()) in rewriteSpecifiersWithNamespaceIfNeeded()
9814 …return rewriteSpecifiersWithElementName(nullAtom, starAtom, specifiers, /*tagIsForNamespaceRule*/t… in rewriteSpecifiersWithNamespaceIfNeeded()
9815 …if (CSSParserSelector* distributedPseudoElementSelector = specifiers->findDistributedPseudoElement… in rewriteSpecifiersWithNamespaceIfNeeded()
9816specifiers->prependTagSelector(QualifiedName(nullAtom, starAtom, m_defaultNamespace), /*tagIsForNa… in rewriteSpecifiersWithNamespaceIfNeeded()
9817 return rewriteSpecifiersForShadowDistributed(specifiers, distributedPseudoElementSelector); in rewriteSpecifiersWithNamespaceIfNeeded()
9819 return specifiers; in rewriteSpecifiersWithNamespaceIfNeeded()
9822 …& namespacePrefix, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNa… in rewriteSpecifiersWithElementName() argument
9827 …if (CSSParserSelector* distributedPseudoElementSelector = specifiers->findDistributedPseudoElement… in rewriteSpecifiersWithElementName()
9828 specifiers->prependTagSelector(tag, tagIsForNamespaceRule); in rewriteSpecifiersWithElementName()
[all …]
DCSSParser.h362 …ualifiedName& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNa…
363 …ualifiedName& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNa…
366 …CSSParserSelector* rewriteSpecifiersForShadowDistributed(CSSParserSelector* specifiers, CSSParserS…
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dbot_test_expectations.py146 line.specifiers = bug_urls if bug_urls else ""
/external/openssh/
Dscp.020 names containing `:' as host specifiers. Copies between two remote hosts
/external/clang/test/SemaObjC/
Dformat-strings-objc.m222 …NSLog(@"no specifiers", dict[CFSTR("abc")]); // expected-error{{indexing expression is invalid bec…
226 …[Foo fooWithFormat:@"no specifiers", dict[CFSTR("abc")]]; // expected-error{{indexing expression i…
/external/llvm/lib/Support/Windows/
DSignals.inc37 // specifiers on to the MSVCRT entirely, and the CRT understands the ll
475 // complain about the ll format specifiers used. Now we are turning the
/external/libexif/
DNEWS21 * Fixed some invalid format specifiers that caused problems on some platforms
DChangeLog112 * Fixed some invalid format specifiers and typecasts. This caused a
/external/blktrace/
DREADME109 -F Format specification. The individual specifiers are:
/external/chromium_org/third_party/ply/
DREADME49 precedence specifiers, and moderately ambiguous grammars.
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td57 "specifiers (%1 vs %3) has unspecified value">;
DDiagnosticParseKinds.td169 "expected member name or ';' after declaration specifiers">;
/external/blktrace/doc/
Dblktrace.tex486 & & action specifiers in section~\ref{sec:act-table} \\ \hline
616 optionally a left-aligned specifier. These precede field specifiers,
779 specifiers -- BLK\_TA\_QUEUE, BLK\_TA\_REQUEUE, BLK\_TA\_ISSUE,
/external/bison/m4/
Dprintf.m48 dnl 'L' size specifiers. (ISO C99, POSIX:2001)
17 AC_CACHE_CHECK([whether printf supports size specifiers as in C99],
1516 dnl 1 = checking whether printf supports size specifiers as in C99...
/external/chromium_org/third_party/sqlite/src/test/
Dfts3matchinfo.test86 # key-value list (serialized array) with matchinfo() format specifiers
/external/clang/docs/
DLanguageExtensions.rst575 C++11 alignment specifiers
579 determine if support for alignment specifiers using ``alignas`` is enabled.
885 C11 alignment specifiers
889 if support for alignment specifiers using ``_Alignas`` is enabled.
2176 a format string that uses format specifiers that are allowed, and that
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-token.re225 /* size specifiers */
/external/dnsmasq/
DCHANGELOG202 client-architecture specifiers, but it's generally useful.
/external/valgrind/main/docs/internals/
Dxml-output-protocol4.txt155 specifiers used in the --xml-file= argument for the run, if any.
/external/oprofile/
DChangeLog-2004230 and binary profile specifiers
/external/e2fsprogs/
DRELEASE-NOTES41 E2fsck will now support UUID= and LABEL= specifiers for the -j option
3199 specifiers, via the syntax: "/tmp/test.img?offset=1024".
3762 and UUID filesystem specifiers without needing to search all of the
3766 Tune2fs and e2label will accept LABEL=xxx and UID=yyy specifiers for
3996 specifiers. (Sourceforge patch #613447)
4490 mke2fs and tune2fs will allow the use of UUID= or LABEL= specifiers

12