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

1 2 3 4 5 6 7 8 91011>>

  /build/target/board/generic/sepolicy/
netd.te 1 dontaudit netd self:capability sys_module;
  /build/target/board/generic_x86/sepolicy/
healthd.te 1 allow healthd self:capability sys_nice;
zygote.te 2 allow zygote self:capability sys_nice;
  /device/google/dragon/sepolicy/
netd.te 1 dontaudit netd self:capability sys_module;
kernel.te 4 allow kernel self:capability mknod;
tee.te 2 allow tee self:capability { setuid setgid sys_rawio };
  /device/huawei/angler/sepolicy/
netd.te 1 dontaudit netd self:capability sys_module;
  /device/lge/bullhead/sepolicy/
netd.te 1 dontaudit netd self:capability sys_module;
  /device/moto/shamu/sepolicy/
kernel.te 1 allow kernel self:capability net_admin;
netd.te 2 dontaudit netd self:capability sys_module;
  /packages/services/Car/car_product/sepolicy/
netd.te 1 dontaudit netd self:capability sys_module;
  /external/autotest/client/site_tests/graphics_dEQP/expectations/rogue/
dEQP-GLES2.capability.NotSupported.bz2 
  /external/webrtc/webrtc/modules/video_capture/ios/
device_info_ios_objc.mm 55 webrtc::VideoCaptureCapability capability;
60 capability.width = 352;
61 capability.height = 288;
62 capability.maxFPS = 30;
63 capability.expectedCaptureDelay =
65 capability.rawType = webrtc::kVideoNV12;
66 capability.codecType = webrtc::kVideoCodecUnknown;
67 capability.interlaced = false;
69 capability.width = 640;
70 capability.height = 480
    [all...]
  /device/asus/fugu/sepolicy/
netd.te 2 dontaudit netd self:capability sys_module;
  /device/htc/flounder/sepolicy/
netd.te 2 dontaudit netd self:capability sys_module;
init.te 4 allow init self:capability sys_nice;
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_update.3 7 int capng_update(capng_act_t action, capng_type_t type,unsigned int capability);
11 capng_update will update the internal posix capabilities settings based on the options passed to it. The action should be eith CAPNG_DROP to set the capability bit to 0, or CAPNG_ADD to set the capability bit to 1. The operation is performed on the capability set specified in the type parameter. The values are: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET. The values may be or'ed together to perform the same operation on multiple sets. The last paramter, capability, is the capability define as given in linux/capability.h.
  /external/libcap/doc/
cap_init.3 6 cap_init, cap_free, cap_dup \- capability data object storage management
8 .B #include <sys/capability.h>
20 representation of the capability state. Capabilities are edited and
22 the capability state is complete, the updated capability state is used
23 to replace the capability state associated with the file or process.
26 creates a capability state in working storage and returns a pointer to
27 the capability state. The initial value of all flags are cleared. The
28 caller should free any releasable memory, when the capability state in
37 capability state identified b
    [all...]
cap_clear.3 3 cap_clear, cap_clear_flag, cap_get_flag, cap_set_flag, cap_compare \- capability data object manipulation
6 .B #include <sys/capability.h>
24 These functions work on a capability state held in working storage.
29 Each capability in a set may be clear (disabled, 0) or set (enabled, 1).
34 identifies a capability, such as
38 identifies one of the three flags associated with a capability
39 (i.e., it identifies one of the three capability sets).
47 identifies the setting of a particular capability flag
48 (i.e, the value of a capability in a set).
56 initializes the capability state in working storage identified b
    [all...]
  /developers/build/prebuilts/gradle/FindMyPhone/Application/src/main/res/values/
wear.xml 3 <!-- declaring that phone provides find_me capability -->
  /developers/build/prebuilts/gradle/Quiz/Application/src/main/res/values/
wear.xml 3 <!-- declaring that phone provides reset_quiz capability -->
  /developers/samples/android/wearable/wear/FindMyPhone/Application/src/main/res/values/
wear.xml 3 <!-- declaring that phone provides find_me capability -->
  /developers/samples/android/wearable/wear/Quiz/Application/src/main/res/values/
wear.xml 3 <!-- declaring that phone provides reset_quiz capability -->
  /development/samples/browseable/FindMyPhone/Application/res/values/
wear.xml 3 <!-- declaring that phone provides find_me capability -->
  /development/samples/browseable/Quiz/Application/res/values/
wear.xml 3 <!-- declaring that phone provides reset_quiz capability -->

Completed in 296 milliseconds

1 2 3 4 5 6 7 8 91011>>