/frameworks/base/core/java/android/net/ |
EthernetDataTracker.java | 335 * A capability is an Integer/String pair, the capabilities
|
/frameworks/base/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Control.c | 90 /* pCapabilities Pointer to an empty capability structure */
|
/frameworks/compile/slang/ |
slang_backend.cpp | 126 // FIXME: Need to detect the CPU capability and decide whether to use softfp.
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioHardwareInterface.h | 208 * the software mixer will emulate this capability.
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
DataAction.java | 193 // If the address is also available for a video chat, we'll show the capability
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettingsUtils.java | 84 * capability.
|
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | 92 "* CAPABILITY IMAP4rev1 STARTTLS"); 301 ImapTestUtils.parseResponse("* CAPABILITY IMAP4rev1 XXX YYY Z").flatten()); 310 assertEquals("[CAPABILITY,IMAP4rev1,XXX,YYY,Z]", 447 * Confirm that when IMAP ID is not in capability, it is not sent/received. 495 // Return "ID" in the capability 645 // After switching to TLS the client must re-query for capability 667 String capabilityList = "* cAPABILITY iMAP4rev1 sTARTTLS aUTH=gSSAPI lOGINDISABLED"; 671 mockTransport.expect(getNextTag(false) + " CAPABILITY", new String[] { 673 getNextTag(true) + " oK CAPABILITY completed"}); [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ |
ImapResponseParserTest.java | 371 "* OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID STARTTLS AUTH=PLAIN AUTH=LOGIN" +
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
ViewElementDescriptor.java | 54 * later represents Java inheritance, the former represents an XML nesting capability.
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
FrameBuffer.cpp | 161 // Could not create GLES2 context - drop GL2 capability 326 // If no GLES2 configs exist - not GLES2 capability
|
/external/kernel-headers/original/linux/ |
hdreg.h | 470 unsigned char capability; /* (upper byte of word 49) member in struct:hd_driveid 665 * 0 capability
|
/external/qemu/ |
kvm-all.c | 466 * destroyed properly. Since we rely on this capability, refuse to work 467 * with any kernel without this capability. */
|
/external/tcpdump/ |
print-ospf.c | 129 { LS_OPAQUE_TE_LINK_SUBTLV_INTF_SW_CAP_DESCR, "Interface Switching Capability" }, 658 printf("\n\t\tInterface Switching Capability: %s", [all...] |
print-pim.c | 75 { PIMV2_HELLO_OPTION_REFRESH_CAP, "State Refresh Capability" }, 76 { PIMV2_HELLO_OPTION_BIDIR_CAP, "Bi-Directional Capability" }, 687 printf("Bi-Directional Capability (Old)");
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteInit.java | 719 * Retrieves the permitted capability set from another process. 728 * Sets the permitted and effective capability sets of this process.
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaItem.java | 125 * @throws IllegalArgumentException if a capability such as file format is 127 * capability
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
OMX_AacEnc_Utils.h | 54 /* PV opencore capability custom parameter index */ 165 ////////////////// OMX COMPONENT CAPABILITY RELATED MEMBERS (for opencore compatability)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
hdreg.h | 412 unsigned char capability; /* (upper byte of word 49) member in struct:hd_driveid 607 * 0 capability
|
/external/bluetooth/bluez/src/ |
device.c | [all...] |
/external/wpa_supplicant_8/src/ap/ |
ieee802_11.c | 1055 sta->capability = capab_info; 1073 if (!(sta->capability & WLAN_CAPABILITY_SHORT_SLOT_TIME) && 1083 if (sta->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) 1088 if (!(sta->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) && [all...] |
/external/wpa_supplicant_8/src/drivers/ |
nl80211_copy.h | 641 * @NL80211_ATTR_HT_CAPABILITY: HT Capability information element (from [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libtic.a | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfo.java | 26 import com.android.ide.common.rendering.api.Capability; 603 * <li>on older platforms that don't support {@link Capability#EMBEDDED_LAYOUT} there [all...] |
LayoutCanvas.java | 23 import com.android.ide.common.rendering.api.Capability; [all...] |
PaletteControl.java | 29 import com.android.ide.common.rendering.api.Capability; 358 return layoutLibrary != null && layoutLibrary.supports(Capability.CUSTOM_BACKGROUND_COLOR); [all...] |