Searched refs:car2 (Results 1 – 5 of 5) sorted by relevance
47 CarWithWheel car2 = (CarWithWheel) new Yaml().load(carYaml1); in testDefaultRepresenter() local48 String carYaml2 = new Yaml().dump(car2); in testDefaultRepresenter()66 CarWithWheel car2 = (CarWithWheel) new Yaml(contructor).load(carYaml1); in testNoRootTag() local67 String carYaml2 = new Yaml().dumpAs(car2, Tag.MAP, FlowStyle.AUTO); in testNoRootTag()85 Map<Object, Object> car2 = (Map<Object, Object>) new Yaml().load(carYaml1); in testRootMap() local86 assertEquals(car1, car2); in testRootMap()87 assertEquals(carYaml1, new Yaml().dump(car2)); in testRootMap()
94 u32 car2; /* carry register 2 */ member
267 u32 car2; /* Carry Register Two */ member
489 uint car2; /* 0x24734 - Carry Register Two */ member
464 u32 car2; /* Carry Two */ member