Searched refs:consistent (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/make/sun/awt/
H A DDepend.mak27 # ensure consistent sort order
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanAnalyzer.java181 /* Check that getters and setters are consistent. */
184 if (!introspector.consistent(am.getter, am.setter)) {
H A DMBeanIntrospector.java224 /** True if the given getter and setter are consistent. */
225 final boolean consistent(M getter, M setter) { method in class:MBeanIntrospector
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_pt_BR.properties182 cos-element-consistent = cos-element-consistent: Erro do tipo ''{0}''. V\u00E1rios elementos com o nome ''{1}'' com diferentes tipos aparecem no grupo de modelos.
H A DXMLSchemaMessages_de.properties182 cos-element-consistent = cos-element-consistent: Fehler bei Typ "{0}". Mehrere Elemente mit Namen "{1}" und unterschiedlichen Typen kommen in der Modellgruppe vor.
H A DXMLSchemaMessages_ja.properties182 cos-element-consistent = cos-element-consistent: \u30BF\u30A4\u30D7''{0}''\u306E\u30A8\u30E9\u30FC\u3002''{1}''\u3068\u3044\u3046\u540D\u524D\u306E\u7570\u306A\u308B\u30BF\u30A4\u30D7\u306E\u8907\u6570\u306E\u8981\u7D20\u304C\u30E2\u30C7\u30EB\u30FB\u30B0\u30EB\u30FC\u30D7\u306B\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES51 made various names more consistent
334 Fixed three bugs in pngrtran.c to make gamma+background handling consistent
355 Reduced the default warning level in some makefiles, to make them consistent.
490 consistent with PNG-1.2, and allow variance of 500 before complaining.
594 Changed the PNG_sRGB_INTENT macros in png.h to be consistent with PNG-1.2.
2045 Disallowed the user to redefine png_size_t, and enforced a consistent use
2346 Adopted preference for consistent use of "#ifdef" and "#ifndef" versus
2623 in pngset.c to be consistent with other changes in version 1.2.38.
2627 Makefile.in to be consistent with changes in libpng-1.4.0rc03
2646 Updated CMakeLists.txt for consistent indentatio
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp183 // Check that current type is consistent with the alias index used during graph construction
185 bool consistent = adr_check == NULL || adr_check->empty() || local
188 if( !consistent && adr_check != NULL && !adr_check->empty() &&
195 consistent = true;
197 if( !consistent ) {
206 assert(consistent, "adr_check must match alias idx");
4016 assert(mdef->empty_memory() == empty_mem, "consistent sentinels");
4113 assert(!old_mbase || old_mbase->is_empty_memory(empty_mem), "consistent sentinels");
4396 assert(other->is_empty_memory(empty_mem), "consistent sentinels");

Completed in 66 milliseconds