Home
last modified time | relevance | path

Searched refs:apply (Results 1 – 22 of 22) sorted by relevance

/developtools/hiperf/demo/js/entry/
Dbuild.gradle1 apply plugin: 'com.huawei.ohos.hap'
/developtools/ace-js2bundle/ace-loader/src/lite/
Dlite-return-exports-plugin.js27 apply(compiler) { method in LiteReturnExportsPlugin
Dlite-snapshot-plugin.js52 apply(compiler) { method in SnapshotPlugin
Dlite-image-coverter-plugin.js51 apply(compiler) { method in ImageCoverterPlugin
/developtools/ace-js2bundle/ace-loader/src/
Dmodule-collection-plugin.js28 apply(compiler) { method in ModuleCollectionPlugin
Dresource-plugin.js127 apply(compiler) { method in ResourcePlugin
149 singleEntry.apply(compiler);
165 singleEntry.apply(compiler);
DgenBin-plugin.js50 apply(compiler) { method in GenBinPlugin
DcardJson-plugin.js23 apply(compiler) { method in AfterEmitPlugin
Dcompile-plugin.js50 apply(compiler) { method in ResultStates
DgenAbc-plugin.js63 apply(compiler) { method in GenAbcPlugin
/developtools/hiperf/demo/js/
Dbuild.gradle16 apply plugin: 'com.huawei.ohos.app'
/developtools/ace-ets2bundle/compiler/src/
Dcompile_info.ts106 public apply(compiler: Compiler): void { method in ResultStates
Dgen_abc_plugin.ts63 apply(compiler: Compiler) { method in GenAbcPlugin
Dprocess_custom_component.ts112 !/\.(bind|call|apply)/.test(item.initializer.getText())) {
/developtools/profiler/host/smartperf/ide/
Dtsconfig.json33 …// "strictBindCallApply": true, /* Enable strict 'bind', 'call', and 'apply' methods on …
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/analysis/
DStateTable.java203 return columnNames.get(columnIndex).callable.apply(dataSource.get(rowIndex)); in getValueAt()
DEventTable.java290 return columnNames.get(columnIndex).callable.apply(dataSource.get(rowIndex)); in getValueAt()
/developtools/hapsigner/
DLICENSE179 APPENDIX: How to apply the Apache License to your work.
181 To apply the Apache License to your work, attach the following
DNOTICE207 APPENDIX: How to apply the Apache License to your work.
209 To apply the Apache License to your work, attach the following
409 APPENDIX: How to apply the Apache License to your work.
411 To apply the Apache License to your work, attach the following
/developtools/hiperf/
DLICENSE179 APPENDIX: How to apply the Apache License to your work.
181 To apply the Apache License to your work, attach the following
/developtools/ace-ets2bundle/compiler/codegen/
Dcodegen_ets.js15apply(t,r)}function Et(e,t,r,o){for(var n=-1,a=null==e?0:e.length;++n<a;){var i=e[n];t(o,i,r(i),e)…
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/component/
DAnalystPanel.java242 return obj -> seen.putIfAbsent(keyExtractor.apply(obj), Boolean.TRUE) == null; in distinctByKey()