HomeSort by relevance Sort by last modified time
    Searched refs:consistent (Results 1 - 25 of 33) sorted by null

1 2

  /external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java 55 * Checks to see if this api is consistent with a newer version.
58 boolean consistent = true;
62 consistent = false;
66 consistent = false;
72 consistent = false;
75 return consistent;
  /external/doclava/src/com/google/doclava/
FieldInfo.java 418 boolean consistent = true;
422 consistent = false;
426 consistent = false;
432 consistent = false;
438 consistent = false;
444 consistent = false;
448 consistent = false;
454 consistent = false;
460 consistent = false;
466 consistent = false
    [all...]
PackageInfo.java 271 boolean consistent = true;
275 consistent = false;
280 consistent = false;
287 consistent = false;
290 return consistent;
ClassInfo.java     [all...]
MethodInfo.java 343 * Returns a name consistent with the {@link com.google.doclava.MethodInfo#getHashableName()}.
724 boolean consistent = true;
726 consistent = false;
732 consistent = false;
738 consistent = false;
749 consistent = false;
753 consistent = false;
760 consistent = false;
766 consistent = false;
774 consistent = false
    [all...]
  /external/bison/src/
state.c 145 res->consistent = 0;
173 res->consistent = s->consistent;
state.h 213 char consistent; member in struct:state
lalr.c 248 if (!s->consistent)
345 `consistent'. However, do not treat a state with any reductions as
346 consistent unless it is the accepting state (because there is never
356 s->consistent = 1;
reader.c 659 "lr.default-reductions", "most", "consistent", "accepting", NULL,
tables.c 308 labeled as consistent. */
312 if (0 != strcmp (default_reductions, "most") && !s->consistent)
322 if (s->consistent)
conflicts.c 336 if (s->consistent)
AnnotationList.c 426 if (s->consistent)
    [all...]
ielr.c     [all...]
  /external/v8/test/mjsunit/
array-functions-prototype.js 32 // below). Our behavior is consistent and matches the bahavior of
  /build/core/
cleanbuild.mk 109 # necessary to keep things consistent.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 106 // if current token is consistent with what could come after set
116 //System.out.println("LT(1)=="+((TokenStream)input).LT(1)+" is consistent with what follows; inserting...");
364 * consistent with any of the alternatives for rule r. The best
538 * If current token is consistent with what could come after
  /external/webkit/Tools/DumpRenderTree/gtk/fonts/
fonts.conf 8 gives more consistent results. When all the distributions
  /external/libpng/
CHANGES 25 made various names more consistent
300 Fixed three bugs in pngrtran.c to make gamma+background handling consistent
319 Reduced the default warning level in some makefiles, to make them consistent.
443 consistent with PNG-1.2, and allow variance of 500 before complaining.
535 Changed the PNG_sRGB_INTENT macros in png.h to be consistent with PNG-1.2.
    [all...]
  /external/quake/
NOTICE 240 through that system in reliance on consistent application of that
585 through that system in reliance on consistent application of that
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 73 * make sure that this is consistent with have the user will build
  /device/asus/grouper/keymaster/
NOTICE 211 or other liability obligations and/or rights consistent with this
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 211 or other liability obligations and/or rights consistent with this
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 211 or other liability obligations and/or rights consistent with this
  /external/ceres-solver/docs/
changes.tex 41 \item A new richer, more expressive and consistent API for ordering
  /external/strace/
strace.spec 196 - Make some diagnostics more consistent (#159308).

Completed in 878 milliseconds

1 2