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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
SelectorLocationsKind.h 1 //===--- SelectorLocationsKind.h - Kind of selector locations ---*- C++ -*-===//
10 // Describes whether the identifier locations for a selector are "standard"
21 class Selector;
26 /// \brief Whether all locations of the selector identifiers are in a
46 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
51 /// \brief Get the "standard" location of a selector identifier, e.g:
58 Selector Sel,
64 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
69 /// \brief Get the "standard" location of a selector identifier, e.g:
76 Selector Sel
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
SelectorLocationsKind.h 1 //===--- SelectorLocationsKind.h - Kind of selector locations ---*- C++ -*-===//
10 // Describes whether the identifier locations for a selector are "standard"
21 class Selector;
26 /// \brief Whether all locations of the selector identifiers are in a
46 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
51 /// \brief Get the "standard" location of a selector identifier, e.g:
58 Selector Sel,
64 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
69 /// \brief Get the "standard" location of a selector identifier, e.g:
76 Selector Sel
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
SelectorLocationsKind.h 1 //===--- SelectorLocationsKind.h - Kind of selector locations ---*- C++ -*-===//
10 // Describes whether the identifier locations for a selector are "standard"
21 class Selector;
26 /// \brief Whether all locations of the selector identifiers are in a
46 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
51 /// \brief Get the "standard" location of a selector identifier, e.g:
58 Selector Sel,
64 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
69 /// \brief Get the "standard" location of a selector identifier, e.g:
76 Selector Sel
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
SelectorLocationsKind.h 1 //===--- SelectorLocationsKind.h - Kind of selector locations ---*- C++ -*-===//
10 // Describes whether the identifier locations for a selector are "standard"
21 class Selector;
26 /// \brief Whether all locations of the selector identifiers are in a
46 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
51 /// \brief Get the "standard" location of a selector identifier, e.g:
58 Selector Sel,
64 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
69 /// \brief Get the "standard" location of a selector identifier, e.g:
76 Selector Sel
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
SelectorLocationsKind.h 1 //===--- SelectorLocationsKind.h - Kind of selector locations ---*- C++ -*-===//
10 // Describes whether the identifier locations for a selector are "standard"
21 class Selector;
26 /// \brief Whether all locations of the selector identifiers are in a
46 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
51 /// \brief Get the "standard" location of a selector identifier, e.g:
58 Selector Sel,
64 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
69 /// \brief Get the "standard" location of a selector identifier, e.g:
76 Selector Sel
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
SelectorLocationsKind.h 1 //===--- SelectorLocationsKind.h - Kind of selector locations ---*- C++ -*-===//
10 // Describes whether the identifier locations for a selector are "standard"
21 class Selector;
26 /// \brief Whether all locations of the selector identifiers are in a
46 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
51 /// \brief Get the "standard" location of a selector identifier, e.g:
58 Selector Sel,
64 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
69 /// \brief Get the "standard" location of a selector identifier, e.g:
76 Selector Sel
    [all...]
  /libcore/ojluni/src/main/java/java/nio/channels/
SelectableChannel.java 34 * A channel that can be multiplexed via a {@link Selector}.
36 * <p> In order to be used with a selector, an instance of this class must
37 * first be <i>registered</i> via the {@link #register(Selector,int,Object)
39 * that represents the channel's registration with the selector.
41 * <p> Once registered with a selector, a channel remains registered until it
43 * allocated to the channel by the selector.
47 * the channel be deregistered during the selector's next selection operation.
54 * <p> If the selector itself is closed then the channel will be deregistered,
58 * <p> A channel may be registered at most once with any particular selector.
78 * Non-blocking mode is most useful in conjunction with selector-base
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Match.h 24 @param[in] Selector The pointer to the EFI_IPSEC_CONFIG_SELECTOR union.
34 IN EFI_IPSEC_CONFIG_SELECTOR *Selector,
ForEach.h 24 @param[in] Selector The pointer to the EFI_IPSEC_CONFIG_SELECTOR union.
33 IN EFI_IPSEC_CONFIG_SELECTOR *Selector,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Store.java 14 * in the passed in Selector.
16 * @param selector the selector defining the match criteria.
20 Collection<T> getMatches(Selector<T> selector)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
PKIXCRLStore.java 6 import org.bouncycastle.util.Selector;
19 * Return the matches associated with the passed in selector.
21 * @param selector the selector defining the match criteria.
22 * @return a collection of matches with the selector, an empty selector if there are none.
25 Collection<T> getMatches(Selector<T> selector)
PKIXCertStore.java 6 import org.bouncycastle.util.Selector;
19 * Return the matches associated with the passed in selector.
21 * @param selector the selector defining the match criteria.
22 * @return a collection of matches with the selector, an empty selector if there are none.
25 Collection<T> getMatches(Selector<T> selector)
  /external/clang/lib/StaticAnalyzer/Checkers/
SelectorExtras.h 19 static inline Selector getKeywordSelectorImpl(ASTContext &Ctx,
31 static inline Selector getKeywordSelector(ASTContext &Ctx, va_list argp) {
38 static inline Selector getKeywordSelector(ASTContext &Ctx,
42 Selector result = getKeywordSelectorImpl(Ctx, First, argp);
48 static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx,
58 static inline void lazyInitNullarySelector(Selector &Sel, ASTContext &Ctx,
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.h 114 // Helpers for for identifying what kind of clause an EH typeid or selector
116 // selector is for cleanups, and positive selectors are for catch clauses.
117 static bool isFilterEHSelector(int Selector) { return Selector < 0; }
118 static bool isCleanupEHSelector(int Selector) { return Selector == 0; }
119 static bool isCatchEHSelector(int Selector) { return Selector > 0; }
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
UnixSelectorTest.java 23 import java.nio.channels.Selector;
62 Selector sel0 = Selector.open();
63 Selector sel1 = Selector.open();
78 Selector sel2 = Selector.open();
95 Selector sel3 = Selector.open();
100 // even the channel is not connected, the selector could be writabl
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecConfigImpl.h 57 EFI_IPSEC_CONFIG_SELECTOR *Selector;
76 The prototype of Copy Source Selector to the Destination Selector.
78 @param[in, out] DstSel Pointer of Destination Selector. It would be
79 SPD Selector, or SAD Selector or PAD Selector.
80 @param[in] SrcSel Pointer of Source Selector. It would be
81 SPD Selector, or SAD Selector or PAD Selector.
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 12 /// clang::Selector interfaces.
35 class MultiKeywordSelector; // private class used by Selector
561 /// beyond their selector name; for example, a method called '_init'
572 // additional CamelCase "words" in their first selector chunk
581 // selector with the given name.
628 class Selector {
632 // Empty selector = 0.
640 Selector(IdentifierInfo *II, unsigned nArgs) {
646 Selector(MultiKeywordSelector *SI) {
665 static ObjCMethodFamily getMethodFamilyImpl(Selector sel)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 12 /// clang::Selector interfaces.
45 class MultiKeywordSelector; // private class used by Selector
572 /// beyond their selector name; for example, a method called '_init'
583 // additional CamelCase "words" in their first selector chunk
592 // selector with the given name.
639 class Selector {
643 // Empty selector = 0.
651 Selector(IdentifierInfo *II, unsigned nArgs) {
657 Selector(MultiKeywordSelector *SI) {
677 static ObjCMethodFamily getMethodFamilyImpl(Selector sel)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 12 /// clang::Selector interfaces.
45 class MultiKeywordSelector; // private class used by Selector
572 /// beyond their selector name; for example, a method called '_init'
583 // additional CamelCase "words" in their first selector chunk
592 // selector with the given name.
639 class Selector {
643 // Empty selector = 0.
651 Selector(IdentifierInfo *II, unsigned nArgs) {
657 Selector(MultiKeywordSelector *SI) {
677 static ObjCMethodFamily getMethodFamilyImpl(Selector sel)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 12 /// clang::Selector interfaces.
45 class MultiKeywordSelector; // private class used by Selector
572 /// beyond their selector name; for example, a method called '_init'
583 // additional CamelCase "words" in their first selector chunk
592 // selector with the given name.
639 class Selector {
643 // Empty selector = 0.
651 Selector(IdentifierInfo *II, unsigned nArgs) {
657 Selector(MultiKeywordSelector *SI) {
677 static ObjCMethodFamily getMethodFamilyImpl(Selector sel)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 12 /// clang::Selector interfaces.
45 class MultiKeywordSelector; // private class used by Selector
572 /// beyond their selector name; for example, a method called '_init'
583 // additional CamelCase "words" in their first selector chunk
592 // selector with the given name.
639 class Selector {
643 // Empty selector = 0.
651 Selector(IdentifierInfo *II, unsigned nArgs) {
657 Selector(MultiKeywordSelector *SI) {
677 static ObjCMethodFamily getMethodFamilyImpl(Selector sel)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 12 /// clang::Selector interfaces.
45 class MultiKeywordSelector; // private class used by Selector
572 /// beyond their selector name; for example, a method called '_init'
583 // additional CamelCase "words" in their first selector chunk
592 // selector with the given name.
639 class Selector {
643 // Empty selector = 0.
651 Selector(IdentifierInfo *II, unsigned nArgs) {
657 Selector(MultiKeywordSelector *SI) {
677 static ObjCMethodFamily getMethodFamilyImpl(Selector sel)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 12 /// clang::Selector interfaces.
45 class MultiKeywordSelector; // private class used by Selector
572 /// beyond their selector name; for example, a method called '_init'
583 // additional CamelCase "words" in their first selector chunk
592 // selector with the given name.
639 class Selector {
643 // Empty selector = 0.
651 Selector(IdentifierInfo *II, unsigned nArgs) {
657 Selector(MultiKeywordSelector *SI) {
677 static ObjCMethodFamily getMethodFamilyImpl(Selector sel)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 12 /// clang::Selector interfaces.
45 class MultiKeywordSelector; // private class used by Selector
572 /// beyond their selector name; for example, a method called '_init'
583 // additional CamelCase "words" in their first selector chunk
592 // selector with the given name.
639 class Selector {
643 // Empty selector = 0.
651 Selector(IdentifierInfo *II, unsigned nArgs) {
657 Selector(MultiKeywordSelector *SI) {
677 static ObjCMethodFamily getMethodFamilyImpl(Selector sel)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 12 /// clang::Selector interfaces.
45 class MultiKeywordSelector; // private class used by Selector
572 /// beyond their selector name; for example, a method called '_init'
583 // additional CamelCase "words" in their first selector chunk
592 // selector with the given name.
639 class Selector {
643 // Empty selector = 0.
651 Selector(IdentifierInfo *II, unsigned nArgs) {
657 Selector(MultiKeywordSelector *SI) {
677 static ObjCMethodFamily getMethodFamilyImpl(Selector sel)
    [all...]

Completed in 889 milliseconds

12 3 4 5 6 7 8 91011>>