/developtools/profiler/host/smartperf/ide/src/trace/component/setting/utils/ |
D | PluginConvertUtils.ts | 49 …fixText + ' '.repeat(indentation + 1) + this.humpToSnake(key) + ": " + value.toString() + this.crlf 52 …fixText + ' '.repeat(indentation + 1) + this.humpToSnake(key) + ": " + value.toString() + this.crlf 58 …fixText + ' '.repeat(indentation + 1) + this.humpToSnake(key) + ": " + value.toString() + this.crlf 65 …fixText + ' '.repeat(indentation + 1) + this.humpToSnake(key) + ": " + value.toString() + this.crlf 67 … + ' '.repeat(indentation + 1) + this.humpToSnake(key) + ": \"" + value.toString() + "\"" + this.c… 92 …text + ' '.repeat(indentation + 1) + this.humpToSnake(key) + ": " + arrValue.toString() + this.crlf 95 …text + ' '.repeat(indentation + 1) + this.humpToSnake(key) + ": " + arrValue.toString() + this.crlf 98 …text + ' '.repeat(indentation + 1) + this.humpToSnake(key) + ": " + arrValue.toString() + this.crlf 105 …text + ' '.repeat(indentation + 1) + this.humpToSnake(key) + ": " + arrValue.toString() + this.crlf 107 …' '.repeat(indentation + 1) + this.humpToSnake(key) + ": \"" + arrValue.toString() + "\"" + this.c…
|
/developtools/ace-ets2bundle/compiler/src/ |
D | process_import.ts | 63 defaultName = node.importClause.name.escapedText.toString(); 75 asName.set(item.propertyName.escapedText.toString(), item.name.escapedText.toString()); 77 asName.set(item.name.escapedText.toString(), item.name.escapedText.toString()); 86 defaultName = node.name.escapedText.toString(); 173 linkCollection.get(node.expression.escapedText.toString()), 174 propertyCollection.get(node.expression.escapedText.toString()), 175 propCollection.get(node.expression.escapedText.toString()), 176 builderParamObjectCollection.get(node.expression.escapedText.toString())); 193 let asExportName: string = item.name.escapedText.toString(); 194 const asExportPropertyName: string = item.propertyName.escapedText.toString(); [all …]
|
D | compile_info.ts | 110 if (/\.map$/.test(key.toString()) && assets[key]._value) { 111 assets[key]._value = assets[key]._value.toString().replace('.ets?entry', '.ets'); 112 assets[key]._value = assets[key]._value.toString().replace('.ts?entry', '.ts'); 120 const errorLog: string = module.error.toString();
|
D | process_component_class.ts | 338 stateObjectCollection.has(node.name.escapedText.toString()) && node.parent && 340 node.parent.expression.name.escapedText.toString() !== FOREACH_GET_RAW_OBJECT) { 355 exp.expression.escapedText.toString() === GEOMETRY_VIEW && ts.isIdentifier(exp.name) && 356 exp.name.escapedText.toString() === COMPONENT_CREATE_FUNCTION && args && args.length === 1 && 404 !BUILDIN_STYLE_NAMES.has(node.parent.parent.expression.escapedText.toString()) && 406 node.parent.parent.expression.escapedText.toString())) { 411 node.parent.parent.expression.name.escapedText.toString())) { 431 initExpression.escapedText.toString().match(LINK_REG)) { 432 initText = initExpression.escapedText.toString().replace(LINK_REG, ''); 435 …ts.isIdentifier(initExpression.name) && initExpression.name.escapedText.toString().match(LINK_REG)… [all …]
|
D | process_ui_syntax.ts | 171 node.expression.escapedText.toString() === SET_CONTROLLER_CTR_TYPE) { 275 (node.expression.escapedText.toString() === RESOURCE || 276 node.expression.escapedText.toString() === RESOURCE_RAWFILE) && node.arguments.length > 0; 281 node.expression.escapedText.toString() === ATTRIBUTE_ANIMATETO; 373 node.expression.name.escapedText.toString() === WORKER_OBJECT; 408 collectExtend(EXTEND_ATTRIBUTE, componentName, node.name.escapedText.toString()); 423 return ts.factory.createIdentifier(node.escapedText.toString().replace(INSTANCE, '')); 437 …node.decorators[0].expression.expression.escapedText.toString() === CHECK_COMPONENT_EXTEND_DECORAT… 439 return node.decorators[0].expression.arguments[0].escapedText.toString(); 479 context.factory.createStringLiteral((++componentInfo.id).toString()), [all …]
|
D | process_custom_component.ts | 136 const id: string = componentInfo.id.toString(); 154 curChildProps.add(item.name.escapedText.toString()); 172 customComponentName = newNode.expression.escapedText.toString(); 174 customComponentName = newNode.expression.name.escapedText.toString(); 188 propertySet.has(node.name.escapedText.toString())) { 199 …ts.isIdentifier(node.initializer.name) && node.initializer.name.escapedText.toString().includes('$… 203 !propertySet.has(node.name.escapedText.toString())) { 220 propertyName = node.name.escapedText.toString(); 404 …message: `Property '${node.name.escapedText.toString()}' does not exist on type '${customComponent…
|
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/services/hiperf/ |
D | HiPerfCommandTest.java | 60 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in hiPerfCommandTest01() 76 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in hiPerfCommandTest02() 92 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in hiPerfCommandTest03() 139 String fileStorePath = this.getClass().getResource("/PerfDemo.trace").toString(); in executeRecordTest01() 176 String fileStorePath = this.getClass().getResource("/PerfDemo.trace").toString(); in executeRecordTest03() 195 String fileStorePath = this.getClass().getResource("/PerfDemo.trace").toString(); in executeRecordTest04() 214 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in executeRecordTest05() 232 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in stopRecordTest() 248 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in executeReportTest()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/common/util/ |
D | BeanUtil.java | 244 infoMap.put("type", fields[index].getType().toString()); in getFieldsInfo() 270 infoMap.put("type", fields[index].getType().toString()); in getFields() 371 if ("class java.lang.String".equals(type.toString())) { in getObjectValue() 374 … if ("class java.lang.Integer".equals(type.toString()) || "int".equals(type.toString())) { in getObjectValue() 377 … if ("class java.lang.Long".equals(type.toString()) || "long".equals(type.toString())) { in getObjectValue() 380 … if ("class java.lang.Double".equals(type.toString()) || "double".equals(type.toString())) { in getObjectValue() 383 … if ("class java.lang.Boolean".equals(type.toString()) || "boolean".equals(type.toString())) { in getObjectValue() 386 if ("class java.util.Date".equals(type.toString())) { in getObjectValue()
|
/developtools/ace-js2bundle/ace-loader/test/lite/ |
D | test.js | 31 const fileString = fileContent.toString(); 39 const expectedObj = JSON.parse(expectedContent.toString().replace(matchHashComment, '')); 46 value = value.toString();
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/datatable/enties/ |
D | UserData.java | 112 public String toString() { in toString() method in UserData 114 + "bytes=" + Arrays.toString(bytes) in toString()
|
/developtools/ace-js2bundle/ace-loader/test/rich/ |
D | test.js | 30 const fileString = fileContent.toString(); 38 const expectedObj = JSON.parse(expectedContent.toString().replace(matchHashComment, '')); 45 value = value.toString();
|
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntoolcmd/ |
D | Params.java | 58 public String toString() { in toString() method in Params 72 return stringBuilder.toString(); in toString()
|
/developtools/profiler/host/smartperf/ide/src/base-ui/menu/ |
D | LitMainMenuItem.ts | 44 this.setAttribute("disabled", val.toString()); 45 this.fileEL?.setAttribute("disabled", val.toString());
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/databasepool/ |
D | AbstractDataStore.java | 112 PreparedStatement psmt = connection.prepareStatement(insertSql.toString()); in insertInDateBaseBatch() 183 … insertSql.append(tableName).append("(").append(attrs.deleteCharAt(attrs.length() - 1).toString()) in insertInDataBase() 184 … .append(") VALUES (").append(values.deleteCharAt(values.length() - 1).toString()).append(")"); in insertInDataBase() 186 return execute(connection, insertSql.toString()); in insertInDataBase() 211 return execute(connection, deleteSql.toString()); in deleteInDataBase() 231 return execute(connection, updateSql.toString()); in update() 262 rs = executeQuery(stmt, selectSql.toString()); in select()
|
D | DataTableHelper.java | 76 return stringBuffer.toString(); in sqlPlaceholder() 111 return stringBuffer.toString(); in getDeleteCondition() 141 return stringBuffer.toString(); in mapToString()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/ |
D | CertTest.java | 124 assertEquals(subName.toString(), rootCaCert.getSubjectDN().toString()); in testRootCaCert() 164 assertEquals(subName.toString(), subCaCert.getSubjectDN().toString()); in testSubCaCert() 204 assertEquals(subName.toString(), appCert.getSubjectDN().toString()); in testAppCert()
|
/developtools/ace-js2bundle/ace-loader/src/ |
D | cardJson-plugin.js | 80 const replaceSource = source.replace(element, '').toString(); 182 } else if (Object.prototype.toString.call(propsValue) === '[object Object]') { 184 if (Object.prototype.toString.call(propsValue[item]) !== '[object Object]') { 200 if (Object.prototype.toString.call(actionsValue) === '[object Object]') { 225 if (dataValue && Object.prototype.toString.call(dataValue) !== '[object Object]') {
|
D | card-loader.js | 37 const fileName = resourcePath.replace(path.extname(resourcePath).toString(), '') 86 const compFileName = compResourcepath.replace(path.extname(compResourcepath).toString(), '') 87 …ntLastName = path.basename(compResourcepath).replace(path.extname(compResourcepath).toString(), '')
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/util/ |
D | TimeUtils.java | 42 return time.toString(); in getTimeWithUnit() 50 return time.toString(); in getTimeWithUnit() 60 return time.toString(); in getTimeWithUnit() 70 return time.toString(); in getTimeWithUnit() 80 return time.toString(); in getTimeWithUnit() 134 return time.toString(); in getTimeFormatString()
|
/developtools/packing_tool/adapter/ohos/ |
D | ShowHelp.java | 23 Log log = new Log(ShowHelp.class.toString());
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/customcomp/ |
D | CustomListFilerModel.java | 235 public String toString() { in toString() method in CustomListFilerModel 236 return items.toString(); in toString() 322 if (items.get(index).toString().indexOf(term, 0) != -1) { in refilter()
|
/developtools/ace-js2bundle/ace-loader/test/card/ |
D | test.js | 33 const fileString = fileContent.toString(); 43 const expectedObj = JSON.parse(expectedContent.toString());
|
/developtools/ace-js2bundle/ace-loader/src/lite/ |
D | lite-utils.js | 17 return (source) => Object.prototype.toString.call(source) === `[object ${type}]`;
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/charts/model/ |
D | ChartDataRange.java | 51 public String toString() { in toString() method in ChartDataRange
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/ |
D | CustomException.java | 33 …super(String.format(Locale.ROOT,"%s, code: %d. Details: %s", error.toString(), error.getErrorCode(… in CustomException()
|