Home
last modified time | relevance | path

Searched defs:code (Results 226 – 250 of 9275) sorted by relevance

12345678910>>...371

/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_csharp.cpp215 std::string code = in SaveType() local
390 std::string &code = *code_ptr; in GenEnum() local
508 std::string &code = *code_ptr; in GenStructArgs() local
545 std::string &code = *code_ptr; in GenStructBody() local
626 std::string &code = *code_ptr; in GenStruct() local
1361 auto &code = *code_ptr; in GenVectorAccessObject() local
1419 auto &code = *code_ptr; in GenEnum_ObjectAPI() local
1580 auto &code = *code_ptr; in GenUnionUnPack_ObjectAPI() local
1631 auto &code = *code_ptr; in GenPackUnPack_ObjectAPI() local
1955 auto &code = *code_ptr; in GenStructPackDecl_ObjectAPI() local
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/apps/DocumentsUI/statslog-docsui-java-gen/gen/com/android/documentsui/
DDocumentsStatsLog.java417 public static void write(int code, boolean arg1) { in write()
432 public static void write(int code, int arg1) { in write()
447 public static void write(int code, int arg1, boolean arg2, int arg3, int arg4) { in write()
465 public static void write(int code, int arg1, int arg2) { in write()
481 …public static void write(int code, int arg1, long arg2, int arg3, boolean arg4, int arg5, int arg6… in write()
502 public static void write(int code, java.lang.String arg1) { in write()
537 public static void write(int code, boolean arg1) { in write()
562 public static void write(int code, int arg1) { in write()
587 public static void write(int code, int arg1, boolean arg2, int arg3, int arg4) { in write()
624 public static void write(int code, int arg1, int arg2) { in write()
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/StatsD/framework/statslog-statsd-java-gen/gen/com/android/internal/statsd/
DStatsdStatsLog.java230 public static void write(int code, int arg1, int arg2, int arg3) { in write()
250 public static void write(int code, int arg1, long arg2, long arg3) { in write()
266 …public static void write(int code, int arg1, long arg2, long arg3, int arg4, int[] arg5, int[] arg… in write()
284 …public static void write(int code, int arg1, java.lang.String arg2, int arg3, int arg4, java.lang.… in write()
298 …public static void write(int code, java.lang.String arg1, long arg2, boolean arg3, boolean arg4, b… in write()
316 public static StatsEvent buildStatsEvent(int code, int arg1, int arg2, long arg3) { in buildStatsEvent()
329 …public static StatsEvent buildStatsEvent(int code, int arg1, java.lang.String arg2, java.lang.Stri… in buildStatsEvent()
356 …public static StatsEvent buildStatsEvent(int code, int arg1, java.lang.String arg2, java.lang.Stri… in buildStatsEvent()
381 …public static StatsEvent buildStatsEvent(int code, long arg1, byte[] arg2, java.lang.String arg3, … in buildStatsEvent()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsRestrictions.java37 boolean setGlobalRestriction(Object clientToken, int code, boolean restricted); in setGlobalRestriction()
46 boolean getGlobalRestriction(Object clientToken, int code); in getGlobalRestriction()
77 boolean setUserRestriction(Object clientToken, int userId, int code, boolean restricted, in setUserRestriction()
95 boolean getUserRestriction(Object clientToken, int userId, int code, String packageName, in getUserRestriction()
152 void onAppOpsRestrictionRemoved(int code); in onAppOpsRestrictionRemoved()
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/assets/
Dobservation_15.json15 "code": "vital-signs", string
22 "code": { object
26 "code": "8867-4", string
31 "code": "78564009", string
45 "code": "/min" string
/aosp_15_r20/external/strace/
H A Ddm.c61 dm_decode_device(const unsigned int code, const struct dm_ioctl *ioc) in dm_decode_device()
83 dm_decode_values(struct tcb *tcp, const unsigned int code, in dm_decode_values()
454 dm_ioctl_has_params(const unsigned int code) in dm_ioctl_has_params()
472 dm_known_ioctl(struct tcb *const tcp, const unsigned int code, in dm_known_ioctl()
593 dm_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg) in dm_ioctl()
622 dm_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg) in dm_ioctl()
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/
Dbpf_common.h21 #define BPF_CLASS(code) ((code) & 0x07) argument
30 #define BPF_SIZE(code) ((code) & 0x18) argument
34 #define BPF_MODE(code) ((code) & 0xe0) argument
41 #define BPF_OP(code) ((code) & 0xf0) argument
58 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/
Dbpf_common.h21 #define BPF_CLASS(code) ((code) & 0x07) argument
30 #define BPF_SIZE(code) ((code) & 0x18) argument
34 #define BPF_MODE(code) ((code) & 0xe0) argument
41 #define BPF_OP(code) ((code) & 0xf0) argument
58 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/
H A Dbpf_common.h9 #define BPF_CLASS(code) ((code) & 0x07) argument
18 #define BPF_SIZE(code) ((code) & 0x18) argument
22 #define BPF_MODE(code) ((code) & 0xe0) argument
29 #define BPF_OP(code) ((code) & 0xf0) argument
46 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/linux/
Dbpf_common.h21 #define BPF_CLASS(code) ((code) & 0x07) argument
30 #define BPF_SIZE(code) ((code) & 0x18) argument
34 #define BPF_MODE(code) ((code) & 0xe0) argument
41 #define BPF_OP(code) ((code) & 0xf0) argument
58 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/
H A Dbpf_common.h9 #define BPF_CLASS(code) ((code) & 0x07) argument
18 #define BPF_SIZE(code) ((code) & 0x18) argument
22 #define BPF_MODE(code) ((code) & 0xe0) argument
29 #define BPF_OP(code) ((code) & 0xf0) argument
46 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/
Dbpf_common.h21 #define BPF_CLASS(code) ((code) & 0x07) argument
30 #define BPF_SIZE(code) ((code) & 0x18) argument
34 #define BPF_MODE(code) ((code) & 0xe0) argument
41 #define BPF_OP(code) ((code) & 0xf0) argument
58 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/
Dbpf_common.h21 #define BPF_CLASS(code) ((code) & 0x07) argument
30 #define BPF_SIZE(code) ((code) & 0x18) argument
34 #define BPF_MODE(code) ((code) & 0xe0) argument
41 #define BPF_OP(code) ((code) & 0xf0) argument
58 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/kernel/uapi/linux/
H A Dbpf_common.h9 #define BPF_CLASS(code) ((code) & 0x07) argument
18 #define BPF_SIZE(code) ((code) & 0x18) argument
22 #define BPF_MODE(code) ((code) & 0xe0) argument
29 #define BPF_OP(code) ((code) & 0xf0) argument
46 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/
H A Dbpf_common.h9 #define BPF_CLASS(code) ((code) & 0x07) argument
18 #define BPF_SIZE(code) ((code) & 0x18) argument
22 #define BPF_MODE(code) ((code) & 0xe0) argument
29 #define BPF_OP(code) ((code) & 0xf0) argument
46 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/external/bpftool/include/uapi/linux/
H A Dbpf_common.h6 #define BPF_CLASS(code) ((code) & 0x07) argument
17 #define BPF_SIZE(code) ((code) & 0x18) argument
22 #define BPF_MODE(code) ((code) & 0xe0) argument
31 #define BPF_OP(code) ((code) & 0xf0) argument
49 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/
Dbpf_common.h21 #define BPF_CLASS(code) ((code) & 0x07) argument
30 #define BPF_SIZE(code) ((code) & 0x18) argument
34 #define BPF_MODE(code) ((code) & 0xe0) argument
41 #define BPF_OP(code) ((code) & 0xf0) argument
58 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/linux/
Dbpf_common.h21 #define BPF_CLASS(code) ((code) & 0x07) argument
30 #define BPF_SIZE(code) ((code) & 0x18) argument
34 #define BPF_MODE(code) ((code) & 0xe0) argument
41 #define BPF_OP(code) ((code) & 0xf0) argument
58 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/
Dbpf_common.h21 #define BPF_CLASS(code) ((code) & 0x07) argument
30 #define BPF_SIZE(code) ((code) & 0x18) argument
34 #define BPF_MODE(code) ((code) & 0xe0) argument
41 #define BPF_OP(code) ((code) & 0xf0) argument
58 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/external/iproute2/include/uapi/linux/
H A Dbpf_common.h6 #define BPF_CLASS(code) ((code) & 0x07) argument
17 #define BPF_SIZE(code) ((code) & 0x18) argument
21 #define BPF_MODE(code) ((code) & 0xe0) argument
30 #define BPF_OP(code) ((code) & 0xf0) argument
48 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/
Dbpf_common.h21 #define BPF_CLASS(code) ((code) & 0x07) argument
30 #define BPF_SIZE(code) ((code) & 0x18) argument
34 #define BPF_MODE(code) ((code) & 0xe0) argument
41 #define BPF_OP(code) ((code) & 0xf0) argument
58 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/
Dbpf_common.h21 #define BPF_CLASS(code) ((code) & 0x07) argument
30 #define BPF_SIZE(code) ((code) & 0x18) argument
34 #define BPF_MODE(code) ((code) & 0xe0) argument
41 #define BPF_OP(code) ((code) & 0xf0) argument
58 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/
Dbpf_common.h21 #define BPF_CLASS(code) ((code) & 0x07) argument
30 #define BPF_SIZE(code) ((code) & 0x18) argument
34 #define BPF_MODE(code) ((code) & 0xe0) argument
41 #define BPF_OP(code) ((code) & 0xf0) argument
58 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/bionic/libc/kernel/uapi/linux/
H A Dbpf_common.h9 #define BPF_CLASS(code) ((code) & 0x07) argument
18 #define BPF_SIZE(code) ((code) & 0x18) argument
22 #define BPF_MODE(code) ((code) & 0xe0) argument
29 #define BPF_OP(code) ((code) & 0xf0) argument
46 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/
Dbpf_common.h21 #define BPF_CLASS(code) ((code) & 0x07) argument
30 #define BPF_SIZE(code) ((code) & 0x18) argument
34 #define BPF_MODE(code) ((code) & 0xe0) argument
41 #define BPF_OP(code) ((code) & 0xf0) argument
58 #define BPF_SRC(code) ((code) & 0x08) argument

12345678910>>...371