/developtools/ace_ets2bundle/compiler/src/ |
D | component_map.ts | 25 export let COMMON_ATTRS: Set<string> = new Set([]); 50 COMMON_ATTRS = new Set(json.attrs); 58 const TRANSITION_COMMON_ATTRS: Set<string> = new Set([ 61 export const GESTURE_ATTRS: Set<string> = new Set([ 67 export const forbiddenUseStateType: Set<string> = new Set(['Scroller', 'SwiperScroller', 76 export const INNER_COMPONENT_NAMES: Set<string> = new Set(); 77 export const NO_DEBUG_LINE_COMPONENT: Set<string> = new Set(); 78 export const BUILDIN_CONTAINER_COMPONENT: Set<string> = new Set(); 79 export const BUILDIN_STYLE_NAMES: Set<string> = new Set([ 82 export const AUTOMIC_COMPONENT: Set<string> = new Set(); [all …]
|
D | pre_define.ts | 18 export const NATIVE_MODULE: Set<string> = new Set( 56 export const COMPONENT_DECORATORS_PARAMS: Set<string> = new Set([COMPONENT_CONSUME_DECORATOR, 59 export const INNER_COMPONENT_DECORATORS: Set<string> = new Set([COMPONENT_DECORATOR_ENTRY, 62 export const INNER_COMPONENT_MEMBER_DECORATORS: Set<string> = new Set([COMPONENT_STATE_DECORATOR, 68 export const STRUCT_DECORATORS: Set<string> = new Set([...INNER_COMPONENT_DECORATORS, 81 export const STRUCT_CONTEXT_METHOD_DECORATORS: Set<string> = new Set([COMPONENT_BUILDER_DECORATOR, 124 export const CUSTOM_DECORATOR_NAME: Set<string> = new Set([ 161 export const ATTRIBUTE_ANIMATETO_SET: Set<string> = new Set(['animateTo', 'animateToImmediately']); 170 export const FOREACH_LAZYFOREACH: Set<string> = new Set([ 210 export const CREATE_ROUTER_COMPONENT_COLLECT: Set<string> = new Set([NAVIGATION, NAV_DESTINATION]); [all …]
|
D | validate_ui_syntax.ts | 110 customDialogs: Set<string> = new Set([]); 111 customComponents: Set<string> = new Set([]); 116 properties: Set<string> = new Set(); 117 regulars: Set<string> = new Set(); 118 states: Set<string> = new Set(); 119 links: Set<string> = new Set(); 120 props: Set<string> = new Set(); 121 storageProps: Set<string> = new Set(); 122 storageLinks: Set<string> = new Set(); 123 provides: Set<string> = new Set(); [all …]
|
D | utils.ts | 171 private _componentNames: Set<string> = new Set(['ForEach']); 178 public set componentNames(componentNames: Set<string>) { 587 let allModifiedFiles: Set<string> = new Set(); 590 watchRemovedFiles: string[], hotReloadSupportFiles: Set<string>): FilesObj { 593 allModifiedFiles = new Set([...allModifiedFiles, ...watchModifiedFiles 622 export function writeUseOSFiles(useOSFiles: Set<string>): void { 636 export function writeCollectionFile(cachePath: string, appCollection: Map<string, Set<string>>, 637 …allComponentsOrModules: Map<string, Array<string>>, fileName: string, allFiles: Set<string> = null, 657 export function getAllComponentsOrModules(allFiles: Set<string>, 718 …transformedFiles: Set<string> = new Set(); // ArkTS & TS Files which should be transformed in this… [all …]
|
D | process_import.ts | 96 isEntryPage: boolean = true, pathCollection: Set<string> = new Set()): void { 147 …new Set(), new Set(), new Set(), new Map(), pathCollection, fileResolvePath, /\.d\.ets$/.test(file… 168 …asNameFromParent: Map<string, string>, pagesDir: string, log: LogInfo[], entryCollection: Set<stri… 169 …exportCollection: Set<string>, defaultCollection: Set<string>, asExportCollection: Map<string, str… 170 pathCollection: Set<string>, fileResolvePath: string, isDETS: boolean): void { 306 processImport(node, pagesDir, log, asNameFromParent, true, new Set(pathCollection)); 311 processImport(node, pagesDir, log, asNameFromParent, false, new Set(pathCollection)); 325 processImport(node, pagesDir, log, asNameFromParent, false, new Set(pathCollection)); 335 …asNameFromParent: Map<string, string>, defaultNameFromParent: string, defaultCollection: Set<strin… 336 asExportCollection: Map<string, string>, collection: Set<string>): void { [all …]
|
D | process_component_member.ts | 123 export const observedPropertyDecorators: Set<string> = 124 new Set([COMPONENT_STATE_DECORATOR, COMPONENT_PROVIDE_DECORATOR]); 126 export const propAndLinkDecorators: Set<string> = 127 new Set([COMPONENT_PROP_DECORATOR, COMPONENT_LINK_DECORATOR]); 129 export const appStorageDecorators: Set<string> = 130 new Set([COMPONENT_STORAGE_PROP_DECORATOR, COMPONENT_STORAGE_LINK_DECORATOR, 133 export const mandatorySpecifyDefaultValueDecorators: Set<string> = 134 new Set([...observedPropertyDecorators, ...appStorageDecorators]); 136 export const forbiddenSpecifyDefaultValueDecorators: Set<string> = 137 new Set([COMPONENT_LINK_DECORATOR, COMPONENT_CONSUME_DECORATOR, COMPONENT_OBJECT_LINK_DECORATOR]); [all …]
|
D | process_struct_componentV2.ts | 61 eventDecoratorSet: Set<string> = new Set(); 62 localDecoratorSet: Set<string> = new Set(); 63 providerDecoratorSet: Set<string> = new Set(); 64 consumerDecoratorSet: Set<string> = new Set(); 65 builderParamDecoratorSet: Set<string> = new Set(); 66 regularSet: Set<string> = new Set(); 352 let builderParamSet: Set<string> = builderParamObjectCollection.get(structInfo.structName); 354 builderParamSet = new Set();
|
D | compile_info.ts | 73 const checkErrorMessage: Set<string | Info> = new Set([]); 107 private moduleSharePaths: Set<string> = new Set([]);
|
D | ets_checker.ts | 105 export let localPackageSet: Set<string> = new Set(); 307 appComponentCollection.set(path.join(fileName), new Set()); 426 export const hotReloadSupportFiles: Set<string> = new Set(); 427 export const shouldResolvedFiles: Set<string> = new Set(); 428 export const appComponentCollection: Map<string, Set<string>> = new Map(); 429 const allResolvedModules: Set<string> = new Set(); 431 export const allSourceFilePaths: Set<string> = new Set(); 605 let fileToIgnoreDiagnostics: Set<string> | undefined = undefined; 607 function collectFileToThrowDiagnostics(file: string, fileToThrowDiagnostics: Set<string>) { 643 let fileToThrowDiagnostics: Set<string> = new Set<string>(); [all …]
|
D | process_custom_component.ts | 120 let decoractorMap: Map<string, Map<string, Set<string>>>; 235 const builderParamName: Set<string> = builderParamObjectCollection.get(name); 383 function validateInitParam(childName: string, curChildProps: Set<string>, 815 const curChildProps: Set<string> = new Set([]); 817 const linkSet: Set<string> = getCollectionSet(name, linkCollection); 867 function getCollectionSet(name: string, collection: Map<string, Set<string>>): Set<string> { 869 return new Set([]); 871 return collection.get(name) || new Set([]); 874 function isThisProperty(node: ts.ObjectLiteralElementLike, propertySet: Set<string>): boolean { 882 function isNonThisProperty(node: ts.ObjectLiteralElementLike, propertySet: Set<string>): boolean { [all …]
|
/developtools/ace_js2bundle/ace-loader/plugin/codegen/ |
D | index.js | 1 …Set([...n])],["div",new Set(["flex-direction","overflow","flex-wrap","justify-content","align-item…
|
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/ |
D | rollup-plugin-system-api.ts | 41 const allFiles: Set<string> = new Set(); 43 export const appImportModuleCollection: Map<string, Set<string>> = new Map(); 44 export const kitModules: Map<string, Map<string, Set<string>>> = new Map(); 47 const useOSFiles: Set<string> = new Set(); 102 appImportModuleCollection.set(path.join(sourcePath), new Set()); 155 function processLibso(content: string, sourcePath: string, useOSFiles: Set<string>): string {
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/hiperf_call_plugin/ |
D | hiperf_call_plugin_config.proto | 22 uint32 frequency = 3; // Set the counts of dumpping records per second, default 1000. 23 bool is_trace = 5; // Set if using --trace-offcpu, default true. 24 bool is_root = 6; // Set if using root privilege, default true. 25 bool is_emulator = 7; // Set if the device is emulator, default false.
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
D | LegendEntry.ets | 24 * @param formSize Set to NaN to use the legend's default. 25 * @param formLineWidth Set to NaN to use the legend's default. 26 * @param formLineDashEffect Set to nil to use the legend's default. 63 * Set as NaN to use the legend's default 70 * Set as NaN to use the legend's default 77 * Set to null to use the legend's default
|
/developtools/smartperf_host/ide/server/ |
D | main.go | 62 w.Header().Set("Access-Control-Allow-Origin", "*") 63 w.Header().Set("Access-Control-Allow-Credentials", "true") 64 w.Header().Set("Access-Control-Allow-Headers", "x-requested-with, authorization, blade-auth") //* 65 w.Header().Set("Access-Control-Allow-Methods", "*") //* 66 w.Header().Set("Access-Control-Max-Age", "3600") 67 w.Header().Set("data-version", version) 68 w.Header().Set("Cache-Control", "no-cache") 69 w.Header().Set("Pragma", "no-cache") 217 w.Header().Set("Access-Control-Allow-Origin", "*") 218 w.Header().Set("request_info", serveInfo) [all …]
|
/developtools/smartperf_host/ide/test/js-heap/logic/ |
D | Allocation.test.ts | 25 combineId: new Set([]), 44 combineId: new Set([]), 66 combineId: new Set([]), 85 let set: Set<number> = new Set([]);
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
D | check_shared_module.ts | 31 export const sharedModuleSet: Set<string> = new Set();
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
D | ob_config_resolver.ts | 155 excludePathSet: Set<string> = new Set(); 690 export function handleUniversalPathInObf(mergedObConfig: MergedConfig, allSourceFilePaths: Set<stri… 869 function collectAllKeepFiles(startPaths: string[], excludePathSet: Set<string>): Set<string> { 870 const allKeepFiles: Set<string> = new Set(); 896 …mergedObConfig: MergedConfig, projectRootPath: string, arkObfuscator: ArkObfuscator): Set<string> { 898 return new Set<string>(); 902 let allKeepFiles: Set<string> = collectAllKeepFiles(keepPaths, excludePaths); 904 …const keepFilesAndDependencies: Set<string> = getFileNamesForScanningWhitelist(resolvedModulesCach… 913 …che: Map<string, ts.ResolvedModuleFull[]>, mergedObConfig: MergedConfig, allKeepFiles: Set<string>, 914 projectRootPath: string): Set<string> { [all …]
|
D | process_ark_config.ts | 276 mKeepSourceOfPaths: new Set(), 277 mkeepFilesAndDependencies: new Set(), 303 export function readProjectAndLibsSource(allFiles: Set<string>, mergedObConfig: MergedConfig, arkOb… 304 keepFilesAndDependencies: Set<string>): void { 320 mKeepSourceOfPaths: new Set(),
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
D | utils.test.ts | 631 const allFiles = new Set<string>(); 648 const allFiles = new Set<string>(); 665 const allFiles = new Set<string>(); 682 const allFiles = new Set<string>(); 719 const allFiles = new Set<string>(); 732 const allFiles = new Set<string>(); 745 const allFiles = new Set<string>(); 758 const allFiles = new Set<string>(); 785 const allFiles = new Set<string>(); 798 const allFiles = new Set<string>(); [all …]
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
D | rollup-plugin-ets-typescript.ts | 119 storedFileInfo.lastResourcesSet = new Set([...this.cache.get('lastResourcesArr')]); 528 static transFileCollect: Set<string> = new Set(); 529 static awaitFileCollect: Set<string> = new Set(); 530 static moduleParsedFileCollect: Set<string> = new Set(); 533 static roots: Set<string> = new Set();
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
D | ParamProcessUtil.java | 28 import java.util.Set; 47 public static Set<String> initParamField(String[] paramFileds) { in initParamField()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/ |
D | LocalJKSSignProvider.java | 36 import java.util.Set; 96 Set<String> paramSet = ParamProcessUtil.initParamField(paramFileds); in checkParams()
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/ |
D | TabPaneEnergyAnomaly.ts | 37 let tempSet = new Set(); 87 tempSet: Set<unknown>
|
/developtools/smartperf_host/ide/src/js-heap/model/ |
D | UiStruct.ts | 138 combineId: Set<number>; 165 this.combineId = new Set<number>();
|