HomeSort by relevance Sort by last modified time
    Searched full:capability (Results 301 - 325 of 2334) sorted by null

<<11121314151617181920>>

  /external/curl/tests/data/
test830 51 A001 CAPABILITY
test832 53 A001 CAPABILITY
test833 55 A001 CAPABILITY
test835 57 A001 CAPABILITY
test839 49 A001 CAPABILITY
  /external/deqp/framework/egl/
egluNativeDisplay.cpp 34 NativeDisplay::NativeDisplay (Capability capabilities, EGLenum platformType, const char* platformExtension)
43 NativeDisplay::NativeDisplay (Capability capabilities)
82 NativeDisplayFactory::NativeDisplayFactory (const std::string& name, const std::string& description, NativeDisplay::Capability capabilities, EGLenum platformType, const char* platformExtension)
92 NativeDisplayFactory::NativeDisplayFactory (const std::string& name, const std::string& description, NativeDisplay::Capability capabilities)
  /external/libcap/
README 22 the <sys/capability.h> file in /usr/include
  /external/libcap/contrib/bug400591/
bug.c 3 #include <sys/capability.h>
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_get_caps_fd.3 11 This function will read the file based capabilities stored in extended attributes of the file that the descriptor was opened against. The bounding set is not included in file based capabilities operations. Note that this function will only work if compiled on a kernel that supports file based capabilities such as 2.6.26 and later. If the "magic" bit is set, then all effect capability bits are set. Otherwise the bits are cleared.
capng_lock.3 11 capng_lock will take steps to prevent children of the current process to regain full privileges if the uid is 0. This should be called while possessing the CAP_SETPCAP capability in the kernel. This function will do the following if permitted by the kernel: Set the NOROOT option on for PR_SET_SECUREBITS, set the NOROOT_LOCKED option to on for PR_SET_SECUREBITS, set the PR_NO_SETUID_FIXUP option on for PR_SET_SECUREBITS, and set the PR_NO_SETUID_FIXUP_LOCKED option on for PR_SET_SECUREBITS.
capng_name_to_capability.3 3 capng_name_to_capability \- convert capability text to integer
capng_print_caps_text.3 11 capng_print_caps_text will create a text string representation of the internal capability set specified. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the caller must free.
  /external/libcap-ng/libcap-ng-0.7/src/
lookup_table.c 25 #include <linux/capability.h>
107 const char *capng_capability_to_name(unsigned int capability)
109 if (!cap_valid(capability))
113 CAP_NG_CAPABILITY_NAMES, capability);
  /external/libcap-ng/libcap-ng-0.7/src/test/
lib_test.c 71 puts("Failed have capability test 1");
90 puts("Failed bset have capability test 2");
109 printf("Failed converting capability %d to name\n", i);
157 puts("Failed have updatev capability test");
  /external/libweave/include/weave/provider/
wifi.h 16 // Interface with methods to control WiFi capability of the device.
  /external/opencv3/samples/winrt/FaceDetection/FaceDetection/
Package.appxmanifest 39 <Capability Name="internetClient" />
  /external/valgrind/memcheck/tests/linux/
capget.c 8 #include <linux/capability.h> /* _LINUX_CAPABILITY_VERSION */
  /external/webrtc/webrtc/modules/video_capture/ios/
device_info_ios.mm 65 VideoCaptureCapability capability =
67 capabilityVector.push_back(capability);
129 VideoCaptureCapability& capability) {
140 capability = cap;
video_capture_ios.h 29 int32_t StartCapture(const VideoCaptureCapability& capability) override;
  /external/webrtc/webrtc/modules/video_capture/windows/
video_capture_mf.cc 24 const VideoCaptureCapability& capability) {
  /frameworks/base/core/java/android/accessibilityservice/
package.html 12 capability for querying the content of the active window. Development of an accessibility
  /frameworks/base/telecomm/java/android/telecom/
Conference.java 174 * Whether the given capabilities support the specified capability.
176 * @param capabilities A capability bit field.
177 * @param capability The capability to check capabilities for.
178 * @return Whether the specified capability is supported.
181 public static boolean can(int capabilities, int capability) {
182 return (capabilities & capability) != 0;
186 * Whether the capabilities of this {@code Connection} supports the specified capability.
188 * @param capability The capability to check capabilities for
    [all...]
  /frameworks/native/data/etc/
android.hardware.camera.raw.xml 20 <feature name="android.hardware.camera.capability.raw" />
  /packages/apps/Settings/src/com/android/settings/
DialogCreatable.java 23 * you want to utilize some capability in {@link SettingsPreferenceFragment} but don't want
  /packages/services/Car/car_product/sepolicy/
thermal-engine.te 11 allow thermal-engine self:capability { net_admin fsetid };

Completed in 418 milliseconds

<<11121314151617181920>>