Searched refs:argument (Results 1 – 15 of 15) sorted by relevance
| /developtools/hiperf/src/ |
| D | command.cpp | 86 bool Command::DispatchCommand(std::string argument) in DispatchCommand() argument 88 return Command::DispatchCommands(StringSplit(argument, " ")); in DispatchCommand()
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_component_build.ts | 1580 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 …]
|
| D | process_component_member.ts | 436 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);
|
| D | ets_checker.ts | 855 const argument: ts.NodeArray<ts.Node> = node.arguments; constant 858 argument.forEach((item: ts.Node) => {
|
| /developtools/hiperf/include/ |
| D | command.h | 27 static bool DispatchCommand(std::string argument);
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_googletest/ |
| D | googletestbuild.gn | 36 "-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/ |
| D | googletestbuild.gn | 36 "-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/ |
| D | IMarker.ets | 35 * You can adjust the offset conditionally based on this argument. 37 * You can adjust the offset conditionally based on this argument.
|
| /developtools/hiperf/ |
| D | hiperf.gni | 48 # format specifies type 'long' but the argument has type
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/test/ |
| D | BUILD.gn | 56 "-Wno-unused-command-line-argument",
|
| /developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/test/ |
| D | BUILD.gn | 57 "-Wno-unused-command-line-argument",
|
| /developtools/ace_ets2bundle/compiler/sample/pages/testcases/ |
| D | stateArrayReverse.ets | 29 this id should be used as the 'key' argument when creating a Text.
|
| /developtools/profiler/hiebpf/ |
| D | BUILD.gn | 22 "-Wno-unused-command-line-argument",
|
| /developtools/smartperf_host/trace_streamer/test/ |
| D | BUILD.gn | 128 "-Wno-unused-command-line-argument",
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 98655 u32 argument; member
|