Searched refs:newCode (Results 1 – 8 of 8) sorted by relevance
/external/dagger2/java/dagger/hilt/android/plugin/src/main/kotlin/dagger/hilt/android/plugin/ |
D | AndroidEntryPointClassTransformer.kt | 220 val newCode = Bytecode(constantPool).apply { in <lambda>() constant 228 val newCodeAttribute = newCode.toCodeAttribute() in <lambda>() 235 val pos = codeIterator.insertEx(newCode.get()) // insert new code in <lambda>()
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeAttribute.java | 358 byte[] newCode = new byte[len]; in copyCode() 359 destCa.info = newCode; in copyCode() 361 newCode, destCp, classnames); in copyCode() 362 return LdcEntry.doit(newCode, ldc, etable, destCa); in copyCode()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateEnums.java | 714 String newCode = code_replacements.get(region); in showRegionCodeInfo() local 715 if (newCode != null) in showRegionCodeInfo() 751 String newCode = code_replacements.get(code); in doAliases() local 752 if (newCode.length() == 0) in doAliases() 753 newCode = "ZZ"; in doAliases() 755 + newCode + "\");"); in doAliases()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VettingViewer.java | 1676 …ir, tableView, choiceSet, "", localeStringID, userNumericID, usersLevel, CodeChoice.newCode, null); in main() 1688 newCode, enumConstant 1712 CodeChoice newCode, Organization organization) in writeFile() argument 1719 … + (newCode == CodeChoice.newCode ? "" : newCode == CodeChoice.summary ? "-summary" : "") in writeFile() 1748 switch (newCode) { in writeFile() 1749 case newCode: in writeFile()
|
D | StandardCodes.java | 226 String newCode = code_preferred.get(code); in getPreferred() 227 if (newCode == null) in getPreferred() 229 return newCode; in getPreferred()
|
/external/dng_sdk/source/ |
D | dng_image_writer.cpp | 3516 int32 newCode = SearchTable (code, pixel); in Compress() local 3518 if (newCode == -1) in Compress() 3538 code = newCode; in Compress()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 877 std::string newCode in checkTypeParamListConsistency() local 885 << FixItHint::CreateInsertion(insertionLoc, newCode); in checkTypeParamListConsistency()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 953 std::string newCode in checkTypeParamListConsistency() local 961 << FixItHint::CreateInsertion(insertionLoc, newCode); in checkTypeParamListConsistency()
|