Home
last modified time | relevance | path

Searched refs:is_first (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_objectwriter.h126 bool is_first() { in is_first() function
174 bool needs_newline = !element_->is_first(); in Pop()
Djson_objectwriter.cc168 bool not_first = !element()->is_first(); in WritePrefix()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc1570 bool is_first = true; in ParseExtend() local
1589 if (is_first) { in ParseExtend()
1592 is_first = false; in ParseExtend()
/frameworks/native/cmds/installd/
Ddexopt.cpp1853 bool is_first = true; in join_fds() local
1855 if (is_first) { in join_fds()
1856 is_first = false; in join_fds()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java1479 boolean is_first = true; in runCompile()
1481 if (is_first) { in runCompile()
1482 is_first = false; in runCompile()