Searched refs:localName (Results 1 – 4 of 4) sorted by relevance
/developtools/ace_ets2bundle/compiler/src/ |
D | process_kit_import.ts | 132 private localName: string; property in SpecificerInfo 140 …constructor(localName: string, importName: string, symbol: KitSymbol, originElement: TSspecifier |… 141 this.localName = localName; 145 this.renamed = (this.localName !== this.symbol.bindings); 155 return this.localName; 386 …newSpecificerInfo(localName: string, importName: string, originElement: TSspecifier | undefined): … 389 …const specifier: SpecificerInfo = new SpecificerInfo(localName, importName, symbol, originElement); 410 const localName: string = element.name.text; constant 411 const importName: string = element.propertyName ? element.propertyName.text : localName; 412 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()
|