/developtools/profiler/device/base/src/ |
D | std_semaphore.cpp | 17 StdSemaphore::StdSemaphore(unsigned int value) : value_(value) {} in StdSemaphore() 24 while (value_ == 0) { in Wait() 27 --value_; in Wait() 39 if (value_ == 0) { in TryWaitLocked() 42 --value_; in TryWaitLocked() 49 if (value_ == 0) { in TimedWait() 62 ++value_; in Post() 70 return value_; in Value()
|
D | pthread_semaphore.cpp | 23 PthreadSemaphore::PthreadSemaphore(unsigned int value) : value_(value) in PthreadSemaphore() 38 while (value_ == 0) { in Wait() 41 --value_; in Wait() 57 if (value_) { in TimedWait() 73 if (value_ == 0) { in TryWaitLocked() 76 --value_; in TryWaitLocked() 83 ++value_; in Post() 92 unsigned int val = value_; in Value()
|
D | pthread_semaphore.h | 37 volatile unsigned int value_ = 0; variable
|
D | std_semaphore.h | 38 volatile unsigned int value_; variable
|
/developtools/hiperf/src/ |
D | dwarf_encoding.cpp | 27 value_[0] = ReadValue(data); in DwarfEncoding() 64 return value_[0]; in GetValue() 70 return value_[0] + vaddrBase_; in GetAppliedValue() 72 return value_[0] + vaddrText_; in GetAppliedValue() 74 return value_[0] + vaddrPC_; in GetAppliedValue() 78 return value_[0]; in GetAppliedValue()
|
D | perf_file_format.cpp | 346 if (!Read(value_)) { in PerfFileSectionU64() 353 value_ = v; in PerfFileSectionU64() 363 Write(value_); in GetBinary() 369 return sizeof(value_); in GetSize() 374 v = value_; in GetValue()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | dwarf_encoding.cpp | 27 value_[0] = ReadValue(data); in DwarfEncoding() 64 return value_[0]; in GetValue() 70 return value_[0] + vaddrBase_; in GetAppliedValue() 72 return value_[0] + vaddrText_; in GetAppliedValue() 74 return value_[0] + vaddrPC_; in GetAppliedValue() 78 return value_[0]; in GetAppliedValue()
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/ |
D | dwarf_encoding.cpp | 27 value_[0] = ReadValue(data); in DwarfEncoding() 64 return value_[0]; in GetValue() 70 return value_[0] + vaddrBase_; in GetAppliedValue() 72 return value_[0] + vaddrText_; in GetAppliedValue() 74 return value_[0] + vaddrPC_; in GetAppliedValue() 78 return value_[0]; in GetAppliedValue()
|
D | perf_file_format.cpp | 346 if (!Read(value_)) { in PerfFileSectionU64() 353 value_ = v; in PerfFileSectionU64() 363 Write(value_); in GetBinary() 369 return sizeof(value_); in GetSize() 374 v = value_; in GetValue()
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ |
D | common_types.h | 106 value_ = point.value_; in TracePoint() 119 value_ = point.value_; 130 uint64_t value_ = 0; variable
|
D | print_event_parser.cpp | 57 auto cookie = static_cast<uint64_t>(point.value_); in ParsePrintEvent() 63 auto cookie = static_cast<uint64_t>(point.value_); in ParsePrintEvent() 72 …eamFilters_->processMeasureFilter_->AppendNewMeasureData(internalPid, nameIndex, ts, point.value_); in ParsePrintEvent() 223 outPoint.value_ = base::StrToUInt64(valueStr).value(); in HandlerCSF()
|
/developtools/global_resource_tool/include/ |
D | solid_xml.h | 39 Node(): name_(-1), value_(-1), nameSpace_(-1) {}; in Node() 51 value_ = index; in SetValue() 59 int32_t value_; variable
|
/developtools/global_resource_tool/src/xml/ |
D | solid_xml.cpp | 173 out.write(reinterpret_cast<const char *>(&value_), sizeof(int32_t)); in RawData() 194 CHECK_IO(in.read(reinterpret_cast<char *>(&value_), sizeof(int32_t))); in LoadFrom() 220 !ChangeToNewKey(oldKeys, newKeys, XmlKeyNode::KeyType::CONSTANT, value_)) { in FlushIndex() 231 !ChangeToNewKey(oldKeys, newKeys, XmlKeyNode::KeyType::CONTENT, value_)) { in FlushIndex()
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | dwarf_encoding.h | 123 uint64_t value_[2] = {0, 0}; variable
|
/developtools/hiperf/include/ |
D | dwarf_encoding.h | 123 uint64_t value_[2] = {0, 0}; variable
|
D | perf_file_format.h | 234 uint64_t value_; variable
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/ |
D | elf_parser_test.h | 128 uint64_t value_ {0};
|
/developtools/hiperf/test/unittest/common/native/include/ |
D | elf_parser_test.h | 128 uint64_t value_ {0};
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
D | elf_parser_test.cpp | 491 value_ = static_cast<uint64_t>(value); in Init()
|
/developtools/hiperf/test/unittest/common/native/ |
D | elf_parser_test.cpp | 492 value_ = static_cast<uint64_t>(value); in Init()
|