/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ListViewTypeMenu.java | 25 import com.android.ide.common.rendering.api.Capability; 71 if (graphicalEditor.renderingSupports(Capability.ADAPTER_BINDING)) {
|
PlayAnimationMenu.java | 22 import com.android.ide.common.rendering.api.Capability; 97 if (graphicalEditor.renderingSupports(Capability.PLAY_ANIMATION)) {
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_group.c | 141 /* P2P Capability */ 474 * @dev_capab: Buffer for returning Device Capability 496 msg.capability == NULL || msg.p2p_device_info == NULL) 503 *dev_capab = msg.capability[0]; 515 /* Device Capability Bitmap */ 516 wpabuf_put_u8(buf, msg.capability[0]);
|
p2p_build.c | 66 /* P2P Capability */ 71 wpa_printf(MSG_DEBUG, "P2P: * Capability dev=%02x group=%02x",
|
/prebuilts/devtools/tools/lib/ |
layoutlib-api.jar | |
/prebuilts/misc/common/layoutlib_api/ |
layoutlib_api-prebuilt.jar | |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.11.h | 243 uint16 capability; member in struct:dot11_bcn_prb 256 uint16 capability; /* capability information */ member in struct:dot11_assoc_req 262 uint16 capability; /* capability information */ member in struct:dot11_reassoc_req 269 uint16 capability; /* capability information */ member in struct:dot11_assoc_resp 763 /* QoS Capability IE */ [all...] |
/external/libnfc-nci/src/nfc/include/ |
tags_defs.h | 77 /* Capability Container definitions */ 78 #define T1T_CC_BLOCK 1 /* Capability container block */ 159 /* Capability Container definitions */ 160 #define T2T_CC_BLOCK 0x03 /* Capability container block */ 480 /* ICODE Capability Container(CC) definition */
|
/external/libnfc-nci/src/nfc/int/ |
rw_int.h | 95 #define RW_T1T_SUBSTATE_WAIT_SET_CC 0x0F /* waiting for response to format/set capability container */ 267 #define RW_T2T_SUBSTATE_WAIT_SET_CC 0x15 /* waiting for response to format/set capability container */ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libtic.so | |
libtic.so.5 | |
libtic.so.5.6 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libtic.so | |
libtic.so.5 | |
libtic.so.5.6 | |
/external/libvpx/libvpx/vpx/ |
vpx_codec.h | 94 /*!\brief Algorithm does not have required capability */ 463 * that advertise the VPX_CODEC_CAP_XMA capability. Calling these functions 464 * for codecs that don't advertise this capability will result in an error
|
/frameworks/base/docs/html/guide/practices/ |
compatibility.jd | 94 ?capability detection?. Web developers typically prefer this approach to 134 <p>To manage this, Android defines <em>feature IDs</em>. Every capability has a 206 capability, though a (fixed-focus) camera was still required. Some apps such as
|
/external/bluetooth/bluedroid/stack/include/ |
avdt_api.h | 149 #define AVDT_ERR_MEDIA_TRANS 0x23 /* Media transport capability not correct */ 150 #define AVDT_ERR_RECOV_FMT 0x25 /* Recovery service capability not correct */ 151 #define AVDT_ERR_ROHC_FMT 0x26 /* Header compression service capability not correct */ 152 #define AVDT_ERR_CP_FMT 0x27 /* Content protection service capability not correct */ 153 #define AVDT_ERR_MUX_FMT 0x28 /* Multiplexing service capability not correct */ 156 #define AVDT_ERR_REPORT_FMT 0x65 /* Report service capability not correct */ [all...] |
/device/lge/mako/sepolicy/ |
compatibility.te | 17 allow adbd self:capability setpcap; 102 #allow shell self:capability { fowner fsetid dac_override };
|
/external/libnfc-nxp/src/ |
phFriNfc_DesfireMap.h | 71 #define PH_FRINFC_NDEFMAP_DESF_STATE_READ_CAP_CONT 7 /*!< Reading a capability container */ 81 /* Following Constants are used to navigate the Capability Container(CC)*/
|
/external/llvm/utils/lit/lit/ |
ProgressBar.py | 111 for capability in self._STRING_CAPABILITIES: 112 (attrib, cap_name) = capability.split('=')
|
/external/openssh/ |
uidswap.c | 32 #include <sys/capability.h> 322 /* set CAP_SYS_BOOT capability, so "adb reboot" will succeed */
|
/external/qemu/target-i386/ |
hax-windows.c | 159 dprint("hax capability is too long to hold.\n"); 160 dprint("Failed to get Hax capability:%d\n", err);
|
/external/webkit/Source/WebKit/qt/ |
QtWebKit.pro | 99 TARGET.CAPABILITY = All -Tcb 101 TARGET.CAPABILITY = All -Tcb -DRM -AllFiles
|
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
SmtpSenderUnitTests.java | 274 for (String capability : capabilities.split(",")) { 275 mockTransport.expect(null, "250-" + capability);
|