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

1 2

  /external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java 64 * Checks to see if this api is consistent with a newer version.
75 * Checks to see if this api is consistent with a newer version.
85 boolean consistent = true;
102 consistent = false;
115 consistent = false;
125 consistent = false;
134 return consistent;
  /external/doclava/src/com/google/doclava/
FieldInfo.java 423 boolean consistent = true;
427 consistent = false;
431 consistent = false;
437 consistent = false;
443 consistent = false;
449 consistent = false;
453 consistent = false;
459 consistent = false;
465 consistent = false;
471 consistent = false
    [all...]
MethodInfo.java 358 * Returns a name consistent with the {@link com.google.doclava.MethodInfo#getHashableName()}.
771 boolean consistent = true;
778 consistent = infoReturnClass != null &&
781 consistent = false;
784 if (!consistent) {
792 consistent = false;
798 consistent = false;
809 consistent = false;
813 consistent = false;
820 consistent = false
    [all...]
PackageInfo.java 448 * Check if packages are consistent, also record class deltas.
462 * Check if packages are consistent, also record class deltas.
474 boolean consistent = true;
492 consistent = false;
503 consistent = false;
514 consistent = false;
524 return consistent;
ClassInfo.java     [all...]
  /cts/tests/tests/deqp/
deqp_egl.mk 15 # Dummy target to make dEQP EGL test list generation consistent with other
deqp_gles2.mk 15 # Dummy target to make dEQP GLES2 test list generation consistent with other
deqp_gles3.mk 15 # Dummy target to make dEQP GLES3 test list generation consistent with other
deqp_gles31.mk 15 # Dummy target to make dEQP GLES31 test list generation consistent with other
Android.mk 15 # Dummy target to make dEQP test list generation consistent with other tests.
  /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...]
  /frameworks/native/libs/ui/
Android.mk 30 # that they're non-portable as long as they're consistent within one execution
  /external/v8/test/mjsunit/
array-functions-prototype.js 32 // below). Our behavior is consistent and matches the bahavior of
  /ndk/tests/device/hard-float/jni/
Android.mk 32 # 1. All code and library *must* be recompiled with consistent soft-abi.
  /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
  /build/core/
cleanbuild.mk 131 # necessary to keep things consistent.
  /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
  /external/strace/
strace.spec 239 - Make some diagnostics more consistent (#159308).

Completed in 1363 milliseconds

1 2