Home
last modified time | relevance | path

Searched defs:nullable (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/aosp_15_r20/external/libchrome/mojo/public/js/lib/
H A Dvalidator.js190 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 DEncoder.java212 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 DDecoder.java309 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 Dissue428.json8 "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 DMemoizedTest.java133 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 DNotNullSerializersCompatibilityOnFileTest.kt32 …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 DKotlinUnsafeCastOperatorTarget.kt20 private fun nullable(): String? { in nullable() method
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/writing/
H A DInstanceFactoryCreationExpression.java32 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 DProviderField.java35 Optional<AnnotationMirror> nullable() { in nullable() method in ProviderField
39 static ProviderField create(String name, Key key, Optional<AnnotationMirror> nullable) { in create()
H A DParameter.java79 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 DSimpleClassNullableParameters.java25 @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 Dapiviewer.js175 …",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 DDependency.java42 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 DMakeAnnotationsPackagePrivateCommandTest.kt78 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 DAutoValueJava8Test.java180 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 Ddatastream_resources.proto356 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 Ddatastream_resources.proto356 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 DClassNameTest.kt320 val nullable = ClassName( in compareToDifferentiatesNullabilityAndAnnotations() constant
/aosp_15_r20/external/googleapis/google/cloud/connectors/v1/
H A Dconnection.proto195 bool nullable = 6; field
228 bool nullable = 4; field
/aosp_15_r20/external/googleapis/google/cloud/datastream/v1alpha1/
H A Ddatastream_resources.proto305 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 Ddatastream_resources.proto305 bool nullable = 8; field
365 bool nullable = 6; field
/aosp_15_r20/external/golang-protobuf/internal/testprotos/nullable/
H A Dmethods_test.go12 package nullable package
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/
DNullable.h35 using nullable = std::unique_ptr<T>; variable
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/
DNullable.h35 using nullable = std::unique_ptr<T>; variable
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/
DNullable.h35 using nullable = std::unique_ptr<T>; variable

12345678910>>...28