/aosp_15_r20/external/libchrome/mojo/public/js/lib/ |
H A D | validator.js | 190 Validator.prototype.validateHandle = function(offset, nullable) { argument 204 nullable) { argument 219 Validator.prototype.validateInterface = function(offset, nullable) { argument 223 Validator.prototype.validateInterfaceRequest = function(offset, nullable) { argument 228 nullable) { argument 233 offset, nullable) { argument 383 offset, elementSize, elementType, nullable, expectedDimensionSizes, argument 398 offset, structClass, nullable) { argument 411 offset, unionClass, nullable) { argument 422 offset, unionClass, nullable) { argument [all …]
|
/aosp_15_r20/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
H A D | Encoder.java | 212 public void encode(Struct v, int offset, boolean nullable) { in encode() 224 public void encode(Union v, int offset, boolean nullable) { in encode() 240 public void encode(String v, int offset, boolean nullable) { in encode() 254 public void encode(Handle v, int offset, boolean nullable) { in encode() 266 public <T extends Interface> void encode(T v, int offset, boolean nullable, in encode() 280 encode(handler.passHandle(), offset, nullable); in encode() local 294 public <I extends Interface> void encode(InterfaceRequest<I> v, int offset, boolean nullable) { in encode() 303 encode(v.passHandle(), offset, nullable); in encode() local 309 public void encode(AssociatedInterfaceNotSupported v, int offset, boolean nullable) { in encode() 315 public void encode(AssociatedInterfaceRequestNotSupported v, int offset, boolean nullable) { in encode() [all …]
|
H A D | Decoder.java | 309 public Decoder readPointer(int offset, boolean nullable) { in readPointer() 442 public Handle readHandle(int offset, boolean nullable) { in readHandle() 458 public UntypedHandle readUntypedHandle(int offset, boolean nullable) { in readUntypedHandle() 465 public DataPipe.ConsumerHandle readConsumerHandle(int offset, boolean nullable) { in readConsumerHandle() 472 public DataPipe.ProducerHandle readProducerHandle(int offset, boolean nullable) { in readProducerHandle() 479 public MessagePipeHandle readMessagePipeHandle(int offset, boolean nullable) { in readMessagePipeHandle() 486 public SharedBufferHandle readSharedBufferHandle(int offset, boolean nullable) { in readSharedBufferHandle() 495 public <P extends Proxy> P readServiceInterface(int offset, boolean nullable, in readServiceInterface() 509 boolean nullable) { in readInterfaceRequest() 521 boolean nullable) { in readAssociatedServiceInterfaceNotSupported() [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/resources/data/ |
H A D | issue428.json | 8 "nullable": true, boolean 77 "nullable": true, boolean 84 "nullable": true boolean 137 "nullable": true, boolean 193 "nullable": true, boolean 197 "nullable": true, boolean 204 "nullable": true boolean
|
/aosp_15_r20/external/auto/value/src/test/java/com/google/auto/value/extension/memoized/ |
H A D | MemoizedTest.java | 133 String nullable() { in nullable() method in MemoizedTest.Value 293 public void nullable() { in nullable() method in MemoizedTest 462 Method nullable = AutoValue_MemoizedTest_Value.class.getDeclaredMethod("nullable"); in nullableHasAnnotation() local 468 Method nullable = in nullableWithTypeAnnotationHasAnnotation() local
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/ |
H A D | NotNullSerializersCompatibilityOnFileTest.kt | 32 …data class FileContextualHolder(val nullable: FileContextualType?, val nonNullable: FileContextual… constant in kotlinx.serialization.NotNullSerializersCompatibilityOnFileTest.FileContextualHolder 50 …data class ContextualHolder(@Contextual val nullable: ContextualType?, @Contextual val nonNullable… constant in kotlinx.serialization.NotNullSerializersCompatibilityOnFileTest.ContextualHolder 54 data class Holder(val nullable: Int?, val nonNullable: Int) constant in kotlinx.serialization.NotNullSerializersCompatibilityOnFileTest.Holder
|
/aosp_15_r20/external/jacoco/org.jacoco.core.test.validation.kotlin/src/org/jacoco/core/test/validation/kotlin/targets/ |
H A D | KotlinUnsafeCastOperatorTarget.kt | 20 private fun nullable(): String? { in nullable() method
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/writing/ |
H A D | InstanceFactoryCreationExpression.java | 32 private final boolean nullable; field in InstanceFactoryCreationExpression 39 InstanceFactoryCreationExpression(boolean nullable, Supplier<CodeBlock> instanceExpression) { in InstanceFactoryCreationExpression()
|
/aosp_15_r20/external/auto/factory/src/main/java/com/google/auto/factory/processor/ |
H A D | ProviderField.java | 35 Optional<AnnotationMirror> nullable() { in nullable() method in ProviderField 39 static ProviderField create(String name, Key key, Optional<AnnotationMirror> nullable) { in create()
|
H A D | Parameter.java | 79 Optional<AnnotationMirror> nullable() { in nullable() method in Parameter 88 Optional<AnnotationMirror> nullable = in forVariableElement() local
|
/aosp_15_r20/external/auto/factory/src/test/resources/good/ |
H A D | SimpleClassNullableParameters.java | 25 @Nullable private final String nullable; field in SimpleClassNullableParameters 31 SimpleClassNullableParameters( in SimpleClassNullableParameters()
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
H A D | apiviewer.js | 175 …",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnProperty",F=…
|
/aosp_15_r20/external/guice/core/src/com/google/inject/spi/ |
H A D | Dependency.java | 42 private final boolean nullable; field in Dependency 45 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) { in Dependency()
|
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/internal/ |
H A D | MakeAnnotationsPackagePrivateCommandTest.kt | 78 val nullable = File(target, "android/annotation/SdkConstant.java") in Test copying private annotations from one of the stubs() constant
|
/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/ |
H A D | AutoValueJava8Test.java | 180 static Nullable nullable() { in nullable() method in AutoValueJava8Test 409 public abstract @Nullable String nullable(); in nullable() method in AutoValueJava8Test.NullablePropertyWithBuilder 419 Builder nullable(@Nullable String s); in nullable() method 421 Optional<String> nullable(); in nullable() method
|
/aosp_15_r20/external/google-cloud-java/java-datastream/proto-google-cloud-datastream-v1/src/main/proto/google/cloud/datastream/v1/ |
H A D | datastream_resources.proto | 356 bool nullable = 8; field 441 bool nullable = 8; field 517 bool nullable = 6; field
|
/aosp_15_r20/external/googleapis/google/cloud/datastream/v1/ |
H A D | datastream_resources.proto | 356 bool nullable = 8; field 441 bool nullable = 8; field 517 bool nullable = 6; field
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/ |
H A D | ClassNameTest.kt | 320 val nullable = ClassName( in compareToDifferentiatesNullabilityAndAnnotations() constant
|
/aosp_15_r20/external/googleapis/google/cloud/connectors/v1/ |
H A D | connection.proto | 195 bool nullable = 6; field 228 bool nullable = 4; field
|
/aosp_15_r20/external/googleapis/google/cloud/datastream/v1alpha1/ |
H A D | datastream_resources.proto | 305 bool nullable = 8; field 365 bool nullable = 6; field
|
/aosp_15_r20/external/google-cloud-java/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/proto/google/cloud/datastream/v1alpha1/ |
H A D | datastream_resources.proto | 305 bool nullable = 8; field 365 bool nullable = 6; field
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/nullable/ |
H A D | methods_test.go | 12 package nullable package
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Nullable.h | 35 using nullable = std::unique_ptr<T>; variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Nullable.h | 35 using nullable = std::unique_ptr<T>; variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Nullable.h | 35 using nullable = std::unique_ptr<T>; variable
|