Searched refs:Null (Results 1 - 24 of 24) sorted by relevance

/openjdk9/jdk/make/non-build-utils/reorder/tests/
H A DNull.java28 public class Null { class
/openjdk9/jdk/src/java.base/share/classes/java/lang/ref/
H A DReferenceQueue.java46 private static class Null<S> extends ReferenceQueue<S> { class in class:ReferenceQueue
52 static ReferenceQueue<Object> NULL = new Null<>();
53 static ReferenceQueue<Object> ENQUEUED = new Null<>();
/openjdk9/jdk/test/java/beans/Introspector/
H A DTest4935607.java61 test(Null.class);
142 public static class Null { class in class:Test4935607
199 public static class NullNull extends Null {
218 public static class TrueNull extends Null {
243 public static class FalseNull extends Null {
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-open-file-private.hh79 if (unlikely (i >= numTables)) return Null(TableRecord);
171 default:return Null(OpenTypeFontFace);
236 default: return Null(OpenTypeFontFace);
H A Dhb-open-type-private.hh128 * Null objects
131 /* Global nul-content Null pool. Enlarge as necessary. */
135 /* Generic nul-content Null objects. */
137 static inline const Type& Null (void) { function in namespace:OT
142 /* Specializaiton for arbitrary-content arbitrary-sized Null objects. */
146 /*static*/ inline const Type& Null<Type> (void) { \
152 #define Null(Type) Null<Type>() macro
377 return unlikely (!base) ? &Null(Type) : CastP<Type> (base);
726 /* Offset, Null offse
[all...]
H A Dhb-ot-layout.cc98 layout->gdef = &OT::Null(OT::GDEF);
145 layout->gdef = &OT::Null(OT::GDEF);
192 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GDEF);
198 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GSUB);
204 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GPOS);
276 default: return OT::Null(OT::GSUBGPOS);
855 return &_get_gsub (face) != &OT::Null(OT::GSUB);
919 return &_get_gpos (face) != &OT::Null(OT::GPOS);
H A Dhb-ot-font.cc364 if (!subtable) subtable = &OT::Null(OT::CmapSubtable);
374 if (!subtable_uvs) subtable_uvs = &OT::Null(OT::CmapSubtableFormat14);
435 if (instance && instance != &OT::Null(T))
450 return &OT::Null(T);
H A Dhb-ot-layout-common-private.hh99 /* We cheat slightly and don't define separate Null objects
100 * for Record types. Instead, we return the correct Null(Tag)
102 if (unlikely (i >= this->len)) return Null(Tag);
223 Offset<> lookupOrderZ; /* = Null (reserved for an offset to a
266 * beginning of Script table--may be Null */
483 return Null(FeatureParamsSize);
559 * to the beginning of the Feature Table; = Null
1660 inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore)) const
1672 inline hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore)) const
H A Dhb-ot-layout-gdef-table.hh385 { return version.to_int () >= 0x00010003u ? this+varStore : Null(VariationStore); }
428 * GDEF header (may be Null) */
432 * of GDEF header (may be Null) */
436 * of GDEF header (may be Null) */
440 * of GDEF header (may be Null) */
H A Dhb-ot-layout-gsubgpos-private.hh236 static return_t default_return_value (void) { return Null(Coverage); }
2170 if (unlikely (!offset)) return Null(typename T::LookupSubTable);
2215 default:return Null(typename T::LookupSubTable);
2280 { return (version.to_int () >= 0x00010001u ? this+featureVars : Null(FeatureVariations))
H A Dhb-ot-layout-gpos-table.hh368 if (unlikely (row >= rows || col >= cols)) return Null(Anchor);
/openjdk9/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DPrimitiveType.java152 case TYPE_VOID: return Null.class;
195 class Null {} class
/openjdk9/hotspot/src/share/vm/classfile/
H A DverificationType.hpp90 Null = 0x00000000, // A reference with a 0 sym is null enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon371
133 static VerificationType null_type() { return VerificationType(Null); }
176 bool is_null() const { return (_u._data == Null); }
H A DverificationType.cpp161 case Null: st->print("null"); break;
/openjdk9/hotspot/src/share/vm/opto/
H A Dtype.cpp507 TypePtr::NULL_PTR= TypePtr::make(AnyPtr, TypePtr::Null, 0);
2349 // TopPTR, AnyNull, Constant, Null, NotNull, BotPTR,
2350 { /* Top */ TopPTR, AnyNull, Constant, Null, NotNull, BotPTR,},
2353 { /* Null */ Null, BotPTR, BotPTR, Null, BotPTR, BotPTR,},
2372 assert( _ptr == Null, "" );
2461 BotPTR, NotNull, Constant, Null, AnyNull, TopPTR
2733 if( _ptr == Null ) st->print("NULL");
2771 // TopPTR, Null, AnyNul
[all...]
H A Dlive.cpp338 assert(!is_derived || check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad derived pointer");
346 check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad base pointer");
H A Dcastnode.cpp308 if (in_ptr == TypePtr::Null) {
367 // if( type_ptr == TypePtr::BotPTR || type_ptr == TypePtr::Null ||
H A Dsubnode.cpp854 // two oops is not Null and not Bottom, then we are sure that one
857 if (jp != TypePtr::Null && jp != TypePtr::BotPTR) {
865 // Null can be distinguished from any NotNull pointers
1080 // two oops is not Null and not Bottom, then we are sure that one
1083 if (jp != TypePtr::Null && jp != TypePtr::BotPTR) {
1091 // Null can be distinguished from any NotNull pointers
H A Dtype.hpp799 enum PTR { TopPTR, AnyNull, Constant, Null, NotNull, BotPTR, lastPTR };
894 virtual bool maybe_null() const { return meet_ptr(Null) == ptr(); }
H A Dcompile.cpp1607 tj->ptr() != TypePtr::Null, "No imprecise addresses" );
H A Dmemnode.cpp2041 tp->ptr() == TypePtr::Null) return Type::TOP;
/openjdk9/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DToken.java192 Null = 312, field in class:Token
H A DPreprocessor.java160 case Token.Null:
/openjdk9/jdk/make/non-build-utils/reorder/
H A DMakefile47 TESTS = Null Exit Hello Sleep IntToString \

Completed in 344 milliseconds