Searched refs:argument (Results 1 – 13 of 13) 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 | 1877 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 …]
|
| D | process_component_member.ts | 471 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);
|
| D | ets_checker.ts | 1143 const argument: ts.NodeArray<ts.Node> = node.arguments; constant 1146 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 | 34 "-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/ |
| 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 | 56 # 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/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 | 163 "-Wno-unused-command-line-argument",
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 98655 u32 argument; member
|