Searched defs:newline (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/util/
H A DJsonWriter.java258 newline();
412 * as newline characters. This prevents eval() from failing with a
461 private void newline() throws IOException { method in class:JsonWriter
483 newline();
507 newline();
512 newline();
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py443 # newline() - print a newline to the output file (utility function)
512 def newline(self): member in class:COutputGenerator
524 self.newline()
528 self.newline()
551 self.newline()
556 self.newline()
575 self.newline()
/frameworks/native/cmds/dumpstate/
H A Dutils.c257 bool newline = false; local
270 newline = true;
276 newline = true;
283 newline = (buffer[bytes_read-1] == '\n');
287 newline = true;
295 if (!newline) printf("\n");
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp792 // <path to apk><space><path to idmap><newline>
794 char* newline = strchr(buf, '\n'); local
797 if (space == NULL || newline == NULL || newline < space) {
803 oap.idmap = String8(space + 1, newline - space - 1);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 205 milliseconds