HomeSort by relevance Sort by last modified time
    Searched defs:nextNonWhitespace (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 38 while (HasMoreInput && nextNonWhitespace()) {
97 bool nextNonWhitespace() {
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 558 switch (nextNonWhitespace()) {
571 switch (nextNonWhitespace()) {
599 switch (nextNonWhitespace()) {
607 switch (nextNonWhitespace()) {
620 int quote = nextNonWhitespace();
645 switch (nextNonWhitespace()) {
663 int c = nextNonWhitespace();
709 private int nextNonWhitespace() throws IOException {
    [all...]
  /frameworks/base/core/java/android/util/
JsonReader.java 590 switch (nextNonWhitespace()) {
603 switch (nextNonWhitespace()) {
631 switch (nextNonWhitespace()) {
639 switch (nextNonWhitespace()) {
652 int quote = nextNonWhitespace();
677 switch (nextNonWhitespace()) {
695 int c = nextNonWhitespace();
781 private int nextNonWhitespace() throws IOException {
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 517 milliseconds