HomeSort by relevance Sort by last modified time
    Searched refs:consistent (Results 1 - 25 of 42) 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 285 boolean consistent = true;
289 consistent = false;
294 consistent = false;
301 consistent = false;
304 return consistent;
MethodInfo.java 344 * Returns a name consistent with the {@link com.google.doclava.MethodInfo#getHashableName()}.
725 boolean consistent = true;
732 consistent = infoReturnClass != null &&
735 consistent = false;
738 if (!consistent) {
745 consistent = false;
751 consistent = false;
762 consistent = false;
766 consistent = false;
773 consistent = false
    [all...]
ClassInfo.java     [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...]
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_format_browsertest.js 116 * Ensure that radio and checkbox buttons have consistent layout.
  /external/chromium_org/v8/test/mjsunit/
array-functions-prototype.js 32 // below). Our behavior is consistent and matches the bahavior of
  /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/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/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/chromium_org/chrome/third_party/chromevox/chromevox/injected/
api.js 584 * are consistent with how ChromeVox normally presents information about
  /external/chromium_org/remoting/webapp/
host_setup_dialog.js 177 // using callWithToken here ensures consistent error handling in the
  /external/strace/
strace.spec 196 - Make some diagnostics more consistent (#159308).

Completed in 1376 milliseconds

1 2