Searched defs:Selector (Results 1 - 22 of 22) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DSelector.java8 public interface Selector<T> interface in inherits:Cloneable
/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.h117 static bool isFilterEHSelector(int Selector) { return Selector < 0; } argument
118 static bool isCleanupEHSelector(int Selector) { return Selector == 0; } argument
119 static bool isCatchEHSelector(int Selector) { return Selector > 0; } argument
/external/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp204 uint64_t Selector = cast<ConstantInt>(COp)->getZExtValue(); local
205 unsigned MatchBit = (Selector >> 3) & 0x1;
208 // 0Xb X Source selected by Selector index.
209 // 10b 0 Source selected by Selector index.
212 // 11b 1 Source selected by Selector index.
220 Index += (Selector >> 1) & 0x1;
222 Index += Selector & 0x3;
224 int Src = (Selector >> 2) & 0x1;
/external/pdfium/xfa/fde/css/
H A Dcfde_csssyntaxparser.h21 Selector, member in class:FDE_CSSSyntaxMode
31 Selector, member in class:FDE_CSSSyntaxStatus
/external/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp861 unsigned Selector = MI->getOperand(3).getImm(); local
862 if (Selector == 0 || Selector == 3)
863 Selector = 3 - Selector;
864 MI->getOperand(3).setImm(Selector);
/external/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.cpp545 uint64_t Selector = RawMask[i]; local
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/include/clang/Basic/
H A DIdentifierTable.h12 /// clang::Selector interfaces.
35 class MultiKeywordSelector; // private class used by Selector
628 class Selector { class in namespace:clang
640 Selector(IdentifierInfo *II, unsigned nArgs) { function in class:clang::Selector
646 Selector(MultiKeywordSelector *SI) {
665 static ObjCMethodFamily getMethodFamilyImpl(Selector sel);
667 static ObjCStringFormatFamily getStringFormatFamilyImpl(Selector sel);
675 Selector() : InfoPtr(0) {}
676 Selector(uintptr_t V) : InfoPtr(V) {}
679 bool operator==(Selector RH
[all...]
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp310 std::string Selector; member in struct:__anon3301::AllocatedCXCodeCompleteResults
560 AllocatedResults.Selector = "";
566 AllocatedResults.Selector += selIdent->getName();
567 AllocatedResults.Selector += ":";
916 return cxstring::createDup(Results->Selector);
/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h549 * Selector, i.e. vector of N boolean values used to select (i.e. blend)
552 template <size_t N> struct Selector { struct in namespace:Eigen::internal
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;
/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp557 int Selector = SVI.getMaskValue(I); local
558 if (Selector < 0)
560 else if (unsigned(Selector) < Op0.size())
561 Res[I] = Op0[Selector];
563 Res[I] = Op1[Selector - Op0.size()];
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h4105 typedef upb_selector_t Selector; typedef in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers
4339 const Handlers* GetSubHandlers(Selector startsubmsg) const;
4347 static bool GetSelector(const FieldDef* f, Type type, Selector* s);
4350 static Selector GetEndSelector(Selector start_selector);
4354 GenericFunction* GetHandler(Selector selector);
4357 bool GetAttributes(Selector selector, HandlerAttributes* attr);
4360 const void* GetHandlerData(Selector selector);
4365 * const FieldDef* GetFieldDef(Selector selector);
4366 * static bool IsSequence(Selector selecto
[all...]
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h3409 typedef upb_selector_t Selector; typedef in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers
3643 const Handlers* GetSubHandlers(Selector startsubmsg) const;
3651 static bool GetSelector(const FieldDef* f, Type type, Selector* s);
3654 static Selector GetEndSelector(Selector start_selector);
3658 GenericFunction* GetHandler(Selector selector);
3661 bool GetAttributes(Selector selector, HandlerAttributes* attr);
3664 const void* GetHandlerData(Selector selector);
3669 * const FieldDef* GetFieldDef(Selector selector);
3670 * static bool IsSequence(Selector selecto
[all...]
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/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/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2953 milliseconds