Searched refs:localName (Results 1 – 4 of 4) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_kit_import.ts | 124 private localName: string; property in SpecificerInfo 131 …constructor(localName: string, importName: string, symbol: KitSymbol, originElement: TSspecifier |… 132 this.localName = localName; 136 this.renamed = (this.localName !== this.symbol.bindings); 146 return this.localName; 366 …newSpecificerInfo(localName: string, importName: string, originElement: TSspecifier | undefined): … 369 …const specifier: SpecificerInfo = new SpecificerInfo(localName, importName, symbol, originElement); 390 const localName: string = element.name.text; constant 391 const importName: string = element.propertyName ? element.propertyName.text : localName; 392 this.newSpecificerInfo(localName, importName, element);
|
| /developtools/hdc/src/common/ |
| D | file.cpp | 124 context->localName = Base::GetFullFilePath(context->localPath); in SetMasterParameters() 129 GetSubFilesRecursively(context->localPath, context->localName, &context->taskQueue); in SetMasterParameters() 140 context->localName = context->taskQueue.back(); in SetMasterParameters() 141 context->localPath = context->localDirName + context->localName; in SetMasterParameters() 296 context->localName = context->taskQueue.back(); in TransferNext() 297 context->localPath = context->localDirName + context->localName; in TransferNext()
|
| D | transfer.h | 71 string localName; member
|
| D | transfer.cpp | 312 st.optionalName = context->localName; in OnFileOpen()
|