Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 25 of 137) sorted by relevance

123456

/developtools/smartperf_host/ide/test/trace/component/trace/timer-shaft/
DSportRuler.test.ts158 let flags = new Array<Flag>(); variable
159 flags.push({
171 sportRuler.flagList = flags;
176 let flags = new Array<Flag>(); variable
177 flags.push({
189 sportRuler.flagList = flags;
211 let flags = new Array<Flag>(); variable
212 flags.push({
224 sportRuler.flagList = flags;
229 let flags = new Array<Flag>(); variable
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DCodeSignBlockHeader.java73 private int flags; field in CodeSignBlockHeader
87 this.flags = builder.flags; in CodeSignBlockHeader()
107 public void setFlags(int flags) { in setFlags() argument
108 this.flags = flags; in setFlags()
122 bf.putInt(flags); in toByteArray()
182 this.version, this.blockSize, this.segmentNum, this.flags); in toString()
197 private int flags; field in CodeSignBlockHeader.Builder
221 public Builder setFlags(int flags) { in setFlags() argument
222 this.flags = flags; in setFlags()
DSignInfo.java76 private int flags; field in SignInfo
102 public SignInfo(int saltSize, int flags, long dataSize, byte[] salt, byte[] sig) { in SignInfo() argument
104 this.flags = flags; in SignInfo()
125 this.flags = builder.flags; in SignInfo()
200 bf.putInt(this.flags); in toByteArray()
299 this.saltSize, this.sigSize, this.flags, this.dataSize, Arrays.toString(this.salt), in toString()
316 private int flags; field in SignInfo.SignInfoBuilder
361 public SignInfoBuilder setFlags(int flags) { in setFlags() argument
362 this.flags = flags; in setFlags()
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/
Dftrace_pagemap_event_formatter.cpp47 …msg.flags() & 0x0001u ? "M" : " ", msg.flags() & 0x0002u ? "a" : "f", msg.flags() & 0x0008u ? "s" … in __anonadb0028e0502()
48 …msg.flags() & 0x0010u ? "b" : " ", msg.flags() & 0x0020u ? "d" : " ", msg.flags() & 0x0040u ? "B" … in __anonadb0028e0502()
Dftrace_v4l2_event_formatter.cpp42 …__print_flags(msg.flags(), "|", {0x00000001, "MAPPED"}, {0x00000002, "QUEUED"}, {0x00000004, "DONE… in __anon81d7119b0302()
78 …__print_flags(msg.flags(), "|", {0x00000001, "MAPPED"}, {0x00000002, "QUEUED"}, {0x00000004, "DONE… in __anon81d7119b0502()
109 …__print_flags(msg.flags(), "|", {0x00000001, "MAPPED"}, {0x00000002, "QUEUED"}, {0x00000004, "DONE… in __anon81d7119b0702()
140 …__print_flags(msg.flags(), "|", {0x00000001, "MAPPED"}, {0x00000002, "QUEUED"}, {0x00000004, "DONE… in __anon81d7119b0902()
172 …__print_flags(msg.flags(), "|", {0x00000001, "MAPPED"}, {0x00000002, "QUEUED"}, {0x00000004, "DONE… in __anon81d7119b0b02()
203 …__print_flags(msg.flags(), "|", {0x00000001, "MAPPED"}, {0x00000002, "QUEUED"}, {0x00000004, "DONE… in __anon81d7119b0d02()
/developtools/smartperf_host/trace_streamer/test/unittest/
Dbinder_filter_test.cpp64 …int32_t flags = 0x02; // if need reply bool needReply = !isReply && !(flags & noReturnMsgFlag_); … variable
67 flags, code); // start binder
89 int32_t flags = 0x02; // if need reply bool needReply = !isReply && !(flags & noReturnMsgFlag_) variable
92 flags, code); // start binder
133 int32_t flags = 0x02; // if need reply bool needReply = !isReply && !(flags & noReturnMsgFlag_) variable
136 flags,
171 int32_t flags = 0x02; // if need reply bool needReply = !isReply && !(flags & noReturnMsgFlag_) variable
174 flags,
200 int32_t flags = 0x01; // if need reply bool needReply = !isReply && !(flags & noReturnMsgFlag_) variable
203 flags, code); // start binder
[all …]
/developtools/profiler/hiebpf/include/
Dfstrace_progs.h220 …(do_readv_entry, unsigned long fd, const struct iovec __user* vec, unsigned long vlen, rwf_t flags) in BPF_KPROBE() argument
238 args->flags = flags; in BPF_KPROBE()
260 …do_writev_entry, unsigned long fd, const struct iovec __user* vec, unsigned long vlen, rwf_t flags) in BPF_KPROBE() argument
278 args->flags = flags; in BPF_KPROBE()
302 unsigned long vlen, loff_t pos, rwf_t flags) in BPF_KPROBE() argument
321 args->flags = flags; in BPF_KPROBE()
349 unsigned long vlen, loff_t pos, rwf_t flags) in pwritev_entry() argument
367 args->flags = flags; in pwritev_entry()
404 unsigned long vlen, unsigned long pos_l, unsigned long pos_h, rwf_t flags) in BPF_KPROBE() argument
410 return pwritev_entry(fd, vec, vlen, pos, flags); in BPF_KPROBE()
[all …]
Dfstrace_types.h59 rwf_t flags; member
66 rwf_t flags; member
74 rwf_t flags; member
82 rwf_t flags; member
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dfile.cpp55 int32_t OpenFile(const std::string& path, int32_t flags, uint32_t mode) in OpenFile() argument
57 TS_ASSERT((flags & O_CREAT) == 0 || mode != kFileModeInvalid); in OpenFile()
59 int32_t fd(_open(path.c_str(), flags | O_BINARY, mode)); in OpenFile()
61 int32_t fd(open(path.c_str(), flags | O_CLOEXEC, mode)); in OpenFile()
/developtools/smartperf_host/trace_streamer/src/base/
Dfile.cpp55 int32_t OpenFile(const std::string& path, int32_t flags, uint32_t mode) in OpenFile() argument
57 TS_ASSERT((flags & O_CREAT) == 0 || mode != K_FILE_MODE_INVALID); in OpenFile()
59 int32_t fd(_open(path.c_str(), flags | O_BINARY, mode)); in OpenFile()
61 int32_t fd(open(path.c_str(), flags | O_CLOEXEC, mode)); in OpenFile()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DFsVerityDescriptor.java109 private int flags; field in FsVerityDescriptor
124 this.flags = builder.flags; in FsVerityDescriptor()
200 buffer.putInt(flags); in toByteArray()
227 buffer.putInt(flags); in getByteForGenerateDigest()
272 private int flags; field in FsVerityDescriptor.Builder
318 public Builder setFlags(int flags) { in setFlags() argument
319 this.flags = flags; in setFlags()
/developtools/profiler/host/smartperf/trace_streamer/doc/
Ddes_binder.md7 ## TAG TT need reply!!! needReply = !isReply && !(flags & 0x01)
9 …on: transaction=25155526 dest_node=25155471 dest_proc=506 dest_thread=0 reply=0 flags=0x10 code=0x9
18 …ction=25155529 dest_node=25155527 dest_proc=1592 dest_thread=2267 reply=0 flags=0x10 code=0x5f4748…
23 …nsaction: transaction=25155530 dest_node=0 dest_proc=506 dest_thread=537 reply=1 flags=0x8 code=0x0
33 …transaction=25155532 dest_node=25155527 dest_proc=1592 dest_thread=2267 reply=0 flags=0x10 code=0x2
42 …nsaction: transaction=25155533 dest_node=0 dest_proc=506 dest_thread=537 reply=1 flags=0x0 code=0x0
51 …action: transaction=25155534 dest_node=0 dest_proc=1592 dest_thread=2267 reply=1 flags=0x0 code=0x0
/developtools/smartperf_host/trace_streamer/doc/
Ddes_binder.md7 ## TAG TT need reply!!! needReply = !isReply && !(flags & 0x01)
9 …on: transaction=25155526 dest_node=25155471 dest_proc=506 dest_thread=0 reply=0 flags=0x10 code=0x9
18 …ction=25155529 dest_node=25155527 dest_proc=1592 dest_thread=2267 reply=0 flags=0x10 code=0x5f4748…
23 …nsaction: transaction=25155530 dest_node=0 dest_proc=506 dest_thread=537 reply=1 flags=0x8 code=0x0
33 …transaction=25155532 dest_node=25155527 dest_proc=1592 dest_thread=2267 reply=0 flags=0x10 code=0x2
42 …nsaction: transaction=25155533 dest_node=0 dest_proc=506 dest_thread=537 reply=1 flags=0x0 code=0x0
51 …action: transaction=25155534 dest_node=0 dest_proc=1592 dest_thread=2267 reply=1 flags=0x0 code=0x0
/developtools/profiler/hiebpf/data/
Dfstrace_target_funcs.txt7 unsigned long, vlen, rwf_t, flags)"
9 unsigned long, vlen, rwf_t, flags)"
11 unsigned long, vlen, loff_t, pos, rwf_t, flags)"
13 unsigned long, vlen, loff_t, pos, rwf_t, flags)"
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dsunrpc.proto106 uint32 flags = 6; field
116 uint32 flags = 6; field
126 uint32 flags = 6; field
136 uint32 flags = 6; field
147 uint32 flags = 6; field
155 uint64 flags = 3; field
172 uint64 flags = 3; field
180 uint64 flags = 3; field
192 uint64 flags = 2; field
201 uint64 flags = 3; field
[all …]
Dv4l2.proto27 uint32 flags = 5; field
49 uint32 flags = 5; field
68 uint32 flags = 2; field
87 uint32 flags = 2; field
106 uint32 flags = 2; field
125 uint32 flags = 2; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dsunrpc.proto106 uint32 flags = 6; field
116 uint32 flags = 6; field
126 uint32 flags = 6; field
136 uint32 flags = 6; field
147 uint32 flags = 6; field
155 uint64 flags = 3; field
172 uint64 flags = 3; field
180 uint64 flags = 3; field
192 uint64 flags = 2; field
201 uint64 flags = 3; field
[all …]
Dv4l2.proto27 uint32 flags = 5; field
49 uint32 flags = 5; field
68 uint32 flags = 2; field
87 uint32 flags = 2; field
106 uint32 flags = 2; field
125 uint32 flags = 2; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dsunrpc.proto106 uint32 flags = 6; field
116 uint32 flags = 6; field
126 uint32 flags = 6; field
136 uint32 flags = 6; field
147 uint32 flags = 6; field
155 uint64 flags = 3; field
172 uint64 flags = 3; field
180 uint64 flags = 3; field
192 uint64 flags = 2; field
201 uint64 flags = 3; field
[all …]
Dv4l2.proto27 uint32 flags = 5; field
49 uint32 flags = 5; field
68 uint32 flags = 2; field
87 uint32 flags = 2; field
106 uint32 flags = 2; field
125 uint32 flags = 2; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Dsunrpc.proto106 uint32 flags = 6; field
116 uint32 flags = 6; field
126 uint32 flags = 6; field
136 uint32 flags = 6; field
147 uint32 flags = 6; field
155 uint64 flags = 3; field
172 uint64 flags = 3; field
180 uint64 flags = 3; field
192 uint64 flags = 2; field
201 uint64 flags = 3; field
[all …]
Dv4l2.proto27 uint32 flags = 5; field
49 uint32 flags = 5; field
68 uint32 flags = 2; field
87 uint32 flags = 2; field
106 uint32 flags = 2; field
125 uint32 flags = 2; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dsunrpc.proto106 uint32 flags = 6; field
116 uint32 flags = 6; field
126 uint32 flags = 6; field
136 uint32 flags = 6; field
147 uint32 flags = 6; field
155 uint64 flags = 3; field
172 uint64 flags = 3; field
180 uint64 flags = 3; field
192 uint64 flags = 2; field
201 uint64 flags = 3; field
[all …]
Dv4l2.proto27 uint32 flags = 5; field
49 uint32 flags = 5; field
68 uint32 flags = 2; field
87 uint32 flags = 2; field
106 uint32 flags = 2; field
125 uint32 flags = 2; field
/developtools/hdc/src/common/
Dserial_struct_define.h63 constexpr static const uint32_t flags = Flags;
82 constexpr static const uint32_t flags = Flags;
126 enum flags { no = 0, s = 1, f = 2 };
127 template<uint32_t flags = flags::no> struct FlagsType {
142 …template<uint32_t Tag, auto MemPtr, uint32_t Flags = flags::no> constexpr auto Field(const std::st…
147 template<uint32_t Tag, size_t Index, auto MemPtr, uint32_t Flags = flags::no>
153 …template<uint32_t Tag, auto MemPtr, uint32_t KeyFlags = flags::no, uint32_t ValueFlags = flags::no>
529 OneOf::tag, OneOf::get(value), FlagsType<OneOf::flags>(), out);
546 Field::tag, Field::get(value), FlagsType<Field::flags>(), out);
674 wireType, OneOf::get(value), FlagsType<OneOf::flags>(), in);
[all …]

123456