Home
last modified time | relevance | path

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

123456

/external/python/cpython2/Demo/sockets/
Dgopher.py51 def send_request(selector, host, port): argument
58 def get_menu(selector, host, port): argument
88 def get_textfile(selector, host, port): argument
94 def get_alt_textfile(selector, host, port, func): argument
113 def get_binary(selector, host, port): argument
120 def get_alt_binary(selector, host, port, func, blocksize): argument
153 def browse_menu(selector, host, port): argument
199 def browse_textfile(selector, host, port): argument
221 def browse_search(selector, host, port): argument
241 def browse_telnet(selector, host, port): argument
[all …]
/external/python/cpython2/Lib/plat-mac/Carbon/
DControlAccessor.py7 def SetControlData_Handle(control, part, selector, data): argument
10 def GetControlData_Handle(control, part, selector): argument
28 def SetControlData(control, part, selector, data): argument
42 def GetControlData(control, part, selector): argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs139 static U Iterate<T, U>(IEnumerable<T> source, U initValue, Func<T, U, U> selector) { in Iterate() argument
166 …e<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSource, TResult> selector) { in Select()
172 …ateSelectIterator<TSource, TResult>(IEnumerable<TSource> source, Func<TSource, TResult> selector) { in CreateSelectIterator()
177 …sult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSource, int, TResult> selector) { in Select()
183 …lectIterator<TSource, TResult>(IEnumerable<TSource> source, Func<TSource, int, TResult> selector) { in CreateSelectIterator()
196 … int, IEnumerable<TCollection>> collectionSelector, Func<TSource, TCollection, TResult> selector) { in SelectMany()
202 …TSource, TResult>(IEnumerable<TSource> source, Func<TSource, int, IEnumerable<TResult>> selector) { in SelectMany()
209 … int, IEnumerable<TCollection>> collectionSelector, Func<TSource, TCollection, TResult> selector) { in CreateSelectManyIterator()
216 …TSource, TResult>(IEnumerable<TSource> source, Func<TSource, int, IEnumerable<TResult>> selector) { in CreateSelectManyIterator()
235 static TR Sum<TA, TR>(IEnumerable<TA> source, Func<TR, TA, TR> selector) { in Sum() argument
DCheck.cs53 public static void SourceAndFuncAndSelector ( object source, object func, object selector) in SourceAndFuncAndSelector()
72 public static void SourceAndSelector (object source, object selector) in SourceAndSelector()
133 …tatic void SourceAndCollectionSelectors (object source, object collectionSelector, object selector) in SourceAndCollectionSelectors()
/external/clang/test/CXX/expr/
Dp9.cpp39 template<> struct selector<true> { typedef long type; }; struct
40 template<> struct selector<false> {typedef unsigned long type; }; argument
/external/webrtc/talk/media/base/
Dstreamparams.cc47 const StreamSelector& selector, in GetStream()
56 const StreamSelector& selector, StreamParams* stream) { in GetAudioStream()
61 const StreamSelector& selector, StreamParams* stream) { in GetVideoStream()
66 const StreamSelector& selector, StreamParams* stream) { in GetDataStream()
89 const StreamSelector& selector) { in RemoveAudioStream()
94 const StreamSelector& selector) { in RemoveVideoStream()
99 const StreamSelector& selector) { in RemoveDataStream()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DPKIXCertStoreSelector.java66 … static Collection<? extends Certificate> getCertificates(final PKIXCertStoreSelector selector, Ce… in getCertificates()
75 private final PKIXCertStoreSelector selector; field in PKIXCertStoreSelector.SelectorClone
77 SelectorClone(PKIXCertStoreSelector selector) in SelectorClone()
DPKIXCRLStoreSelector.java315 …public static Collection<? extends CRL> getCRLs(final PKIXCRLStoreSelector selector, CertStore cer… in getCRLs()
324 private final PKIXCRLStoreSelector selector; field in PKIXCRLStoreSelector.SelectorClone
326 SelectorClone(PKIXCRLStoreSelector selector) in SelectorClone()
DPKIXCRLStore.java25 Collection<T> getMatches(Selector<T> selector) in getMatches()
DPKIXCertStore.java25 Collection<T> getMatches(Selector<T> selector) in getMatches()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509CertStoreSelector.java41 X509CertStoreSelector selector = (X509CertStoreSelector)super.clone(); in clone() local
53 public static X509CertStoreSelector getInstance(X509CertSelector selector) in getInstance()
DX509StoreSpi.java11 public abstract Collection engineGetMatches(Selector selector); in engineGetMatches()
DExtendedPKIXParameters.java30 private Selector selector; field in ExtendedPKIXParameters
435 public void setTargetConstraints(Selector selector) in setTargetConstraints()
464 public void setTargetCertConstraints(CertSelector selector) in setTargetCertConstraints()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DCertStoreCollectionSpi.java35 CertSelector selector) in engineGetCertificates()
71 CRLSelector selector) in engineGetCRLs()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc18 explicit ArmOperandGenerator(InstructionSelector* selector) in ArmOperandGenerator()
81 void VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRR()
87 void VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRR()
94 void VisitRRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRRR()
103 void VisitRRI(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRI()
110 void VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRIR()
120 bool TryMatchShift(InstructionSelector* selector, in TryMatchShift()
142 bool TryMatchShiftImmediate(InstructionSelector* selector, in TryMatchShiftImmediate()
159 bool TryMatchROR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchROR()
168 bool TryMatchASR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchASR()
[all …]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInformationStore.java70 SignerId selector) in get()
104 SignerId selector) in getSigners()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DStore.java20 Collection<T> getMatches(Selector<T> selector) in getMatches()
DCollectionStore.java33 public Collection<T> getMatches(Selector<T> selector) in getMatches()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc30 explicit Arm64OperandGenerator(InstructionSelector* selector) in Arm64OperandGenerator()
141 void VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRR()
148 void VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRR()
156 void VisitRRO(InstructionSelector* selector, ArchOpcode opcode, Node* node, in VisitRRO()
213 bool TryMatchExtendingLoad(InstructionSelector* selector, Node* node) { in TryMatchExtendingLoad()
218 bool TryEmitExtendingLoad(InstructionSelector* selector, Node* node) { in TryEmitExtendingLoad()
236 bool TryMatchAnyShift(InstructionSelector* selector, Node* node, in TryMatchAnyShift()
273 bool TryMatchAnyExtend(Arm64OperandGenerator* g, InstructionSelector* selector, in TryMatchAnyExtend()
311 InstructionSelector* selector, in TryMatchLoadStoreShift()
401 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
[all …]
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc17 explicit IA32OperandGenerator(InstructionSelector* selector) in IA32OperandGenerator()
170 void VisitRO(InstructionSelector* selector, Node* node, ArchOpcode opcode) { in VisitRO()
176 void VisitRR(InstructionSelector* selector, Node* node, in VisitRR()
184 void VisitRROFloat(InstructionSelector* selector, Node* node, in VisitRROFloat()
197 void VisitFloatUnop(InstructionSelector* selector, Node* node, Node* input, in VisitFloatUnop()
530 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
591 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
621 static inline void VisitShift(InstructionSelector* selector, Node* node, in VisitShift()
639 void VisitMulHigh(InstructionSelector* selector, Node* node, in VisitMulHigh()
649 void VisitDiv(InstructionSelector* selector, Node* node, ArchOpcode opcode) { in VisitDiv()
[all …]
/external/python/cpython2/Mac/Modules/
Dgestaltmodule.c36 OSType selector; in gestalt_gestalt() local
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc19 explicit X64OperandGenerator(InstructionSelector* selector) in X64OperandGenerator()
504 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
565 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
626 void VisitWord32Shift(InstructionSelector* selector, Node* node, in VisitWord32Shift()
645 void VisitWord64Shift(InstructionSelector* selector, Node* node, in VisitWord64Shift()
667 void EmitLea(InstructionSelector* selector, InstructionCode opcode, in EmitLea()
736 bool TryMatchLoadWord64AndShiftRight(InstructionSelector* selector, Node* node, in TryMatchLoadWord64AndShiftRight()
954 void VisitMul(InstructionSelector* selector, Node* node, ArchOpcode opcode) { in VisitMul()
971 void VisitMulHigh(InstructionSelector* selector, Node* node, in VisitMulHigh()
987 void VisitDiv(InstructionSelector* selector, Node* node, ArchOpcode opcode) { in VisitDiv()
[all …]
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc77 explicit S390OperandGenerator(InstructionSelector* selector) in S390OperandGenerator()
389 void VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRR()
395 void VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRR()
403 void VisitRRO(InstructionSelector* selector, ArchOpcode opcode, Node* node, in VisitRRO()
411 void VisitTryTruncateDouble(InstructionSelector* selector, ArchOpcode opcode, in VisitTryTruncateDouble()
430 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
502 void VisitBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, in VisitBinop()
508 void VisitBin32op(InstructionSelector* selector, Node* node, in VisitBin32op()
638 void VisitBin32op(InstructionSelector* selector, Node* node, ArchOpcode opcode, in VisitBin32op()
1108 void VisitPairBinop(InstructionSelector* selector, InstructionCode opcode, in VisitPairBinop()
[all …]
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc24 explicit MipsOperandGenerator(InstructionSelector* selector) in MipsOperandGenerator()
123 static void VisitRRR(InstructionSelector* selector, ArchOpcode opcode, in VisitRRR()
132 static void VisitRR(InstructionSelector* selector, ArchOpcode opcode, in VisitRR()
140 static void VisitRRO(InstructionSelector* selector, ArchOpcode opcode, in VisitRRO()
148 bool TryMatchImmediate(InstructionSelector* selector, in TryMatchImmediate()
161 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
220 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
227 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
232 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
543 static void VisitInt32PairBinop(InstructionSelector* selector, in VisitInt32PairBinop()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessagePatternUtilTest.java196 private ExpectMessageNode expectVariant(String selector) { in expectVariant()
201 private ExpectMessageNode expectVariant(String selector, double value) { in expectVariant()
246 private ExpectVariantNode(ExpectComplexArgNode parent, String selector) { in ExpectVariantNode()
249 private ExpectVariantNode(ExpectComplexArgNode parent, String selector, double value) { in ExpectVariantNode()
267 private String selector; field in MessagePatternUtilTest.ExpectVariantNode

123456