Home
last modified time | relevance | path

Searched refs:IsNull (Results 1 – 25 of 5528) sorted by relevance

12345678910>>...222

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/ProviderTests/System.Data.Odbc/
H A DOdbcDataReaderTest.cs216 Assert.IsNull (ex.InnerException, "#4"); in GetBytes_BufferIndex_Negative()
237 Assert.IsNull (ex.InnerException, "#A4"); in GetBytes_DataIndex_Negative()
251 Assert.IsNull (ex.InnerException, "#B4"); in GetBytes_DataIndex_Negative()
271 Assert.IsNull (ex.InnerException, "#4"); in GetBytes_Length_Negative()
318 Assert.IsFalse (pkRow.IsNull ("IsKey"), "#A:IsKey_IsNull"); in GetSchemaTable()
362 Assert.IsFalse (pkRow.IsNull ("IsKey"), "#B:IsKey_IsNull"); in GetSchemaTable()
406 Assert.IsFalse (pkRow.IsNull ("IsKey"), "#C:IsKey_IsNull"); in GetSchemaTable()
450 Assert.IsFalse (pkRow.IsNull ("IsKey"), "#D:IsKey_IsNull"); in GetSchemaTable()
497 Assert.IsFalse (pkRow.IsNull ("IsKey"), "#E:IsKey_IsNull"); in GetSchemaTable()
541 Assert.IsFalse (pkRow.IsNull ("IsKey"), "#F:IsKey_IsNull"); in GetSchemaTable()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Reflection.Emit/
H A DTypeBuilderTest.cs189 Assert.IsNull (tb3.BaseType); in TestBaseTypeInterface()
2323 Assert.IsNull (ctor, "#A1"); in GetConstructor2_Complete()
2328 Assert.IsNull (ctor, "#A2"); in GetConstructor2_Complete()
2333 Assert.IsNull (ctor, "#A3"); in GetConstructor2_Complete()
2338 Assert.IsNull (ctor, "#A4"); in GetConstructor2_Complete()
2343 Assert.IsNull (ctor, "#A5"); in GetConstructor2_Complete()
2348 Assert.IsNull (ctor, "#A6"); in GetConstructor2_Complete()
2353 Assert.IsNull (ctor, "#A7"); in GetConstructor2_Complete()
2415 Assert.IsNull (ctor, "#B1"); in GetConstructor2_Complete()
2420 Assert.IsNull (ctor, "#B2"); in GetConstructor2_Complete()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Security.Permissions/
H A DRegistryPermissionAttributeTest.cs46 Assert.IsNull (a.Read, "Read"); in Default()
47 Assert.IsNull (a.Write, "Write"); in Default()
102 Assert.IsNull (a.Read, "Read"); in All_Set()
123 Assert.IsNull (a.Read, "Read"); in Create()
130 Assert.IsNull (a.Read, "Read"); in Create()
149 Assert.IsNull (a.Read, "Read"); in Read()
161 Assert.IsNull (a.Read, "Read"); in ChangeAccessControl()
168 Assert.IsNull (a.Read, "Read"); in ChangeAccessControl()
180 Assert.IsNull (a.Read, "Read"); in ViewAccessControl()
187 Assert.IsNull (a.Read, "Read"); in ViewAccessControl()
[all …]
H A DFileIOPermissionAttributeTest.cs51 Assert.IsNull (a.Append, "Append"); in Default()
53 Assert.IsNull (a.Read, "Read"); in Default()
54 Assert.IsNull (a.Write, "Write"); in Default()
203 Assert.IsNull (a.Read, "Read"); in ChangeAccessControl()
205 Assert.IsNull (a.Write, "Write"); in ChangeAccessControl()
211 Assert.IsNull (a.Read, "Read"); in ChangeAccessControl()
213 Assert.IsNull (a.Write, "Write"); in ChangeAccessControl()
224 Assert.IsNull (a.Read, "Read"); in ViewAccessControl()
226 Assert.IsNull (a.Write, "Write"); in ViewAccessControl()
232 Assert.IsNull (a.Read, "Read"); in ViewAccessControl()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml.Xsl/
H A DXsltCompileExceptionTests.cs51 Assert.IsNull (xe.SourceUri, "#A5"); in Constructor0()
53 Assert.IsNull (xe.Source, "#A7"); in Constructor0()
70 Assert.IsNull (xe.Source, "#A7"); in Constructor1()
88 Assert.IsNull (xe.Source, "#A7"); in Constructor2()
110 Assert.IsNull (xe.Source, "#A8"); in Constructor3()
125 Assert.IsNull (xe.Source, "#B8"); in Constructor3()
140 Assert.IsNull (xe.Source, "#C8"); in Constructor3()
155 Assert.IsNull (xe.Source, "#D8"); in Constructor3()
170 Assert.IsNull (xe.Source, "#E8"); in Constructor3()
185 Assert.IsNull (xe.Source, "#F8"); in Constructor3()
[all …]
H A DXsltExceptionTests.cs46 Assert.IsNull (xsltException.SourceUri, "#4"); in Constructor0()
48 Assert.IsNull (xsltException.Source, "#6"); in Constructor0()
49 Assert.IsNull (xsltException.StackTrace, "#7"); in Constructor0()
50 Assert.IsNull (xsltException.TargetSite, "#8"); in Constructor0()
62 Assert.IsNull (xsltException.SourceUri, "#4"); in Constructor1()
64 Assert.IsNull (xsltException.Source, "#6"); in Constructor1()
65 Assert.IsNull (xsltException.StackTrace, "#7"); in Constructor1()
81 Assert.IsNull (xsltException.Source, "#A6"); in Constructor2()
91 Assert.IsNull (xsltException.Source, "#B7"); in Constructor2()
100 Assert.IsNull (xsltException.Source, "#C6"); in Constructor2()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.OracleClient/System.Data.OracleClient/
H A DOracleNumber.cs106 if (x.IsNull || y.IsNull) in Add()
127 if (x.IsNull || y.IsNull) in Atan2()
161 if (x.IsNull || y.IsNull) in Divide()
174 if (x.IsNull || y.IsNull) in Equals()
201 if (x.IsNull || y.IsNull) in GreaterThan()
208 if (x.IsNull || y.IsNull) in GreaterThanOrEqual()
215 if (x.IsNull || y.IsNull) in LessThan()
222 if (x.IsNull || y.IsNull) in LessThanOrEqual()
257 if (x.IsNull || y.IsNull) in Max()
264 if (x.IsNull || y.IsNull) in Min()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESSolid/
H A DIGESSolid_ReadWriteModule.cxx121 if (anent.IsNull()) return; in ReadOwnParams()
128 if (anent.IsNull()) return; in ReadOwnParams()
135 if (anent.IsNull()) return; in ReadOwnParams()
142 if (anent.IsNull()) return; in ReadOwnParams()
149 if (anent.IsNull()) return; in ReadOwnParams()
156 if (anent.IsNull()) return; in ReadOwnParams()
163 if (anent.IsNull()) return; in ReadOwnParams()
170 if (anent.IsNull()) return; in ReadOwnParams()
177 if (anent.IsNull()) return; in ReadOwnParams()
184 if (anent.IsNull()) return; in ReadOwnParams()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SQLTypes/
H A DSQLByte.cs139 if (x.IsNull || y.IsNull) in operator +()
153 if (x.IsNull || y.IsNull) in operator -()
167 if (x.IsNull || y.IsNull) in operator *()
181 if (x.IsNull || y.IsNull) in operator /()
195 if (x.IsNull || y.IsNull) in operator %()
255 if (x.IsNull) in operator SqlByte()
269 if (x.IsNull) in operator SqlByte()
283 if (x.IsNull) in operator SqlByte()
525 if (IsNull) in CompareTo()
546 if (i.IsNull || IsNull) in Equals()
[all …]
H A DSQLInt16.cs146 if (x.IsNull || y.IsNull) in operator +()
160 if (x.IsNull || y.IsNull) in operator -()
174 if (x.IsNull || y.IsNull) in operator *()
189 if (x.IsNull || y.IsNull) in operator /()
206 if (x.IsNull || y.IsNull) in operator %()
268 if (x.IsNull) in operator SqlInt16()
283 if (x.IsNull) in operator SqlInt16()
298 if (x.IsNull) in operator SqlInt16()
534 if (IsNull) in CompareTo()
555 if (i.IsNull || IsNull) in Equals()
[all …]
H A DSQLInt32.cs83 if (IsNull)
147 if (x.IsNull || y.IsNull) in operator +()
161 if (x.IsNull || y.IsNull) in operator -()
175 if (x.IsNull || y.IsNull) in operator *()
190 if (x.IsNull || y.IsNull) in operator /()
207 if (x.IsNull || y.IsNull) in operator %()
277 if (x.IsNull) in operator SqlInt32()
292 if (x.IsNull) in operator SqlInt32()
546 if (IsNull) in CompareTo()
567 if (i.IsNull || IsNull) in Equals()
[all …]
H A DSQLDouble.cs76 public bool IsNull { property
143 if (x.IsNull || y.IsNull) in operator +()
158 if (x.IsNull || y.IsNull) in operator -()
173 if (x.IsNull || y.IsNull) in operator *()
188 if (x.IsNull || y.IsNull) in operator /()
281 if (x.IsNull) in operator SqlDouble()
306 return(x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(x.m_value < y.m_value); in operator <()
445 if (IsNull) in CompareTo()
466 if (i.IsNull || IsNull) in Equals()
467 return (i.IsNull && IsNull); in Equals()
[all …]
H A DSQLSingle.cs78 public bool IsNull { property
145 if (x.IsNull || y.IsNull) in operator +()
160 if (x.IsNull || y.IsNull) in operator -()
175 if (x.IsNull || y.IsNull) in operator *()
190 if (x.IsNull || y.IsNull) in operator /()
287 if (x.IsNull) in operator SqlSingle()
311 return(x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(x.m_value < y.m_value); in operator <()
449 if (IsNull) in CompareTo()
470 if (i.IsNull || IsNull) in Equals()
471 return (i.IsNull && IsNull); in Equals()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/
H A DSQLByte.cs45 public bool IsNull property
99 if (x.IsNull || y.IsNull) in operator +()
111 if (x.IsNull || y.IsNull) in operator -()
123 if (x.IsNull || y.IsNull) in operator *()
135 if (x.IsNull || y.IsNull) in operator /()
148 if (x.IsNull || y.IsNull) in operator %()
197 if (x.IsNull) in operator SqlByte()
468 if (IsNull) in CompareTo()
488 if (i.IsNull || IsNull) in Equals()
489 return (i.IsNull && IsNull); in Equals()
[all …]
H A DSQLInt16.cs44 public bool IsNull property
102 if (x.IsNull || y.IsNull) in operator +()
114 if (x.IsNull || y.IsNull) in operator -()
126 if (x.IsNull || y.IsNull) in operator *()
139 if (x.IsNull || y.IsNull) in operator /()
155 if (x.IsNull || y.IsNull) in operator %()
204 if (x.IsNull) in operator SqlInt16()
469 if (IsNull) in CompareTo()
489 if (i.IsNull || IsNull) in Equals()
490 return (i.IsNull && IsNull); in Equals()
[all …]
H A DSQLInt32.cs45 public bool IsNull property
55 if (IsNull)
104 if (x.IsNull || y.IsNull) in operator +()
116 if (x.IsNull || y.IsNull) in operator -()
128 if (x.IsNull || y.IsNull) in operator *()
141 if (x.IsNull || y.IsNull) in operator /()
157 if (x.IsNull || y.IsNull) in operator %()
484 if (IsNull) in CompareTo()
504 if (i.IsNull || IsNull) in Equals()
505 return (i.IsNull && IsNull); in Equals()
[all …]
H A DSQLSingle.cs55 public bool IsNull property
110 if (x.IsNull || y.IsNull) in operator +()
123 if (x.IsNull || y.IsNull) in operator -()
136 if (x.IsNull || y.IsNull) in operator *()
149 if (x.IsNull || y.IsNull) in operator /()
228 if (x.IsNull) in operator SqlSingle()
246 return (x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(x._value < y._value); in operator <()
397 if (IsNull) in CompareTo()
417 if (i.IsNull || IsNull) in Equals()
418 return (i.IsNull && IsNull); in Equals()
[all …]
H A DSQLDouble.cs55 public bool IsNull property
110 if (x.IsNull || y.IsNull) in operator +()
123 if (x.IsNull || y.IsNull) in operator -()
136 if (x.IsNull || y.IsNull) in operator *()
149 if (x.IsNull || y.IsNull) in operator /()
219 if (x.IsNull) in operator SqlDouble()
388 if (IsNull) in CompareTo()
390 else if (value.IsNull) in CompareTo()
408 if (i.IsNull || IsNull) in Equals()
409 return (i.IsNull && IsNull); in Equals()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TPrsStd/
H A DTPrsStd_AISPresentation.cxx63 if(aData.IsNull()) in Handle()
221 if ( myAIS.IsNull() ) in UnsetMaterial()
249 if ( myAIS.IsNull() ) in SetMaterial()
288 if ( myAIS.IsNull() ) in SetTransparency()
316 if ( myAIS.IsNull() ) in UnsetTransparency()
367 if ( myAIS.IsNull() ) in UnsetColor()
484 if( myAIS.IsNull() ) in UnsetWidth()
626 if (myAIS.IsNull()) in AddSelectionMode()
763 if ( !P.IsNull() ) in BeforeUndo()
770 if ( !P.IsNull() ) in BeforeUndo()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Security.Claims/
H A DClaimsIdentityTest.cs25 Assert.IsNull (id.Actor, "#2"); in EmptyCtorWorks()
30 Assert.IsNull (id.Label, "#7"); in EmptyCtorWorks()
31 Assert.IsNull (id.Name, "#8"); in EmptyCtorWorks()
47 Assert.IsNull (id.Actor, "#2"); in AuthTypeOnlyCtorEmptyWorks()
52 Assert.IsNull (id.Label, "#7"); in AuthTypeOnlyCtorEmptyWorks()
53 Assert.IsNull (id.Name, "#8"); in AuthTypeOnlyCtorEmptyWorks()
63 Assert.IsNull (id.Actor, "#2"); in AuthTypeOnlyCtorNullWorks()
68 Assert.IsNull (id.Label, "#7"); in AuthTypeOnlyCtorNullWorks()
69 Assert.IsNull (id.Name, "#8"); in AuthTypeOnlyCtorNullWorks()
85 Assert.IsNull (id.Name, "#8"); in AuthTypeOnlyCtorNotEmptyWorks()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESGeom/
H A DIGESGeom_ReadWriteModule.cxx119 if (anent.IsNull()) return; in ReadOwnParams()
126 if (anent.IsNull()) return; in ReadOwnParams()
133 if (anent.IsNull()) return; in ReadOwnParams()
140 if (anent.IsNull()) return; in ReadOwnParams()
147 if (anent.IsNull()) return; in ReadOwnParams()
154 if (anent.IsNull()) return; in ReadOwnParams()
161 if (anent.IsNull()) return; in ReadOwnParams()
168 if (anent.IsNull()) return; in ReadOwnParams()
175 if (anent.IsNull()) return; in ReadOwnParams()
182 if (anent.IsNull()) return; in ReadOwnParams()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESDimen/
H A DIGESDimen_ReadWriteModule.cxx130 if (anent.IsNull()) return; in ReadOwnParams()
137 if (anent.IsNull()) return; in ReadOwnParams()
144 if (anent.IsNull()) return; in ReadOwnParams()
151 if (anent.IsNull()) return; in ReadOwnParams()
158 if (anent.IsNull()) return; in ReadOwnParams()
165 if (anent.IsNull()) return; in ReadOwnParams()
172 if (anent.IsNull()) return; in ReadOwnParams()
179 if (anent.IsNull()) return; in ReadOwnParams()
186 if (anent.IsNull()) return; in ReadOwnParams()
193 if (anent.IsNull()) return; in ReadOwnParams()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESAppli/
H A DIGESAppli_ReadWriteModule.cxx116 if (anent.IsNull()) return; in ReadOwnParams()
123 if (anent.IsNull()) return; in ReadOwnParams()
130 if (anent.IsNull()) return; in ReadOwnParams()
137 if (anent.IsNull()) return; in ReadOwnParams()
144 if (anent.IsNull()) return; in ReadOwnParams()
151 if (anent.IsNull()) return; in ReadOwnParams()
158 if (anent.IsNull()) return; in ReadOwnParams()
165 if (anent.IsNull()) return; in ReadOwnParams()
172 if (anent.IsNull()) return; in ReadOwnParams()
179 if (anent.IsNull()) return; in ReadOwnParams()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DDescribeInstanceAttributeResponse.cpp39 if(!resultNode.IsNull()) in operator =()
42 if(!groupsNode.IsNull()) in operator =()
45 while(!groupsMember.IsNull()) in operator =()
69 if(!enaSupportNode.IsNull()) in operator =()
79 if(!ebsOptimizedNode.IsNull()) in operator =()
84 if(!instanceIdNode.IsNull()) in operator =()
99 if(!kernelIdNode.IsNull()) in operator =()
115 if(!ramdiskIdNode.IsNull()) in operator =()
135 if(!userDataNode.IsNull()) in operator =()
141 if (!rootNode.IsNull()) { in operator =()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESBasic/
H A DIGESBasic_ReadWriteModule.cxx113 if (anent.IsNull()) return; in ReadOwnParams()
120 if (anent.IsNull()) return; in ReadOwnParams()
127 if (anent.IsNull()) return; in ReadOwnParams()
134 if (anent.IsNull()) return; in ReadOwnParams()
141 if (anent.IsNull()) return; in ReadOwnParams()
148 if (anent.IsNull()) return; in ReadOwnParams()
155 if (anent.IsNull()) return; in ReadOwnParams()
162 if (anent.IsNull()) return; in ReadOwnParams()
169 if (anent.IsNull()) return; in ReadOwnParams()
176 if (anent.IsNull()) return; in ReadOwnParams()
[all …]

12345678910>>...222