Home
last modified time | relevance | path

Searched refs:toString (Results 1 – 25 of 273) sorted by relevance

1234567891011

/developtools/profiler/host/smartperf/ide/src/trace/component/setting/utils/
DPluginConvertUtils.ts49 …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/
Dprocess_import.ts63 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 …]
Dcompile_info.ts110 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();
Dprocess_component_class.ts338 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 …]
Dprocess_ui_syntax.ts171 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 …]
Dprocess_custom_component.ts136 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/
DHiPerfCommandTest.java60 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/
DBeanUtil.java244 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/
Dtest.js31 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/
DUserData.java112 public String toString() { in toString() method in UserData
114 + "bytes=" + Arrays.toString(bytes) in toString()
/developtools/ace-js2bundle/ace-loader/test/rich/
Dtest.js30 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/
DParams.java58 public String toString() { in toString() method in Params
72 return stringBuilder.toString(); in toString()
/developtools/profiler/host/smartperf/ide/src/base-ui/menu/
DLitMainMenuItem.ts44 this.setAttribute("disabled", val.toString());
45 this.fileEL?.setAttribute("disabled", val.toString());
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/databasepool/
DAbstractDataStore.java112 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()
DDataTableHelper.java76 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/
DCertTest.java124 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/
DcardJson-plugin.js80 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]') {
Dcard-loader.js37 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/
DTimeUtils.java42 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/
DShowHelp.java23 Log log = new Log(ShowHelp.class.toString());
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/customcomp/
DCustomListFilerModel.java235 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/
Dtest.js33 const fileString = fileContent.toString();
43 const expectedObj = JSON.parse(expectedContent.toString());
/developtools/ace-js2bundle/ace-loader/src/lite/
Dlite-utils.js17 return (source) => Object.prototype.toString.call(source) === `[object ${type}]`;
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/charts/model/
DChartDataRange.java51 public String toString() { in toString() method in ChartDataRange
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/
DCustomException.java33 …super(String.format(Locale.ROOT,"%s, code: %d. Details: %s", error.toString(), error.getErrorCode(… in CustomException()

1234567891011