Home
last modified time | relevance | path

Searched defs:null (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DnullIsSubtypeOfEverythingButUndefined.ts3 var r0 = true ? null : null; variable
4 var r0 = true ? null : null; variable
8 var r0b = true ? null : u; variable
11 var r1 = true ? null : 1; variable
14 var r2 = true ? null : ''; variable
17 var r3 = true ? null : true; variable
20 var r4 = true ? null : new Date(); variable
23 var r5 = true ? null : /1/; variable
26 var r6 = true ? null : { foo: 1 }; variable
29 var r7 = true ? null : () => { }; variable
[all …]
/third_party/typescript/tests/baselines/reference/
DdecoratorsOnComputedProperties.js14 @x [Symbol.iterator]: any = null; field in A
18 [Symbol.match]: any = null; field in A
21 @x [foo()]: any = null; field in A
24 @x [fieldNameC]: any = null; field in A
48 @x [Symbol.iterator]: any = null; field in C
52 [Symbol.match]: any = null; field in C
55 @x [foo()]: any = null; field in C
58 @x [fieldNameC]: any = null; field in C
84 @x [Symbol.iterator]: any = null; field in E
88 [Symbol.match]: any = null; field in E
[all …]
DmetadataOfUnionWithNull.js9 x: "foo" | null; field in B
27 d: undefined | null; field in B
30 e: symbol | null; field in B
36 g: A | null; field in B
DcontrolFlowOptionalChain2.js21 function funcThree(arg: A | B | null) {
53 function f3(x: X | U | null) {
62 function f4(x: X | N | null) {
89 function f7(x: X | U | null) {
98 function f8(x: X | N | null) {
DtransformsElideNullUndefinedType.js14 function f6(p0: null) { }
17 var f8 = function (p2: null) { }
20 var f10 = (p4: null) => { }
24 m0(): null { return null; } field in C1
37 class C2 { constructor(p10: null) { } }
42 constructor(p12: null) { }
50 var C6 = class { constructor(p12: null) { } }
DgenericSpecializations2.js4 return null; field in IFoo
9 foo<string>(x: string): string { return null; } field in IntFooBad
13 foo<string>(x: string): string { return null; } field in StringFoo2
17 foo<T>(x: T): T { return null; } field in StringFoo3
DgenericSpecializations1.js7 foo(x: string): string { return null; } field in IntFooBad
11 foo(x: string): string { return null; } field in StringFoo2
15 foo<T>(x: T): T { return null; } field in StringFoo3
DgenericSpecializations3.js10 foo(x: string): string { return null; } field in IntFooBad
16 foo(x: number): number { return null; } field in IntFoo
22 foo(x: string): string { return null; } field in StringFoo2
34 foo<T>(x: T): T { return null; } field in StringFoo3
DdiscriminantsAndPrimitives.js32 function f3(x: Foo | Bar | string | null) {
41 function f4(x: Foo | Bar | string | number | null) {
DimplementGenericWithMismatchedTypes.js10 return null; field in C
19 return null; field in C2
DmismatchedGenericArguments1.js7 return null; field in C
13 return null; field in C2
DprivacyFunctionReturnTypeDeclFile.js40 return null; field in publicClassWithWithPrivateParmeterTypes
67 return null; field in publicClassWithWithPublicParmeterTypes
94 return null; field in privateClassWithWithPrivateParmeterTypes
121 return null; field in privateClassWithWithPublicParmeterTypes
184 return null; field in publicClassWithPrivateModuleParameterTypes
212 return null; field in privateClassWithPrivateModuleParameterTypes
441 return null; field in privateClassWithPrivateModuleParameterTypes
671 return null; field in privateClassWithPrivateModuleParameterTypes
703 return null; field in publicClassWithWithPublicParmeterTypesInGlobal
951 return null; field in privateClassWithPrivateModuleParameterTypes
[all …]
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
DProto2MessageLiteInfoFactory.java254 null)); in lookupFieldsByName() local
263 null)); in lookupFieldsByName() local
272 null)); in lookupFieldsByName() local
281 null)); in lookupFieldsByName() local
290 null)); in lookupFieldsByName() local
299 null)); in lookupFieldsByName() local
308 null)); in lookupFieldsByName() local
317 null)); in lookupFieldsByName() local
326 null)); in lookupFieldsByName() local
335 null)); in lookupFieldsByName() local
[all …]
/third_party/boost/libs/iostreams/test/
Dflush_test.cpp31 stream_buffer<null_sink> null; in flush_test() local
45 stream<null_sink> null; in flush_test() local
59 filtering_ostream null; in flush_test() local
73 filtering_ostream null; in flush_test() local
/third_party/typescript/tests/cases/compiler/
DparseTypes.ts3 var y = <{(): number; }>null; variable
5 var w = <{[x:number]: number; }>null
7 function g(s: string) { true };
DvariableDeclarationInnerCommentEmit.ts1 var a = /*some comment*/ null; variable
6 var a=/*some comment*/null; variable
DaliasUsageInOrExpression.ts23 var e: { x: IHasVisualizationModel } = <{ x: IHasVisualizationModel }>null || { x: moduleA }; variable
24 var f: { x: IHasVisualizationModel } = <{ x: IHasVisualizationModel }>null ? { x: moduleA } : null; variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DAdoptingModifierStore.java65 assert mods == null; in getModifierWithoutPlural() local
66 assert signum != null; in getModifierWithoutPlural() local
84 assert positive == null; in getModifier() local
89 assert signum != null; in getModIndex() local
90 assert plural != null; in getModIndex() local
/third_party/grpc/src/csharp/Grpc.Core.Api/
DServerServiceDefinition.cs89 duplicateDetector.Add(method.FullName, null); in duplicateDetector.Add() argument
108 duplicateDetector.Add(method.FullName, null); in duplicateDetector.Add() argument
127 duplicateDetector.Add(method.FullName, null); in duplicateDetector.Add() argument
146 duplicateDetector.Add(method.FullName, null); in duplicateDetector.Add() argument
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DProto2MessageInfoFactory.java439 null)); in newMessageInfoForFieldGroup49() local
455 null)); in newMessageInfoForFieldGroupList51() local
471 null)); in newMessageInfoForFieldGroup69() local
487 null)); in newMessageInfoForRequiredNestedMessage() local
503 null)); in newMessageInfoForFieldRequiredGroup88() local
531 null)); in newMessageInfoForExtensionFieldGroup49() local
547 null)); in newMessageInfoForExtensionFieldGroupList51() local
/third_party/ffmpeg/libavfilter/
Dasrc_anullsrc.c64 ANullContext *null = ctx->priv; in init() local
80 ANullContext *null = ctx->priv; in query_formats() local
95 ANullContext *null = outlink->src->priv; in config_props() local
109 ANullContext *null = outlink->src->priv; in request_frame() local
/third_party/boringssl/src/crypto/evp/
Dp_rsa_asn1.c71 CBB spki, algorithm, oid, null, key_bitstring; in rsa_pub_encode() local
92 CBS null; in rsa_pub_decode() local
117 CBB pkcs8, algorithm, oid, null, private_key; in rsa_priv_encode() local
136 CBS null; in rsa_priv_decode() local
/third_party/typescript/tests/cases/conformance/types/typeRelationships/widenedTypes/
DarrayLiteralWidened.ts6 var a = [null, null]; variable
9 var b = [[], [null, null]]; // any[][] variable
/third_party/icu/icu4c/source/test/intltest/
Ditutil.cpp410 LocalPointer<CharString> null(NULL, errorCode); in TestLocalPointer() local
522 LocalArray<UnicodeString> null(NULL, errorCode); in TestLocalArray() local
753 LocalUConverterSelectorPointer null; in TestLocalXyzPointerNull() local
761 LocalUCalendarPointer null; in TestLocalXyzPointerNull() local
769 LocalUDateTimePatternGeneratorPointer null; in TestLocalXyzPointerNull() local
776 LocalUMessageFormatPointer null; in TestLocalXyzPointerNull() local
787 LocalURegularExpressionPointer null; in TestLocalXyzPointerNull() local
800 LocalUTransliteratorPointer null; in TestLocalXyzPointerNull() local
/third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeReferences/
DgenericTypeReferenceWithoutTypeArgument2.ts36 var j = <C>null; variable
37 var k = <M.E>null; variable

12345678910>>...13