Home
last modified time | relevance | path

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

123

/developtools/smartperf_host/trace_streamer/test/unittest/
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/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignHap.java80JarOutputStream out, long timestamp, int defaultAlignment) throws IOException, HapFormatException { in copyFiles()
179 …private static void writeOutputStream(JarFile in, JarOutputStream out, JarEntry firstEntry, byte[]… in writeOutputStream()
190 …private static long writeOutputStreamAndGetOffset(JarFile in, JarOutputStream out, JarEntry inEntr… in writeOutputStreamAndGetOffset()
215 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.cpp43 void ResourceUtil::Split(const string &str, vector<string> &out, const string &splitter) in Split()
101 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/ide/src/trace/database/
DTraceWorker.ts247 let out: Uint8Array = Module.HEAPU8.slice(heapPtr, heapPtr + size); variable
256 let out: Uint8Array = Module.HEAPU8.slice(heapPtr, heapPtr + size); variable
/developtools/smartperf_host/ide/src/trace/database/
DTraceWorker.ts254 let out: Uint8Array = Module.HEAPU8.slice(heapPtr, heapPtr + size); variable
263 let out: Uint8Array = Module.HEAPU8.slice(heapPtr, heapPtr + size); variable
/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/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/smartperf_host/trace_streamer/sdk/dubai_sdk/trace_streamer/
Dtrace_streamer_selector.cpp87 int32_t TraceStreamerSelector::SearchDatabase(const std::string& sql, uint8_t* out, int32_t outLen) in SearchDatabase()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/
Drpc_server.cpp81 int32_t RpcServer::WasmSqlQuery(const uint8_t* data, size_t len, uint8_t* out, int32_t outLen) in WasmSqlQuery()
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/rpc/
Drpc_server.cpp82 int32_t RpcServer::WasmSqlQuery(const uint8_t* data, size_t len, uint8_t* out, int32_t outLen) in WasmSqlQuery()
/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/smartperf_host/ide/
Dbuild.js99 out: { type: 'stdout' }, property
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/sdk/
Dwasm_func.cpp132 EMSCRIPTEN_KEEPALIVE int32_t TraceStreamerSqlQuery(const uint8_t* sql, int32_t sqlLen, uint8_t* out in TraceStreamerSqlQuery()
/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/ide/
Dbuild.js99 out: { type: 'stdout' }, property
/developtools/hdc/src/common/
Dtransfer.cpp369 int HdcTransferBase::GetSubFiles(const char *path, string filter, vector<string> *out) in GetSubFiles()
410 int HdcTransferBase::GetSubFilesRecursively(string path, string currentDirname, vector<string> *out) in GetSubFilesRecursively()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_streamer/
Dtrace_streamer_selector.cpp264 int32_t TraceStreamerSelector::SearchDatabase(const std::string& sql, uint8_t* out, int32_t outLen) in SearchDatabase()
/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()

123