Home
last modified time | relevance | path

Searched refs:props (Results 1 – 11 of 11) sorted by relevance

/developtools/smartperf_host/ide/src/hdc/common/
DObjectToMemorySize.ts53 const props = Object.keys(object); constant
54 for (let i = 0; i < props.length; i++) {
55 const key = props[i];
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-transform-template.js227 function sortStyle(props) { argument
232 for (const key of Object.keys(props)) {
233 const value = props[key];
291 function transformProps(props) { argument
294 for (const key of Object.keys(props)) {
295 const propValue = props[key];
299 propContent += `'${key}' : ${formatForFunc(props[key])},`;
301 propContent += `'${key}' : ${JSON.stringify(props[key])},`;
304 propContent += `'${key}' : ${checkType(props[key])},`;
316 function transformEvents(props) { argument
[all …]
/developtools/smartperf_host/ide/src/base-ui/utils/
DTemplate.ts69 propsMap.forEach((props: any) => {
71 if (el.getAttribute(props) === 'false') {
72 el.removeAttribute(props);
/developtools/ace_js2bundle/ace-loader/test/card/testError/common/component/comp/
Dcomp.js17 props:{
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts445 export let props: string[] = []; variable
463 props = languageService.getProps();
479 props = languageService.getProps();
650 if (matchMessage(message, props, propInfoReg) ||
651 matchMessage(message, props, stateInfoReg)) {
969 content = instanceInsteadThis(content, fileName, extendFunctionInfo, props);
986 props: string[]): string {
987 checkUISyntax(content, fileName, extendFunctionInfo, props);
1011 function checkUISyntax(source: string, fileName: string, extendFunctionInfo: extendInfo[], props: s…
1019 props.push(...dollarCollection, ...decoratorParamsCollection, ...extendCollection);
[all …]
Dvalidate_ui_syntax.ts111 props: Set<string>; property
923 propCollection.set(componentName, ComponentSet.props);
941 const props: Set<string> = new Set(); constant
953 traversalComponentProps(node, judgeInitializeInEntry, properties, regulars, states, links, props,
957 properties, regulars, states, links, props, storageProps, storageLinks, provides, consumes,
969 …properties: Set<string>, regulars: Set<string>, states: Set<string>, links: Set<string>, props: Se…
992 states, links, props, storageProps, storageLinks, provides, consumes, objectLinks,
1022 states: Set<string>, links: Set<string>, props: Set<string>, storageProps: Set<string>,
1035 props.add(name);
Dprocess_custom_component.ts283 newNode: ts.NewExpression, name: string, props: ts.ObjectLiteralElementLike[],
291 ts.factory.createObjectLiteralExpression(props, true), name));
600 props: ts.ObjectLiteralElementLike[], log: LogInfo[], isBuilder: boolean): void {
617 props.push(item);
Dprocess_import.ts383 ComponentSet.props, ComponentSet.builderParams, ComponentSet.states, ComponentSet.regulars,
390 ComponentSet.props, ComponentSet.builderParams, ComponentSet.states, ComponentSet.regulars,
396 setDependencies(componentName, ComponentSet.links, ComponentSet.properties, ComponentSet.props,
834 ComponentSet.props, ComponentSet.builderParams, ComponentSet.states, ComponentSet.regulars,
/developtools/ace_js2bundle/ace-loader/src/
DcardJson-plugin.js120 if (value.props) {
158 if (value.props) {
/developtools/ace_ets2bundle/compiler/server/
Dbuild_pipe_server.js27 const { props } = require('../lib/ets_checker');
357 if (matchMessage(message, [...propertyVariable, ...props], stateInfoReg) ||
/developtools/profiler/hiebpf/include/
Dvmlinux.h56976 } props; member
96257 struct backlight_properties props; member
112345 const struct reset_props *props; member
135534 const struct reset_props___2 *props; member
135771 long unsigned int *props; member