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

/frameworks/native/cmds/dumpstate/
H A DDumpstateInternal.cpp120 bool newline = false; local
133 newline = true;
138 newline = true;
145 newline = (buffer[bytes_read - 1] == '\n');
149 newline = true;
157 if (!newline) dprintf(out_fd, "\n");
/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/base/libs/androidfw/
H A DAssetManager.cpp674 // <path to apk><space><path to idmap><newline>
676 char* newline = strchr(buf, '\n'); local
679 if (space == NULL || newline == NULL || newline < space) {
685 oap.idmap = String8(space + 1, newline - space - 1);
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/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 1781 milliseconds