| /developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/timer-shaft/ |
| D | SportRuler.test.ts | 150 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/ |
| D | binder_filter_test.cpp | 65 …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/ |
| D | sunrpc.proto | 106 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 …]
|
| D | i2c.proto | 26 uint32 flags = 4; field 35 uint32 flags = 4; field 52 uint32 flags = 4; field
|
| D | v4l2.proto | 27 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
|
| D | pagemap.proto | 32 uint64 flags = 4; field
|
| /developtools/profiler/protos/types/plugins/ftrace_data/default/ |
| D | sunrpc.proto | 106 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 …]
|
| D | i2c.proto | 26 uint32 flags = 4; field 35 uint32 flags = 4; field 52 uint32 flags = 4; field
|
| D | v4l2.proto | 27 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
|
| D | pagemap.proto | 32 uint64 flags = 4; field
|
| /developtools/profiler/protos/types/plugins/ftrace_data/6.6.30/ |
| D | i2c.proto | 26 uint32 flags = 4; field 35 uint32 flags = 4; field 52 uint32 flags = 4; field
|
| D | sunrpc.proto | 118 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 …]
|
| D | v4l2.proto | 27 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/ |
| D | i2c.proto | 26 uint32 flags = 4; field 35 uint32 flags = 4; field 52 uint32 flags = 4; field
|
| D | sunrpc.proto | 118 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 …]
|
| D | v4l2.proto | 27 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/ |
| D | CodeSignBlockHeader.java | 73 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()
|
| D | SignInfo.java | 80 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/ |
| D | code_sign_block_header.h | 45 int flags = 0; variable 81 int flags = 0; variable
|
| /developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/ |
| D | fs_verity_descriptor.h | 130 Builder& SetFlags(int flags) in SetFlags() 162 std::int32_t flags; variable 176 int flags; variable
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | file_utils.cpp | 75 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/ |
| D | RegExpLiteral.ts | 49 get flags(): Es2pandaRegExpFlags { method in RegExpLiteral
|
| /developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/ |
| D | code_sign_block_header.cpp | 61 void CodeSignBlockHeader::SetFlags(int flags) in SetFlags() 158 CodeSignBlockHeader::Builder* CodeSignBlockHeader::Builder::SetFlags(int flags) in SetFlags()
|
| /developtools/profiler/hiebpf/include/ |
| D | fstrace_types.h | 59 rwf_t flags; member 66 rwf_t flags; member 74 rwf_t flags; member 82 rwf_t flags; member
|
| D | fstrace_progs.h | 213 …(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()
|