Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 25 of 103) sorted by relevance

12345

/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/timer-shaft/
DSportRuler.test.ts150 let flags = new Array<Flag>(); variable
168 let flags = new Array<Flag>(); variable
203 let flags = new Array<Flag>(); variable
221 let flags = new Array<Flag>(); variable
239 let flags = new Array<Flag>(); variable
257 let flags = new Array<Flag>(); variable
296 let flags = new Array<Flag>(); variable
/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/filter/
Dbinder_filter_test.cpp65 …int32_t flags = 0x02; // if need reply bool needReply = !isReply && !(flags & noReturnMsgFlag_); … variable
90 int32_t flags = 0x02; // if need reply bool needReply = !isReply && !(flags & noReturnMsgFlag_) variable
134 int32_t flags = 0x02; // if need reply bool needReply = !isReply && !(flags & noReturnMsgFlag_) variable
172 int32_t flags = 0x02; // if need reply bool needReply = !isReply && !(flags & noReturnMsgFlag_) variable
201 int32_t flags = 0x01; // if need reply bool needReply = !isReply && !(flags & noReturnMsgFlag_) variable
223 int32_t flags = 0x01; // if need reply bool needReply = !isReply && !(flags & noReturnMsgFlag_) variable
253 int32_t flags = 0x01; // if need reply bool needReply = !isReply && !(flags & noReturnMsgFlag_) variable
283 int32_t flags = 0x01; // if need reply bool needReply = !isReply && !(flags & noReturnMsgFlag_) variable
/developtools/smartperf_host/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 …]
Di2c.proto26 uint32 flags = 4; field
35 uint32 flags = 4; field
52 uint32 flags = 4; field
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
Dpagemap.proto32 uint64 flags = 4; field
/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 …]
Di2c.proto26 uint32 flags = 4; field
35 uint32 flags = 4; field
52 uint32 flags = 4; field
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
Dpagemap.proto32 uint64 flags = 4; field
/developtools/profiler/protos/types/plugins/ftrace_data/6.6.30/
Di2c.proto26 uint32 flags = 4; field
35 uint32 flags = 4; field
52 uint32 flags = 4; field
Dsunrpc.proto118 uint32 flags = 6; field
128 uint32 flags = 6; field
138 uint32 flags = 6; field
148 uint32 flags = 6; field
159 uint32 flags = 6; field
167 uint64 flags = 3; field
185 uint64 flags = 3; field
193 uint64 flags = 3; field
208 uint64 flags = 2; field
219 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/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Di2c.proto26 uint32 flags = 4; field
35 uint32 flags = 4; field
52 uint32 flags = 4; field
Dsunrpc.proto118 uint32 flags = 6; field
128 uint32 flags = 6; field
138 uint32 flags = 6; field
148 uint32 flags = 6; field
159 uint32 flags = 6; field
167 uint64 flags = 3; field
185 uint64 flags = 3; field
193 uint64 flags = 3; field
208 uint64 flags = 2; field
219 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/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DCodeSignBlockHeader.java73 private int flags; field in CodeSignBlockHeader
107 public void setFlags(int flags) { in setFlags()
197 private int flags; field in CodeSignBlockHeader.Builder
221 public Builder setFlags(int flags) { in setFlags()
DSignInfo.java80 private int flags; field in SignInfo
106 public SignInfo(int saltSize, int flags, long dataSize, byte[] salt, byte[] sig) { in SignInfo()
337 private int flags; field in SignInfo.SignInfoBuilder
382 public SignInfoBuilder setFlags(int flags) { in setFlags()
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
Dcode_sign_block_header.h45 int flags = 0; variable
81 int flags = 0; variable
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
Dfs_verity_descriptor.h130 Builder& SetFlags(int flags) in SetFlags()
162 std::int32_t flags; variable
176 int flags; variable
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dfile_utils.cpp75 int FileUtils::WriteFile(const std::string& path, const std::string& content, int flags) in WriteFile()
80 int FileUtils::WriteFile(const std::string& path, const std::string& content, int flags, int mode) in WriteFile()
/developtools/ace_ets2bundle/koala-wrapper/src/generated/peers/
DRegExpLiteral.ts49 get flags(): Es2pandaRegExpFlags { method in RegExpLiteral
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
Dcode_sign_block_header.cpp61 void CodeSignBlockHeader::SetFlags(int flags) in SetFlags()
158 CodeSignBlockHeader::Builder* CodeSignBlockHeader::Builder::SetFlags(int flags) in SetFlags()
/developtools/profiler/hiebpf/include/
Dfstrace_types.h59 rwf_t flags; member
66 rwf_t flags; member
74 rwf_t flags; member
82 rwf_t flags; member
Dfstrace_progs.h213 …(do_readv_entry, unsigned long fd, const struct iovec __user* vec, unsigned long vlen, rwf_t flags) in BPF_KPROBE()
253 …do_writev_entry, unsigned long fd, const struct iovec __user* vec, unsigned long vlen, rwf_t flags) in BPF_KPROBE()
295 unsigned long vlen, loff_t pos, rwf_t flags) in BPF_KPROBE()
342 unsigned long vlen, loff_t pos, rwf_t flags) in pwritev_entry()
397 unsigned long vlen, unsigned long pos_l, unsigned long pos_h, rwf_t flags) in BPF_KPROBE()
430 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags) in BPF_KPROBE()

12345