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

1 2 3 4 5 6 7 891011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
AttributeCertificateHolder.java 31 import org.bouncycastle.util.Selector;
51 implements CertSelector, Selector
  /prebuilts/tools/common/m2/repository/org/w3c/css/sac/1.3/
sac-1.3.jar 
  /external/clang/include/clang/Serialization/
ASTWriter.h 289 /// \brief The selector ID that will be assigned to the next new selector.
292 /// \brief Map that provides the ID numbers of each Selector.
293 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs;
295 /// \brief Offset of each selector within the method pool/selector
296 /// table, indexed by the Selector ID (-1).
541 /// \brief Get the unique number used to refer to the given selector.
542 serialization::SelectorID getSelectorRef(Selector Sel);
622 /// \brief Note that the selector Sel occurs at the given offse
    [all...]
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 545 uint64_t Selector = RawMask[i];
546 unsigned MatchBit = (Selector >> 3) & 0x1;
549 // 0Xb X Source selected by Selector index.
550 // 10b 0 Source selected by Selector index.
553 // 11b 1 Source selected by Selector index.
561 Index += (Selector >> 1) & 0x1;
563 Index += Selector & 0x3;
565 unsigned SrcOffset = (Selector >> 2) & 1;
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 68 Selector Sel = Msg->getSelector();
159 Selector subscriptSel) {
303 Selector Sel = Msg->getSelector();
388 Selector Sel = Msg->getSelector();
457 Selector Sel = Msg->getSelector();
492 Selector Sel = Msg->getSelector();
616 Selector Sel = Msg->getSelector();
779 Selector Sel = Msg->getSelector();
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 68 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance,
103 Selector Sel = Property->getSetterName();
540 bool ObjCInterfaceDecl::isDesignatedInitializer(Selector Sel,
653 ObjCMethodDecl *ObjCInterfaceDecl::lookupMethod(Selector Sel,
712 const Selector &Sel,
730 // Before we give up, check if the selector is an instance method.
752 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
764 Selector(), QualType(), nullptr, nullptr);
824 "No selector locs for non-implicit method");
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 148 Selector Sel, const ObjCMethodDecl *Method) {
260 Selector Sel = S.NSAPIObj->getNSNumberLiteralSelector(*Kind,
531 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II);
637 Selector ValueWithBytesObjCType = Context.Selectors.getSelector(2, II);
780 Selector
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp 69 llvm::DenseMap<Selector, uint8_t>> UIMethods;
71 mutable llvm::SmallSet<std::pair<const IdentifierInfo *, Selector>, 12> LSM;
88 Selector S) const;
139 llvm::DenseMap<Selector, uint8_t> &receiver##M = \
141 llvm::DenseMap<Selector, uint8_t>()}) \
345 &Ctx.Idents.get("selector")};
714 const IdentifierInfo *Receiver, Selector S) const {
739 Selector S = msg.getSelector();
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java 39 import java.nio.channels.Selector;
78 Selector selector = Selector.open(); local
79 SelectionKey selectionKey = sc.register(selector, SelectionKey.OP_CONNECT);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 665 /// This vector is indexed by the Selector ID (-1). NULL selector
666 /// entries indicate that the particular selector ID has not yet
668 SmallVector<Selector, 16> SelectorsLoaded;
673 /// \brief Mapping from global selector IDs to the module in which the
675 /// global selector ID to produce a local ID.
679 /// global method pool for this selector.
680 llvm::DenseMap<Selector, unsigned> SelectorGeneration;
682 /// Whether a selector is out of date. We mark a selector as out of dat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 665 /// This vector is indexed by the Selector ID (-1). NULL selector
666 /// entries indicate that the particular selector ID has not yet
668 SmallVector<Selector, 16> SelectorsLoaded;
673 /// \brief Mapping from global selector IDs to the module in which the
675 /// global selector ID to produce a local ID.
679 /// global method pool for this selector.
680 llvm::DenseMap<Selector, unsigned> SelectorGeneration;
682 /// Whether a selector is out of date. We mark a selector as out of dat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 665 /// This vector is indexed by the Selector ID (-1). NULL selector
666 /// entries indicate that the particular selector ID has not yet
668 SmallVector<Selector, 16> SelectorsLoaded;
673 /// \brief Mapping from global selector IDs to the module in which the
675 /// global selector ID to produce a local ID.
679 /// global method pool for this selector.
680 llvm::DenseMap<Selector, unsigned> SelectorGeneration;
682 /// Whether a selector is out of date. We mark a selector as out of dat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 665 /// This vector is indexed by the Selector ID (-1). NULL selector
666 /// entries indicate that the particular selector ID has not yet
668 SmallVector<Selector, 16> SelectorsLoaded;
673 /// \brief Mapping from global selector IDs to the module in which the
675 /// global selector ID to produce a local ID.
679 /// global method pool for this selector.
680 llvm::DenseMap<Selector, unsigned> SelectorGeneration;
682 /// Whether a selector is out of date. We mark a selector as out of dat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 665 /// This vector is indexed by the Selector ID (-1). NULL selector
666 /// entries indicate that the particular selector ID has not yet
668 SmallVector<Selector, 16> SelectorsLoaded;
673 /// \brief Mapping from global selector IDs to the module in which the
675 /// global selector ID to produce a local ID.
679 /// global method pool for this selector.
680 llvm::DenseMap<Selector, unsigned> SelectorGeneration;
682 /// Whether a selector is out of date. We mark a selector as out of dat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 665 /// This vector is indexed by the Selector ID (-1). NULL selector
666 /// entries indicate that the particular selector ID has not yet
668 SmallVector<Selector, 16> SelectorsLoaded;
673 /// \brief Mapping from global selector IDs to the module in which the
675 /// global selector ID to produce a local ID.
679 /// global method pool for this selector.
680 llvm::DenseMap<Selector, unsigned> SelectorGeneration;
682 /// Whether a selector is out of date. We mark a selector as out of dat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 665 /// This vector is indexed by the Selector ID (-1). NULL selector
666 /// entries indicate that the particular selector ID has not yet
668 SmallVector<Selector, 16> SelectorsLoaded;
673 /// \brief Mapping from global selector IDs to the module in which the
675 /// global selector ID to produce a local ID.
679 /// global method pool for this selector.
680 llvm::DenseMap<Selector, unsigned> SelectorGeneration;
682 /// Whether a selector is out of date. We mark a selector as out of dat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 665 /// This vector is indexed by the Selector ID (-1). NULL selector
666 /// entries indicate that the particular selector ID has not yet
668 SmallVector<Selector, 16> SelectorsLoaded;
673 /// \brief Mapping from global selector IDs to the module in which the
675 /// global selector ID to produce a local ID.
679 /// global method pool for this selector.
680 llvm::DenseMap<Selector, unsigned> SelectorGeneration;
682 /// Whether a selector is out of date. We mark a selector as out of dat
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vdmdbg.h 201 WORD Selector;
306 WINBOOL WINAPI VDMGetSegmentInfo(WORD Selector,ULONG Offset,WINBOOL bProtectMode,VDM_SEGINFO *pSegInfo);
308 WINBOOL WINAPI VDMGetAddrExpression(LPSTR szModule,LPSTR szSymbol,PWORD Selector,PDWORD Offset,PWORD Type);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/
MpFuncs.asm 21 FJMP32 MACRO Selector, Offset
26 DW Selector ; 16-bit selector
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 601 NULL_SEL equ $ - GDT_BASE ; Selector [0]
608 LINEAR_SEL equ $ - GDT_BASE ; Selector [0x8]
618 LINEAR_CODE_SEL equ $ - GDT_BASE ; Selector [0x10]
628 SYS_DATA_SEL equ $ - GDT_BASE ; Selector [0x18]
639 SYS_CODE_SEL equ $ - GDT_BASE ; Selector [0x20]
649 SYS16_CODE_SEL equ $ - GDT_BASE ; Selector [0x28]
659 SYS16_DATA_SEL equ $ - GDT_BASE ; Selector [0x30]
670 SPARE5_SEL equ $ - GDT_BASE ; Selector [0x38]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
DxeSmmCpuException.c 147 // Use current CS as the segment selector of interrupt gate in IDT
152 IdtTable[Index].Bits.Selector = CodeSegment;
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 549 * Selector, i.e. vector of N boolean values used to select (i.e. blend)
552 template <size_t N> struct Selector {
557 pblend(const Selector<unpacket_traits<Packet>::size>& ifPacket, const Packet& thenPacket, const Packet& elsePacket) {
567 Selector<unpacket_traits<Packet>::size> mask;
581 Selector<unpacket_traits<Packet>::size> mask;
  /libcore/ojluni/src/main/java/sun/nio/ch/
AbstractPollSelectorImpl.java 34 * An abstract selector impl.
47 // The list of SelectableChannels serviced by this Selector
53 // The number of valid channels in this Selector's poll array
56 // True if this Selector has been closed
76 public Selector wakeup() {
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]

Completed in 1153 milliseconds

1 2 3 4 5 6 7 891011>>