HomeSort by relevance Sort by last modified time
    Searched full:capability (Results 326 - 350 of 1792) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityServiceInfo.java 82 * Capability: This accessibility service can retrieve the active window content.
88 * Capability: This accessibility service can request touch exploration mode in which
95 * Capability: This accessibility service can request enhanced web accessibility
102 * Capability: This accessibility service can request to filter the key event stream.
221 * this flag have to declare this capability in their meta-data by setting
247 * Services that want to set this flag have to declare this capability
276 * Services that want to set this flag have to declare this capability
297 * Services that want to set this flag have to declare the capability
599 * @return The capability bit mask.
614 * @param capabilities The capability bit mask
950 public final int capability; field in class:AccessibilityServiceInfo.CapabilityInfo
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 356 // expected-warning {{'guarded_by' attribute requires arguments whose type is annotated with 'capability' attribute; type here is 'int'}}
360 // expected-warning {{'guarded_by' attribute requires arguments whose type is annotated with 'capability' attribute; type here is 'Mutex **'}}
362 // expected-warning {{'guarded_by' attribute requires arguments whose type is annotated with 'capability' attribute; type here is 'UnlockableMu'}}
427 // expected-warning {{'pt_guarded_by' attribute requires arguments whose type is annotated with 'capability' attribute; type here is 'int'}}
431 // expected-warning {{'pt_guarded_by' attribute requires arguments whose type is annotated with 'capability' attribute; type here is 'Mutex **'}}
433 // expected-warning {{'pt_guarded_by' attribute requires arguments whose type is annotated with 'capability' attribute}}
488 // expected-warning {{'acquired_after' attribute requires arguments whose type is annotated with 'capability' attribute; type here is 'int'}}
492 // expected-warning {{'acquired_after' attribute requires arguments whose type is annotated with 'capability' attribute; type here is 'Mutex **'}}
494 // expected-warning {{'acquired_after' attribute requires arguments whose type is annotated with 'capability' attribute}}
496 // expected-warning {{'acquired_after' attribute can only be applied in a context annotated with 'capability("mutex")' attribute}
    [all...]
warn-thread-safety-negative.cpp 68 mu.Lock(); // expected-warning {{acquiring mutex 'mu' requires negative capability '!mu'}}
90 mu.Lock(); // expected-warning {{acquiring mutex 'mu' requires negative capability '!mu'}}
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
PopFrames002Test.java 69 //check capability, relevant for this test
70 logWriter.println("=> Check capability: canPopFrames");
74 logWriter.println("##WARNING: this VM doesn't possess capability: canPopFrames");
195 //check capability, relevant for this test
196 logWriter.println("=> Check capability: canPopFrames");
200 logWriter.println("##WARNING: this VM doesn't possess capability: canPopFrames");
292 //check capability, relevant for this test
293 logWriter.println("=> Check capability: canPopFrames");
297 logWriter.println("##WARNING: this VM doesn't possess capability: canPopFrames");
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 154 * video capability.
165 * video capability.
269 * indicate wheter a call has the {@link Connection#CAPABILITY_WIFI} capability.
276 * indicate whether a call has the {@link Connection#CAPABILITY_HIGH_DEF_AUDIO} capability.
    [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 */
  /frameworks/base/services/tests/servicestests/src/com/android/server/
ConnectivityServiceTest.java 201 public void addCapability(int capability) {
202 mNetworkCapabilities.addCapability(capability);
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Call.java 117 * capability allows a merge button to be shown while the conference call is in the foreground
144 * Call supports conference call management. This capability only applies to {@link Conference}
210 // Next CAPABILITY value: 0x00004000
259 * Whether the supplied capabilities supports the specified capability.
262 * @param capability The capability to check capabilities for.
263 * @return Whether the specified capability is supported.
265 public static boolean can(int capabilities, int capability) {
266 return (capabilities & capability) != 0;
270 * Whether the capabilities of this {@code Details} supports the specified capability
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_parse.c 28 wpa_printf(MSG_DEBUG, "P2P: Too short Capability "
32 msg->capability = data;
33 wpa_printf(MSG_DEBUG, "P2P: * Device Capability %02x "
34 "Group Capability %02x",
304 "P2P: Too short Connection Capability (length %u)",
309 wpa_printf(MSG_DEBUG, "P2P: * Connection Capability: 0x%x",
364 "P2P: Too short Feature Capability (length %u)",
645 /* t at Device Capability Bitmap */
780 if (msg.capability) {
784 msg.capability[0], msg.capability[1])
    [all...]
  /external/aac/libSBRdec/include/
sbrdecoder.h 112 /* Capability flags */
113 #define CAPF_SBR_LP 0x00000001 /*!< Flag indicating library's capability of Low Power mode. */
114 #define CAPF_SBR_HQ 0x00000002 /*!< Flag indicating library's capability of High Quality mode. */
115 #define CAPF_SBR_DRM_BS 0x00000004 /*!< Flag indicating library's capability to decode DRM SBR data. */
116 #define CAPF_SBR_CONCEALMENT 0x00000008 /*!< Flag indicating library's capability to conceal erroneous frames. */
117 #define CAPF_SBR_DRC 0x00000010 /*!< Flag indicating library's capability for Dynamic Range Control. */
118 #define CAPF_SBR_PS_MPEG 0x00000020 /*!< Flag indicating library's capability to do MPEG Parametric Stereo. */
119 #define CAPF_SBR_PS_DRM 0x00000040 /*!< Flag indicating library's capability to do DRM Parametric Stereo. */
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
FieldWithLocationTest.java 135 logWriter.println("Check capability " + capabilityname);
139 logWriter.println("##WARNING: this VM doesn't possess capability " +
  /external/deqp/framework/egl/
egluNativePixmap.cpp 33 NativePixmap::NativePixmap (Capability capabilities)
58 NativePixmapFactory::NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap::Capability capabilities)
egluNativeWindow.cpp 33 NativeWindow::NativeWindow (Capability capabilities)
84 NativeWindowFactory::NativeWindowFactory (const std::string& name, const std::string& description, NativeWindow::Capability capabilities)
  /external/libselinux/src/
avc_internal.h 83 /* this is a macro in order to use the variadic capability. */
151 /* again, we need the variadic capability here */
  /external/selinux/libselinux/src/
avc_internal.h 83 /* this is a macro in order to use the variadic capability. */
151 /* again, we need the variadic capability here */
  /frameworks/av/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
  /frameworks/wilhelm/src/itf/
IVideoDecoderCapabilities.cpp 76 // pIndex returns the number of video decoders capability descriptions.
89 // pIndex is an incrementing value used to enumerate capability descriptions.
  /developers/build/prebuilts/gradle/Camera2Raw/Application/src/main/
AndroidManifest.xml 28 <!-- A camera with RAW capability is required to use this application -->
  /developers/samples/android/media/Camera2Raw/Application/src/main/
AndroidManifest.xml 28 <!-- A camera with RAW capability is required to use this application -->
  /development/samples/browseable/Camera2Raw/
AndroidManifest.xml 28 <!-- A camera with RAW capability is required to use this application -->
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 102 static const Capability CAPABILITIES = Capability(CAPABILITY_GET_DISPLAY_LEGACY |
125 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |
  /external/kernel-headers/original/uapi/linux/
securebits.h 24 /* When set, setuid to/from uid 0 does not trigger capability-"fixup".
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_change_id.3 11 This function will change uid and gid to the ones given while retaining the capabilities previously specified in capng_update. It is not necessary and perhaps better if capng_apply has not been called prior to this function so that all necessary privileges are still intact. The caller is required to have CAP_SETPCAP capability still active before calling this function.
  /external/libcap-ng/libcap-ng-0.7/utils/
filecap.8 34 .B To set a file capability on a specific program:

Completed in 560 milliseconds

<<11121314151617181920>>