/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/ |
D | AgentBuilderListener.java | 36 TypeDescription typeDescription, in onTransformation() argument 41 logger.log(Level.FINE, "{0}", typeDescription); in onTransformation() 46 TypeDescription typeDescription, in onIgnored() argument
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestBcp47Numbers.java | 61 Map<String, String> typeDescription = new TreeMap<String, String>(); in TestScripts() local 71 typeDescription.put(entry.getValue(), description); in TestScripts() 76 for (Entry<String, String> entry : typeDescription.entrySet()) { in TestScripts() 90 typeDescription); in TestScripts()
|
/external/llvm-project/mlir/include/mlir/Dialect/Shape/IR/ |
D | ShapeBase.td | 45 let typeDescription = [{ 54 let typeDescription = [{ 63 let typeDescription = [{ 82 let typeDescription = [{ 96 let typeDescription = [{ 113 let typeDescription = [{ 132 let typeDescription = [{
|
/external/desugar/java/com/google/devtools/common/options/ |
D | OptionsUsage.java | 114 String typeDescription = getTypeDescription(optionDefinition); in getUsage() local 125 if (!typeDescription.equals("")) { in getUsage() 126 usage.append(" (").append(typeDescription).append("; "); in getUsage() 202 String typeDescription = getTypeDescription(optionDefinition); in getUsageHtml() local 209 } else if (!typeDescription.isEmpty()) { in getUsageHtml() 211 usage.append("=<").append(escaper.escape(typeDescription)).append(">"); in getUsageHtml()
|
/external/llvm-project/mlir/include/mlir/Dialect/Async/IR/ |
D | AsyncBase.td | 36 let typeDescription = [{ 50 let typeDescription = [{ 62 let typeDescription = [{
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | InlineBytecodeGenerator.java | 248 private final TypeDescription typeDescription; field in InlineBytecodeGenerator.ParameterWritingVisitorWrapper.ParameterAddingClassVisitor 250 private ParameterAddingClassVisitor(ClassVisitor cv, TypeDescription typeDescription) { in ParameterAddingClassVisitor() argument 252 this.typeDescription = typeDescription; in ParameterAddingClassVisitor() 258 …MethodList<?> methodList = typeDescription.getDeclaredMethods().filter((name.equals(MethodDescript… in visitMethod()
|
/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/instrumentation/ |
D | ThreadInstrumentation.java | 64 TypeDescription typeDescription, in transform() argument
|
D | UrlInstrumentation.java | 62 TypeDescription typeDescription, in transform() argument
|
D | ExecutorInstrumentation.java | 66 TypeDescription typeDescription, in transform() argument
|
/external/skia/src/ports/ |
D | SkTypeface_mac_ct.cpp | 81 SkUniqueCFRef<CFStringRef> typeDescription(CFCopyTypeIDDescription(id)); in SkCFTypeIDDescription() local 83 SkStringFromCFString(typeDescription.get(), &skTypeDescription); in SkCFTypeIDDescription()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | OpBase.td | 290 string typeDescription = ""; 297 let typeDescription = t.typeDescription;
|