Home
last modified time | relevance | path

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

12

/developtools/smartperf_host/trace_streamer/test/unittest/interface/
Dwasm_func_test.cpp49 char out[MAX_TESET_BUF_SIZE] = {0}; variable
73 char out[MAX_TESET_BUF_SIZE] = {0}; variable
/developtools/ace_js2bundle/ace-loader/plugin/templater/
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 …]
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
/developtools/hdc/hdc_rust/src/cffi/
Dgetparameter.cpp19 extern "C" int GetParam(const char* key, char* out) in GetParam()
Dsystem_depend.cpp42 bool GetDevItem(const char *key, string &out, const char *preDefine) in GetDevItem()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignHap.java77JarOutputStream out, long timestamp, int defaultAlignment) throws IOException, HapFormatException { in copyFiles()
176 …private static void writeOutputStream(JarFile in, JarOutputStream out, JarEntry firstEntry, byte[]… in writeOutputStream()
187 …private static long writeOutputStreamAndGetOffset(JarFile in, JarOutputStream out, JarEntry inEntr… in writeOutputStreamAndGetOffset()
212 JarOutputStream out, long timestamp, boolean isAlignmentFlag) throws IOException { in copyFilesExceptStoredFile()
/developtools/global_resource_tool/src/
Dheader.cpp54 ofstream out(outputPath_, ofstream::out | ofstream::binary); in Create() local
Dresource_table.cpp169 ofstream out(idDefinedPath_, ofstream::out | ofstream::binary); in CreateIdDefined() local
198 ofstream out(indexFilePath_, ofstream::out | ofstream::binary); in SaveToResouorceIndex() local
267ostringstream &out, map<string, IdSet> &idSets, uint32_t &pos) const in SaveRecordItem()
Dresource_util.cpp42 void ResourceUtil::Split(const string &str, vector<string> &out, const string &splitter) in Split()
100 ofstream out(FileEntry::AdaptLongPath(path), ofstream::out | ofstream::binary); in SaveToJsonFile() local
/developtools/profiler/hiebpf/test/unittest/
Dcommand_helper_test.cpp87 std::string out = testing::internal::GetCapturedStdout(); variable
/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()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dftrace_field_processor.cpp46 bool FtraceFieldProcessor::HandleTypeData(const uint8_t* startPos, const uint8_t* endPos, void* out in HandleTypeData()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_streamer/
Dtrace_streamer_selector.cpp87 int32_t TraceStreamerSelector::SearchDatabase(const std::string& sql, uint8_t* out, int32_t outLen) in SearchDatabase()
/developtools/hdc/hdc_rust/src/daemon/
Dsys_para.rs51 let mut out: [u8; HDC_PARAMETER_VALUE_MAX_LEN] = [0; HDC_PARAMETER_VALUE_MAX_LEN]; in get_dev_item() localVariable
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/
Ddemo_rpc_server.cpp81 int32_t DemoRpcServer::DemoWasmSqlQuery(const uint8_t* data, size_t len, uint8_t* out, int32_t outL… in DemoWasmSqlQuery()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java210 try (FileOutputStream out = new FileOutputStream(output)) { in write()
226 …public static boolean appendWriteFileByOffsetToFile(String inFile, FileOutputStream out, long offs… in appendWriteFileByOffsetToFile()
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java790 try (ZipOutputStream out = new ZipOutputStream(new FileOutputStream(unsignedHap))) { in generateHapFile()
829 …private void fillZipEntryFile(boolean uncompressed, String suffix, ZipOutputStream out) throws IOE… in fillZipEntryFile()
/developtools/hdc/src/common/
Dasync_cmd.cpp103 bool AsyncCmd::GetDevItem(const char *key, string &out) in GetDevItem()
Dtransfer.cpp365 int HdcTransferBase::GetSubFiles(const char *path, string filter, vector<string> *out) in GetSubFiles()
406 int HdcTransferBase::GetSubFilesRecursively(string path, string currentDirname, vector<string> *out) in GetSubFilesRecursively()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/
Dwasm_func.cpp131 EMSCRIPTEN_KEEPALIVE int32_t TraceStreamerSqlQuery(const uint8_t* sql, int32_t sqlLen, uint8_t* out in TraceStreamerSqlQuery()
/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()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp332 std::string out = stdoutRecord.Stop(); variable
/developtools/hiperf/test/unittest/common/native/
Dutilities_test.cpp327 std::string out = stdoutRecord.Stop(); variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyElf.java175 try (OutputStream out = Files.newOutputStream(Paths.get(outputFile))) { in writeOptionalBytesToFile()

12