Searched refs:sw (Results 1 – 5 of 5) sorted by relevance
48 StringWriter sw = new StringWriter(); in testBaseClassSource() local51 ClassSourcer jw = new ClassSourcer(new Output(sw)); in testBaseClassSource()73 sw.toString()); in testBaseClassSource()78 StringWriter sw = new StringWriter(); in testInnerClassSource() local81 ClassSourcer jw = new ClassSourcer(new Output(sw)); in testInnerClassSource()101 sw.toString()); in testInnerClassSource()106 StringWriter sw = new StringWriter(); in testTemplateClassSource() local109 ClassSourcer jw = new ClassSourcer(new Output(sw)); in testTemplateClassSource()136 sw.toString()); in testTemplateClassSource()
49 StringWriter sw = new StringWriter(); in testDumpClass() local52 mGen.visitClassSource(sw, cr, new Filter()); in testDumpClass()54 String s = sw.toString(); in testDumpClass()
3 *.sw[op]
149 StringWriter sw = new StringWriter(); in gatherAdminExtras() local151 props.store(sw, "admin extras bundle"); in gatherAdminExtras()153 sw.toString()); in gatherAdminExtras()
312 Switch sw = new Switch(context); in updateApprovals() local313 sw.setText(approval); in updateApprovals()314 sw.setTag(approval); in updateApprovals()315 sw.setChecked(Arrays.asList(selectedApprovals).contains(approval)); in updateApprovals()316 sw.setOnCheckedChangeListener(this); in updateApprovals()317 sw.setId(R.id.approval); in updateApprovals()318 mLayoutApprovals.addView(sw); in updateApprovals()