Lines Matching defs:b
338 Base b = new Base(); in constructBase() local
362 Base b = new Base(intValue); in constructBase() local
378 Base b = new Base(0); in constructBaseWith0() local
402 Base b = new Base(stringValue); in constructBase() local
421 Base b = new Base(stringValue); in constructBaseWithNullString() local
449 Base b = new Base(doubleValue, objectValue); in constructBase() local
481 Base b = new Base(intValue, doubleValue, objectValue); in constructBase() local
508 Base b = new Base(0, doubleValue, null); in constructBaseWith0DoubleNull() local
532 Base b = new Base(intValue, doubleValue, objectValue, stringValue); in constructBase() local
558 Base b = new Base(doubleValue); in constructBase() local
574 Base b = new Base(0.0); in constructBaseWith0d() local
594 Base b = new Base(objectValue); in constructBase() local
620 Base b = new Base(intValue, dummy); in constructBase() local
859 BaseWithFinalField b = new BaseWithFinalField(); in constructBaseWithFinalField() local
883 BaseWithFinalField b = new BaseWithFinalField(intValue); in constructBaseWithFinalField() local
899 BaseWithFinalField b = new BaseWithFinalField(0); in constructBaseWithFinalFieldWith0() local