Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 15 of 15) sorted by relevance

/developtools/hiperf/src/
Dcommand.cpp86 bool Command::DispatchCommand(std::string argument) in DispatchCommand() argument
88 return Command::DispatchCommands(StringSplit(argument, " ")); in DispatchCommand()
/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_build.ts1580 temp.parent.arguments.forEach(argument => {
1581 if (ts.isConditionalExpression(argument)) {
1582 newArguments.push(processConditionalBuilder(argument, temp, type));
1583 } else if (isBuilderChangeNode(argument, temp, type)) {
1584 newArguments.push(parseBuilderNode(argument, type));
1586 newArguments.push(argument);
1735 node.arguments.forEach((argument: ts.Expression | ts.Identifier, index: number) => {
1736 if (ts.isConditionalExpression(argument)) {
1737 newArguments.push(processConditionalBuilder(argument, identifierNode, propertyName));
1738 } else if (isBuilderChangeNode(argument, identifierNode, propertyName)) {
[all …]
Dprocess_component_member.ts436 const argument: ts.Node = decorator.expression.arguments[0]; constant
437 if (ts.isStringLiteral(argument)) {
438 if (currentClassMethod.has(argument.text)) {
439 watchMap.set(propertyName, argument);
443 … message: `Cannot find name ${argument.getText()} in struct '${node.parent.name.getText()}'.`,
444 pos: argument.getStart()
452 validateWatchParam(LogType.WARN, argument.getStart(), log);
455 validateWatchParam(LogType.WARN, argument.getStart(), log);
457 validateWatchParam(LogType.ERROR, argument.getStart(), log);
Dets_checker.ts855 const argument: ts.NodeArray<ts.Node> = node.arguments; constant
858 argument.forEach((item: ts.Node) => {
/developtools/hiperf/include/
Dcommand.h27 static bool DispatchCommand(std::string argument);
/developtools/smartperf_host/trace_streamer/prebuilts/patch_googletest/
Dgoogletestbuild.gn36 "-Wno-unused-command-line-argument",
103 "-Wno-unused-command-line-argument",
138 "-Wno-unused-command-line-argument",
157 "-Wno-unused-command-line-argument",
206 "-Wno-unused-command-line-argument",
/developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_googletest/
Dgoogletestbuild.gn36 "-Wno-unused-command-line-argument",
103 "-Wno-unused-command-line-argument",
138 "-Wno-unused-command-line-argument",
157 "-Wno-unused-command-line-argument",
206 "-Wno-unused-command-line-argument",
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DIMarker.ets35 * You can adjust the offset conditionally based on this argument.
37 * You can adjust the offset conditionally based on this argument.
/developtools/hiperf/
Dhiperf.gni48 # format specifies type 'long' but the argument has type
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/test/
DBUILD.gn56 "-Wno-unused-command-line-argument",
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/test/
DBUILD.gn57 "-Wno-unused-command-line-argument",
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
DstateArrayReverse.ets29 this id should be used as the 'key' argument when creating a Text.
/developtools/profiler/hiebpf/
DBUILD.gn22 "-Wno-unused-command-line-argument",
/developtools/smartperf_host/trace_streamer/test/
DBUILD.gn128 "-Wno-unused-command-line-argument",
/developtools/profiler/hiebpf/include/
Dvmlinux.h98655 u32 argument; member