/third_party/lzma/CPP/7zip/Archive/Common/ |
D | ItemNameUtils.cpp | 30 UString newName = name; in GetOsPath() local 31 newName.Replace(kUnixPathSepar, kOsPathSepar); in GetOsPath() 32 return newName; in GetOsPath() 43 UString newName = GetOsPath(name); in GetOsPath_Remove_TailSlash() local 44 if (newName.Back() == kOsPathSepar) in GetOsPath_Remove_TailSlash() 45 newName.DeleteBack(); in GetOsPath_Remove_TailSlash() 46 return newName; in GetOsPath_Remove_TailSlash() 129 UString newName = name; in WinPathToOsPath() local 130 newName.Replace(L'\\', WCHAR_PATH_SEPARATOR); in WinPathToOsPath() 131 return newName; in WinPathToOsPath()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | FunctionLookup.cpp | 80 std::string newName(functionName); in GetMangledName() local 81 newName += kFunctionMangledNameSeparator; in GetMangledName() 85 newName += argument->getAsTyped()->getType().getMangledName(); in GetMangledName() 87 return ImmutableString(newName); in GetMangledName() 110 std::string newName(functionName); in GetMangledNames() local 111 newName += kFunctionMangledNameSeparator; in GetMangledNames() 124 newName += type.getMangledName(); in GetMangledNames() 130 newName += argument->getAsTyped()->getType().getMangledName(); in GetMangledNames() 133 target.push_back(ImmutableString(newName)); in GetMangledNames()
|
D | Symbol.cpp | 228 std::string newName(name.data(), name.length()); in buildMangledName() local 229 newName += kFunctionMangledNameSeparator; in buildMangledName() 233 newName += mParameters[i]->getType().getMangledName(); in buildMangledName() 235 return ImmutableString(newName); in buildMangledName()
|
/third_party/typescript/tests/baselines/reference/ |
D | unusedSetterInClass.symbols | 8 private set fullName(newName: string) { 10 >newName : Symbol(newName, Decl(unusedSetterInClass.ts, 3, 25)) 12 this._fullName = newName; 16 >newName : Symbol(newName, Decl(unusedSetterInClass.ts, 3, 25))
|
D | unusedSetterInClass.types | 8 private set fullName(newName: string) { 10 >newName : string 12 this._fullName = newName; 13 >this._fullName = newName : string 17 >newName : string
|
D | unusedSetterInClass.js | 5 private set fullName(newName: string) { 6 this._fullName = newName; 15 set: function (newName) { argument 16 this._fullName = newName;
|
D | unusedSetterInClass.errors.txt | 11 private set fullName(newName: string) { 14 this._fullName = newName;
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/make_lotties_with_assets/ |
D | make_lotties_with_assets.go | 37 newName := strings.TrimPrefix(inputJSON, "lottiefiles.com - ") 38 newName = strings.TrimSuffix(newName, ".json") 39 newName = strings.ReplaceAll(newName, " ", "_") 41 subDir := filepath.Join(*outputDir, newName)
|
/third_party/icu/tools/colprobe/ |
D | extractCollationData.pl | 18 my $newName = ""; 25 if($newName =~ /^$/) { 30 $newName = ""; 56 $newName = $1; 57 print "Aliasing to $newName\n"; 63 print "Switching from $filename to $newName\n"; 64 $arg =~ s/$locale\.txt$/$newName\.txt/;
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | ReportAPI.java | 293 String newName = newData.name; in writeReport() local 294 ptIndex = newName.indexOf('.'); in writeReport() 296 newName = newName.substring(0, ptIndex); in writeReport() 302 String title = "ICU4J API Comparison: " + oldName + " with " + newName; in writeReport() 333 pw.println("<h2>Withdrawn, Deprecated, or Obsoleted in " + newName + "</h2>"); in writeReport() 335 pw.println("<h2>Deprecated or Obsoleted in " + newName + "</h2>"); in writeReport() 345 pw.println("<h2>Changed in " + newName + " (old, new)</h2>"); in writeReport() 354 pw.println("<h2>Promoted to stable in " + newName + "</h2>"); in writeReport() 366 pw.println("<h2>Promoted to draft in " + newName + "</h2>"); in writeReport() 376 pw.println("<h2>Added in " + newName + "</h2>"); in writeReport() [all …]
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/ |
D | NameEditingTests.java | 45 String newName = "Timothy"; in testChangeOneName() local 54 neb.setName(newName); in testChangeOneName() 69 assertEquals(newName, name); in testChangeOneName() 73 String newName = "Timothy"; in testModifyNameTableAndRevert() local 84 neb.setName(newName); in testModifyNameTableAndRevert() 131 String newName = "Fred"; in testClearAllNamesAndSetOne() local 144 neb.setName(newName); in testClearAllNamesAndSetOne() 160 assertEquals(newName, name); in testClearAllNamesAndSetOne()
|
/third_party/cups-filters/filter/ |
D | rastertopdf.cpp | 474 streamdict["/Alternate"]=QPDFObjectHandle::newName(alternate_cs); in embedIccProfile() 475 streamdict["/N"]=QPDFObjectHandle::newName(n_value); in embedIccProfile() 488 array.appendItem(QPDFObjectHandle::newName("/ICCBased")); in embedIccProfile() 627 dict["/Type"]=QPDFObjectHandle::newName("/XObject"); in makePclmStrips() 628 dict["/Subtype"]=QPDFObjectHandle::newName("/Image"); in makePclmStrips() 638 dict["/ColorSpace"]=QPDFObjectHandle::newName("/DeviceGray"); in makePclmStrips() 645 dict["/ColorSpace"]=QPDFObjectHandle::newName("/DeviceRGB"); in makePclmStrips() 683 … QPDFObjectHandle::newName("/FlateDecode"),QPDFObjectHandle::newNull()); in makePclmStrips() 691 … QPDFObjectHandle::newName("/RunLengthDecode"),QPDFObjectHandle::newNull()); in makePclmStrips() 699 QPDFObjectHandle::newName("/DCTDecode"),QPDFObjectHandle::newNull()); in makePclmStrips() [all …]
|
D | urftopdf.cpp | 128 dict["/Type"]=QPDFObjectHandle::newName("/XObject"); in makeImage() 129 dict["/Subtype"]=QPDFObjectHandle::newName("/Image"); in makeImage() 135 dict["/ColorSpace"]=QPDFObjectHandle::newName("/DeviceGray"); in makeImage() 137 dict["/ColorSpace"]=QPDFObjectHandle::newName("/DeviceRGB"); in makeImage() 139 dict["/ColorSpace"]=QPDFObjectHandle::newName("/DeviceCMYK"); in makeImage() 157 QPDFObjectHandle::newName("/FlateDecode"),QPDFObjectHandle::newNull()); in makeImage()
|
D | pdf.cxx | 187 font.replaceKey("/Type", QPDFObjectHandle::newName("/Font")); in pdf_add_type1_font() 188 font.replaceKey("/Subtype", QPDFObjectHandle::newName("/Type1")); in pdf_add_type1_font() 190 QPDFObjectHandle::newName(std::string("/") + std::string(name))); in pdf_add_type1_font()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | AstHelpers.cpp | 105 Name newName = idGen.createNewName(Name(oldFunc)); in CloneFunction() local 108 *new TFunction(&symbolTable, newName.rawName(), newName.symbolType(), in CloneFunction() 125 Name newName = idGen ? idGen->createNewName(Name(oldFunc)) : Name(oldFunc); in CloneFunctionAndPrependParam() local 128 *new TFunction(&symbolTable, newName.rawName(), newName.symbolType(), in CloneFunctionAndPrependParam() 146 Name newName = idGen ? idGen->createNewName(Name(oldFunc)) : Name(oldFunc); in CloneFunctionAndAppendParams() local 149 *new TFunction(&symbolTable, newName.rawName(), newName.symbolType(), in CloneFunctionAndAppendParams() 169 Name newName = idGen ? idGen->createNewName(Name(oldFunc)) : Name(oldFunc); in CloneFunctionAndChangeReturnType() local 172 TFunction &newFunc = *new TFunction(&symbolTable, newName.rawName(), newName.symbolType(), in CloneFunctionAndChangeReturnType()
|
D | HoistConstants.cpp | 73 const Name newName = idGen.createNewName(oldVar.name()); in rewrite() local 74 auto *newVar = new TVariable(&mSymbolTable, newName.rawName(), &oldVar.getType(), in rewrite() 75 newName.symbolType()); in rewrite()
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
D | variable_mutator.js | 61 const newName = randVar.name; 64 `Replaced ${path.node.name} with ${newName}`); 65 path.node.name = newName;
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
D | db.js | 317 let newName; 319 newName = path.node.name; 328 newName = 'VAR_' + varIndex++; 329 path.scope.rename(path.node.name, newName); 336 path.node.__idDependencies.push(newName);
|
/third_party/typescript/tests/cases/compiler/ |
D | unusedSetterInClass.ts | 8 private set fullName(newName: string) { 9 this._fullName = newName;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | MetaRenamer.cpp | 65 const char *newName() { in newName() function 121 renamer.newName()).toStringRef(NameStorage)); in runOnModule() 138 F.setName(renamer.newName()); in runOnModule()
|
/third_party/node/test/parallel/ |
D | test-https-resume-after-renew.js | 26 const newName = Buffer.alloc(16, 'A'); 28 return [ 1, hmac, aes, newName, newIV ];
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RewriteStructSamplers.cpp | 593 void extractSampler(const std::string &newName, in extractSampler() argument 608 ImmutableStringBuilder nameBuilder(newName.size() + 1); in extractSampler() 609 nameBuilder << newName; in extractSampler() 625 ASSERT(mExtractedSamplers.find(newName) == mExtractedSamplers.end()); in extractSampler() 626 mExtractedSamplers[newName] = newVariable; in extractSampler()
|
/third_party/cups-filters/filter/pdftopdf/ |
D | qpdf_xobject.cc | 89 dict.replaceKey("/Type",QPDFObjectHandle::newName("/XObject")); // optional in makeXObject() 90 dict.replaceKey("/Subtype",QPDFObjectHandle::newName("/Form")); // required in makeXObject()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | ArchiveOpenCallback.h | 175 bool SetSecondFileInfo(CFSTR newName) in SetSecondFileInfo() argument 177 return _fileInfo.Find_FollowLink(newName) && !_fileInfo.IsDir(); in SetSecondFileInfo()
|
/third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
D | ShaderVars.h | 110 void setStructName(const std::string &newName) { structOrBlockName = newName; } in setStructName()
|