Home
last modified time | relevance | path

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

12

/external/libchrome/mojo/public/js/lib/
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 …]
/external/jacoco/org.jacoco.core.test.validation.kotlin/src/org/jacoco/core/test/validation/kotlin/targets/
DKotlinUnsafeCastOperatorTarget.kt19 private fun nullable(): String? { in nullable() method
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
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 …]
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 …]
/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DProviderField.java33 Optional<AnnotationMirror> nullable() { in nullable() method in ProviderField
37 static ProviderField create(String name, Key key, Optional<AnnotationMirror> nullable) { in create()
DParameter.java68 Optional<AnnotationMirror> nullable() { in nullable() method in Parameter
74 Optional<AnnotationMirror> nullable = Optional.absent(); in forVariableElement() local
DFactoryDescriptor.java114 Optional<AnnotationMirror> nullable = Optional.absent(); in create() local
/external/auto/factory/src/test/resources/good/
DSimpleClassNullableParameters.java25 @Nullable private final String nullable; field in SimpleClassNullableParameters
31 SimpleClassNullableParameters( in SimpleClassNullableParameters()
/external/dagger2/java/dagger/internal/codegen/writing/
DInstanceFactoryCreationExpression.java32 private final boolean nullable; field in InstanceFactoryCreationExpression
39 InstanceFactoryCreationExpression(boolean nullable, Supplier<CodeBlock> instanceExpression) { in InstanceFactoryCreationExpression()
/external/guice/core/src/com/google/inject/spi/
DDependency.java42 private final boolean nullable; field in Dependency
45 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) { in Dependency()
/external/auto/value/src/test/java/com/google/auto/value/extension/memoized/
DMemoizedTest.java110 String nullable() { in nullable() method in MemoizedTest.Value
267 public void nullable() { in nullable() method in MemoizedTest
369 Method nullable = AutoValue_MemoizedTest_Value.class.getDeclaredMethod("nullable"); in nullableHasAnnotation() local
375 Method nullable = in nullableWithTypeAnnotationHasAnnotation() local
/external/auto/factory/src/test/resources/expected/
DSimpleClassNullableParametersFactory.java40 SimpleClassNullableParameters create( in create()
/external/clang/test/SemaCXX/
Dnullability.cpp74 void *_Nullable nullable; in AssignAndInitNonNull() local
/external/dagger2/java/dagger/internal/codegen/binding/
DComponentRequirement.java227 static ComponentRequirement forBoundInstance(Key key, boolean nullable, String variableName) { in forBoundInstance()
/external/wayland/src/
Dwayland-private.h152 int nullable; member
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoValueJava8Test.java157 static Nullable nullable() { in nullable() method in AutoValueJava8Test
387 public abstract @Nullable String nullable(); in nullable() method in AutoValueJava8Test.NullablePropertyWithBuilder
397 Builder nullable(@Nullable String s); in nullable() method
/external/llvm-project/clang/test/SemaCXX/
Dnullability.cpp76 void *_Nullable nullable; in AssignAndInitNonNull() local
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175 …",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnProperty",F=…
/external/mockito/src/main/java/org/mockito/
DArgumentMatchers.java1090 public static <T> T nullable(Class<T> clazz) { in nullable() method in ArgumentMatchers
/external/auto/value/src/test/java/com/google/auto/value/processor/
DPropertyAnnotationsTest.java195 String nullable = methodAnnotations.contains("@Nullable") ? "@Nullable " : ""; in build() local
/external/libchrome/third_party/ply/
Dyacc.py2140 def dr_relation(self,C,trans,nullable): argument
2207 def compute_lookback_includes(self,C,trans,nullable): argument
2281 def compute_read_sets(self,C, ntrans, nullable): argument
/external/selinux/python/sepolgen/src/sepolgen/
Dyacc.py2305 def dr_relation(self, C, trans, nullable): argument
2372 def compute_lookback_includes(self, C, trans, nullable): argument
2452 def compute_read_sets(self, C, ntrans, nullable): argument
/external/python/pycparser/pycparser/ply/
Dyacc.py2303 def dr_relation(self, C, trans, nullable): argument
2371 def compute_lookback_includes(self, C, trans, nullable): argument
2451 def compute_read_sets(self, C, ntrans, nullable): argument
/external/ply/ply/ply/
Dyacc.py2305 def dr_relation(self, C, trans, nullable): argument
2372 def compute_lookback_includes(self, C, trans, nullable): argument
2452 def compute_read_sets(self, C, ntrans, nullable): argument
/external/flatbuffers/src/
Didl_gen_swift.cpp535 auto nullable = IsScalar(vectortype.base_type) == true ? "" : "?"; in GenTableReaderVectorFields() local

12