/developtools/smartperf_host/trace_streamer/test/unittest/ |
D | wasm_func_test.cpp | 49 char out[MAX_TESET_BUF_SIZE] = {0}; variable 73 char out[MAX_TESET_BUF_SIZE] = {0}; variable
|
/developtools/ace_js2bundle/ace-loader/plugin/templater/ |
D | component_validator.js | 170 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 …]
|
D | bind.js | 29 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/ |
D | SignHap.java | 80 …JarOutputStream 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/ |
D | header.cpp | 54 ofstream out(outputPath_, ofstream::out | ofstream::binary); in Create() local
|
D | resource_table.cpp | 169 ofstream out(idDefinedPath_, ofstream::out | ofstream::binary); in CreateIdDefined() local 198 ofstream out(indexFilePath_, ofstream::out | ofstream::binary); in SaveToResouorceIndex() local 267 … ostringstream &out, map<string, IdSet> &idSets, uint32_t &pos) const in SaveRecordItem()
|
D | resource_util.cpp | 43 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/ |
D | command_helper_test.cpp | 87 std::string out = testing::internal::GetCapturedStdout(); variable
|
/developtools/hdc/src/daemon/ |
D | system_depend.cpp | 49 bool GetDevItem(const char *key, string &out, const char *preDefine) in GetDevItem()
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ |
D | TraceWorker.ts | 247 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/ |
D | TraceWorker.ts | 254 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/ |
D | ftrace_field_parser.cpp | 51 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/ |
D | trace_streamer_selector.cpp | 87 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/ |
D | trace_streamer_selector.cpp | 87 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/ |
D | rpc_server.cpp | 81 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/ |
D | rpc_server.cpp | 82 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/ |
D | FileUtils.java | 210 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/ |
D | CmdUnitTest.java | 790 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/ |
D | build.js | 99 out: { type: 'stdout' }, property
|
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/sdk/ |
D | wasm_func.cpp | 132 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/ |
D | wasm_func.cpp | 131 EMSCRIPTEN_KEEPALIVE int32_t TraceStreamerSqlQuery(const uint8_t* sql, int32_t sqlLen, uint8_t* out… in TraceStreamerSqlQuery()
|
/developtools/profiler/host/smartperf/ide/ |
D | build.js | 99 out: { type: 'stdout' }, property
|
/developtools/hdc/src/common/ |
D | transfer.cpp | 369 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/ |
D | trace_streamer_selector.cpp | 264 int32_t TraceStreamerSelector::SearchDatabase(const std::string& sql, uint8_t* out, int32_t outLen) in SearchDatabase()
|
/developtools/profiler/host/smartperf/client/client_command/ |
D | sp_parse_fps.cpp | 24 void ParseFPS::StrSplit(const SpString &content, const SpString &sp, std::vector<SpString> &out) in StrSplit()
|