/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | selector.js | 10 var Selector = /*#__PURE__*/function (_Container) { function 11 _inheritsLoose(Selector, _Container); 12 function Selector(opts) { 18 return Selector; 20 exports["default"] = Selector;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | EHStreamer.h | 120 static bool isFilterEHSelector(int Selector) { return Selector < 0; } in isFilterEHSelector() argument 121 static bool isCleanupEHSelector(int Selector) { return Selector == 0; } in isCleanupEHSelector() argument 122 static bool isCatchEHSelector(int Selector) { return Selector > 0; } in isCatchEHSelector() argument
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | DisplacementMapEffect.cpp | 97 enum class Selector : unsigned { class in skottie::internal::__anon18548::final 116 SG_ATTRIBUTE(XSelector , Selector , fXSelector ) 117 SG_ATTRIBUTE(YSelector , Selector , fYSelector ) 136 static SelectorCoeffs Coeffs(Selector sel) { in Coeffs() 160 static bool IsConst(Selector s) { 161 return s == Selector::kFull 162 || s == Selector::kHalf 163 || s == Selector::kOff; 305 Selector fXSelector = Selector [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | reverseMappedTypeContextualTypeNotCircular.js | 2 type Selector<S, R> = (state: S) => R; 5 selectors: {[K in keyof T]: Selector<S, T[K]>}, 6 ): Selector<S, T>; 11 editable: (state: any, props: any) => editable(), // expect "Type '(state: any, props: any) => {}' is not assignable to type 'Selector<unknown, {}>'", _not_ a circularity error
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
H A D | TextSelectorFactory.java | 11 * Creates a {@link Selector} doing literal selection, similar to <code>{exp, select}</code> 20 public Selector createSelector(Locale locale, Map<String, Object> fixedOptions) { in createSelector() 24 private static class TextSelector implements Selector {
|
H A D | PluralSelectorFactory.java | 15 * Creates a {@link Selector} doing plural selection, similar to <code>{exp, plural}</code> 42 public Selector createSelector(Locale locale, Map<String, Object> fixedOptions) { in createSelector() 47 private static class PluralSelectorImpl implements Selector {
|
H A D | Selector.java | 20 public interface Selector { interface
|
H A D | SelectorFactory.java | 25 * @return The Selector. 31 Selector createSelector(Locale locale, Map<String, Object> fixedOptions); in createSelector()
|
H A D | Mf2DataModelFormatter.java | 143 List<Selector> selectorFunctions = new ArrayList<>(selectors.size()); in findBestMatchingPattern() 177 Selector func = selectorFunctions.get(i); in findBestMatchingPattern()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ShuffleDecodeConstantPool.cpp | 217 uint64_t Selector = RawMask[i]; in DecodeVPERMIL2PMask() local 218 unsigned MatchBit = (Selector >> 3) & 0x1; in DecodeVPERMIL2PMask() 221 // 0Xb X Source selected by Selector index. in DecodeVPERMIL2PMask() 222 // 10b 0 Source selected by Selector index. in DecodeVPERMIL2PMask() 225 // 11b 1 Source selected by Selector index. in DecodeVPERMIL2PMask() 233 Index += (Selector >> 1) & 0x1; in DecodeVPERMIL2PMask() 235 Index += Selector & 0x3; in DecodeVPERMIL2PMask() 237 int Src = (Selector >> 2) & 0x1; in DecodeVPERMIL2PMask()
|
H A D | X86ExpandPseudo.cpp | 86 MachineOperand Selector = JTInst->getOperand(0); in ExpandICallBranchFunnel() local 90 if (Selector.isReg()) in ExpandICallBranchFunnel() 91 MBB->addLiveIn(Selector.getReg()); in ExpandICallBranchFunnel() 100 .add(Selector) in ExpandICallBranchFunnel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 766 SelectorType Selector; in addCoreISelPasses() local 769 Selector = SelectorType::FastISel; in addCoreISelPasses() 773 Selector = SelectorType::GlobalISel; in addCoreISelPasses() 775 Selector = SelectorType::FastISel; in addCoreISelPasses() 777 Selector = SelectorType::SelectionDAG; in addCoreISelPasses() 780 if (Selector == SelectorType::FastISel) { in addCoreISelPasses() 783 } else if (Selector == SelectorType::GlobalISel) { in addCoreISelPasses() 789 if (Selector == SelectorType::GlobalISel) { in addCoreISelPasses()
|
H A D | WasmEHPrepare.cpp | 342 Instruction *Selector = in prepareEHPad() local 348 GetSelectorCI->replaceAllUsesWith(Selector); in prepareEHPad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/ |
H A D | X86ShuffleDecode.cpp | 534 uint64_t Selector = RawMask[i]; in DecodeVPERMIL2PMask() local 535 unsigned MatchBit = (Selector >> 3) & 0x1; in DecodeVPERMIL2PMask() 538 // 0Xb X Source selected by Selector index. in DecodeVPERMIL2PMask() 539 // 10b 0 Source selected by Selector index. in DecodeVPERMIL2PMask() 542 // 11b 1 Source selected by Selector index. in DecodeVPERMIL2PMask() 550 Index += (Selector >> 1) & 0x1; in DecodeVPERMIL2PMask() 552 Index += Selector & 0x3; in DecodeVPERMIL2PMask() 554 int Src = (Selector >> 2) & 0x1; in DecodeVPERMIL2PMask()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 867 unsigned Selector = MI->getOperand(3).getImm(); in handleSpecialSwappables() local 868 if (Selector == 0 || Selector == 3) in handleSpecialSwappables() 869 Selector = 3 - Selector; in handleSpecialSwappables() 870 MI->getOperand(3).setImm(Selector); in handleSpecialSwappables()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 749 int Selector = SVI.getMaskValue(I); in visitShuffleVectorInst() local 750 if (Selector < 0) in visitShuffleVectorInst() 752 else if (unsigned(Selector) < Op0.size()) in visitShuffleVectorInst() 753 Res[I] = Op0[Selector]; in visitShuffleVectorInst() 755 Res[I] = Op1[Selector - Op0.size()]; in visitShuffleVectorInst()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 3880 typedef upb_selector_t Selector; typedef in upb::HandlersPtr 5498 bool PutInt32(HandlersPtr::Selector s, int32_t val) { in PutInt32() 5502 bool PutInt64(HandlersPtr::Selector s, int64_t val) { in PutInt64() 5506 bool PutUInt32(HandlersPtr::Selector s, uint32_t val) { in PutUInt32() 5510 bool PutUInt64(HandlersPtr::Selector s, uint64_t val) { in PutUInt64() 5514 bool PutFloat(HandlersPtr::Selector s, float val) { in PutFloat() 5518 bool PutDouble(HandlersPtr::Selector s, double val) { in PutDouble() 5522 bool PutBool(HandlersPtr::Selector s, bool val) { in PutBool() 5531 bool StartString(HandlersPtr::Selector s, size_t size_hint, Sink* sub) { in StartString() 5538 size_t PutStringBuffer(HandlersPtr::Selector [all...] |
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 693 included in the final returned result. Selector must be a callable 752 builds. Selector will be called immediately after Koji returns queried
|
/third_party/backends/backend/ |
H A D | mustek_usb2_asic.h | 1212 static SANE_Status GetChipStatus (PAsic chip, SANE_Byte Selector, SANE_Byte * ChipStatus);
|
H A D | mustek_usb2_asic.c | 2736 GetChipStatus (PAsic chip, SANE_Byte Selector, SANE_Byte * ChipStatus) in GetChipStatus() argument 2741 status = Mustek_SendData (chip, ES01_8B_Status, Selector); in GetChipStatus()
|