HomeSort by relevance Sort by last modified time
    Searched full:capability (Results 151 - 175 of 1258) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tests/tests/security/jni/
android_security_cts_KernelSettingsTest.cpp 25 int result = getxattr("/system/bin/toolbox", "security.capability", NULL, 0);
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_manager_client.h 32 const std::string& capability,
  /external/chromium_org/content/common/
set_process_title.h 10 // does nothing if the OS doesn't support or need this capability.
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_autogen.h 18 ValueValidator<GLenum> capability; variable
  /external/chromium_org/media/video/capture/win/
sink_input_pin_win.h 28 // Returns the capability that is negotiated when this
  /external/chromium_org/net/http/
http_pipelined_host_test_util.h 20 HttpPipelinedHostCapability capability));
http_server_properties_impl.cc 268 HttpPipelinedHostCapability capability = PIPELINE_UNKNOWN; local
272 capability = it->second;
274 return capability;
279 HttpPipelinedHostCapability capability) {
284 pipeline_capability_map_->Put(origin, capability);
  /external/chromium_org/ppapi/api/trusted/
ppb_url_loader_trusted.idl 29 * Grant this URLLoader the capability to make unrestricted cross-origin
  /external/kernel-headers/original/linux/
xattr.h 52 #define XATTR_CAPS_SUFFIX "capability"
  /external/sepolicy/
global_macros 4 define(`capability_class_set', `{ capability capability2 }')
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c 161 " HS Capability List", MAC2STR(sa));
162 wpa_hexdump_ascii(MSG_DEBUG, "HS Capability List", pos, slen);
192 " Connection Capability", MAC2STR(sa));
193 wpa_hexdump_ascii(MSG_DEBUG, "conn capability", pos, slen);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xattr.h 52 #define XATTR_CAPS_SUFFIX "capability"
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...]
  /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);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_format.c 113 * Format capability description entry.
119 * Capability index corresponding to the format.
125 * capability is not explicitly present.
132 * Format capability description table.
554 * be supported when the host does not provide an explicit capability entry.
  /external/mesa3d/src/gallium/drivers/svga/
svga_format.c 113 * Format capability description entry.
119 * Capability index corresponding to the format.
125 * capability is not explicitly present.
132 * Format capability description table.
554 * be supported when the host does not provide an explicit capability entry.
  /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/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;
183 private EnumSet<Capability> mCapabilities;
191 public EnumSet<Capability> getCapabilities() {
207 Capability.UNBOUND_RENDERING,
208 Capability.CUSTOM_BACKGROUND_COLOR,
209 Capability.RENDER,
210 Capability.LAYOUT_ONLY,
211 Capability.EMBEDDED_LAYOUT,
212 Capability.VIEW_MANIPULATION,
213 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 527 "HT capability [LDPC]");
534 "HT capability [HT40*]");
541 "HT capability [SMPS-*]");
548 "HT capability [GF]");
555 "HT capability [SHORT-GI-20]");
562 "HT capability [SHORT-GI-40]");
568 "HT capability [TX-STBC]");
575 "HT capability [RX-STBC*]");
582 "HT capability [DELAYED-BA]");
589 "HT capability [MAX-AMSDU-7935]")
    [all...]

Completed in 1482 milliseconds

1 2 3 4 5 67 8 91011>>