HomeSort by relevance Sort by last modified time
    Searched defs:Selector (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Selector.java 4 * Interface a selector from a store should conform to.
8 public interface Selector<T>
12 * Match the passed in object, returning true if it would be selected by this selector, false otherwise.
15 * @return true if the object is a match for this selector, false otherwise.
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
ForEach.c 38 EFI_IPSEC_CONFIG_SELECTOR *Selector;
46 Selector = AllocateZeroPool (SelectorSize);
56 Selector
59 gBS->FreePool (Selector);
60 Selector = FirstGetNext ? AllocateZeroPool (SelectorSize) : AllocatePool (SelectorSize);
66 Selector
79 Selector,
92 Selector,
100 if (EFI_ERROR (Routine (Selector, Data, Context))) {
109 if (Selector != NULL) {
    [all...]
PolicyEntryOperation.c 26 @param[out] Selector The pointer to the EFI_IPSEC_SPD_SELECTOR structure.
36 OUT EFI_IPSEC_SPD_SELECTOR *Selector,
53 Selector->LocalAddressCount = 1;
54 Status = EfiInetAddrRange ((CHAR16 *) ValueStr, Selector->LocalAddress);
77 Selector->RemoteAddressCount = 1;
78 Status = EfiInetAddrRange ((CHAR16 *) ValueStr, Selector->RemoteAddress);
96 Selector->NextLayerProtocol = EFI_IPSEC_ANY_PROTOCOL;
104 &Selector->NextLayerProtocol,
118 Selector->LocalPort = EFI_IPSEC_ANY_PORT;
119 Selector->RemotePort = EFI_IPSEC_ANY_PORT;
    [all...]
PolicyEntryOperation.h 61 EFI_IPSEC_CONFIG_SELECTOR *Selector; // Data to be inserted.
70 EFI_IPSEC_CONFIG_SELECTOR *Selector; // Data to be inserted.
80 @param[out] Selector The pointer to the EFI_IPSEC_CONFIG_SELECTOR union.
93 OUT EFI_IPSEC_CONFIG_SELECTOR **Selector,
  /libcore/ojluni/src/main/java/java/nio/channels/
Selector.java 37 * <p> A selector may be created by invoking the {@link #open open} method of
39 * java.nio.channels.spi.SelectorProvider selector provider} to
40 * create a new selector. A selector may also be created by invoking the
42 * method of a custom selector provider. A selector remains open until it is
47 * <p> A selectable channel's registration with a selector is represented by a
48 * {@link SelectionKey} object. A selector maintains three sets of selection
54 * channel registrations of this selector. This set is returned by the
70 * <p> All three sets are empty in a newly-created selector
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
HeaderTextSelector.java 32 private final Selector mSelector;
34 public HeaderTextSelector(TextView text, Selector selector) {
36 checkArgument(selector != null);
38 mSelector = selector;
86 public interface Selector {
  /external/pdfium/core/fxcrt/css/
cfx_csssyntaxparser.h 23 Selector,
33 Selector,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectableChannelTest.java 23 import java.nio.channels.Selector;
33 * @tests SelectableChannel#register(Selector, int)
37 // Verify that calling register(Selector, int) leads to the method
38 // register(Selector, int, Object) being called with a null value
40 msc.register(Selector.open(), SelectionKey.OP_ACCEPT);
65 public SelectionKey keyFor(Selector sel) {
73 public SelectionKey register(Selector sel, int ops, Object att)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
DispatchExecute.c 44 UINT32 Selector:16; ///< Selector.
131 // Use the new Code Selector value
133 Ia32IdtEntry[Index].Bits.Selector = COMPATIBILITY_MODE_SELECTOR;
  /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...]
IpSecImpl.h 86 EFI_IPSEC_SPD_SELECTOR *Selector;
  /external/llvm/lib/Target/X86/
X86ShuffleDecodeConstantPool.cpp 204 uint64_t Selector = cast<ConstantInt>(COp)->getZExtValue();
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;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsBlockIoPei.h 148 UINT8 Selector;
233 @param[in] Selector The Selector of device descriptor.
248 IN UINT8 Selector,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThru.h 131 UINT8 Selector;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Virtio10Dxe/
Virtio10.c 406 UINT32 Selector;
411 for (Selector = 0; Selector < 2; ++Selector) {
419 sizeof Selector, &Selector);
429 sizeof Features32[Selector], &Features32[Selector]);
449 UINT32 Selector;
457 for (Selector = 0; Selector < 2; ++Selector) {
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.h 157 UINT32 Selector:16; ///< Selector.
  /external/llvm/lib/Target/PowerPC/
PPCVSXSwapRemoval.cpp 850 // reverse the order of the operands. If the selector operand
853 // is equivalent to reversing the two bits of the selector
861 unsigned Selector = MI->getOperand(3).getImm();
862 if (Selector == 0 || Selector == 3)
863 Selector = 3 - Selector;
864 MI->getOperand(3).setImm(Selector);
    [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;
  /packages/apps/Camera2/src/com/android/camera/util/
ConcurrentSharedRingBuffer.java 89 public static interface Selector<E> {
437 * Attempts to pin the greatest element for which {@code selector} returns
442 public Pair<Long, E> tryPinGreatestSelected(Selector<E> selector) {
461 // selector.selected() returns true).
468 selected = selector.select(pinnedCandidate.second);
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Utility.c 882 EFI_IPSEC_CONFIG_SELECTOR *Selector;
921 Selector = AllocateZeroPool (SelectorSize);
922 if (Selector == NULL) {
931 Selector
934 FreePool (Selector);
936 Selector = AllocateZeroPool (SelectorSize);
937 if (Selector == NULL) {
946 Selector
954 if (Selector->SaId.Spi == RemoteSpi) {
966 CopyMem (RemoteSelector, Selector, SelectorSize);
    [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...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 308 /// \brief A string containing the Objective-C selector entered thus far for a
310 std::string Selector;
560 AllocatedResults.Selector = "";
566 AllocatedResults.Selector += selIdent->getName();
567 AllocatedResults.Selector += ":";
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 557 int Selector = SVI.getMaskValue(I);
558 if (Selector < 0)
560 else if (unsigned(Selector) < Op0.size())
561 Res[I] = Op0[Selector];
563 Res[I] = Op1[Selector - Op0.size()];
  /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/darwin-x86/clang-4393122/include/clang/Basic/
IdentifierTable.h 12 /// clang::Selector interfaces.
45 class MultiKeywordSelector; // private class used by Selector
585 /// beyond their selector name; for example, a method called '_init'
596 // additional CamelCase "words" in their first selector chunk
605 // selector with the given name.
652 class Selector {
656 // Empty selector = 0.
664 Selector(IdentifierInfo *II, unsigned nArgs) {
670 Selector(MultiKeywordSelector *SI) {
690 static ObjCMethodFamily getMethodFamilyImpl(Selector sel)
    [all...]

Completed in 886 milliseconds

1 2 3 4 5 6 7 8 9