Home
last modified time | relevance | path

Searched refs:typeDescription (Results 1 – 11 of 11) sorted by relevance

/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/
DAgentBuilderListener.java36 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/
DTestBcp47Numbers.java61 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/
DShapeBase.td45 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/
DOptionsUsage.java114 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("=&lt;").append(escaper.escape(typeDescription)).append("&gt"); in getUsageHtml()
/external/llvm-project/mlir/include/mlir/Dialect/Async/IR/
DAsyncBase.td36 let typeDescription = [{
50 let typeDescription = [{
62 let typeDescription = [{
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInlineBytecodeGenerator.java248 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/
DThreadInstrumentation.java64 TypeDescription typeDescription, in transform() argument
DUrlInstrumentation.java62 TypeDescription typeDescription, in transform() argument
DExecutorInstrumentation.java66 TypeDescription typeDescription, in transform() argument
/external/skia/src/ports/
DSkTypeface_mac_ct.cpp81 SkUniqueCFRef<CFStringRef> typeDescription(CFCopyTypeIDDescription(id)); in SkCFTypeIDDescription() local
83 SkStringFromCFString(typeDescription.get(), &skTypeDescription); in SkCFTypeIDDescription()
/external/llvm-project/mlir/include/mlir/IR/
DOpBase.td290 string typeDescription = "";
297 let typeDescription = t.typeDescription;