HomeSort by relevance Sort by last modified time
    Searched refs:Selector (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509Store.java 3 import org.bouncycastle.util.Selector;
75 public Collection getMatches(Selector selector)
77 return _spi.engineGetMatches(selector);
ExtendedPKIXParameters.java 3 import org.bouncycastle.util.Selector;
28 private Selector selector; field in class:ExtendedPKIXParameters
126 selector = _params.selector == null ? null
127 : (Selector) _params.selector.clone();
379 * <code>Selector</code>. If <code>null</code>, no constraints are
386 * Note that the <code>Selector</code> returned is cloned to protect
389 * @return a <code>Selector</code> specifying the constraints on th
    [all...]
ExtendedPKIXBuilderParameters.java 3 import org.bouncycastle.util.Selector;
71 * @param targetConstraints a <code>Selector</code> specifying the
83 Selector targetConstraints)
X509CertStoreSelector.java 3 import org.bouncycastle.util.Selector;
11 * This class is a Selector implementation for X.509 certificates.
13 * @see org.bouncycastle.util.Selector
19 implements Selector
40 X509CertStoreSelector selector = (X509CertStoreSelector)super.clone(); local
42 return selector;
48 * @param selector A <code>X509CertSelector</code> instance.
50 * @exception IllegalArgumentException if selector is null or creation fails.
52 public static X509CertStoreSelector getInstance(X509CertSelector selector)
54 if (selector == null
    [all...]
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 61 /// selector.
64 /// instance and factory methods, respectively, with this selector.
65 virtual std::pair<ObjCMethodList,ObjCMethodList> ReadMethodPool(Selector Sel);
147 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) {}
  /external/clang/include/clang/Serialization/
ChainedIncludesSource.h 43 virtual Selector GetExternalSelector(uint32_t ID);
69 virtual std::pair<ObjCMethodList,ObjCMethodList> ReadMethodPool(Selector Sel);
  /libcore/luni/src/main/java/java/nio/
SelectionKeyImpl.java 22 import java.nio.channels.Selector;
38 private SelectorImpl selector; field in class:SelectionKeyImpl
41 Object attachment, SelectorImpl selector) {
44 this.selector = selector;
56 synchronized (selector.keysLock) {
62 synchronized (selector.keysLock) {
73 synchronized (selector.keysLock) {
86 public Selector selector() { method in class:SelectionKeyImpl
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelector.java 22 import java.nio.channels.Selector;
33 public abstract class AbstractSelector extends Selector {
51 * Closes this selector. This method does nothing if this selector is
68 * Returns true if this selector is open.
76 * Returns this selector's provider.
91 * Registers {@code channel} with this selector.
96 * @return the key related to the channel and this selector.
AbstractSelectableChannel.java 27 import java.nio.channels.Selector;
53 * the selector provider that creates this channel.
60 * Returns the selector provider that has created this channel.
63 * @return this channel's selector provider.
73 * @return {@code true} if this channel is registered with a selector,
82 * Gets this channel's selection key for the specified selector.
84 * @param selector
85 * the selector with which this channel has been registered.
87 * has not been registered with {@code selector}.
90 synchronized public final SelectionKey keyFor(Selector selector)
    [all...]
  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 33 Selector getReturnValueSel, setReturnValueSel;
34 Selector getArgumentSel, setArgumentSel;
36 Selector zoneSel;
  /external/clang/lib/Basic/
IdentifierTable.cpp 147 /// AddObjCKeyword - Register an Objective-C @keyword like "class" "selector" or
271 unsigned llvm::DenseMapInfo<clang::Selector>::getHashValue(clang::Selector S) {
277 /// selector containing more than one keyword. We use a folding set
279 /// this class is provided strictly through Selector.
288 assert((nKeys > 1) && "not a multi-keyword selector");
297 // getName - Derive the full selector name and return it.
325 unsigned Selector::getNumArgs() const {
336 IdentifierInfo *Selector::getIdentifierInfoForSlot(unsigned argIndex) const {
346 StringRef Selector::getNameForSlot(unsigned int argIndex) const
    [all...]
  /external/clang/lib/Serialization/
ASTCommon.h 58 unsigned ComputeHash(Selector Sel);
ASTReaderInternals.h 137 /// \brief Class that performs lookup for a selector's entries in the global
150 typedef Selector external_key_type;
161 static unsigned ComputeHash(Selector Sel);
170 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
  /external/clang/lib/StaticAnalyzer/Checkers/
NoReturnFunctionChecker.cpp 83 static bool END_WITH_NULL isMultiArgSelector(const Selector *Sel, ...) {
123 Selector Sel = Msg.getSelector();
BasicObjCFoundationChecks.cpp 109 Selector S = msg.getSelector();
433 mutable Selector releaseS;
434 mutable Selector retainS;
435 mutable Selector autoreleaseS;
436 mutable Selector drainS;
463 Selector S = msg.getSelector();
488 mutable Selector arrayWithObjectsS;
489 mutable Selector dictionaryWithObjectsAndKeysS;
490 mutable Selector setWithObjectsS;
491 mutable Selector initWithObjectsS
    [all...]
CheckObjCInstMethSignature.cpp 61 << "'. A method with the same name (same selector) is also defined in "
90 typedef llvm::DenseMap<Selector,ObjCMethodDecl*> MapTy;
109 Selector S = M->getSelector();
CheckObjCDealloc.cpp 30 static bool scan_dealloc(Stmt *S, Selector Dealloc) {
53 Selector Release,
154 // Get the "dealloc" selector.
156 Selector S = Ctx.Selectors.getSelector(0, &II);
203 // Get the "release" selector.
205 Selector RS = Ctx.Selectors.getSelector(0, &RII);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
find.h 52 * @param selector Functionality (e. g. std::find_if (), std::equal(),...)
58 typename Selector>
61 RandomAccessIterator2 begin2, Pred pred, Selector selector)
66 return find_template(begin1, end1, begin2, pred, selector,
69 return find_template(begin1, end1, begin2, pred, selector,
72 return find_template(begin1, end1, begin2, pred, selector,
89 * @param selector Functionality (e. g. std::find_if (), std::equal(),...)
95 typename Selector>
101 Selector selector
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 93 Selector LHSSelector = LHS.getObjCSelector();
94 Selector RHSSelector = RHS.getObjCSelector();
134 DeclarationName::DeclarationName(Selector Sel) {
154 Ptr = Sel.InfoPtr & ~Selector::ArgFlags;
305 Selector DeclarationName::getObjCSelector() const {
308 return Selector(reinterpret_cast<IdentifierInfo *>(Ptr & ~PtrMask), 0);
311 return Selector(reinterpret_cast<IdentifierInfo *>(Ptr & ~PtrMask), 1);
314 return Selector(reinterpret_cast<MultiKeywordSelector *>(Ptr & ~PtrMask));
320 return Selector();
435 // Unique selector, to guarantee there is one per name
    [all...]
  /external/chromium/base/
tracked_objects.h 369 // Selector enum is the token identifier for each parsed keyword, most of
373 enum Selector {
391 // Reset the comparator to a NIL selector. Clear() and recursively delete any
412 void SetTiebreaker(Selector selector, const std::string& required);
414 // Indicate if this instance is set up to sort by the given Selector, thereby
417 bool IsGroupedBy(Selector selector) const;
422 void SetSubgroupTiebreaker(Selector selector);
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 109 /// A selector represents a unique name for a method. The selector names for
148 /// \brief Whether the locations of the selector identifiers are in a
159 /// and optionally followed by selector locations.
184 /// \brief Get a pointer to the stored selector identifiers locations array.
193 /// \brief Get a pointer to the stored selector identifiers locations array.
202 /// \brief Get the number of stored selector identifiers locations.
215 Selector SelInfo, QualType T,
248 Selector SelInfo,
306 Selector Sel = getSelector()
    [all...]
ASTImporter.h 187 /// \brief Import the given Objective-C selector from the "from"
190 /// \returns the equivalent selector in the "to" context.
191 Selector Import(Selector FromSel);
ExprObjC.h 103 /// ObjCSelectorExpr used for @selector in Objective-C.
105 Selector SelName;
108 ObjCSelectorExpr(QualType T, Selector selInfo,
116 Selector getSelector() const { return SelName; }
117 void setSelector(Selector S) { SelName = S; }
319 Selector getGetterSelector() const {
325 Selector getSetterSelector() const {
448 /// \brief Stores either the selector that this message is sending
474 /// have a selector.
481 /// \brief Whether the locations of the selector identifiers are in
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java 25 import java.nio.channels.Selector;
36 Selector selector; field in class:SelectionKeyTest
46 selector = Selector.open();
49 selectionKey = sc.register(selector, SelectionKey.OP_CONNECT);
55 selector.close();
56 selector = null;
91 public Selector selector() { method in class:SelectionKeyTest.MockSelectionKey
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 18 #include "clang/Basic/IdentifierTable.h" // Selector
51 class Selector;
117 /// Get a selector for the specified name and type values. The
121 Selector Sel, bool lval=false) = 0;
123 /// Get a typed selector.
151 Selector Sel,
167 Selector Sel,

Completed in 2914 milliseconds

12 3 4 5 6