/external/chromium_org/mojo/public/js/bindings/ |
D | validator.js | 92 Validator.prototype.validateHandle = function(offset, nullable) { argument 96 return nullable ? 165 offset, elementSize, expectedElementCount, elementType, nullable) { argument 171 return nullable ? 179 offset, structClass, nullable) { argument 185 return nullable ? 191 Validator.prototype.validateStringPointer = function(offset, nullable) { argument 193 offset, codec.Uint8.encodedSize, 0, codec.Uint8, nullable); 227 var nullable = isNullable(elementType); 230 return this.validateHandleElements(elementsOffset, numElements, nullable); [all …]
|
/external/bison/src/ |
D | nullable.c | 42 bool *nullable = NULL; variable 51 nullable[i - ntokens] ? "yes" : "no"); in nullable_print() 72 nullable = xcalloc (nvars, sizeof *nullable); in nullable_compute() 108 && ! nullable[rules_ruleno->lhs->number - ntokens]) in nullable_compute() 110 nullable[rules_ruleno->lhs->number - ntokens] = true; in nullable_compute() 121 if (r->useful && ! nullable[r->lhs->number - ntokens]) in nullable_compute() 123 nullable[r->lhs->number - ntokens] = true; in nullable_compute() 141 free (nullable); in nullable_free()
|
D | nullable.h | 25 extern bool *nullable;
|
D | Makefile.am | 52 nullable.c nullable.h \
|
D | lalr.c | 181 if (nullable[sym - ntokens]) in initialize_F() 265 if (nullable[*rp - ntokens]) in build_relations()
|
D | ielr.c | 58 && nullable [item_number_as_symbol_number (ritem[i]) - ntokens]) in ielr_compute_ritem_sees_lookahead_set() 267 if (nullable[sym - ntokens]) in ielr_compute_always_follows()
|
D | Makefile.in | 184 named-ref.$(OBJEXT) nullable.$(OBJEXT) output.$(OBJEXT) \ 1449 nullable.c nullable.h \ 1650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nullable.Po@am__quote@
|
/external/chromium_org/third_party/cython/src/Cython/Plex/ |
D | Regexps.py | 110 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 294 nullable = 1 298 nullable = nullable and re.nullable 300 self.nullable = nullable 309 if not re.nullable: 328 match_bol = re.match_nl or (match_bol and re.nullable) 340 nullable = 0 [all …]
|
/external/chromium_org/mojo/public/python/mojo/bindings/ |
D | descriptor.py | 150 def __init__(self, nullable=False): argument 152 self.nullable = nullable 155 if value is None and not self.nullable: 164 if not self.nullable: 188 def __init__(self, nullable=False): argument 189 PointerType.__init__(self, nullable) 190 self._array_type = NativeArrayType('B', nullable) 214 def __init__(self, nullable=False): argument 216 self.nullable = nullable 226 if not value.IsValid() and not self.nullable: [all …]
|
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | Encoder.java | 212 public void encode(Struct v, int offset, boolean nullable) { in encode() argument 214 encodeNullPointer(offset, nullable); in encode() 224 public void encode(String v, int offset, boolean nullable) { in encode() argument 226 encodeNullPointer(offset, nullable); in encode() 229 final int arrayNullability = nullable ? in encode() 238 public void encode(Handle v, int offset, boolean nullable) { in encode() argument 240 encodeInvalidHandle(offset, nullable); in encode() 250 public <T extends Interface> void encode(T v, int offset, boolean nullable, in encode() argument 253 encodeInvalidHandle(offset, nullable); in encode() 265 nullable); in encode() local [all …]
|
D | Decoder.java | 207 public Decoder readPointer(int offset, boolean nullable) { in readPointer() argument 211 if (!nullable) { in readPointer() 340 public Handle readHandle(int offset, boolean nullable) { in readHandle() argument 343 if (!nullable) { in readHandle() 356 public UntypedHandle readUntypedHandle(int offset, boolean nullable) { in readUntypedHandle() argument 357 return readHandle(offset, nullable).toUntypedHandle(); in readUntypedHandle() 363 public DataPipe.ConsumerHandle readConsumerHandle(int offset, boolean nullable) { in readConsumerHandle() argument 364 return readUntypedHandle(offset, nullable).toDataPipeConsumerHandle(); in readConsumerHandle() 370 public DataPipe.ProducerHandle readProducerHandle(int offset, boolean nullable) { in readProducerHandle() argument 371 return readUntypedHandle(offset, nullable).toDataPipeProducerHandle(); in readProducerHandle() [all …]
|
/external/chromium_org/mojo/public/tools/bindings/generators/ |
D | mojom_js_generator.py | 159 nullable = JavaScriptNullableParam(packed_field) 167 (field_offset, element_size, element_count, element_type, nullable) 171 nullable = JavaScriptNullableParam(packed_field) 174 return "%s, %s, %s" % (field_offset, struct_type, nullable) 178 nullable = JavaScriptNullableParam(packed_field) 179 return "%s, %s" % (JavaScriptFieldOffset(packed_field), nullable) 183 nullable = JavaScriptNullableParam(packed_field) 185 return "%s, %s" % (field_offset, nullable)
|
/external/chromium_org/mojo/public/interfaces/bindings/tests/ |
D | test_structs.mojom | 25 // handles, and structs. The "?" nullable suffix shouldn't have any 61 // are initialized correctly. The "?" nullable suffix shouldn't have any
|
/external/chromium_org/third_party/ply/ |
D | yacc.py | 2094 nullable = {} 2099 nullable[p.name] = 1 2102 if not t in nullable: break 2104 nullable[p.name] = 1 2105 if len(nullable) == num_nullable: break 2106 num_nullable = len(nullable) 2107 return nullable 2140 def dr_relation(self,C,trans,nullable): argument 2207 def compute_lookback_includes(self,C,trans,nullable): argument 2242 if not p.prod[li] in nullable: break [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | URL.idl | 40 // FIXME: should not be nullable
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
D | AudioNode.idl | 42 // FIXME: AudioNode argument should not be nullable
|
/external/bison/tests/ |
D | sets.at | 68 # At some point, nullable had been smoking grass, and managed to say:
|
D | existing.at | 77 # computation of nullable. It reported 485 SR conflicts!
|
/external/eclipse-windowbuilder/propertysheet/.settings/ |
D | org.eclipse.jdt.core.prefs | 6 org.eclipse.jdt.core.compiler.annotation.nullable=com.android.annotations.Nullable
|
/external/bison/ |
D | ChangeLog-1998 | 1111 * src/nullable.c (set_nullable): Ignore those rules. 1308 src/nullable.c src/output.c src/print.c src/reader.c src/reduce.c 1320 src/reader.c, src/print.c, src/output.c, src/nullable.c,
|
D | ChangeLog-2012 | 1072 * src/named-ref.h, src/nullable.c, src/nullable.h: 4808 * src/nullable.c, src/nullable.h, src/output.c, src/output.h: 8928 * src/nullable.c (nullable_compute, token_definitions_output): 9446 * src/nullable.c: Likewise. 10971 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c, 11344 * src/nullable.c (nullable_compute): Likewise. 11555 * src/nullable.c (nullable_compute): Likewise, for squeue, relts. 11631 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l, 12399 * src/nullable.c (nullable_compute): Likewise. 13007 * src/nullable.c (nullable_compute): Likewise. [all …]
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 727 boolean nullable) in getBestRowIdentifier() argument
|
/external/antlr/antlr-3.4/runtime/C/ |
D | README | 1169 * ^(ROOT ID?) Didn't work; nor did any other nullable child list such as 1170 ^(ROOT ID* INT?). Now, I check to see if child list is nullable using 1174 * Fixed a bug in LOOK that made it not look through nullable rules.
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | CodeGenTreeWalker.g | 892 // nullable child list if we can see the UP as the next token
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 2739 * ^(ROOT ID?) Didn't work; nor did any other nullable child list such as 2740 ^(ROOT ID* INT?). Now, I check to see if child list is nullable using 2744 * Fixed a bug in LOOK that made it not look through nullable rules.
|