Searched refs:Selector (Results 1 - 25 of 121) sorted by last modified time

12345

/external/smack/src/org/xbill/DNS/
H A DClient.java18 Selector selector = null;
21 selector = Selector.open();
H A DTLSARecord.java27 public static class Selector { class in class:TLSARecord
28 private Selector() {} method in class:TLSARecord.Selector
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend99 ATTRIBUTE Ascend-Menu-Selector 205 string
/external/openfst/src/include/fst/
H A Dbi-table.h408 const S &Selector() const { return *selector_; } function in class:fst::VectorHashBiTable
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?
H A Drandgen.h680 template<class IArc, class OArc, class Selector>
682 const RandGenOptions<Selector> &opts) {
683 typedef ArcSampler<IArc, Selector> Sampler;
H A Dstate-table.h153 using VectorHashBiTable<StateId, T, S, FP, H>::Selector;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp761 uint64_t Selector; local
763 Selector = C->getElementAsInteger(I);
765 Selector = C->getElementAsAPFloat(I).bitcastToAPInt().getZExtValue();
766 Selectors.push_back(ConstantInt::get(Tyi1, Selector >> (BitWidth - 1)));
/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp543 int Selector = SVI.getMaskValue(I); local
544 if (Selector < 0)
546 else if (unsigned(Selector) < Op0.size())
547 Res[I] = Op0[Selector];
549 Res[I] = Op1[Selector - Op0.size()];
/external/lldb/include/lldb/Expression/
H A DClangASTSource.h68 clang::Selector GetExternalSelector (uint32_t) { return clang::Selector(); }
/external/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h79 virtual clang::Selector
84 return clang::Selector();
/external/lldb/source/Expression/
H A DClangASTSource.cpp839 Selector original_selector;
857 clang::Selector sel = decl_name.getObjCSelector();
958 clang::Selector sel = decl_name.getObjCSelector();
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp365 clang::Selector sel = ast_ctx.Selectors.getSelector(is_zero_argument ? 0 : selector_components.size(), selector_components.data());
/external/lldb/source/Symbol/
H A DClangASTType.cpp4849 Selector setter_sel, getter_sel;
5037 clang::Selector method_selector = m_ast->Selectors.getSelector (num_selectors_with_args ? selector_idents.size() : 0,
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/iproute2/doc/
H A Dip-cref.tex2001 \item Priority: 0, Selector: match anything, Action: lookup routing
2009 \item Priority: 32766, Selector: match anything, Action: lookup routing
2015 \item Priority: 32767, Selector: match anything, Action: lookup routing
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/clang/lib/Sema/
H A DSemaExpr.cpp7677 Selector IsEqualSel = S.NSAPIObj->getIsEqualSelector();
9294 Selector S = ME->getSelector();
12846 Selector Sel = ME->getSelector();
H A DSemaExprMember.cpp396 const Selector &Sel,
414 const Selector &Sel,
1417 Selector Sel = S.PP.getSelectorTable().getNullarySelector(Member);
1434 Selector SetterSel =
1472 Selector Sel = S.PP.getSelectorTable().getNullarySelector(Member);
1483 Selector SetterSel =
H A DSemaExprObjC.cpp151 Selector Sel, const ObjCMethodDecl *Method) {
192 Selector Sel = S.NSAPIObj->getNSNumberLiteralSelector(*Kind,
492 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II);
656 Selector
772 Selector Sel = NSAPIObj->getNSDictionarySelector(
1033 ExprResult Sema::ParseObjCSelectorExpression(Selector Sel,
1046 Selector MatchedSel = OM->getSelector();
1062 llvm::DenseMap<Selector, SourceLocation>::iterator Pos
1274 Selector Sel,
1318 Selector MatchedSe
[all...]
H A DSemaObjCProperty.cpp142 Selector GetterSel,
143 Selector SetterSel,
318 Selector GetterSel, Selector SetterSel,
525 Selector GetterSel,
526 Selector SetterSel,
1618 Selector Method,
H A DSemaPseudoObject.cpp265 Selector SetterSelector;
266 Selector GetterSelector;
303 Selector AtIndexGetterSelector;
306 Selector AtIndexSetterSelector;
506 static ObjCMethodDecl *LookupMethodInReceiverType(Sema &S, Selector sel,
1097 Selector GetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
H A DSemaStmt.cpp1695 Selector selector = Context.Selectors.getSelector(3, &selectorIdents[0]);
H A DTreeTransform.h2539 Selector Sel,
2554 Selector Sel,

Completed in 1677 milliseconds

12345