Home
last modified time | relevance | path

Searched refs:returnedType (Results 1 – 25 of 67) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Resources/
H A DResXDataNodeFileRefGetValueTypeNameTests.cs77 string returnedType = returnedNode.GetValueTypeName (new ReturnSerializableSubClassITRS ()); in ITRSUsedWhenNodeFromReader()
78 Assert.AreEqual ((typeof (serializableSubClass)).AssemblyQualifiedName, returnedType, "#A2"); in ITRSUsedWhenNodeFromReader()
87 string returnedType = node.GetValueTypeName (new ReturnSerializableSubClassITRS ()); in ITRSUsedWhenNodeCreatedNew()
88 Assert.AreEqual ((typeof (serializableSubClass)).AssemblyQualifiedName, returnedType, "#A1"); in ITRSUsedWhenNodeCreatedNew()
97 string returnedType = node.GetValueTypeName ((AssemblyName []) null); in IfTypeResolutionFailsReturnsOrigString()
98 Assert.AreEqual ("a.type.name", returnedType); in IfTypeResolutionFailsReturnsOrigString()
107 string returnedType = node.GetValueTypeName ((AssemblyName []) null); in AttemptsTypeResolution()
108 Assert.AreEqual (typeof (string).AssemblyQualifiedName, returnedType); in AttemptsTypeResolution()
H A DResXDataNodeByteArrayTests.cs71 string returnedType = returnedNode.GetValueTypeName (new ReturnIntITRS ()); in GetValueTypeNameITRSIsUsedWithNodeFromReader()
72 Assert.AreEqual ((typeof (int)).AssemblyQualifiedName, returnedType, "#A2"); in GetValueTypeNameITRSIsUsedWithNodeFromReader()
84 string returnedType = returnedNode.GetValueTypeName (new ReturnIntITRS ()); in GetValueTypeNameITRSIsUsedAfterGetValueCalledWithNodeFromReader()
85 Assert.AreEqual ((typeof (int)).AssemblyQualifiedName, returnedType, "#A2"); in GetValueTypeNameITRSIsUsedAfterGetValueCalledWithNodeFromReader()
94 string returnedType = node.GetValueTypeName (new ReturnIntITRS ()); in GetValueTypeNameITRSNotUsedWhenNodeCreatedNew()
95 Assert.AreEqual ((typeof (byte[])).AssemblyQualifiedName, returnedType, "#A1"); in GetValueTypeNameITRSNotUsedWhenNodeCreatedNew()
H A DResXDataNodeTypeConverterGetValueTypeNameTests.cs49 string returnedType = returnedNode.GetValueTypeName (new ReturnIntITRS ()); in ITRSUsedWithNodeFromReader()
50 Assert.AreEqual ((typeof (Int32)).AssemblyQualifiedName, returnedType, "#A2"); in ITRSUsedWithNodeFromReader()
73 string returnedType = node.GetValueTypeName (new ReturnIntITRS ()); in ITRSNotUsedWhenNodeCreatedNew()
74 Assert.AreEqual ((typeof (long)).AssemblyQualifiedName, returnedType, "#A1"); in ITRSNotUsedWhenNodeCreatedNew()
101 string returnedType = node.GetValueTypeName ((AssemblyName []) null); in ReturnsFullNameWereOnlyFullNameInResX()
102 Assert.AreEqual ("DummyAssembly.Convertable", returnedType, "#A2"); in ReturnsFullNameWereOnlyFullNameInResX()
115 string returnedType = node.GetValueTypeName (assemblyNames); in AssemblyNameUsedWhereOnlyFullNameInResX()
116 Assert.AreEqual ("DummyAssembly.Convertable, " + aName, returnedType, "#A2"); in AssemblyNameUsedWhereOnlyFullNameInResX()
H A DResXDataNodeSerialisedGetValueTypeNameTests.cs49 string returnedType = returnedNode.GetValueTypeName (new ReturnSerializableSubClassITRS ()); in ITRSUsedWithNodeFromReader()
50 Assert.AreEqual ((typeof (serializableSubClass)).AssemblyQualifiedName, returnedType, "#A2"); in ITRSUsedWithNodeFromReader()
77 string returnedType = node.GetValueTypeName (new ReturnSerializableSubClassITRS ()); in ITRSNotUsedWhenNodeCreatedNew()
78 Assert.AreEqual ((typeof (serializable)).AssemblyQualifiedName, returnedType, "#A1"); in ITRSNotUsedWhenNodeCreatedNew()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/TypeSystem/
H A DTypeSystemContext.Runtime.cs213 TypeDesc returnedType; in ResolveRuntimeTypeHandle()
215 return returnedType; in ResolveRuntimeTypeHandle()
219 returnedType = CanonType; in ResolveRuntimeTypeHandle()
223 returnedType = UniversalCanonType; in ResolveRuntimeTypeHandle()
228 if (returnedType == null) in ResolveRuntimeTypeHandle()
259 returnedType = GetArrayType(elementType); in ResolveRuntimeTypeHandle()
268 returnedType = GetPointerType(targetType); in ResolveRuntimeTypeHandle()
274 returnedType = GetByRefType(targetType); in ResolveRuntimeTypeHandle()
279 if (returnedType == null) in ResolveRuntimeTypeHandle()
287 if (returnedType.RuntimeTypeHandle.IsNull()) in ResolveRuntimeTypeHandle()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/unittests/Dialect/Quant/
H A DQuantizationUtilsTest.cpp105 Type returnedType; in TEST() local
107 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
110 auto tensorType = returnedType.cast<TensorType>(); in TEST()
129 Type returnedType; in TEST() local
131 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
134 auto tensorType = returnedType.cast<TensorType>(); in TEST()
152 Type returnedType; in TEST() local
154 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
157 auto tensorType = returnedType.cast<TensorType>(); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/unittests/Dialect/QuantOps/
H A DQuantizationUtilsTest.cpp101 Type returnedType; in TEST() local
103 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
106 auto tensorType = returnedType.cast<TensorType>(); in TEST()
125 Type returnedType; in TEST() local
127 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
130 auto tensorType = returnedType.cast<TensorType>(); in TEST()
148 Type returnedType; in TEST() local
150 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
153 auto tensorType = returnedType.cast<TensorType>(); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/unittests/Dialect/Quant/
H A DQuantizationUtilsTest.cpp104 Type returnedType; in TEST() local
106 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
109 auto tensorType = returnedType.cast<TensorType>(); in TEST()
129 Type returnedType; in TEST() local
131 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
134 auto tensorType = returnedType.cast<TensorType>(); in TEST()
153 Type returnedType; in TEST() local
155 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
158 auto tensorType = returnedType.cast<TensorType>(); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/unittests/Dialect/Quant/
H A DQuantizationUtilsTest.cpp104 Type returnedType; in TEST() local
106 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
109 auto tensorType = returnedType.cast<TensorType>(); in TEST()
129 Type returnedType; in TEST() local
131 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
134 auto tensorType = returnedType.cast<TensorType>(); in TEST()
153 Type returnedType; in TEST() local
155 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
158 auto tensorType = returnedType.cast<TensorType>(); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/unittests/Dialect/Quant/
H A DQuantizationUtilsTest.cpp104 Type returnedType; in TEST() local
106 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
109 auto tensorType = returnedType.cast<TensorType>(); in TEST()
129 Type returnedType; in TEST() local
131 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
134 auto tensorType = returnedType.cast<TensorType>(); in TEST()
153 Type returnedType; in TEST() local
155 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
158 auto tensorType = returnedType.cast<TensorType>(); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/unittests/Dialect/Quant/
H A DQuantizationUtilsTest.cpp104 Type returnedType; in TEST() local
106 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
109 auto tensorType = returnedType.cast<TensorType>(); in TEST()
129 Type returnedType; in TEST() local
131 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
134 auto tensorType = returnedType.cast<TensorType>(); in TEST()
153 Type returnedType; in TEST() local
155 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
158 auto tensorType = returnedType.cast<TensorType>(); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/unittests/Dialect/Quant/
H A DQuantizationUtilsTest.cpp104 Type returnedType; in TEST() local
106 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
109 auto tensorType = returnedType.cast<TensorType>(); in TEST()
129 Type returnedType; in TEST() local
131 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
134 auto tensorType = returnedType.cast<TensorType>(); in TEST()
153 Type returnedType; in TEST() local
155 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
158 auto tensorType = returnedType.cast<TensorType>(); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/unittests/Dialect/Quant/
H A DQuantizationUtilsTest.cpp104 Type returnedType; in TEST() local
106 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
109 auto tensorType = returnedType.cast<TensorType>(); in TEST()
129 Type returnedType; in TEST() local
131 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
134 auto tensorType = returnedType.cast<TensorType>(); in TEST()
153 Type returnedType; in TEST() local
155 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
158 auto tensorType = returnedType.cast<TensorType>(); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/unittests/Dialect/Quant/
H A DQuantizationUtilsTest.cpp104 Type returnedType; in TEST() local
106 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
109 auto tensorType = returnedType.cast<TensorType>(); in TEST()
129 Type returnedType; in TEST() local
131 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
134 auto tensorType = returnedType.cast<TensorType>(); in TEST()
153 Type returnedType; in TEST() local
155 quantizeAttrUniform(realValue, quantizedType, converter, returnedType); in TEST()
158 auto tensorType = returnedType.cast<TensorType>(); in TEST()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/gui/
H A Dmain_mac.cpp46 DescType returnedType; in checkAppleEventForMissingParams() local
53 &returnedType, in checkAppleEventForMissingParams()
87 DescType returnedType; in odocHandler() local
91 &returnedType, in odocHandler()
102 &returnedType, in odocHandler()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/nativeimagehandleprovider/
H A Dtst_nativeimagehandleprovider.cpp98 QString returnedType; member in BitmapProvider
107 returnedType = QLatin1String("CFbsBitmap"); in get()
110 *type = returnedType; in get()
115 if (handle == returnedHandle && type == returnedType && returnedHandle) { in release()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/mac/
H A DMacAE.c35 DescType returnedType; in AEOpenFiles() local
49 AEGetNthPtr (&docList, i, typeFSS, &keywd, &returnedType, in AEOpenFiles()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/
H A DFactoryGenerator.cs84 private FactoryGenerator(Type returnedType, Type factoryInterface) { in FactoryGenerator() argument
85 _returnedType = returnedType; in FactoryGenerator()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/osdep/
H A Dmacosx_finder_args.c62 DescType returnedType; in AppleEventHandlerProc() local
64 …if((e=AEGetNthPtr(&docList, i, typeFileURL, &keywd, &returnedType, (Ptr)parm, currentSize, &actual… in AppleEventHandlerProc()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/osdep/
H A Dmacosx_finder_args.c62 DescType returnedType; in AppleEventHandlerProc() local
64 …if((e=AEGetNthPtr(&docList, i, typeFileURL, &keywd, &returnedType, (Ptr)parm, currentSize, &actual… in AppleEventHandlerProc()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DFactoryGenerator.cs73 private FactoryGenerator(Type returnedType, Type factoryInterface) { in FactoryGenerator() argument
74 _returnedType = returnedType; in FactoryGenerator()
/dports/x11/xwit/xwit-patchset-3.4/
H A Dpatch-xwit.c88 + Atom returnedType;
97 + &returnedType, &returnedFormat,
101 + } else if( returnedType != XA_STRING || returnedFormat != 8 ) {
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Dapp.cpp135 DescType returnedType; in MacHandleAEODoc() local
161 &docList, i, typeFSRef, &keywd, &returnedType, in MacHandleAEODoc()
181 DescType returnedType; in MacHandleAEGURL() local
185 &returnedType, url, sizeof(url)-1, in MacHandleAEGURL()
208 DescType returnedType; in MacHandleAEPDoc() local
235 &docList, i, typeFSRef, &keywd, &returnedType, in MacHandleAEPDoc()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Dapp.cpp135 DescType returnedType; in MacHandleAEODoc() local
161 &docList, i, typeFSRef, &keywd, &returnedType, in MacHandleAEODoc()
181 DescType returnedType; in MacHandleAEGURL() local
185 &returnedType, url, sizeof(url)-1, in MacHandleAEGURL()
208 DescType returnedType; in MacHandleAEPDoc() local
235 &docList, i, typeFSRef, &keywd, &returnedType, in MacHandleAEPDoc()
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DtkMacOSXHLEvents.c527 DescType returnedType; in MissedAnyParameters() local
532 typeWildCard, &returnedType, NULL, 0, &actualSize); in MissedAnyParameters()

123