Searched refs:nullable (Results 1 – 8 of 8) sorted by relevance
138 if (!nt.nullable()) in compute_nullability()236 public boolean nullable() {return _nullable;} in nullable() method in non_terminal276 return super.toString() + "[" + index() + "]" + (nullable() ? "*" : ""); in toString()
237 public boolean nullable() {return _nullable;} in nullable() method in production617 if (nullable_known()) return nullable(); in check_nullable()640 else if (!((non_terminal)sym).nullable()) in check_nullable()684 if (!((non_terminal)sym).nullable()) in check_first_set()750 if (nullable()) in toString()
210 if (!((non_terminal)sym).nullable()) in calc_lookahead()254 if (!((non_terminal)sym).nullable()) return false; in lookahead_visible()
180 Mockito.nullable(Intent.class)); in assertWithTimeoutOnActivityResultNotInvoked()189 Mockito.nullable(Intent.class)); in assertWithTimeoutOnActivityResultInvokedWithResultCode()
22 import static org.mockito.ArgumentMatchers.nullable;348 .onColorsChanged(nullable(WallpaperColors.class), anyInt()); in verifyColorListenerInvokedClearing()
573 private static String nullToEmpty(String nullable) { in nullToEmpty() argument574 return nullable == null ? "" : nullable; in nullToEmpty()
32 import static org.mockito.Matchers.nullable;172 verify(mDataStore, atLeast(0)).getString(eq(KEY), nullable(String.class)); in putStringTestCommon()
META-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...