| /developtools/smartperf_host/smartperf_host/trace_streamer/src/proto_reader/include/ |
| D | data_area.h | 151 void GetValue(bool *val) const in GetValue() 155 void GetValue(uint32_t *val) const in GetValue() 159 void GetValue(int32_t *val) const in GetValue() 163 void GetValue(uint64_t *val) const in GetValue() 167 void GetValue(int64_t *val) const in GetValue() 171 void GetValue(float *val) const in GetValue() 175 void GetValue(double *val) const in GetValue() 179 void GetValue(std::string *val) const in GetValue() 183 void GetValue(CharsView *val) const in GetValue() 187 void GetValue(BytesView *val) const in GetValue() [all …]
|
| /developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
| D | TabPaneIoCompletionTimes.test.ts | 60 let val = [ variable 69 let val = [ variable 79 let val = [ variable 88 let val = [ variable
|
| D | TabPaneVMEvents.test.ts | 69 let val = [ variable 78 let val = [ variable 88 let val = [ variable 97 let val = [ variable
|
| D | TabPaneVirtualMemoryStatistics.test.ts | 32 let val = [ variable
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | address_handler.cpp | 56 uint32_t val = HashFunc(addrKey) % (bitPoolSize_ * DIVIDE_VAL); in AddAllocAddr() local 69 uint32_t val = HashFunc(addrKey) % (bitPoolSize_ * DIVIDE_VAL); in CheckAddr() local 97 uint32_t val = HashFunc(addrKey) % (bitPoolSize_ * DIVIDE_VAL); in AddAllocAddr() local 110 uint32_t val = HashFunc(addrKey) % (bitPoolSize_ * DIVIDE_VAL); in CheckAddr() local 136 uint32_t val = HashFunc(addr) % (bitPoolSize_ * DIVIDE_VAL); in AddAllocAddr() local 148 uint32_t val = HashFunc(addr) % (bitPoolSize_ * DIVIDE_VAL); in CheckAddr() local
|
| /developtools/profiler/hiebpf/include/ |
| D | commandline_flags.h | 258 bool *val = (bool*) flags_[flag].addr_; in ParseBoolFlag() local 284 int8_t* val = (int8_t*) flags_[flag].addr_; in ParseInt8Flag() local 299 int16_t* val = (int16_t*) flags_[flag].addr_; in ParseInt16Flag() local 314 int32_t* val = (int32_t*) flags_[flag].addr_; in ParseInt32Flag() local 329 int64_t* val = (int64_t*) flags_[flag].addr_; in ParseInt64Flag() local 344 uint8_t* val = (uint8_t*) flags_[flag].addr_; in ParseUint8Flag() local 359 uint16_t* val = (uint16_t*) flags_[flag].addr_; in ParseUint16Flag() local 374 uint32_t* val = (uint32_t*) flags_[flag].addr_; in ParseUint32Flag() local 389 uint64_t* val = (uint64_t*) flags_[flag].addr_; in ParseUint64Flag() local 404 double* val = (double*) flags_[flag].addr_; in ParseDoubleFlag() local [all …]
|
| /developtools/hdc/test/unittest/common/ |
| D | tlv_ut.cpp | 50 uint8_t val, in BuildTlv() 168 uint8_t val[10] = { 0xAC }; variable 186 string val = "hello world!"; variable 212 uint8_t val[len] = { 0xAC }; variable 234 uint8_t val[len] = { 0xAC }; variable 257 string val = "hello world!"; variable 284 uint8_t val[len] = { 0xAC }; variable
|
| /developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatisticAnalysis.test.ts | 309 let val = { variable 319 let val = { variable 333 let val = { variable
|
| /developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/ability/ |
| D | TabPaneDiskAbility.test.ts | 31 let val = [ variable 60 const val = { constant
|
| D | TabPaneHistoryProcesses.test.ts | 31 let val = [ variable 58 const val = { constant
|
| D | TabPaneGpuMemoryAbility.test.ts | 110 let val = [ variable
|
| D | TabPaneDmaAbility.test.ts | 121 let val = [ variable
|
| D | TabPaneNetworkAbility.test.ts | 97 const val = { constant
|
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | sys_para.cpp | 19 extern "C" int SetParameterEx(const char *key, const char *val) in SetParameterEx() 24 extern "C" int GetParameterEx(const char *key, const char *def, char *val, unsigned int len) in GetParameterEx() 29 extern "C" int WaitParameterEx(const char *key, const char *val, int timeout) in WaitParameterEx()
|
| /developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/base-ui/menu/ |
| D | LitMainMenuItem.js | 94 set title(val) { argument 102 set multi(val) { argument 114 set disabled(val) { argument
|
| /developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.test.ts | 465 let val = { variable 515 let val = { variable 557 let val = { variable
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | hashlistpp.h | 28 LinkNode<Key, Val>::LinkNode(const Key &key, const Val &val) : key_ {key}, val_ {val} {} in LinkNode() 31 LinkNode<Key, Val>::LinkNode(const Key &key, Val &&val) : key_ {key}, val_ {std::move(val)} {} in LinkNode() 713 void HashList<Key, Val>::push_front(const Key& key, const Val& val) in push_front() 726 void HashList<Key, Val>::push_front(const Key& key, Val&& val) in push_front() 739 void HashList<Key, Val>::push_back(const Key& key, const Val& val) in push_back() 752 void HashList<Key, Val>::push_back(const Key& key, Val&& val) in push_back()
|
| /developtools/hiperf/include/ |
| D | hashlist.h | 229 LinkNode<Key, Val>::LinkNode(const Key &key, const Val &val) : key_ {key}, val_ {val} {} in LinkNode() 232 LinkNode<Key, Val>::LinkNode(const Key &key, Val &&val) : key_ {key}, val_ {std::move(val)} {} in LinkNode() 897 static Val val = Val(); variable 917 void HashList<Key, Val>::push_front(const Key& key, const Val& val) in push_front() 930 void HashList<Key, Val>::push_front(const Key& key, Val&& val) in push_front() 943 void HashList<Key, Val>::push_back(const Key& key, const Val& val) in push_back() 956 void HashList<Key, Val>::push_back(const Key& key, Val&& val) in push_back()
|
| /developtools/profiler/device/plugins/xpower_plugin/test/ |
| D | xpower_main.cpp | 37 std::string val = argv[i]; in ParseArgs() local 44 int GetStringArg(const char* name, std::string& val, const char* defaultVal) in GetStringArg()
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | utilities_test.cpp | 770 static constexpr int val = 8; variable 783 static constexpr int val = 10; variable 796 static constexpr int val = 15; variable 809 static constexpr int val = 20; variable 822 static constexpr int val = 25; variable
|
| /developtools/hdc/src/common/ |
| D | tlv.cpp | 50 const uint8_t *val = tlvs + pos; in TlvBuf() local 89 bool TlvBuf::Append(const uint32_t tag, const string &val) in Append() 94 bool TlvBuf::Append(const uint32_t tag, const uint32_t len, const uint8_t *val) in Append()
|
| /developtools/hapsigner/hapsigntool_cpp/cmd/src/ |
| D | cmd_util.cpp | 29 std::string val = options->GetString(option); in String2Bool() local 48 std::string val = options->GetString(Options::VALIDITY); in UpdateParamForVariantCertInt() local 92 std::string val = options->GetString(Options::BASIC_CONSTRAINTS_PATH_LEN); in UpdateParamForVariantInt() local 138 std::string val = options->GetString(Options::PROFILE_SIGNED); in UpdateParamForVariantBoolProfileSigned() local 484 for (const auto& val : vecs) { in VerifyTypes() local
|
| /developtools/hapsigner/binary_sign_tool/cmd/src/ |
| D | cmd_util.cpp | 29 std::string val = options->GetString(option); in String2Bool() local 48 std::string val = options->GetString(Options::VALIDITY); in UpdateParamForVariantCertInt() local 126 std::string val = options->GetString(Options::PROFILE_SIGNED); in UpdateParamForVariantBoolProfileSigned() local 148 std::string val = options->GetString(Options::SELF_SIGN); in UpdateParamForVariantBoolSelfSign() local
|
| /developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/vmtracker/ |
| D | TabPaneDmaSelectVmTracker.test.ts | 47 let val = [ variable
|
| D | TabPaneDmaVmTracker.test.ts | 47 let val = [ variable
|