Home
last modified time | relevance | path

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

/developtools/integration_verification/tools/fotff/vcs/gitee/
Dcommit.go28 if c, found := utils.CacheGet("gitee", url); found {
Dissue.go32 if c, found := utils.CacheGet("gitee", url); found {
Dcompare.go124 if c, found := utils.CacheGet("gitee", url); found {
/developtools/hiperf/src/
Dsubcommand.cpp193 auto found = g_SubCommandsMap.find(cmdName); in FindSubCommand() local
194 if (found != g_SubCommandsMap.end()) { in FindSubCommand()
196 return found->second.get(); in FindSubCommand()
Doption.cpp46 auto found = g_MainOptions.find(argName); in FindMainOption() local
47 if (found != g_MainOptions.end()) { in FindMainOption()
49 return found->second.get(); in FindMainOption()
Dsymbols_file.cpp1257 auto found = in GetSymbolWithVaddr() local
1282 if (found != symbols_.begin()) { in GetSymbolWithVaddr()
1283 found = std::prev(found); in GetSymbolWithVaddr()
1284 if (found->Contain(vaddrInFile)) { in GetSymbolWithVaddr()
1285 found->offsetToVaddr_ = vaddrInFile - found->funcVaddr_; in GetSymbolWithVaddr()
1286 if (!found->HasMatched()) { in GetSymbolWithVaddr()
1287 found->SetMatchFlag(); in GetSymbolWithVaddr()
1288 matchedSymbols_.push_back(&(*found)); in GetSymbolWithVaddr()
1290 symbol = *found; // copy in GetSymbolWithVaddr()
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dcommon.go105 if c, found := utils.CacheGet(fmt.Sprintf("%s_steps", m.Component), from+"__to__"+to); found {
/developtools/integration_verification/tools/fotff/utils/
Druntime.go41 func CacheGet(section string, k string) (v any, found bool) {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/
DIDataSet.ets80 * Returns the first Entry object found at the given x-value with binary
82 * If the no Entry at the specified x-value is found, this method
98 * Returns the first Entry object found at the given x-value with binary
100 * If the no Entry at the specified x-value is found, this method
113 * Returns all Entry objects found at the given x-value with binary
124 * Returns the Entry object found at the given index (NOT xIndex) in the values array.
132 * Returns the first Entry index found at the given x-value with binary
134 * If the no Entry at the specified x-value is found, this method
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp1170 auto found = in GetSymbolWithVaddr() local
1195 if (found != symbols_.begin()) { in GetSymbolWithVaddr()
1196 found = std::prev(found); in GetSymbolWithVaddr()
1197 if (found->Contain(vaddrInFile)) { in GetSymbolWithVaddr()
1198 if (!found->HasMatched()) { in GetSymbolWithVaddr()
1199 found->SetMatchFlag(); in GetSymbolWithVaddr()
1200 matchedSymbols_.push_back(&(*found)); in GetSymbolWithVaddr()
1202 symbol = *found; // copy in GetSymbolWithVaddr()
/developtools/integration_verification/tools/fotff/rec/
Dfotff.go133 if result, found := utils.CacheGet("testcase_result", testcase+"__at__"+pkg); found {
/developtools/hdc/src/common/
Dchannel.cpp61 std::size_t found = addrString.find_last_of(":"); in SetChannelTCPString() local
62 if (found == string::npos) { in SetChannelTCPString()
66 string host = addrString.substr(0, found); in SetChannelTCPString()
67 string port = addrString.substr(found + 1); in SetChannelTCPString()
/developtools/profiler/device/base/src/
Dcommon.cpp131 size_t found = str.rfind("/"); in IsProcessExist() local
133 if (found != std::string::npos) { in IsProcessExist()
134 fullProcess = str.substr(found + 1); in IsProcessExist()
/developtools/integration_verification/tools/startup_guard/config_parser_mgr/cfg/
Dconfig_parser.py328 found = False
331 found = True
333 if found :
/developtools/hiperf/proto/
Dreport_sample.proto42 // -1 means not found
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DDataSet.ets337 // If rounding up, and found x-value is lower than specified x, and we can go upper...
342 // If rounding down, and found x-value is upper than specified x, and we can go lower...
418 * when an exact x-index is not found.
DChartData.ets543 * was found that meets the specified requirements.
633 * Returns null if no DataSet with left dependency could be found.
647 * Returns null if no DataSet with right dependency could be found.
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dext4.proto223 int32 found = 7; field
426 int32 found = 6; field
634 uint32 found = 15; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Dext4.proto223 int32 found = 7; field
426 int32 found = 6; field
634 uint32 found = 15; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dext4.proto223 int32 found = 7; field
426 int32 found = 6; field
634 uint32 found = 15; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dext4.proto223 int32 found = 7; field
426 int32 found = 6; field
634 uint32 found = 15; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dext4.proto223 int32 found = 7; field
426 int32 found = 6; field
634 uint32 found = 15; field
/developtools/ace_ets2bundle/compiler/sample/pages/
Dwilldo.ets23 * For comparison, the plain JS version of this app that works with ACE-Diff can be found here
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/
Dftrace_ext4_event_formatter.cpp383 msg.found(), msg.lblk(), msg.len(), msg.found() ? msg.pblk() : 0, in __anon3fb332d92b02()
384 …__print_flags(msg.found() ? msg.status() : 0, "", {(1 << 0), "W"}, {(1 << 1), "U"}, {(1 << 2), "D"… in __anon3fb332d92b02()
776 … (unsigned)msg.from(), (unsigned)msg.to(), msg.reverse(), msg.found(), (unsigned)msg.found_blk()); in __anon3fb332d95702()
1187 msg.result_logical(), msg.found(), msg.groups(), msg.cr(), in __anon3fb332d98702()
/developtools/profiler/hiebpf/include/
Dvmlinux.h11081 unsigned int found; member
39918 long int found; member
47777 __u16 found; member
48158 int found; member
50512 int found; member
155372 u8 found; member