/external/libmojo/mojo/public/js/ |
D | validator.js | 119 Validator.prototype.validateHandle = function(offset, nullable) { argument 132 Validator.prototype.validateInterface = function(offset, nullable) { argument 136 Validator.prototype.validateInterfaceRequest = function(offset, nullable) { argument 254 offset, elementSize, elementType, nullable, expectedDimensionSizes, argument 269 offset, structClass, nullable) { argument 282 offset, unionClass, nullable) { argument 293 offset, unionClass, nullable) { argument 361 Validator.prototype.validateStringPointer = function(offset, nullable) { argument 432 function(offset, numElements, nullable) { argument 444 function(offset, numElements, nullable) { argument [all …]
|
/external/libmojo/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/guice/core/src/com/google/inject/spi/ |
D | Dependency.java | 43 private final boolean nullable; field in Dependency 46 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) { in Dependency()
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | yacc.py | 1352 def dr_relation(C,trans,nullable): argument 1419 def compute_lookback_includes(C,trans,nullable): argument 1542 def compute_read_sets(C, ntrans, nullable): argument
|
/external/clang/test/SemaCXX/ |
D | nullability.cpp | 74 void *_Nullable nullable; in AssignAndInitNonNull() local
|
/external/wayland/src/ |
D | wayland-private.h | 156 int nullable; member
|
D | scanner.c | 202 int nullable; member
|
/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/libmojo/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/ply/ply/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/python/cpython3/Modules/ |
D | posixmodule.c | 818 int nullable; member 833 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument 836 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 727 boolean nullable) in getBestRowIdentifier()
|
/external/libxml2/ |
D | xmlregexp.c | 1547 int nullable = 0; in xmlFAGenerateTransitions() local
|