Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 35) sorted by relevance

12

/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dwasm_func_test.cpp48 char out[MAX_TESET_BUF_SIZE] = {0}; variable
72 char out[MAX_TESET_BUF_SIZE] = {0}; variable
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dbind.js29 function transExp(initValue, functionFlag, isValue, out, nodeLoc) { argument
43 function parseExp(value, functionFlag, isValue, out, nodeLoc) { argument
173 function checkCard(value, out, nodeLoc) { argument
Dcomponent_validator.js170 function validateTagName(domNode, out, relativePath) { argument
685 function validateClass(classNames, out, nodeLoc, relativePath) { argument
758 function validateStyle(css, out, nodeLoc, relativePath) { argument
775 function processCssArray(css, out, nodeLoc, cssStyle, cssArray, log) { argument
899 function expandStyle(key, value, valuejsonTemplate, cssStyle, out, nodeLoc, log) { argument
928 function validateIf(val, out, flag, nodeLoc, relativePath) { argument
961 function validateElif(val, out, flag, nodeLoc, relativePath) { argument
989 function validateFor(val, out, nodeLoc, relativePath) { argument
1027 function validateId(id, out, nodeLoc, relativePath) { argument
1044 function validateAppend(val, out, nodeLoc, relativePath) { argument
[all …]
/developtools/global_resource_tool/src/
Dheader.cpp54 ofstream out(outputPath_, ofstream::out | ofstream::binary); in Create() local
Dresource_util.cpp42 void ResourceUtil::Split(const string &str, vector<string> &out, const string &splitter) in Split()
100 ofstream out(FileEntry::AdapateLongPath(path), ofstream::out | ofstream::binary); in SaveToJsonFile() local
Dresource_table.cpp144 ofstream out(indexFilePath_, ofstream::out | ofstream::binary); in SaveToResouorceIndex() local
213ostringstream &out, map<string, IdSet> &idSets, uint32_t &pos) const in SaveRecordItem()
/developtools/hdc/src/daemon/
Dsystem_depend.cpp49 bool GetDevItem(const char *key, string &out, const char *preDefine) in GetDevItem()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_field_parser.cpp51 bool FtraceFieldParser::ReadData(const uint8_t start[], const uint8_t end[], void* out, size_t size) in ReadData()
Dprocess_utils.cpp176 std::string out = FileUtils::ReadFile(pipeFd); in ReceiveOutputAndSigchld() local
/developtools/global_resource_tool/src/xml/
Dxml_key_node.cpp53 ofstream out(filePath, ofstream::out | ofstream::binary); in SaveToFile() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignHap.java94 JarOutputStream out, long timestamp, int defaultAlignment) throws IOException { in copyFiles()
136 JarOutputStream out, long timestamp) throws IOException { in copyFilesExceptStoredFile()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_streamer/
Dtrace_streamer_selector.cpp230 int TraceStreamerSelector::SearchDatabase(const std::string& sql, uint8_t* out, int outLen) in SearchDatabase()
/developtools/profiler/host/smartperf/ide/
Dbuild.js84 out: {type: "stdout"}, property
/developtools/profiler/host/smartperf/client/client_command/
Dsp_parse_fps.cpp24 void ParseFPS::StrSplit(const SpString &content, const SpString &sp, std::vector<SpString> &out) in StrSplit()
Dsp_utils.cpp120 …SPUtils::StrSplit(const std::string &content, const std::string &sp, std::vector<std::string> &out) in StrSplit()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp332 std::string out = stdoutRecord.Stop(); variable
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Dwasm_func.cpp133 EMSCRIPTEN_KEEPALIVE int TraceStreamerSqlQuery(const uint8_t* sql, int sqlLen, uint8_t* out, int ou… in TraceStreamerSqlQuery()
Drpc_server.cpp171 int RpcServer::WasmSqlQuery(const uint8_t* data, size_t len, uint8_t* out, int outLen) in WasmSqlQuery()
/developtools/hiperf/test/unittest/common/native/
Dutilities_test.cpp327 std::string out = stdoutRecord.Stop(); variable
/developtools/hdc/src/common/
Dtransfer.cpp335 int HdcTransferBase::GetSubFiles(const char *path, string filter, vector<string> *out) in GetSubFiles()
376 int HdcTransferBase::GetSubFilesRecursively(string path, string currentDirname, vector<string> *out) in GetSubFilesRecursively()
/developtools/profiler/host/smartperf/trace_streamer/src/
Dmain.cpp53 std::ofstream out(path, std::ios_base::trunc); in ExportStatusToLog() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java130 try (FileOutputStream out = new FileOutputStream(output)) { in write()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyHap.java186 try (OutputStream out = new FileOutputStream(outputFile)) { in writeOptionalBytesToFile()
/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp96 uint8_t out[SHA256_DIGEST_LENGTH]; in ComputeFileSha256() local
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_db.cpp321 int TraceDataDB::SearchDatabase(const std::string& sql, uint8_t* out, int outLen) in SearchDatabase()

12