/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/ |
D | NormalizedFileNames.java | 50 private final Set<String> usedNames = new HashSet<String>(); field in NormalizedFileNames 82 while (usedNames.contains(lower)) { in ensureUniqueness() 86 usedNames.add(lower); in ensureUniqueness()
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | RemoveUnusedImports.java | 92 private final Set<String> usedNames = new LinkedHashSet<>(); field in RemoveUnusedImports.UnusedImportScanner 113 usedNames.add(tree.getName().toString()); in visitIdentifier() 196 contents, buildReplacements(contents, unit, scanner.usedNames, scanner.usedInJavadoc)); in removeUnusedImports() 240 Set<String> usedNames, in buildReplacements() argument 245 if (!isUnused(unit, usedNames, usedInJavadoc, importTree, simpleName)) { in buildReplacements() 269 Set<String> usedNames, in isUnused() argument 288 if (usedNames.contains(simpleName)) { in isUnused()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | InternalMetadata.java | 64 public static Metadata newMetadata(int usedNames, byte[]... binaryValues) { in newMetadata() argument 65 return new Metadata(usedNames, binaryValues); in newMetadata()
|
D | Metadata.java | 121 Metadata(int usedNames, byte[]... binaryValues) { in Metadata() argument 123 size = usedNames; in Metadata()
|
/external/llvm-project/mlir/lib/TableGen/ |
D | Pattern.cpp | 484 llvm::StringSet<> usedNames; in assignUniqueAlternativeNames() local 499 if (!usedNames.contains(alternativeName) && in assignUniqueAlternativeNames() 501 usedNames.insert(alternativeName); in assignUniqueAlternativeNames()
|
/external/dagger2/java/dagger/internal/codegen/compileroption/ |
D | ProcessingEnvironmentCompilerOptions.java | 460 Diagnostic.Kind diagnosticKind, EnumOption<?> option, ImmutableSet<String> usedNames) { in reportUseOfDifferentNamesForOption() argument 467 usedNames.stream().map(name -> "-A" + name).collect(joining(", ")), option)); in reportUseOfDifferentNamesForOption()
|
/external/llvm-project/mlir/lib/IR/ |
D | AsmPrinter.cpp | 778 llvm::ScopedHashTable<StringRef, char> usedNames; member in __anon12f03a280911::SSANameState 793 llvm::ScopedHashTable<StringRef, char>::ScopeTy usedNamesScope(usedNames); in SSANameState() 883 llvm::ScopedHashTable<StringRef, char>::ScopeTy usedNamesScope(usedNames); in numberValuesInRegion() 1029 if (!usedNames.count(name)) { in uniqueValueName() 1039 if (!usedNames.count(probeName)) { in uniqueValueName() 1047 usedNames.insert(name, char()); in uniqueValueName()
|
/external/python/cpython2/Lib/idlelib/ |
D | configDialog.py | 700 usedNames = (idleConf.GetSectionList('user', 'keys') + 703 self, 'New Custom Key Set', message, usedNames).result 853 usedNames = (idleConf.GetSectionList('user', 'highlight') + 856 self, 'New Custom Theme', message, usedNames).result
|
/external/golang-protobuf/protoc-gen-go/generator/ |
D | generator.go | 2203 usedNames := make(map[string]bool) 2205 usedNames[n] = true 2215 if usedNames[n] { 2223 usedNames[n] = true
|
/external/guice/lib/build/ |
D | spring-beans.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |
/external/dagger2/java/dagger/internal/codegen/bootstrap/ |
D | bootstrap_compiler_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
META-INF ... |
/external/kotlinc/lib/ |
D | kotlin-reflect.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/com.android. ... |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |