HomeSort by relevance Sort by last modified time
    Searched full:capability (Results 126 - 150 of 934) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 52 /** ID capability per RFC 2971*/
54 /** NAMESPACE capability per RFC 2342 */
56 /** STARTTLS capability per RFC 3501 */
58 /** UIDPLUS capability per RFC 4315 */
117 // CAPABILITY
131 // such, we save away capability information here for future use.
181 * Returns whether or not the specified capability is supported by the server.
183 private boolean isCapable(int capability) {
184 return (mCapabilities & capability) != 0;
188 * Sets the capability flags according to the response provided by the server
    [all...]
  /external/kernel-headers/original/linux/
capability.h 2 * This is <linux/capability.h>
26 a set of three capability sets. The transposition of 3*the
171 * Transfer any capability in your permitted set to any pid,
172 * remove any capability in your permitted set from any pid
174 * Add any capability from current's capability bounding set
176 * Allow taking bits out of capability bounding set
340 to implement capability based overrides of that policy, this is
341 the capability it should use to do so. */
348 to implement capability based checks on modifications to tha
    [all...]
  /external/bluetooth/bluedroid/stack/include/
smp_api.h 33 #define SMP_IO_CAP_REQ_EVT 1 /* IO capability request event */
55 #define SMP_UNKNOWN_IO_CAP 0x0B /* unknown IO capability, unable to decide associatino model */
69 /* Device IO capability */
102 #define SMP_AUTH_NB_IOCAP (SMP_AUTH_NO_BOND | SMP_AUTH_YN_BIT) /* MITM, No Bonding, Use IO Capability
105 #define SMP_AUTH_GB_IOCAP (SMP_AUTH_GEN_BOND | SMP_AUTH_YN_BIT) /* MITM, General Bonding, Use IO Capability
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ShowWithinMenu.java 4 import com.android.ide.common.rendering.api.Capability;
33 if (graphicalEditor.renderingSupports(Capability.EMBEDDED_LAYOUT)) {
  /external/sepolicy/
adbd.te 6 allow adbd self:capability { net_raw setgid setuid dac_override sys_boot sys_admin };
cts.te 48 dontaudit shell self:capability dac_override;
global_macros 4 define(`capability_class_set', `{ capability capability2 }')
  /external/webkit/Source/WebKit2/
WebProcess.pro 38 TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.h 32 static bool capability(GLenum cap,int maxLights,int maxClipPlanes);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.h 30 static bool capability(GLenum cap);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
capability.h 2 * This is <linux/capability.h>
26 a set of three capability sets. The transposition of 3*the
44 #define XATTR_CAPS_SUFFIX "capability"
127 /* Transfer any capability in your permitted set to any pid,
128 remove any capability in your permitted set from any pid */
pci_regs.h 45 #define PCI_STATUS_CAP_LIST 0x10 /* Support Capability List */
109 #define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */
194 /* Capability lists */
196 #define PCI_CAP_LIST_ID 0 /* Capability ID */
213 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */
214 #define PCI_CAP_FLAGS 2 /* Capability defined flags (16 bits) */
250 #define PCI_AGP_RFU 3 /* Rest of capability flags */
292 #define PCI_MSI_RFU 3 /* Rest of capability flags */
354 /* PCI Express capability registers */
357 #define PCI_EXP_FLAGS_VERS 0x000f /* Capability version *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h 2 * This is <linux/capability.h>
26 a set of three capability sets. The transposition of 3*the
44 #define XATTR_CAPS_SUFFIX "capability"
127 /* Transfer any capability in your permitted set to any pid,
128 remove any capability in your permitted set from any pid */
pci_regs.h 45 #define PCI_STATUS_CAP_LIST 0x10 /* Support Capability List */
109 #define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */
194 /* Capability lists */
196 #define PCI_CAP_LIST_ID 0 /* Capability ID */
213 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */
214 #define PCI_CAP_FLAGS 2 /* Capability defined flags (16 bits) */
250 #define PCI_AGP_RFU 3 /* Rest of capability flags */
292 #define PCI_MSI_RFU 3 /* Rest of capability flags */
354 /* PCI Express capability registers */
357 #define PCI_EXP_FLAGS_VERS 0x000f /* Capability version *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h 2 * This is <linux/capability.h>
26 a set of three capability sets. The transposition of 3*the
44 #define XATTR_CAPS_SUFFIX "capability"
127 /* Transfer any capability in your permitted set to any pid,
128 remove any capability in your permitted set from any pid */
pci_regs.h 45 #define PCI_STATUS_CAP_LIST 0x10 /* Support Capability List */
109 #define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */
194 /* Capability lists */
196 #define PCI_CAP_LIST_ID 0 /* Capability ID */
213 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */
214 #define PCI_CAP_FLAGS 2 /* Capability defined flags (16 bits) */
250 #define PCI_AGP_RFU 3 /* Rest of capability flags */
292 #define PCI_MSI_RFU 3 /* Rest of capability flags */
354 /* PCI Express capability registers */
357 #define PCI_EXP_FLAGS_VERS 0x000f /* Capability version *
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 22 import com.android.ide.common.rendering.api.Capability;
180 private EnumSet<Capability> mCapabilities;
188 public EnumSet<Capability> getCapabilities() {
204 Capability.UNBOUND_RENDERING,
205 Capability.CUSTOM_BACKGROUND_COLOR,
206 Capability.RENDER,
207 Capability.LAYOUT_ONLY,
208 Capability.EMBEDDED_LAYOUT,
209 Capability.VIEW_MANIPULATION,
210 Capability.PLAY_ANIMATION
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_MifareULMap.h 73 * \name Mifare - constants for the capability container
77 #define PH_FRINFC_NDEFMAP_MFUL_CC_BYTE0 0xE1 /*!< Capability container byte 0 = 0xE1 */
78 #define PH_FRINFC_NDEFMAP_MFUL_CC_BYTE1 0x10 /*!< Capability container byte 1 = 0x10 */
79 #define PH_FRINFC_NDEFMAP_MFUL_CC_BYTE2 0x06 /*!< Capability container byte 2 = 0x06 */
80 #define PH_FRINFC_NDEFMAP_MFUL_CC_BYTE3_RW 0x00 /*!< Capability container byte 3 = 0x00 for
82 #define PH_FRINFC_NDEFMAP_MFUL_CC_BYTE3_RO 0x0F /*!< Capability container byte 3 = 0x0F for
  /frameworks/av/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h 158 /* Linked enumerated type and capability definitions */
160 /* The capability definitions are used to define the required capabilities at */
161 /* initialisation, these are added together to give the capability word. The */
164 /* The capability definition is related to the enumerated type value by the equation: */
266 /* Capability structure */
400 /* pCapabilities Pointer to an empty capability structure */
  /external/wpa_supplicant_8/src/ap/
hw_features.c 525 "HT capability [LDPC]");
532 "HT capability [HT40*]");
539 "HT capability [SMPS-*]");
546 "HT capability [GF]");
553 "HT capability [SHORT-GI-20]");
560 "HT capability [SHORT-GI-40]");
566 "HT capability [TX-STBC]");
573 "HT capability [RX-STBC*]");
580 "HT capability [DELAYED-BA]");
587 "HT capability [MAX-AMSDU-7935]")
    [all...]
  /external/aac/libSBRdec/include/
sbrdecoder.h 112 /* Capability flags */
113 #define CAPF_SBR_LP 0x00000001 /*!< Flag indicating library's capability of Low Power mode. */
114 #define CAPF_SBR_HQ 0x00000002 /*!< Flag indicating library's capability of High Quality mode. */
115 #define CAPF_SBR_DRM_BS 0x00000004 /*!< Flag indicating library's capability to decode DRM SBR data. */
116 #define CAPF_SBR_CONCEALMENT 0x00000008 /*!< Flag indicating library's capability to conceal erroneous frames. */
117 #define CAPF_SBR_DRC 0x00000010 /*!< Flag indicating library's capability for Dynamic Range Control. */
118 #define CAPF_SBR_PS_MPEG 0x00000020 /*!< Flag indicating library's capability to do MPEG Parametric Stereo. */
119 #define CAPF_SBR_PS_DRM 0x00000040 /*!< Flag indicating library's capability to do DRM Parametric Stereo. */
  /external/libselinux/src/
avc_internal.h 83 /* this is a macro in order to use the variadic capability. */
151 /* again, we need the variadic capability here */
  /frameworks/av/include/drm/
DrmSupportInfo.h 25 * This is an utility class which wraps the capability of each plug-in,
28 * Plug-in developer could return the capability of the plugin by passing
  /frameworks/base/core/java/android/net/
LinkSocketNotifier.java 84 * Get notified of every capability change
85 * check for LinkSockets on that Link that are interested in that Capability - call them
  /frameworks/wilhelm/src/itf/
IVideoDecoderCapabilities.cpp 76 // pIndex returns the number of video decoders capability descriptions.
89 // pIndex is an incrementing value used to enumerate capability descriptions.

Completed in 573 milliseconds

1 2 3 4 56 7 8 91011>>