Home
last modified time | relevance | path

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

/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/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/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/clang/test/SemaCXX/
Dnullability.cpp74 void *_Nullable nullable; in AssignAndInitNonNull() local
/external/wayland/src/
Dwayland-private.h156 int nullable; member
Dscanner.c202 int nullable; member
/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/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/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/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/skia/src/sksl/
DSkSLParser.cpp1084 bool nullable = this->checkNext(Token::QUESTION); in type() local
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java727 boolean nullable) in getBestRowIdentifier()
/external/python/cpython3/Modules/
Dposixmodule.c902 int nullable; member
917 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
920 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
/external/libxml2/
Dxmlregexp.c1547 int nullable = 0; in xmlFAGenerateTransitions() local