HomeSort by relevance Sort by last modified time
    Searched defs:nullable (Results 1 - 22 of 22) sorted by null

  /external/bison/src/
nullable.c 22 /* Set up NULLABLE, a vector saying which nonterminals can expand into
23 the null string. NULLABLE[I - NTOKENS] is nonzero if symbol I can
31 #include "nullable.h"
42 bool *nullable = NULL; variable
48 fputs ("NULLABLE\n", out);
51 nullable[i - ntokens] ? "yes" : "no");
72 nullable = xcalloc (nvars, sizeof *nullable);
108 && ! nullable[rules_ruleno->lhs->number - ntokens])
110 nullable[rules_ruleno->lhs->number - ntokens] = true
    [all...]
  /cts/tools/dasm/src/java_cup/
non_terminal.java 137 /* only look at things that aren't already marked nullable */
138 if (!nt.nullable())
236 public boolean nullable() {return _nullable;} method in class:non_terminal
258 /** Test to see if this non terminal currently looks nullable. */
261 /* look and see if any of the productions now look nullable */
263 /* if the production can go to empty, we are nullable */
267 /* none of the productions can go to empty, so we are not nullable */
276 return super.toString() + "[" + index() + "]" + (nullable() ? "*" : "");
production.java 237 public boolean nullable() {return _nullable;} method in class:production
605 /** Check to see if the production (now) appears to be nullable.
606 * A production is nullable if its RHS could derive the empty string.
608 * which themselves are nullable.
617 if (nullable_known()) return nullable();
619 /* if we have a zero size RHS we are directly nullable */
636 /* if its a terminal we are definitely not nullable */
639 /* its a non-term, is it marked nullable */
640 else if (!((non_terminal)sym).nullable())
641 /* this one not (yet) nullable, so we aren't *
    [all...]
  /art/runtime/
check_jni.cc 63 #define kFlag_NullableUtf 0x0020 // Are our UTF parameters nullable?
190 AbortF("non-nullable argument was NULL");
343 * Use the kFlag_NullableUtf flag where 'u' field(s) are nullable.
762 bool nullable = ((flags_ & kFlag_NullableUtf) != 0); local
763 return CheckUtfString(arg.u, nullable);
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 340 String[] nullable = {"YES", "NO",""}; local
348 Arrays.sort(nullable);
362 assertTrue("Invalid nullable value", Arrays.binarySearch(
363 nullable, rs.getString("IS_NULLABLE")) > -1);
364 assertTrue("Invalid nullable code", Arrays.binarySearch(
365 nullableInt, rs.getInt("NULLABLE")) > -1);
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 1087 milliseconds