/external/python/cpython2/Demo/sockets/ |
D | gopher.py | 51 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/ |
D | ControlAccessor.py | 7 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/ |
D | EnumerableExtensions.cs | 139 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
|
D | Check.cs | 53 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/ |
D | p9.cpp | 39 template<> struct selector<true> { typedef long type; }; struct 40 template<> struct selector<false> {typedef unsigned long type; }; argument
|
/external/webrtc/talk/media/base/ |
D | streamparams.cc | 47 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/ |
D | PKIXCertStoreSelector.java | 66 … 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()
|
D | PKIXCRLStoreSelector.java | 315 …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()
|
D | PKIXCRLStore.java | 25 Collection<T> getMatches(Selector<T> selector) in getMatches()
|
D | PKIXCertStore.java | 25 Collection<T> getMatches(Selector<T> selector) in getMatches()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | X509CertStoreSelector.java | 41 X509CertStoreSelector selector = (X509CertStoreSelector)super.clone(); in clone() local 53 public static X509CertStoreSelector getInstance(X509CertSelector selector) in getInstance()
|
D | X509StoreSpi.java | 11 public abstract Collection engineGetMatches(Selector selector); in engineGetMatches()
|
D | ExtendedPKIXParameters.java | 30 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/ |
D | CertStoreCollectionSpi.java | 35 CertSelector selector) in engineGetCertificates() 71 CRLSelector selector) in engineGetCRLs()
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 18 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/ |
D | SignerInformationStore.java | 70 SignerId selector) in get() 104 SignerId selector) in getSigners()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Store.java | 20 Collection<T> getMatches(Selector<T> selector) in getMatches()
|
D | CollectionStore.java | 33 public Collection<T> getMatches(Selector<T> selector) in getMatches()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 30 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/ |
D | instruction-selector-ia32.cc | 17 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/ |
D | gestaltmodule.c | 36 OSType selector; in gestalt_gestalt() local
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 19 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/ |
D | instruction-selector-s390.cc | 77 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/ |
D | instruction-selector-mips.cc | 24 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/ |
D | MessagePatternUtilTest.java | 196 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
|