Home
last modified time | relevance | path

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

123

/developtools/smartperf_host/trace_streamer/test/unittest/interface/
Dwasm_func_test.cpp49 char out[MAX_TESET_BUF_SIZE] = {0}; variable
74 char out[MAX_TESET_BUF_SIZE] = {0}; variable
/developtools/packing_tool/adapter/ohos/
DPackageNormalize.java95 try (OutputStream out = Files.newOutputStream(moduleJson)) { in normalize()
96 IOUtils.copy(hspFile.getInputStream(moduleEntry), out); in normalize() local
101 try (OutputStream out = Files.newOutputStream(packInfo)) { in normalize()
102 IOUtils.copy(hspFile.getInputStream(packEntry), out); in normalize() local
/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()
Dsys_para.cpp40 bool GetDevItem(const char *key, std::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_util.cpp43 void ResourceUtil::Split(const string &str, vector<string> &out, const string &splitter) in Split()
97 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/host/smartperf/client/client_command/
Dsmartperf_main.cpp60 std::vector<std::string> out; in g_checkCmdParam() local
DGpuCounter.cpp246 std::vector<std::string> out; in GetCounterDuration() local
/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/profiler/host/smartperf/client/client_command/test/unittest/
Dsmartperf_main_test.cpp72 std::vector<std::string> out; in CheckCMDParam() local
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/
Ddemo_rpc_server.cpp80 int32_t DemoRpcServer::DemoWasmSqlQuery(const uint8_t *data, size_t len, uint8_t *out, int32_t outL… in DemoWasmSqlQuery()
/developtools/hdc/hdc_rust/src/daemon/
Dsys_para.rs62 let mut out: [u8; HDC_PARAMETER_VALUE_MAX_LEN] = [0; HDC_PARAMETER_VALUE_MAX_LEN]; in get_dev_item() localVariable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java202 try (FileOutputStream out = new FileOutputStream(output)) { in write()
218 …public static boolean appendWriteFileByOffsetToFile(String inFile, FileOutputStream out, long offs… in appendWriteFileByOffsetToFile()
/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/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java828 try (ZipOutputStream out = new ZipOutputStream(new FileOutputStream(unsignedHap))) { in generateHapFile()
844 …private void fillZipEntryFile(FileType ft, String suffix, ZipOutputStream out) throws IOException { in fillZipEntryFile()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp338 std::string out = stdoutRecord.Stop(); variable

123