/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/ |
H A D | CustomStringPool.java | 49 public static final int NULL=-1; field in class:CustomStringPool 81 if (s==null) return NULL;
|
H A D | DTMStringPool.java | 65 public static final int NULL=-1; field in class:DTMStringPool 91 m_hashStart[i]=NULL; 102 if(i==NULL) return null; 109 if(s==null) return NULL; 117 while(hashcandidate!=NULL) 130 m_hashChain.addElement(NULL); // Initialize to no-following-same-hash 131 if(hashlast==NULL) // First for this hash
|
/openjdk7/hotspot/src/os/bsd/vm/ |
H A D | decoder_machO.hpp | 45 const char* module_path = NULL) { 44 decode(address pc, char* buf, int buflen, int* offset, const char* module_path = NULL) argument
|
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/ |
H A D | ValueObjectImpl.java | 36 static final ValueObject NULL = new ValueObjectImpl(null); field in class:ValueObjectImpl 48 : NULL;
|
/openjdk7/jdk/src/share/classes/java/lang/ref/ |
H A D | ReferenceQueue.java | 49 static ReferenceQueue NULL = new Null(); field in class:ReferenceQueue 78 r.queue = NULL;
|
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | g1AllocRegion.hpp | 52 // it can never be NULL) and this object can be used to satisfy 55 // then _alloc_region is NULL and this object should not be used to 84 // whether the _alloc_region is NULL or not. 136 return (_alloc_region == _dummy_region) ? NULL : _alloc_region; 145 // or return NULL if it was unable to. 178 void trace(const char* str, size_t word_size = 0, HeapWord* result = NULL); 180 void trace(const char* str, size_t word_size = 0, HeapWord* result = NULL) { } argument
|
H A D | heapRegionSet.inline.hpp | 41 hrs_assert_region_ok(this, hr, NULL); 42 assert(hr->next() == NULL, hrs_ext_msg(this, "should not already be linked")); 70 assert(hr->next() == NULL, hrs_ext_msg(this, "should already be unlinked")); 72 hr->set_containing_set(NULL); 98 hr->set_containing_set(NULL); 106 assert((length() == 0 && _head == NULL && _tail == NULL) || 107 (length() > 0 && _head != NULL && _tail != NULL), 113 if (_head != NULL) { 141 assert(length() > 0 && _head != NULL && _tail != NULL, local [all...] |
H A D | heapRegionSet.cpp | 47 const char* error_message = NULL; 77 if (extra_error_message != NULL) { 81 if (error_message != NULL) { 272 // from NULL to non-NULL or vice versa to catch bugs. So, we have 273 // to NULL it first before setting it to the value. 274 hr->set_containing_set(NULL); 279 if (_head != NULL) { 280 assert(length() > 0 && _tail != NULL, hrs_ext_msg(this, "invariant")); local 283 assert(length() == 0 && _tail == NULL, hrs_ext_ms 319 assert(length() > 0 && _head != NULL, hrs_ext_msg(this, "invariant")); local [all...] |
/openjdk7/jdk/src/share/classes/java/beans/ |
H A D | WeakIdentityMap.java | 43 private static final Object NULL = new Object(); // special object for null key field in class:WeakIdentityMap 54 key = NULL; 69 key = NULL;
|
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | genMarkSweep.cpp | 78 assert(ref_processor() == NULL, "no stomping"); 79 assert(rp != NULL, "should be non-NULL"); 83 GCTraceTime t1(GCCauseString("Full GC", gch->gc_cause()), PrintGC && !PrintGCDetails, true, NULL); local 177 _ref_processor = NULL; 202 if (scratch != NULL) { 222 if (_cur_gc_live_oops == NULL) { 296 &is_alive, &keep_alive, &follow_stack_closure, NULL, _gc_timer); 351 CompactPoint perm_cp(pg, NULL, NULL); [all...] |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/nc/ |
H A D | NameClass.java | 131 public static final NameClass NULL = new NullNameClass(); field in class:NameClass
|
/openjdk7/langtools/src/share/classes/javax/lang/model/type/ |
H A D | TypeKind.java | 98 NULL, enum constant in enum:TypeKind
|
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/ |
H A D | Type.java | 91 public static final ReferenceType NULL = new ReferenceType(){}; field in class:Type 126 return ((this.equals(Type.NULL) || (type >= Constants.T_UNKNOWN)))? signature :
|
/openjdk7/jdk/src/share/classes/java/sql/ |
H A D | Types.java | 175 * <code>NULL</code>. 177 public final static int NULL = 0; field in class:Types
|
/openjdk7/hotspot/src/share/vm/utilities/ |
H A D | decoder.hpp | 49 const char* modulepath = NULL) = 0; 83 const char* modulepath = NULL) { 103 static bool decode(address pc, char* buf, int buflen, int* offset, const char* modulepath = NULL); 82 decode(address pc, char* buf, int buflen, int* offset, const char* modulepath = NULL) argument
|
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | GDIHashtable.h | 53 List() : m_pHead(NULL) {} 162 GDIHashtable(const char* name, void (*deleteProc)(void*) = NULL, argument
|
H A D | awt_TextField.cpp | 59 ::InvalidateRect(GetHWnd(), NULL, TRUE); local 236 SystemParametersInfo(SPI_SETBEEP, 0, NULL, 0); 250 SystemParametersInfo(SPI_SETBEEP, 1, NULL, 0); 264 AwtTextField *c = NULL; 273 VERIFY(::InvalidateRect(c->GetHWnd(), NULL, FALSE));
|
/openjdk7/jdk/src/share/native/com/sun/media/sound/ |
H A D | SoundDefs.h | 123 #undef NULL macro 124 #ifndef NULL 125 #define NULL 0L macro
|
/openjdk7/jdk/src/share/classes/sun/security/ssl/ |
H A D | CipherBox.java | 94 final static CipherBox NULL = new CipherBox(); field in class:CipherBox 131 * NULL cipherbox. Identity operation, no encryption. 206 return NULL;
|
H A D | MAC.java | 56 final static MAC NULL = new MAC(); field in class:MAC
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/ |
H A D | NimbusStyle.java | 133 * there is no value, then NULL will be placed into the values map. This way 134 * on subsequent lookups it will simply extract NULL, see it, and return 137 private static final Object NULL = '\0'; field in class:NimbusStyle 686 obj == null ? NULL : obj); 689 return obj == NULL ? null : obj;
|
/openjdk7/jdk/src/share/classes/java/util/ |
H A D | EnumMap.java | 97 * mapped to anything, or NULL if it's mapped to null. 109 private static final Object NULL = new Object() { field in class:EnumMap 115 return "java.util.EnumMap.NULL"; 120 return (value == null ? NULL : value); 124 return (V) (value == NULL ? null : value);
|
/openjdk7/hotspot/src/share/vm/classfile/ |
H A D | symbolTable.hpp | 54 TempNewSymbol() : _temp(NULL) {} 62 if (_temp !=NULL) _temp->increment_refcount(); 66 void clear() { if (_temp != NULL) _temp->decrement_refcount(); _temp = NULL; } 140 assert(_the_table == NULL, "One symbol table allowed."); 147 assert(_the_table == NULL, "One symbol table allowed."); 185 assert(utf8_buffer != NULL, "just checking"); 204 // NULL. NO ALLOCATION IS GUARANTEED! 229 static void reverse(void* boundary = NULL) { argument 272 assert(_the_table == NULL, "On [all...] |
/openjdk7/hotspot/src/share/vm/code/ |
H A D | debugInfo.hpp | 102 , _klass(NULL) 255 DebugInfoReadStream(const nmethod* code, int offset, GrowableArray<ScopeValue*>* obj_pool = NULL) : argument
|
/openjdk7/hotspot/src/os/windows/vm/ |
H A D | attachListener_windows.cpp | 149 set_next(NULL); 159 _mutex = (void*)::CreateMutex(NULL, FALSE, NULL); 160 guarantee(_mutex != (HANDLE)NULL, "mutex creation failed"); 162 _wakeup = ::CreateSemaphore(NULL, 0, 1, NULL); 163 guarantee(_wakeup != (HANDLE)NULL, "semaphore creation failed"); 165 set_head(NULL); 166 set_tail(NULL); 169 set_available(NULL); 224 ::ReleaseSemaphore(wakeup(), 1, NULL); local [all...] |