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

12 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/linux/
capget.c 7 #include <linux/capability.h> /* _LINUX_CAPABILITY_VERSION */
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_mcsn.h 37 unsigned short play; /* Replay capability */
38 unsigned short record; /* Record capability */
  /external/webkit/Source/JavaScriptCore/
jsc.pro 23 TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
  /external/webkit/Source/WebKit/qt/tests/
tests.pri 29 TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
  /frameworks/base/core/java/android/accessibilityservice/
package.html 12 capability for querying the content of the active window. Development of an accessibility
  /packages/apps/Settings/src/com/android/settings/
DialogCreatable.java 23 * you want to utilize some capability in {@link SettingsPreferenceFragment} but don't want
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tic.h 63 ** String Table, one per string capability
137 * three are also used in the hash table of capability names. The scanner
142 #define BOOLEAN 0 /* Boolean capability */
143 #define NUMBER 1 /* Numeric capability */
144 #define STRING 2 /* String-valued capability */
145 #define CANCEL 3 /* Capability to be cancelled in following tc's */
159 char *tk_name; /* name of capability */
160 int tk_valnumber; /* value of capability (if a number) */
161 char *tk_valstring; /* value of capability (if a string) */
188 * per possible capability. These are indexed by a hash table array o
    [all...]
  /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...]
  /packages/apps/Phone/src/com/android/phone/
TelephonyCapabilities.java 78 * TODO: This capability should really be exposed by the telephony
93 * TODO: This capability should really be exposed by the telephony
118 * TODO: This capability should really be exposed by the telephony
168 * TODO: This capability should really be exposed by the telephony
184 * TODO: This capability should really be exposed by the telephony
202 * TODO: This capability should really be exposed by the telephony
205 * TODO: It might be better to expose this capability in a more
  /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)) {
  /system/media/wilhelm/src/itf/
IVideoDecoderCapabilities.cpp 77 // pIndex returns the number of video decoders capability descriptions.
85 // pIndex is an incrementing value used to enumerate capability descriptions.
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.h 32 static bool capability(GLenum cap,int maxLights,int maxClipPlanes);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.h 30 static bool capability(GLenum cap);
  /external/webkit/Source/WebKit2/
WebProcess.pro 38 TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
  /external/bluetooth/bluez/audio/
ipc.h 123 uint8_t seid; /* Requested capability configuration */
195 codec_capabilities_t capability; member in struct:__anon1453
206 codec_capabilities_t capability; member in struct:__anon1454
216 codec_capabilities_t capability; member in struct:__anon1455
234 uint8_t seid; /* Requested capability configuration to lock */
  /prebuilt/linux-x86/toolchain/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...]
  /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/base/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 492 "HT capability [LDPC]");
499 "HT capability [HT40*]");
506 "HT capability [SMPS-*]");
513 "HT capability [GF]");
520 "HT capability [SHORT-GI-20]");
527 "HT capability [SHORT-GI-40]");
533 "HT capability [TX-STBC]");
540 "HT capability [RX-STBC*]");
547 "HT capability [DELAYED-BA]");
554 "HT capability [MAX-AMSDU-7935]")
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 22 import com.android.ide.common.rendering.api.Capability;
173 private EnumSet<Capability> mCapabilities;
181 public EnumSet<Capability> getCapabilities() {
197 Capability.UNBOUND_RENDERING,
198 Capability.CUSTOM_BACKGROUND_COLOR,
199 Capability.RENDER,
200 Capability.LAYOUT_ONLY,
201 Capability.EMBEDDED_LAYOUT,
202 Capability.VIEW_MANIPULATION,
203 Capability.PLAY_ANIMATION
    [all...]
  /external/bluetooth/bluez/tools/
hcieventmask.c 102 events[6] |= 0x01; /* IO Capability Request */
103 events[6] |= 0x02; /* IO Capability Response */
  /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/base/drm/java/android/drm/
DrmSupportInfo.java 23 * An entity class that wraps the capability of each DRM plug-in (agent),
26 * Plug-in developers can expose the capability of their plug-in by passing an instance of this
  /frameworks/base/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

Completed in 686 milliseconds

12 3 4 5 6 7 8 91011>>