Home
last modified time | relevance | path

Searched defs:componentName (Results 1 – 11 of 11) sorted by relevance

/developtools/ace_js2bundle/ace-loader/test/lite/
Dtest.js23 function getJsBundle(componentName) { argument
35 function getExpectedObj(componentName) { argument
60 function expectActual(componentName) { argument
/developtools/ace_js2bundle/ace-loader/test/rich/
Dtest.js25 function getActualString(componentName) { argument
32 function getExpectJSON(componentName) { argument
71 $app_define$ = function(componentName, deps, factory) { argument
/developtools/ace_js2bundle/ace-loader/test/card/
Dtest.js25 function getActualJSON(componentName, filaName) { argument
35 function getExpectJSON(componentName, filaName) { argument
/developtools/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts253 const componentName: string = item.name.getText(); constant
324 const componentName: string = component.getText(); constant
1001 const componentName: string = (node.expression as ts.Identifier).escapedText.toString(); constant
1056 const componentName: string = (node.expression as ts.Identifier).escapedText.toString(); constant
1134 const componentName: string = node.expression.escapedText.toString(); constant
1168 const componentName: string = (node.expression as ts.Identifier).escapedText.toString(); constant
1302 const componentName: string = node.name.getText(); constant
Dprocess_ui_syntax.ts626 const componentName: string = getName(node.initializer); constant
974 …const componentName: string = isExtendFunction(node, { decoratorName: '', componentName: '' }, tru… constant
Dprocess_import.ts387 const componentName: string = node.name.getText(); constant
Dprocess_component_build.ts835 const componentName: string = res.identifierNode.getText(); constant
2974 const componentName: string = identifierNode.escapedText.toString(); constant
Dutils.ts994 componentName: string; property
/developtools/ace_ets2bundle/compiler/
Dbuild_declarations_file.js176 function validateComponentMembers(node, componentName) { argument
/developtools/smartperf_host/trace_streamer/src/rpc/
Dwasm_func.cpp189 …TraceStreamerPluginOutFilter(const char *pluginData, int32_t len, const std::string &componentName) in TraceStreamerPluginOutFilter()
Drpc_server.cpp523 std::string componentName = comPonentStr.at(m + 1); in TraceStreamerInitThirdPartyConfig() local