/external/libchrome/mojo/public/js/lib/ |
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 …]
|
/external/jacoco/org.jacoco.core.test.validation.kotlin/src/org/jacoco/core/test/validation/kotlin/targets/ |
D | KotlinUnsafeCastOperatorTarget.kt | 19 private fun nullable(): String? { in nullable() method
|
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
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 …]
|
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 …]
|
/external/auto/factory/src/main/java/com/google/auto/factory/processor/ |
D | ProviderField.java | 33 Optional<AnnotationMirror> nullable() { in nullable() method in ProviderField 37 static ProviderField create(String name, Key key, Optional<AnnotationMirror> nullable) { in create()
|
D | Parameter.java | 68 Optional<AnnotationMirror> nullable() { in nullable() method in Parameter 74 Optional<AnnotationMirror> nullable = Optional.absent(); in forVariableElement() local
|
D | FactoryDescriptor.java | 114 Optional<AnnotationMirror> nullable = Optional.absent(); in create() local
|
/external/auto/factory/src/test/resources/good/ |
D | SimpleClassNullableParameters.java | 25 @Nullable private final String nullable; field in SimpleClassNullableParameters 31 SimpleClassNullableParameters( in SimpleClassNullableParameters()
|
/external/dagger2/java/dagger/internal/codegen/writing/ |
D | InstanceFactoryCreationExpression.java | 32 private final boolean nullable; field in InstanceFactoryCreationExpression 39 InstanceFactoryCreationExpression(boolean nullable, Supplier<CodeBlock> instanceExpression) { in InstanceFactoryCreationExpression()
|
/external/guice/core/src/com/google/inject/spi/ |
D | Dependency.java | 42 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/ |
D | MemoizedTest.java | 110 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/ |
D | SimpleClassNullableParametersFactory.java | 40 SimpleClassNullableParameters create( in create()
|
/external/clang/test/SemaCXX/ |
D | nullability.cpp | 74 void *_Nullable nullable; in AssignAndInitNonNull() local
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | ComponentRequirement.java | 227 static ComponentRequirement forBoundInstance(Key key, boolean nullable, String variableName) { in forBoundInstance()
|
/external/wayland/src/ |
D | wayland-private.h | 152 int nullable; member
|
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/ |
D | AutoValueJava8Test.java | 157 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/ |
D | nullability.cpp | 76 void *_Nullable nullable; in AssignAndInitNonNull() local
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | apiviewer.js | 175 …",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnProperty",F=…
|
/external/mockito/src/main/java/org/mockito/ |
D | ArgumentMatchers.java | 1090 public static <T> T nullable(Class<T> clazz) { in nullable() method in ArgumentMatchers
|
/external/auto/value/src/test/java/com/google/auto/value/processor/ |
D | PropertyAnnotationsTest.java | 195 String nullable = methodAnnotations.contains("@Nullable") ? "@Nullable " : ""; in build() local
|
/external/libchrome/third_party/ply/ |
D | yacc.py | 2140 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/ |
D | yacc.py | 2305 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/ |
D | yacc.py | 2303 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/ |
D | yacc.py | 2305 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/ |
D | idl_gen_swift.cpp | 535 auto nullable = IsScalar(vectortype.base_type) == true ? "" : "?"; in GenTableReaderVectorFields() local
|