Home
last modified time | relevance | path

Searched defs:newline (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/tools/emugen/
DEntryPoint.cpp156 void EntryPoint::print(FILE *fp, bool newline, in print()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DWrapInRefactoring.java374 InsertEdit newline = new InsertEdit(mSelectionStart + index, indentUnit); in computeChanges() local