OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capability
(Results
26 - 50
of
1792
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Sema/
attr-capabilities.c
3
typedef int __attribute__((
capability
("role"))) ThreadRole;
7
// Test an invalid
capability
name
8
struct __attribute__((
capability
("wrong"))) IncorrectName {}; // expected-warning {{invalid
capability
name 'wrong';
capability
name must be 'mutex' or 'role'}}
10
int Test1 __attribute__((
capability
("test1"))); // expected-error {{'
capability
' attribute only applies to structs and typedefs}}
16
struct __attribute__((
capability
(12))) Test3 {}; // expected-error {{'
capability
' attribute requires a string}}
19
struct __attribute__((
capability
)) Test5 {}; // expected-error {{'capability' attribute takes one argument}
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
capability.h
2
* <sys/
capability
.h>
7
* defunct POSIX.1e Standard: 25.2 Capabilities <sys/
capability
.h>
32
#include <linux/
capability
.h>
35
* POSIX
capability
types
39
* Opaque
capability
handle (defined internally by libcap)
40
* internal
capability
representation
44
/* "external"
capability
representation is a (void *) */
62
* These are the states available to each
capability
70
* User-space
capability
manipulation routines
122
/* not valid with filesystem
capability
support - use cap_set_proc() *
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sys/
capability.h
2
* <sys/
capability
.h>
7
* defunct POSIX.1e Standard: 25.2 Capabilities <sys/
capability
.h>
32
#include <linux/
capability
.h>
35
* POSIX
capability
types
39
* Opaque
capability
handle (defined internally by libcap)
40
* internal
capability
representation
44
/* "external"
capability
representation is a (void *) */
62
* These are the states available to each
capability
70
* User-space
capability
manipulation routines
122
/* not valid with filesystem
capability
support - use cap_set_proc() *
[
all
...]
/external/sepolicy/
lmkd.te
7
allow lmkd self:
capability
{ dac_override sys_resource kill };
13
allow lmkd self:
capability
ipc_lock;
32
allow lmkd self:
capability
sys_nice;
mtp.te
10
allow mtp self:
capability
net_raw;
tee.te
10
allow tee self:
capability
{ dac_override };
dnsmasq.te
8
allow dnsmasq self:
capability
dac_override;
10
allow dnsmasq self:
capability
{ net_admin net_raw net_bind_service setgid setuid };
uncrypt.te
7
allow uncrypt self:
capability
dac_override;
28
allow uncrypt self:
capability
sys_rawio;
/device/asus/flo/sepolicy/
sensors.te
9
allow sensors self:
capability
{ setuid setgid };
11
allow sensors self:
capability
chown;
12
dontaudit sensors self:
capability
fsetid;
15
allow sensors self:
capability
{ dac_read_search dac_override };
/device/htc/flounder/sepolicy/
tee.te
3
allow tee self:
capability
{ setuid setgid sys_rawio };
touch_fusion.te
6
allow touch_fusion self:
capability
{ net_admin sys_nice };
/device/lge/hammerhead/sepolicy/
sensors.te
9
allow sensors self:
capability
{ setuid setgid };
11
allow sensors self:
capability
chown;
12
dontaudit sensors self:
capability
fsetid;
15
allow sensors self:
capability
{ dac_override dac_read_search };
time.te
17
allow time self:
capability
{ setuid setgid };
rmt.te
9
allow rmt self:
capability
{ setuid setgid };
16
allow rmt self:
capability
sys_admin;
tee.te
22
allow tee self:
capability
{ setuid setgid };
27
allow tee self:
capability
sys_rawio;
/device/moto/shamu/sepolicy/
cnd.te
10
allow cnd self:
capability
{ net_raw setuid setgid };
time.te
17
allow time self:
capability
{ setuid setgid };
sensors.te
9
allow sensors self:
capability
{ dac_override sys_nice chown setuid setgid net_bind_service};
16
dontaudit sensors self:
capability
net_raw;
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
StaticMetadataTest.java
59
// Last defined
capability
enum, for iterating over all of them
63
* Test the available
capability
for different hardware support level devices.
76
mCollector.expectTrue("All devices must contains BACKWARD_COMPATIBLE
capability
or " +
82
//
Capability
advertisement must be right.
83
mCollector.expectTrue("Full device must contain MANUAL_SENSOR
capability
",
85
mCollector.expectTrue("Full device must contain MANUAL_POST_PROCESSING
capability
",
88
mCollector.expectTrue("Full device must contain BURST_CAPTURE
capability
",
97
mCollector.expectTrue("Legacy devices must contain BACKWARD_COMPATIBLE
capability
",
102
mCollector.expectTrue("MANUAL_SENSOR
capability
always requires " +
103
"READ_SENSOR_SETTINGS
capability
as well"
[
all
...]
/external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h
27
#include <linux/
capability
.h>
55
int capng_update(capng_act_t action, capng_type_t type,unsigned int
capability
);
57
unsigned int
capability
, ...);
68
// These functions check
capability
bits
70
int capng_have_capability(capng_type_t which, unsigned int
capability
);
78
const char *capng_capability_to_name(unsigned int
capability
);
cap-ng.c
94
#define XATTR_CAPS_SUFFIX "
capability
"
348
static void v1_update(capng_act_t action, unsigned int
capability
, __u32 *data)
351
*data |= MASK(
capability
);
353
*data &= ~(MASK(
capability
));
356
static void update_effective(capng_act_t action, unsigned int
capability
,
360
m.data.v3[idx].effective |= MASK(
capability
);
362
m.data.v3[idx].effective &= ~(MASK(
capability
));
365
static void update_permitted(capng_act_t action, unsigned int
capability
,
369
m.data.v3[idx].permitted |= MASK(
capability
);
371
m.data.v3[idx].permitted &= ~(MASK(
capability
));
[
all
...]
/external/libcap-ng/libcap-ng-0.7/docs/
capng_capability_to_name.3
3
capng_capability_to_name \- convert
capability
integer to text
7
const char *capng_capability_to_name(unsigned int
capability
);
/frameworks/native/data/etc/
android.hardware.camera.manual_postprocessing.xml
17
<!-- This is the set of features required for a camera2 device that supports manual postprocessing
capability
-->
20
<feature name="android.hardware.camera.
capability
.manual_post_processing" />
android.hardware.camera.manual_sensor.xml
17
<!-- This is the set of features required for a camera2 device that supports manual sensor
capability
-->
20
<feature name="android.hardware.camera.
capability
.manual_sensor" />
/development/ndk/platforms/android-3/include/linux/
binfmts.h
15
#include <linux/
capability
.h>
Completed in 511 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>