Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 13 of 13) 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.ts1877 temp.parent.arguments.forEach(argument => {
1878 if (ts.isConditionalExpression(argument)) {
1879 newArguments.push(processConditionalBuilder(argument, temp, type));
1880 } else if (isBuilderChangeNode(argument, temp, type)) {
1881 newArguments.push(parseBuilderNode(argument, type));
1883 newArguments.push(argument);
2032 node.arguments.forEach((argument: ts.Expression | ts.Identifier, index: number) => {
2033 if (ts.isConditionalExpression(argument)) {
2034 newArguments.push(processConditionalBuilder(argument, identifierNode, propertyName));
2035 } else if (isBuilderChangeNode(argument, identifierNode, propertyName)) {
[all …]
Dprocess_component_member.ts471 const argument: ts.Node = decorator.expression.arguments[0]; constant
472 if (ts.isStringLiteral(argument)) {
473 if (currentClassMethod.has(argument.text)) {
474 watchMap.set(propertyName, argument);
478 … message: `Cannot find name ${argument.getText()} in struct '${node.parent.name.getText()}'.`,
479 pos: argument.getStart()
487 validateWatchParam(LogType.WARN, argument.getStart(), log);
490 validateWatchParam(LogType.WARN, argument.getStart(), log);
492 validateWatchParam(LogType.ERROR, argument.getStart(), log);
Dets_checker.ts1143 const argument: ts.NodeArray<ts.Node> = node.arguments; constant
1146 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.gn34 "-Wno-unused-command-line-argument",
97 "-Wno-unused-command-line-argument",
129 "-Wno-unused-command-line-argument",
147 "-Wno-unused-command-line-argument",
192 "-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.gni56 # 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/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.gn163 "-Wno-unused-command-line-argument",
/developtools/profiler/hiebpf/include/
Dvmlinux.h98655 u32 argument; member