Home
last modified time | relevance | path

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

/external/chromium_org/mojo/public/js/bindings/
Dvalidator.js92 Validator.prototype.validateHandle = function(offset, nullable) { argument
165 offset, elementSize, expectedElementCount, elementType, nullable) { argument
179 offset, structClass, nullable) { argument
191 Validator.prototype.validateStringPointer = function(offset, nullable) { argument
249 function(offset, numElements, nullable) { argument
262 function(offset, numElements, elementClass, nullable) { argument
275 function(offset, numElements, structClass, nullable) { argument
/external/chromium_org/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(String v, int offset, boolean nullable) { in encode()
238 public void encode(Handle v, int offset, boolean nullable) { in encode()
250 public <T extends Interface> void encode(T v, int offset, boolean nullable, in encode()
265 nullable); in encode() local
279 public <I extends Interface> void encode(InterfaceRequest<I> v, int offset, boolean nullable) { in encode()
288 encode(v.passHandle(), offset, nullable); in encode() local
446 public void encodeNullPointer(int offset, boolean nullable) { in encodeNullPointer()
457 public void encodeInvalidHandle(int offset, boolean nullable) { in encodeInvalidHandle()
DDecoder.java207 public Decoder readPointer(int offset, boolean nullable) { in readPointer()
340 public Handle readHandle(int offset, boolean nullable) { in readHandle()
356 public UntypedHandle readUntypedHandle(int offset, boolean nullable) { in readUntypedHandle()
363 public DataPipe.ConsumerHandle readConsumerHandle(int offset, boolean nullable) { in readConsumerHandle()
370 public DataPipe.ProducerHandle readProducerHandle(int offset, boolean nullable) { in readProducerHandle()
377 public MessagePipeHandle readMessagePipeHandle(int offset, boolean nullable) { in readMessagePipeHandle()
384 public SharedBufferHandle readSharedBufferHandle(int offset, boolean nullable) { in readSharedBufferHandle()
393 public <P extends Proxy> P readServiceInterface(int offset, boolean nullable, in readServiceInterface()
406 boolean nullable) { in readInterfaceRequest()
417 public String readString(int offset, boolean nullable) { in readString()
/external/chromium_org/mojo/public/python/mojo/bindings/
Ddescriptor.py150 def __init__(self, nullable=False): argument
188 def __init__(self, nullable=False): argument
214 def __init__(self, nullable=False): argument
246 def __init__(self, nullable=False, length=0): argument
270 def __init__(self, nullable=False, length=0): argument
298 def __init__(self, sub_type, nullable=False, length=0): argument
349 def __init__(self, typecode, nullable=False, length=0): argument
375 def __init__(self, struct_type, nullable=False): argument
/external/bison/src/
Dnullable.c42 bool *nullable = NULL; variable
/external/chromium_org/third_party/cython/src/Cython/Plex/
DRegexps.py110 nullable = 1 # True if this RE can match 0 input symbols variable in RE
228 nullable = 0 variable in RawCodeRange
257 nullable = 0 variable in _RawNewline
274 nullable = 0 variable in SpecialSymbol
/external/chromium_org/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/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java727 boolean nullable) in getBestRowIdentifier()