HomeSort by relevance Sort by last modified time
    Searched full:capability (Results 51 - 75 of 594) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 39 public static final String CAPABILITY = "CAPABILITY";
  /external/chromium/base/
port.h 41 // StringUtil.VariableArgsFunc unit test tests this capability.
  /external/libvpx/vpx/
vp8dx.h 29 * This interface provides the capability to decode raw VP8 streams, as would
vpx_decoder.h 228 * that advertise the VPX_CODEC_CAP_PUT_FRAME capability. Calling these functions
229 * for codecs that don't advertise this capability will result in an error
268 * that advertise the VPX_CODEC_CAP_PUT_SLICE capability. Calling these functions
269 * for codecs that don't advertise this capability will result in an error
  /external/mesa3d/docs/
README.OpenStep 3 systems we simply use the offscreen rendering capability of Mesa
  /external/srec/shared/include/
ESR_VariableTypes.h 24 * Enumeration of all possible variable types. Used to add strong-typing capability to generic
  /external/webkit/Tools/MiniBrowser/qt/
MiniBrowser.pro 51 TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
  /external/webkit/Tools/QtTestBrowser/
QtTestBrowser.pro 57 TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices Location
  /external/kernel-headers/original/linux/
pci_regs.h 40 #define PCI_STATUS_CAP_LIST 0x10 /* Support Capability List */
104 #define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */
189 /* Capability lists */
191 #define PCI_CAP_LIST_ID 0 /* Capability ID */
200 #define PCI_CAP_ID_VNDR 0x09 /* Vendor specific capability */
204 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */
205 #define PCI_CAP_FLAGS 2 /* Capability defined flags (16 bits) */
241 #define PCI_AGP_RFU 3 /* Rest of capability flags */
283 #define PCI_MSI_RFU 3 /* Rest of capability flags */
324 /* PCI Express capability registers *
    [all...]
telephony.h 71 * capability structs with all of its capabilities. The
72 * PHONECTL_CAPABILITIES_CHECK takes a single capability struct and returns
73 * a TRUE if the device has that capability, otherwise it returns false.
backing-dev.h 37 * Flags in backing_dev_info::capability
binfmts.h 4 #include <linux/capability.h>
capability.h 2 * This is <linux/capability.h>
25 a set of three capability sets. The transposition of 3*the
131 /* Transfer any capability in your permitted set to any pid,
132 remove any capability in your permitted set from any pid */
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
Bridge.java 55 * Returns an {@link EnumSet} of the supported {@link Capability}.
59 public EnumSet<Capability> getCapabilities() {
60 return EnumSet.noneOf(Capability.class);
  /frameworks/base/media/libeffects/lvm/lib/Bass/lib/
LVDBE.h 152 /* Linked enumerated type and capability definitions */
154 /* The capability definitions are used to define the required capabilities at */
155 /* initialisation, these are added together to give the capability word. The */
158 /* The capability definition is related to the enumerated type value by the equation: */
255 /* Capability structure */
  /external/wpa_supplicant_8/src/p2p/
p2p_parse.c 34 wpa_printf(MSG_DEBUG, "P2P: Too short Capability "
38 msg->capability = data;
39 wpa_printf(MSG_DEBUG, "P2P: * Device Capability %02x "
40 "Group Capability %02x",
486 /* t at Device Capability Bitmap */
621 if (msg.capability) {
625 msg.capability[0], msg.capability[1]);
697 if (!msg.capability)
700 return msg.capability[1]
    [all...]
p2p_group.c 146 /* P2P Capability */
260 * @dev_capab: Buffer for returning Device Capability
282 msg.capability == NULL || msg.p2p_device_info == NULL)
289 *dev_capab = msg.capability[0];
301 /* Device Capability Bitmap */
302 wpabuf_put_u8(buf, msg.capability[0]);
  /external/e2fsprogs/misc/
chattr.1.in 59 capability can set or clear this attribute.
102 CAP_LINUX_IMMUTABLE capability can set or clear this attribute.
110 capability can set or clear this attribute.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
telephony.h 71 * capability structs with all of its capabilities. The
72 * PHONECTL_CAPABILITIES_CHECK takes a single capability struct and returns
73 * a TRUE if the device has that capability, otherwise it returns false.
  /external/bluetooth/bluez/doc/
adapter-api.txt 114 string capability)
135 The capability parameter is the same as for the
157 void RegisterAgent(object agent, string capability)
167 The capability parameter can have the values
hfp-api.txt 71 passing capability is being used.
  /external/bluetooth/bluez/src/
agent.h 39 const char *path, uint8_t capability,
  /external/libvpx/vpx/src/
vpx_codec.c 59 return "Codec does not implement requested capability";
  /external/webkit/Source/WebKit/qt/declarative/
declarative.pro 31 TARGET.CAPABILITY = All -Tcb
  /external/wpa_supplicant/
driver_hostap.h 102 u16 capability; member in struct:prism2_hostapd_param::__anon13673::__anon13674

Completed in 3021 milliseconds

1 23 4 5 6 7 8 91011>>