Home
last modified time | relevance | path

Searched defs:code (Results 276 – 300 of 9275) sorted by relevance

1...<<11121314151617181920>>...371

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DAccessCheckDelegate.java318 public int checkOperation(int code, int uid, @Nullable String packageName, in checkOperation()
336 public int checkAudioOperation(int code, int usage, int uid, @Nullable String packageName, in checkAudioOperation()
352 public SyncNotedAppOp noteOperation(int code, int uid, @Nullable String packageName, in noteOperation()
373 public SyncNotedAppOp noteProxyOperation(int code, in noteProxyOperation()
409 public SyncNotedAppOp startOperation(@NonNull IBinder token, int code, int uid, in startOperation()
434 public SyncNotedAppOp startProxyOperation(@NonNull IBinder clientId, int code, in startProxyOperation()
466 public void finishProxyOperation(@NonNull IBinder clientId, int code, in finishProxyOperation()
490 public void finishOperation(IBinder clientId, int code, int uid, String packageName, in finishOperation()
516 private boolean isDelegateOp(int code) { in isDelegateOp()
/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dsearch-parameters.json37 "code" : "_text", string
72 "code" : "_content", string
107 "code" : "_id", string
144 "code" : "_lastUpdated", string
190 "code" : "_profile", string
227 "code" : "_query", string
262 "code" : "_security", string
299 "code" : "_source", string
336 "code" : "_tag", string
373 "code" : "identifier", string
[all …]
/aosp_15_r20/system/authgraph/wire/src/
H A Dlib.rs138 fn code(&self) -> AuthGraphOperationCode { in code() method
155 let code = i32::from_cbor_value(a.remove(0))?; in from_cbor_value() localVariable
156 let code = AuthGraphOperationCode::n(code).ok_or(CborError::NonEnumValue)?; in from_cbor_value() localVariable
185 fn code(&self) -> AuthGraphOperationCode { in code() method
202 let code = i32::from_cbor_value(a.remove(0))?; in from_cbor_value() localVariable
203 let code = AuthGraphOperationCode::n(code).ok_or(CborError::NonEnumValue)?; in from_cbor_value() localVariable
270 fn code(&self) -> AuthGraphOperationCode; in code() method
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
36 #define BPF_RVAL(code) ((code) & 0x18) argument
38 #define BPF_MISCOP(code) ((code) & 0xf8) argument
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
36 #define BPF_RVAL(code) ((code) & 0x18) argument
38 #define BPF_MISCOP(code) ((code) & 0xf8) argument
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/bionic/libc/kernel/uapi/linux/
H A Dfilter.h15 __u16 code; member
24 #define BPF_RVAL(code) ((code) & 0x18) argument
26 #define BPF_MISCOP(code) ((code) & 0xf8) argument
30 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
33 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
36 #define BPF_RVAL(code) ((code) & 0x18) argument
38 #define BPF_MISCOP(code) ((code) & 0xf8) argument
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
36 #define BPF_RVAL(code) ((code) & 0x18) argument
38 #define BPF_MISCOP(code) ((code) & 0xf8) argument
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/external/libexif/libexif/
H A Dexif-log.c39 ExifLogCode code; member
53 exif_log_code_get_title (ExifLogCode code) in exif_log_code_get_title()
62 exif_log_code_get_message (ExifLogCode code) in exif_log_code_get_message()
135 exif_log (ExifLog *log, ExifLogCode code, const char *domain, in exif_log()
146 exif_logv (ExifLog *log, ExifLogCode code, const char *domain, in exif_logv()
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
36 #define BPF_RVAL(code) ((code) & 0x18) argument
38 #define BPF_MISCOP(code) ((code) & 0xf8) argument
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
36 #define BPF_RVAL(code) ((code) & 0x18) argument
38 #define BPF_MISCOP(code) ((code) & 0xf8) argument
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
36 #define BPF_RVAL(code) ((code) & 0x18) argument
38 #define BPF_MISCOP(code) ((code) & 0xf8) argument
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
36 #define BPF_RVAL(code) ((code) & 0x18) argument
38 #define BPF_MISCOP(code) ((code) & 0xf8) argument
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/
H A Dfilter.h15 __u16 code; member
24 #define BPF_RVAL(code) ((code) & 0x18) argument
26 #define BPF_MISCOP(code) ((code) & 0xf8) argument
30 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
33 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/
H A Dfilter.h15 __u16 code; member
24 #define BPF_RVAL(code) ((code) & 0x18) argument
26 #define BPF_MISCOP(code) ((code) & 0xf8) argument
30 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
33 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/
H A Dfilter.h15 __u16 code; member
24 #define BPF_RVAL(code) ((code) & 0x18) argument
26 #define BPF_MISCOP(code) ((code) & 0xf8) argument
30 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
33 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/
H A Dfilter.h15 __u16 code; member
24 #define BPF_RVAL(code) ((code) & 0x18) argument
26 #define BPF_MISCOP(code) ((code) & 0xf8) argument
30 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
33 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
36 #define BPF_RVAL(code) ((code) & 0x18) argument
38 #define BPF_MISCOP(code) ((code) & 0xf8) argument
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/external/kernel-headers/original/uapi/linux/
H A Dfilter.h25 __u16 code; /* Actual filter code */ member
37 #define BPF_RVAL(code) ((code) & 0x18) argument
41 #define BPF_MISCOP(code) ((code) & 0xf8) argument
49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument
52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
36 #define BPF_RVAL(code) ((code) & 0x18) argument
38 #define BPF_MISCOP(code) ((code) & 0xf8) argument
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/
H A Dfilter.h15 __u16 code; member
24 #define BPF_RVAL(code) ((code) & 0x18) argument
26 #define BPF_MISCOP(code) ((code) & 0xf8) argument
30 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
33 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
36 #define BPF_RVAL(code) ((code) & 0x18) argument
38 #define BPF_MISCOP(code) ((code) & 0xf8) argument
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
36 #define BPF_RVAL(code) ((code) & 0x18) argument
38 #define BPF_MISCOP(code) ((code) & 0xf8) argument
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
36 #define BPF_RVAL(code) ((code) & 0x18) argument
38 #define BPF_MISCOP(code) ((code) & 0xf8) argument
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
36 #define BPF_RVAL(code) ((code) & 0x18) argument
38 #define BPF_MISCOP(code) ((code) & 0xf8) argument
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument

1...<<11121314151617181920>>...371