Searched refs:Selector (Results 26 - 50 of 121) sorted by relevance

12345

/external/smack/src/org/xbill/DNS/
H A DTLSARecord.java27 public static class Selector { class in class:TLSARecord
28 private Selector() {} method in class:TLSARecord.Selector
/external/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h75 Selector GetExternalSelector(uint32_t ID) override;
217 void ReadMethodPool(Selector Sel) override;
302 void ReadReferencedSelectors(SmallVectorImpl<std::pair<Selector,
/external/clang/lib/Serialization/
H A DASTReaderInternals.h163 typedef Selector external_key_type;
176 static hash_value_type ComputeHash(Selector Sel);
185 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
H A DASTCommon.h66 unsigned ComputeHash(Selector Sel);
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DAttributeCertificateIssuer.java12 import org.bouncycastle.util.Selector;
18 implements Selector
H A DAttributeCertificateHolder.java21 import org.bouncycastle.util.Selector;
45 implements Selector
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
H A DX509CertificateHolderSelector.java11 import org.bouncycastle.util.Selector;
17 implements Selector
/external/clang/include/clang/AST/
H A DASTImporter.h194 Selector Import(Selector FromSel);
H A DDeclObjC.h227 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
255 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
317 Selector Sel = getSelector();
328 Selector getSelector() const { return getDeclName().getObjCSelector(); }
582 ObjCMethodDecl *getMethod(Selector Sel, bool isInstance,
584 ObjCMethodDecl *getInstanceMethod(Selector Sel,
588 ObjCMethodDecl *getClassMethod(Selector Sel, bool AllowHidden = false) const {
819 ObjCMethodDecl *getCategoryInstanceMethod(Selector Sel) const;
820 ObjCMethodDecl *getCategoryClassMethod(Selector Sel) const;
821 ObjCMethodDecl *getCategoryMethod(Selector Se
[all...]
H A DExprObjC.h388 Selector SelName;
391 ObjCSelectorExpr(QualType T, Selector selInfo,
399 Selector getSelector() const { return SelName; }
400 void setSelector(Selector S) { SelName = S; }
634 Selector getGetterSelector() const {
640 Selector getSetterSelector() const {
940 Selector Sel,
950 Selector Sel,
960 Selector Sel,
1011 Selector Se
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp92 typedef llvm::DenseMap<Selector,ObjCMethodDecl*> MapTy;
105 Selector S = M->getSelector();
H A DCheckObjCDealloc.cpp31 static bool scan_dealloc(Stmt *S, Selector Dealloc) {
54 Selector Release,
155 Selector S = Ctx.Selectors.getSelector(0, &II);
204 Selector RS = Ctx.Selectors.getSelector(0, &RII);
H A DRetainCountChecker.cpp448 Selector S;
450 ObjCSummaryKey(IdentifierInfo* ii, Selector s)
453 ObjCSummaryKey(const ObjCInterfaceDecl *d, Selector s)
456 ObjCSummaryKey(Selector s)
460 Selector getSelector() const { return S; }
468 DenseMapInfo<Selector>::getEmptyKey());
473 DenseMapInfo<Selector>::getTombstoneKey());
477 typedef std::pair<IdentifierInfo*, Selector> PairTy;
497 const RetainSummary * find(const ObjCInterfaceDecl *D, Selector S) {
529 const RetainSummary *find(IdentifierInfo* II, Selector
[all...]
/external/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h79 virtual clang::Selector
84 return clang::Selector();
/external/clang/lib/Analysis/
H A DObjCNoReturn.cpp50 Selector S = ME->getSelector();
/external/clang/lib/CodeGen/
H A DCGObjCRuntime.h22 #include "clang/Basic/IdentifierTable.h" // Selector
50 class Selector;
123 Selector Sel, bool lval=false) = 0;
156 Selector Sel,
172 Selector Sel,
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js1734 selector = new Selector(selector);
1743 Selector.findElement(ancestors, expression, index);
1755 if (arguments.length == 1) return $(Selector.handlers.previousElementSibling(element));
1758 Selector.findElement(previousSiblings, expression, index);
1763 if (arguments.length == 1) return $(Selector.handlers.nextElementSibling(element));
1766 Selector.findElement(nextSiblings, expression, index);
1771 return Selector.findChildElements(element, args);
1776 return Selector.findChildElements(element.parentNode, args).without(element);
2721 /* Portions of the Selector class are derived from Jack Slocum's DomQuery,
2725 var Selector
[all...]
H A Dconcat-jquery-mootools-prototype.js1414 * Sizzle CSS Selector Engine - v0.9.3
10113 selector = new Selector(selector);
10122 Selector.findElement(ancestors, expression, index);
10134 if (arguments.length == 1) return $(Selector.handlers.previousElementSibling(element));
10137 Selector.findElement(previousSiblings, expression, index);
10142 if (arguments.length == 1) return $(Selector.handlers.nextElementSibling(element));
10145 Selector.findElement(nextSiblings, expression, index);
10150 return Selector.findChildElements(element, args);
10155 return Selector.findChildElements(element.parentNode, args).without(element);
11100 /* Portions of the Selector clas
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DAttributeCertificateIssuer.java20 import org.bouncycastle.util.Selector;
27 implements CertSelector, Selector
H A DX509CRLStoreSelector.java6 import org.bouncycastle.util.Selector;
16 * This class is a Selector implementation for X.509 certificate revocation
19 * @see org.bouncycastle.util.Selector
25 implements Selector
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIPortMap.h60 template <typename Selector>
74 ScriptValue result(scriptState, v8IteratorResult(scriptState, Selector::select(scriptState, m_iterator)));
/external/clang/lib/Frontend/
H A DChainedIncludesSource.cpp43 Selector GetExternalSelector(uint32_t ID) override;
70 void ReadMethodPool(Selector Sel) override;
221 Selector ChainedIncludesSource::GetExternalSelector(uint32_t ID) {
280 void ChainedIncludesSource::ReadMethodPool(Selector Sel) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdfprotect.asm28 dw (%3 & 0xFFFF) ; Selector 0-15
95 cdesc32 0x00000000, 0xFFFFF, 0 ; 0x0008 - Code Selector
96 ddesc32 0x00000000, 0xFFFFF, 0 ; 0x0010 - Data Selector
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp57 Selector MultiplexExternalSemaSource::GetExternalSelector(uint32_t ID) {
58 Selector Sel;
191 void MultiplexExternalSemaSource::ReadMethodPool(Selector Sel) {
252 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) {
/external/openfst/src/include/fst/
H A Dlookahead-filter.h267 const LookAheadSelector<Matcher1, Matcher2, MT> &Selector() const { function in class:fst::LookAheadComposeFilter
374 Selector().GetMatcher()->LookAheadWeight() : Weight::One();
395 const LookAheadSelector<Matcher1, Matcher2, MT> &Selector() const { function in class:fst::PushWeightsComposeFilter
396 return filter_.Selector();
542 &Selector() const { function in class:fst::PushLabelsComposeFilter
543 return filter_.Selector();
560 Selector().GetMatcher()->SetState(arca->nextstate);
561 if (Selector().GetMatcher()->LookAheadLabel(flabel))
584 if (Selector().GetMatcher()->LookAheadPrefix(&larc)) { // Have prefix arc?

Completed in 469 milliseconds

12345