Home
last modified time | relevance | path

Searched defs:selector (Results 1 – 25 of 154) sorted by relevance

1234567

/third_party/css-what/src/
Dparse.spec.ts31 for (const [selector, expected, message] of tests) { constant
50 for (const selector of broken) { constant
Dstringify.spec.ts7 for (const [selector, expected, message] of tests) { constant
/third_party/typescript/
D.eslintrc.json25 …{ "selector": "typeLike", "format": ["PascalCase"], "filter": { "regex": "^(__String|[A-Za-z]+_[A-… string
26 …{ "selector": "interface", "format": ["PascalCase"], "custom": { "regex": "^I[A-Z]", "match": fals… string
27 …{ "selector": "variable", "format": ["camelCase", "PascalCase", "UPPER_CASE"], "leadingUnderscore"… string
28 …{ "selector": "function", "format": ["camelCase", "PascalCase"], "leadingUnderscore": "allow", "fi… string
29 …{ "selector": "parameter", "format": ["camelCase"], "leadingUnderscore": "allow", "filter": { "reg… string
30 …{ "selector": "method", "format": ["camelCase", "PascalCase"], "leadingUnderscore": "allow", "filt… string
31 …{ "selector": "memberLike", "format": ["camelCase"], "leadingUnderscore": "allow", "filter": { "re… string
32 …{ "selector": "enumMember", "format": ["camelCase", "PascalCase"], "leadingUnderscore": "allow", "… string
33 { "selector": "property", "format": null } string
/third_party/boost/boost/beast/_experimental/unit_test/
Dmatch.hpp21 class selector class
63 selector::selector(mode_t mode, std::string const& pattern) in selector() function in boost::beast::unit_test::selector
/third_party/boost/libs/beast/include/boost/beast/_experimental/unit_test/
Dmatch.hpp21 class selector class
63 selector::selector(mode_t mode, std::string const& pattern) in selector() function in boost::beast::unit_test::selector
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dutil.cuh155 unsigned int selector = selectors[address_offset]; in MsAtomicAdd() local
181 unsigned int selector = selectors[address_offset]; in MsAtomicAdd() local
207 unsigned int selector = selectors[(size_t)address & 3]; in MsAtomicSub() local
238 unsigned int selector = selectors[(size_t)address & 3]; in MsAtomicMax() local
256 unsigned int selector = selectors[(size_t)address & 3]; in MsAtomicMax() local
318 unsigned int selector = selectors[(size_t)address & 3]; in MsAtomicMin() local
336 unsigned int selector = selectors[(size_t)address & 3]; in MsAtomicMin() local
398 unsigned int selector = selectors[(size_t)address & 3]; in MsAtomicMul() local
416 unsigned int selector = selectors[(size_t)address & 3]; in MsAtomicMul() local
481 unsigned int selector = selectors[(size_t)address & 3]; in MsAtomicDiv() local
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DMessagePatternUtilTest.java203 private ExpectMessageNode expectVariant(String selector) { in expectVariant()
208 private ExpectMessageNode expectVariant(String selector, double value) { in expectVariant()
253 private ExpectVariantNode(ExpectComplexArgNode parent, String selector) { in ExpectVariantNode()
256 private ExpectVariantNode(ExpectComplexArgNode parent, String selector, double value) { in ExpectVariantNode()
274 private String selector; field in MessagePatternUtilTest.ExpectVariantNode
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessagePatternUtilTest.java200 private ExpectMessageNode expectVariant(String selector) { in expectVariant()
205 private ExpectMessageNode expectVariant(String selector, double value) { in expectVariant()
250 private ExpectVariantNode(ExpectComplexArgNode parent, String selector) { in ExpectVariantNode()
253 private ExpectVariantNode(ExpectComplexArgNode parent, String selector, double value) { in ExpectVariantNode()
271 private String selector; field in MessagePatternUtilTest.ExpectVariantNode
/third_party/skia/third_party/externals/tint/src/ast/
Dcase_statement.cc31 for (auto* selector : selectors) { in CaseStatement() local
Dcase_statement_test.cc30 auto* selector = create<SintLiteralExpression>(2); in TEST_F() local
45 auto* selector = create<UintLiteralExpression>(2u); in TEST_F() local
/third_party/typescript/tests/cases/conformance/
DinferFromBindingPattern.ts21 selector?: (obj: T) => K; property
/third_party/node/deps/npm/node_modules/genfun/lib/
Dmethod.js23 function Method (genfun, selector, func) { argument
/third_party/skia/tools/skp/page_sets/other/
DOLD-skia_desktop_set.json46 "selector": "a[href=\"http://www.facebook.com/WomenforObama\"]" string
50 "selector": "a[href=\"http://www.facebook.com/WomenforObama/info\"]" string
54 "selector": "a[href=\"http://www.facebook.com/?ref=tn_tnmn\"]" string
/third_party/flutter/skia/tools/skp/page_sets/other/
DOLD-skia_desktop_set.json46 "selector": "a[href=\"http://www.facebook.com/WomenforObama\"]" string
50 "selector": "a[href=\"http://www.facebook.com/WomenforObama/info\"]" string
54 "selector": "a[href=\"http://www.facebook.com/?ref=tn_tnmn\"]" string
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dnaming-convention.ts114 selector: property
138 selector: Selectors | MetaSelectors; property
206 const selector: JSONSchemaProperties = { constant
216 selector: { constant
/third_party/boost/boost/regex/v4/
Diterator_category.hpp76 typedef detail::is_random_imp_selector< ::boost::is_pointer<I>::value> selector; typedef
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePatternUtil.java455 private String selector; field in MessagePatternUtil.VariantNode
561 MessagePattern.Part selector = pattern.getPart(start++); in buildPluralStyleNode() local
583 MessagePattern.Part selector = pattern.getPart(start++); in buildSelectStyleNode() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessagePatternUtil.java427 private String selector; field in MessagePatternUtil.VariantNode
533 MessagePattern.Part selector = pattern.getPart(start++); in buildPluralStyleNode() local
555 MessagePattern.Part selector = pattern.getPart(start++); in buildSelectStyleNode() local
/third_party/boost/boost/type_traits/
Dis_polymorphic.hpp100 typedef is_polymorphic_selector< ::boost::is_class<T>::value> selector; typedef
Dis_base_and_derived.hpp213 ::boost::is_same<ncvB,ncvD>::value> selector; typedef
/third_party/boost/libs/hof/doc/html/_static/
Djquery-3.1.0.js95 jQuery = function( selector, context ) { argument
760 function Sizzle( selector, context, results, seed ) { argument
1912 "not": markFunction(function( selector ) { argument
1942 "has": markFunction(function( selector ) { argument
2122 tokenize = Sizzle.tokenize = function( selector, parseOnly ) { argument
2275 function multipleContexts( selector, contexts, results ) { argument
2305 function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { argument
2567 compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { argument
2606 select = Sizzle.select = function( selector, context, results, seed ) { argument
2841 find: function( selector ) { argument
[all …]
/third_party/boost/libs/python/doc/html/numpy/_static/
Djquery-3.1.0.js95 jQuery = function( selector, context ) { argument
760 function Sizzle( selector, context, results, seed ) { argument
1912 "not": markFunction(function( selector ) { argument
1942 "has": markFunction(function( selector ) { argument
2122 tokenize = Sizzle.tokenize = function( selector, parseOnly ) { argument
2275 function multipleContexts( selector, contexts, results ) { argument
2305 function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { argument
2567 compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { argument
2606 select = Sizzle.select = function( selector, context, results, seed ) { argument
2841 find: function( selector ) { argument
[all …]
/third_party/boost/libs/gil/doc/html/_static/
Djquery-3.1.0.js95 jQuery = function( selector, context ) { argument
760 function Sizzle( selector, context, results, seed ) { argument
1912 "not": markFunction(function( selector ) { argument
1942 "has": markFunction(function( selector ) { argument
2122 tokenize = Sizzle.tokenize = function( selector, parseOnly ) { argument
2275 function multipleContexts( selector, contexts, results ) { argument
2305 function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { argument
2567 compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { argument
2606 select = Sizzle.select = function( selector, context, results, seed ) { argument
2841 find: function( selector ) { argument
[all …]
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-selector.c142 CRSelector *selector = NULL; in cr_selector_append_simple_sel() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_currencysymbols.cpp54 UnicodeString CurrencySymbols::loadSymbol(UCurrNameStyle selector, UErrorCode& status) const { in loadSymbol()

1234567