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

  /build/tools/apicheck/src/com/android/apicheck/
PackageInfo.java 52 boolean consistent = true;
56 consistent = false;
61 consistent = false;
69 consistent = false;
72 return consistent;
MethodInfo.java 95 boolean consistent = true;
97 consistent = false;
104 consistent = false;
110 consistent = false;
122 consistent = false;
130 consistent = false;
136 consistent = false;
145 consistent = false;
151 consistent = false;
161 consistent = false
    [all...]
ConstructorInfo.java 99 boolean consistent = true;
102 consistent = false;
108 consistent = false;
114 consistent = false;
121 consistent = false;
131 consistent = false;
140 consistent = false;
144 return consistent;
FieldInfo.java 106 boolean consistent = true;
110 consistent = false;
117 consistent = false;
124 consistent = false;
130 consistent = false;
136 consistent = false;
142 consistent = false;
148 consistent = false;
154 consistent = false;
157 return consistent;
    [all...]
ApiInfo.java 42 boolean consistent = true;
46 consistent = false;
51 consistent = false;
58 consistent = false;
61 return consistent;
ClassInfo.java 129 boolean consistent = true;
135 consistent = false;
152 consistent = false;
159 consistent = false;
173 consistent = false;
186 consistent = false;
194 consistent = false;
199 consistent = false;
206 consistent = false;
213 consistent = false
    [all...]
  /external/bison/src/
lalr.c 259 if (!s->consistent)
351 and the state is `consistent'. */
357 s->consistent = 1;
362 s->consistent = 0;
state.h 207 char consistent; member in struct:state
state.c 146 res->consistent = 0;
conflicts.c 272 if (s->consistent)
print.c 223 if (s->consistent)
tables.c 313 if (s->consistent)
  /external/v8/test/mjsunit/
array-functions-prototype.js 32 // below). Our behavior is consistent and matches the bahavior of
  /external/v8/src/
regexp.js 58 // Allow duplicate flags to be consistent with JSC and others.
68 // Ignore flags that have no meaning to be consistent with
array.js 650 // Assume the comparefn, if any, is a consistent comparison function.
    [all...]
  /build/core/
cleanbuild.mk 105 # necessary to keep things consistent.
  /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/dnsmasq/contrib/dnslist/
dnslist.pl 489 through that system in reliance on consistent application of that
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 148 on an x86 with zero problems. The consistent API also means that if you learn how to use Blowfish with the library you
153 Not only did I strive to make a consistent and simple API to work with but I also attempted to make the library
    [all...]

Completed in 361 milliseconds