Home
last modified time | relevance | path

Searched defs:content (Results 1 – 25 of 49) sorted by relevance

12

/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dftrace_fs_ops_test.cpp106 std::string content = FtraceFsOps::GetInstance().GetKernelSymbols(); variable
117 std::string content = FtraceFsOps::GetInstance().GetPrintkFormats(); variable
130 std::string content = ftraceFsOps.GetPrintkFormats(); variable
146 std::string content = FtraceFsOps::GetInstance().GetProcessComm(pid); variable
157 std::string content = FtraceFsOps::GetInstance().GetProcessComm(-1); variable
169 std::string content = FtraceFsOps::GetInstance().GetThreadComm(pid, pid); variable
181 std::string content = ftraceFsOps.GetThreadComm(-1, -1); variable
199 std::string content = FtraceFsOps::GetInstance().GetSavedCmdLines(); variable
212 std::string content = ftraceFsOps.GetSavedCmdLines(); variable
227 std::string content = FtraceFsOps::GetInstance().GetSavedTgids(); variable
[all …]
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dfile_utils.cpp32 std::string content; in ReadFile() local
64 std::string content = ReadFile(fd); in ReadFile() local
69 int FileUtils::WriteFile(const std::string& path, const std::string& content) in WriteFile()
74 int FileUtils::WriteFile(const std::string& path, const std::string& content, int flags) in WriteFile()
79 int FileUtils::WriteFile(const std::string& path, const std::string& content, int flags, int mode) in WriteFile()
/developtools/hiperf/test/unittest/common/native/
Dhiperf_libreport_test.cpp124 void HiperfLibReportTest::UnwindJsonContentCheck(const std::string &content, bool haveUnwind) const in UnwindJsonContentCheck() argument
286 std::string content; variable
356 std::string content; variable
368 std::string content; variable
483 std::string content; variable
497 std::string content; variable
511 std::string content; variable
/developtools/ace-js2bundle/ace-loader/test/card/testcase/pages/expression/
Dexpression.json3 "content": "Hello World!" string
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/
DAbstractNode.java81 public void moveIn(Point point, JBPanel content) { in moveIn()
92 public void moveOut(Point point, JBPanel content) { in moveOut()
DFolderPanel.java95 …public FolderPanel(JComponent content, boolean collapseButtonAtLeft, boolean isCollapsed, Icon col… in FolderPanel()
152 public FolderPanel(JComponent content, boolean collapseButtonAtLeft) { in FolderPanel()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DPkcs7Generator.java38 byte[] generateSignedData(byte[] content, SignerConfig signerConfig) throws SignatureException; in generateSignedData()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DProfileSignTool.java87 public static byte[] generateP7b(LocalizationAdapter adapter, byte[] content) { in generateP7b()
105 public static byte[] signProfile(byte[] content, ISigner signer, String sigAlg) { in signProfile()
157 …private static byte[] getContentDigest(byte[] content, AlgorithmIdentifier digestAlgorithmIdentifi… in getContentDigest()
/developtools/ace-ets2bundle/compiler/test/
Dtest.ts39 const content: any = require(filePath); constant
Dtest.js84 function processSystemApi(content) { argument
/developtools/ace-js2bundle/ace-loader/test/card/testcase/pages/commonAttr/
DcommonAttr.json14 "content": "Hello World!" string
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/hdc/
DCmdExecutors.java80 ArrayList<String> content = outputGobbler.getContent(); in executeCommand() local
150 ArrayList<String> content = outputGobbler.getContent(); in executeCommandByLine() local
/developtools/ace-js2bundle/ace-loader/test/card/expected/expression/
Dexpression.json20 "content": "Hello World!" string
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DVerificationResult.java37 private Provision content; field in VerificationResult
/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp77 bool RunCommand(const std::string& cmd, std::string& content) in RunCommand()
232 std::string content = ""; variable
268 std::string content = ""; variable
/developtools/ace-js2bundle/ace-loader/src/lite/
Dlite-image-coverter-plugin.js56 const writeResult = (content) => { argument
/developtools/profiler/device/plugins/hilog_plugin/src/
Dfile_cache.cpp59 long FileCache::Read(char* content) in Read()
/developtools/ace-ets2bundle/compiler/src/
Dets_checker.ts101 const content: string = processContent(fs.readFileSync(fileName).toString()); constant
234 const content: string = processContent(fs.readFileSync(fileName).toString()); constant
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/component/
DSettingDialog.java82 JPanel content = new JPanel(new BorderLayout()); in SettingDialog() local
DDeviceExpandPanel.java99 …public DeviceExpandPanel(JComponent content, boolean isCollapsed, Icon collapseIcon, Icon expandIc… in DeviceExpandPanel()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/dialog/
DHelpContentsDialog.java65 JPanel content = new JPanel(new BorderLayout()); in createCenterPanel() local
/developtools/profiler/device/cmds/src/
Dmain.cpp88 std::string content; in ReadConfigContent() local
109 std::string content = ReadConfigContent(configFile); in MakeCreateRequest() local
/developtools/ace-ets2bundle/compiler/
Dbuild_declarations_file.js99 function processsFile(content, fileName, isGlobal) { argument
/developtools/ace-js2bundle/ace-loader/src/
Dcompile-plugin.js193 const writeError = (buildPath, content) => { argument
/developtools/profiler/host/smartperf/client/
Dgp_utils.cpp22 …void GPUtils::mSplit(const std::string &content, const std::string &sp, std::vector<std::string> &… in mSplit()

12