Searched refs:newline (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/vulkan/doc/implementors_guide/
H A Dimplementors_guide.conf2 newline=\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/native/cmds/dumpstate/
H A Dutils.cpp362 puts(buffer); // adds a trailing newline
425 bool newline = false; local
438 newline = true;
444 newline = true;
451 newline = (buffer[bytes_read-1] == '\n');
455 newline = true;
464 if (!newline) printf("\n");
/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java435 boolean newline = false;
440 newline = (buf[n - 1] == '\n');
448 if (!newline) out.append("\n");
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp773 // <path to apk><space><path to idmap><newline>
775 char* newline = strchr(buf, '\n'); local
778 if (space == NULL || newline == NULL || newline < space) {
784 oap.idmap = String8(space + 1, newline - space - 1);
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskPersister.java378 final String newline = System.lineSeparator();
384 sb.append(line + newline);
/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 5647 milliseconds