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

  /external/clang/test/Index/
complete-in-stringify.c 3 #define MORE __FILE__
6 #define N(x) func("2"#x MORE)
  /external/e2fsprogs/lib/ss/
pager.c 2 * Pager: Routines to create a "more" running out of a particular file
43 static char MORE[] = "more";
145 _ss_pager_name = MORE;
  /external/jetty/src/java/org/eclipse/jetty/http/
Generator.java 29 public static final boolean MORE=false;
38 * @throws IllegalStateException If the request is not expecting any more content,
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 184 #define MORE() (p->next < p->end)
186 #define SEE(c) (MORE() && PEEK() == (c))
187 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
196 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
197 #define MUSTEAT(c, e) (void) (REQUIRE(MORE() && GETNEXT() == (c), e))
198 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
362 while (MORE() && (c = PEEK()) != '|' && c != stop)
387 assert(!MORE() || SEE(stop));
408 assert(MORE()); /* caller should have ensured this */
414 REQUIRE(MORE(), REG_EPAREN)
    [all...]
  /external/llvm/lib/Support/
regcomp.c 124 #define MORE() (p->next < p->end)
126 #define SEE(c) (MORE() && PEEK() == (c))
127 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
136 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
137 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
138 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
276 while (MORE() && (c = PEEK()) != '|' && c != stop)
301 assert(!MORE() || SEE(stop));
318 assert(MORE()); /* caller should have ensured this */
324 REQUIRE(MORE(), REG_EPAREN)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 115 #define MORE() (p->next < p->end)
117 #define SEE(c) (MORE() && PEEK() == (c))
118 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
127 #define MUSTSEE(c, e) REQUIRE(MORE() && PEEK() == (c), e)
128 #define MUSTEAT(c, e) REQUIRE(MORE() && GETNEXT() == (c), e)
129 #define MUSTNOTSEE(c, e) REQUIRE(!MORE() || PEEK() != (c), e)
260 while (MORE() && (c = PEEK()) != '|' && c != stop)
285 assert(!MORE() || SEE(stop));
301 assert(MORE()); /* caller should have ensured this */
307 REQUIRE(MORE(), REG_EPAREN)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 480 milliseconds