Home
last modified time | relevance | path

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

123456

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dcontainer.js28 _proto.append = function append(selector) { argument
33 _proto.prepend = function prepend(selector) { argument
183 return this.walk(function (selector) { argument
191 return this.walk(function (selector) { argument
199 return this.walk(function (selector) { argument
207 return this.walk(function (selector) { argument
215 return this.walk(function (selector) { argument
223 return this.walk(function (selector) { argument
231 return this.walk(function (selector) { argument
239 return this.walk(function (selector) { argument
[all …]
/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/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dobjc_sel_and_id.rs16 pub static mut selector: objc::runtime::Sel; constant
/third_party/mesa3d/src/asahi/lib/
Dwrap.c49 wrap_Method(mach_port_t connection, uint32_t selector, const uint64_t* input, in wrap_Method()
283 wrap_AsyncMethod(mach_port_t connection, uint32_t selector, in wrap_AsyncMethod()
345 wrap_StructMethod(mach_port_t connection, uint32_t selector, in wrap_StructMethod()
355 wrap_AsyncStructMethod(mach_port_t connection, uint32_t selector, in wrap_AsyncStructMethod()
367 wrap_ScalarMethod(mach_port_t connection, uint32_t selector, in wrap_ScalarMethod()
376 wrap_AsyncScalarMethod(mach_port_t connection, uint32_t selector, in wrap_AsyncScalarMethod()
/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/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc37 explicit Arm64OperandGenerator(InstructionSelector* selector) in Arm64OperandGenerator()
147 void VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRR()
153 void VisitRR(InstructionSelector* selector, InstructionCode opcode, in VisitRR()
160 void VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRR()
167 void VisitRRR(InstructionSelector* selector, InstructionCode opcode, in VisitRRR()
175 void VisitSimdShiftRRR(InstructionSelector* selector, ArchOpcode opcode, in VisitSimdShiftRRR()
193 void VisitRRI(InstructionSelector* selector, InstructionCode opcode, in VisitRRI()
201 void VisitRRO(InstructionSelector* selector, ArchOpcode opcode, Node* node, in VisitRRO()
209 void VisitRRIR(InstructionSelector* selector, InstructionCode opcode, in VisitRRIR()
267 bool TryMatchExtendingLoad(InstructionSelector* selector, Node* node) { in TryMatchExtendingLoad()
[all …]
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc21 explicit ArmOperandGenerator(InstructionSelector* selector) in ArmOperandGenerator()
83 void VisitRR(InstructionSelector* selector, InstructionCode opcode, in VisitRR()
90 void VisitRRR(InstructionSelector* selector, InstructionCode opcode, in VisitRRR()
98 void VisitSimdShiftRRR(InstructionSelector* selector, ArchOpcode opcode, in VisitSimdShiftRRR()
116 void VisitRRRShuffle(InstructionSelector* selector, ArchOpcode opcode, in VisitRRRShuffle()
138 void VisitRRI(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRI()
145 void VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRIR()
155 bool TryMatchShift(InstructionSelector* selector, in TryMatchShift()
177 bool TryMatchShiftImmediate(InstructionSelector* selector, in TryMatchShiftImmediate()
194 bool TryMatchROR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchROR()
[all …]
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc85 explicit S390OperandGenerator(InstructionSelector* selector) in S390OperandGenerator()
435 void VisitTryTruncateDouble(InstructionSelector* selector, ArchOpcode opcode, in VisitTryTruncateDouble()
453 void GenerateRightOperands(InstructionSelector* selector, Node* node, in GenerateRightOperands()
498 void GenerateBinOpOperands(InstructionSelector* selector, Node* node, in GenerateBinOpOperands()
626 void VisitBinOp(InstructionSelector* selector, Node* node, in VisitBinOp()
722 InstructionSelector* selector, Node* node, MachineRepresentation rep, in VisitGeneralStore()
1036 InstructionSelector* selector, Node* node) { in TryMatchSignExtInt16OrInt8FromWord32Sar()
1144 static inline bool TryMatchNegFromSub(InstructionSelector* selector, in TryMatchNegFromSub()
1170 bool TryMatchShiftFromMul(InstructionSelector* selector, Node* node) { in TryMatchShiftFromMul()
1197 static inline bool TryMatchInt32OpWithOverflow(InstructionSelector* selector, in TryMatchInt32OpWithOverflow()
[all …]
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc54 explicit IA32OperandGenerator(InstructionSelector* selector) in IA32OperandGenerator()
290 void VisitRO(InstructionSelector* selector, Node* node, ArchOpcode opcode) { in VisitRO()
299 void VisitROWithTemp(InstructionSelector* selector, Node* node, in VisitROWithTemp()
307 void VisitROWithTempSimd(InstructionSelector* selector, Node* node, in VisitROWithTempSimd()
316 void VisitRR(InstructionSelector* selector, Node* node, in VisitRR()
323 void VisitRROFloat(InstructionSelector* selector, Node* node, in VisitRROFloat()
338 void VisitFloatUnop(InstructionSelector* selector, Node* node, Node* input, in VisitFloatUnop()
352 void VisitRRSimd(InstructionSelector* selector, Node* node, in VisitRRSimd()
363 void VisitRRSimd(InstructionSelector* selector, Node* node, ArchOpcode opcode) { in VisitRRSimd()
371 void VisitRROSimd(InstructionSelector* selector, Node* node, in VisitRROSimd()
[all …]
/third_party/libabigail/tools/
Dfedabipkgdiff488 selector = lambda rpm: True function
490 selector = lambda rpm: local_rpm.is_devel or \ function
664 def listRPMs(self, buildID=None, arches=None, selector=None): argument
736 selector=None, order_by=None, reverse=None): argument
852 selector = lambda item: item['version'] == version and \ function
885 selector = lambda item: item['release'].find(distro) > -1 function
904 selector = lambda build: get_distro_from_string(build['release']) and \ function
949 selector = lambda rpm: rpm['arch'] not in excluded_arches function
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dobjc_sel_and_id.h5 SEL selector; variable
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc22 explicit RiscvOperandGenerator(InstructionSelector* selector) in RiscvOperandGenerator()
128 static void VisitRR(InstructionSelector* selector, ArchOpcode opcode, in VisitRR()
135 static void VisitRRI(InstructionSelector* selector, ArchOpcode opcode, in VisitRRI()
143 static void VisitSimdShift(InstructionSelector* selector, ArchOpcode opcode, in VisitSimdShift()
157 static void VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, in VisitRRIR()
166 static void VisitRRR(InstructionSelector* selector, ArchOpcode opcode, in VisitRRR()
174 static void VisitUniqueRRR(InstructionSelector* selector, ArchOpcode opcode, in VisitUniqueRRR()
182 void VisitRRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRRR()
189 static void VisitRRO(InstructionSelector* selector, ArchOpcode opcode, in VisitRRO()
262 bool TryEmitExtendingLoad(InstructionSelector* selector, Node* node, in TryEmitExtendingLoad()
[all …]
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc24 explicit Loong64OperandGenerator(InstructionSelector* selector) in Loong64OperandGenerator()
122 static void VisitRR(InstructionSelector* selector, ArchOpcode opcode, in VisitRR()
129 static void VisitRRI(InstructionSelector* selector, ArchOpcode opcode, in VisitRRI()
137 static void VisitSimdShift(InstructionSelector* selector, ArchOpcode opcode, in VisitSimdShift()
151 static void VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, in VisitRRIR()
160 static void VisitRRR(InstructionSelector* selector, ArchOpcode opcode, in VisitRRR()
168 static void VisitUniqueRRR(InstructionSelector* selector, ArchOpcode opcode, in VisitUniqueRRR()
176 void VisitRRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRRR()
183 static void VisitRRO(InstructionSelector* selector, ArchOpcode opcode, in VisitRRO()
252 bool TryEmitExtendingLoad(InstructionSelector* selector, Node* node, in TryEmitExtendingLoad()
[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/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc24 explicit Mips64OperandGenerator(InstructionSelector* selector) in Mips64OperandGenerator()
122 static void VisitRR(InstructionSelector* selector, ArchOpcode opcode, in VisitRR()
129 static void VisitRRI(InstructionSelector* selector, ArchOpcode opcode, in VisitRRI()
137 static void VisitSimdShift(InstructionSelector* selector, ArchOpcode opcode, in VisitSimdShift()
151 static void VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, in VisitRRIR()
160 static void VisitRRR(InstructionSelector* selector, ArchOpcode opcode, in VisitRRR()
168 static void VisitUniqueRRR(InstructionSelector* selector, ArchOpcode opcode, in VisitUniqueRRR()
176 void VisitRRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRRR()
183 static void VisitRRO(InstructionSelector* selector, ArchOpcode opcode, in VisitRRO()
256 bool TryEmitExtendingLoad(InstructionSelector* selector, Node* node, in TryEmitExtendingLoad()
[all …]
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc33 explicit X64OperandGenerator(InstructionSelector* selector) in X64OperandGenerator()
520 void VisitAtomicExchange(InstructionSelector* selector, Node* node, in VisitAtomicExchange()
536 void VisitStoreCommon(InstructionSelector* selector, Node* node, in VisitStoreCommon()
706 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
768 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
864 bool TryMergeTruncateInt64ToInt32IntoLoad(InstructionSelector* selector, in TryMergeTruncateInt64ToInt32IntoLoad()
917 void VisitWord32Shift(InstructionSelector* selector, Node* node, in VisitWord32Shift()
939 void VisitWord64Shift(InstructionSelector* selector, Node* node, in VisitWord64Shift()
963 bool TryVisitWordShift(InstructionSelector* selector, Node* node, in TryVisitWordShift()
983 void EmitLea(InstructionSelector* selector, InstructionCode opcode, in EmitLea()
[all …]
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc22 explicit MipsOperandGenerator(InstructionSelector* selector) in MipsOperandGenerator()
108 static void VisitRRR(InstructionSelector* selector, ArchOpcode opcode, in VisitRRR()
116 static void VisitUniqueRRR(InstructionSelector* selector, ArchOpcode opcode, in VisitUniqueRRR()
124 void VisitRRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRRR()
131 static void VisitRR(InstructionSelector* selector, ArchOpcode opcode, in VisitRR()
138 static void VisitRRI(InstructionSelector* selector, ArchOpcode opcode, in VisitRRI()
146 static void VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, in VisitRRIR()
155 static void VisitRRO(InstructionSelector* selector, ArchOpcode opcode, in VisitRRO()
163 bool TryMatchImmediate(InstructionSelector* selector, in TryMatchImmediate()
176 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
[all …]
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc29 explicit PPCOperandGenerator(InstructionSelector* selector) in PPCOperandGenerator()
75 void VisitRR(InstructionSelector* selector, InstructionCode opcode, in VisitRR()
82 void VisitRRR(InstructionSelector* selector, InstructionCode opcode, in VisitRRR()
90 void VisitRRO(InstructionSelector* selector, InstructionCode opcode, Node* node, in VisitRRO()
99 void VisitTryTruncateDouble(InstructionSelector* selector, in VisitTryTruncateDouble()
118 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
151 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
173 static void VisitLoadCommon(InstructionSelector* selector, Node* node, in VisitLoadCommon()
269 void VisitStoreCommon(InstructionSelector* selector, Node* node, in VisitStoreCommon()
415 static void VisitLogical(InstructionSelector* selector, Node* node, Matcher* m, in VisitLogical()
[all …]
/third_party/skia/third_party/externals/tint/src/ast/
Dcase_statement_test.cc30 auto* selector = create<SintLiteralExpression>(2); in TEST_F() local
45 auto* selector = create<UintLiteralExpression>(2u); in TEST_F() local
Dcase_statement.cc31 for (auto* selector : selectors) { in CaseStatement() local
/third_party/typescript/tests/cases/conformance/
DinferFromBindingPattern.ts21 selector?: (obj: T) => K; property
/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/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

123456