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.ts295 const componentName: string = component.getText(); constant
618 const componentName: string = (node.expression as ts.Identifier).escapedText.toString(); constant
672 const componentName: string = (node.expression as ts.Identifier).escapedText.toString(); constant
750 const componentName: string = node.expression.escapedText.toString(); constant
784 const componentName: string = (node.expression as ts.Identifier).escapedText.toString(); constant
918 const componentName: string = node.name.getText(); constant
Dprocess_ui_syntax.ts460 const componentName: string = getName(node.initializer); constant
783 …const componentName: string = isExtendFunction(node, { decoratorName: '', componentName: '' }, tru… constant
Dprocess_import.ts376 const componentName: string = node.name.getText(); constant
Dprocess_component_build.ts788 const componentName: string = res.identifierNode.getText(); constant
2782 const componentName: string = identifierNode.escapedText.toString(); constant
Dutils.ts930 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 …ceStreamer_Plugin_Out_Filter(const char* pluginData, int32_t len, const std::string& componentName) in TraceStreamer_Plugin_Out_Filter()
Drpc_server.cpp451 std::string componentName = comPonentStr.at(m + 1); in TraceStreamer_Init_ThirdParty_Config() local