Searched refs:NULL (Results 1 - 25 of 2261) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-complex-default.cc33 NULL, /* collect_features */
34 NULL, /* override_features */
35 NULL, /* data_create */
36 NULL, /* data_destroy */
37 NULL, /* preprocess_text */
38 NULL, /* postprocess_glyphs */
40 NULL, /* decompose */
41 NULL, /* compose */
42 NULL, /* setup_masks */
43 NULL, /* disable_ot
[all...]
H A Dhb-ot-shape-complex-tibetan.cc51 NULL, /* override_features */
52 NULL, /* data_create */
53 NULL, /* data_destroy */
54 NULL, /* preprocess_text */
55 NULL, /* postprocess_glyphs */
57 NULL, /* decompose */
58 NULL, /* compose */
59 NULL, /* setup_masks */
60 NULL, /* disable_otl */
/openjdk10/hotspot/src/os/windows/vm/
H A DosThread_windows.cpp34 set_thread_handle(NULL);
35 set_thread_id(NULL);
36 set_interrupt_event(NULL);
/openjdk10/hotspot/src/cpu/arm/vm/
H A DstubRoutines_arm.cpp31 address StubRoutines::Arm::_idiv_irem_entry = NULL;
34 address StubRoutines::Arm::_partial_subtype_check = NULL;
37 address StubRoutines::_atomic_load_long_entry = NULL;
38 address StubRoutines::_atomic_store_long_entry = NULL;
/openjdk10/hotspot/src/cpu/x86/vm/
H A DstubRoutines_x86_32.cpp34 address StubRoutines::x86::_verify_fpu_cntrl_wrd_entry = NULL;
H A DstubRoutines_x86_64.cpp34 address StubRoutines::x86::_get_previous_fp_entry = NULL;
35 address StubRoutines::x86::_get_previous_sp_entry = NULL;
37 address StubRoutines::x86::_f2i_fixup = NULL;
38 address StubRoutines::x86::_f2l_fixup = NULL;
39 address StubRoutines::x86::_d2i_fixup = NULL;
40 address StubRoutines::x86::_d2l_fixup = NULL;
41 address StubRoutines::x86::_float_sign_mask = NULL;
42 address StubRoutines::x86::_float_sign_flip = NULL;
43 address StubRoutines::x86::_double_sign_mask = NULL;
44 address StubRoutines::x86::_double_sign_flip = NULL;
[all...]
/openjdk10/hotspot/src/share/vm/memory/
H A Duniverse_ext.cpp29 return NULL;
H A DfreeList.cpp45 _head(NULL), _tail(NULL)
47 , _protecting_lock(NULL)
60 if (v != NULL) {
61 v->link_prev(NULL);
74 set_head(NULL);
75 set_tail(NULL);
82 set_protecting_lock(NULL);
91 assert(head() == NULL || head()->prev() == NULL, "lis
[all...]
/openjdk10/hotspot/src/os/bsd/vm/
H A DosThread_bsd.cpp32 assert(this != NULL, "check");
36 _thread_id = NULL;
38 _pthread_id = NULL;
39 _siginfo = NULL;
40 _ucontext = NULL;
42 _alt_sig_stack = NULL;
48 assert(_startThread_lock !=NULL, "check");
/openjdk10/hotspot/src/os/aix/vm/
H A DosThread_aix.cpp36 assert(this != NULL, "check");
39 _siginfo = NULL;
40 _ucontext = NULL;
42 _alt_sig_stack = NULL;
50 assert(_startThread_lock != NULL, "check");
/openjdk10/hotspot/src/os/linux/vm/
H A DosThread_linux.cpp32 assert(this != NULL, "check");
35 _siginfo = NULL;
36 _ucontext = NULL;
38 _alt_sig_stack = NULL;
44 assert(_startThread_lock !=NULL, "check");
/openjdk10/hotspot/src/share/vm/gc/g1/
H A DheapRegionSet.inline.hpp32 assert_heap_region_set(hr->containing_set() == NULL, "should not already have a containing set");
33 assert_heap_region_set(hr->next() == NULL, "should not already be linked");
34 assert_heap_region_set(hr->prev() == NULL, "should not already be linked");
44 assert_heap_region_set(hr->next() == NULL, "should already be unlinked");
45 assert_heap_region_set(hr->prev() == NULL, "should already be unlinked");
47 hr->set_containing_set(NULL);
53 assert_free_region_list((length() == 0 && _head == NULL && _tail == NULL && _last == NULL) ||
54 (length() > 0 && _head != NULL
131 assert_free_region_list(length() > 0 && _head != NULL && _tail != NULL, "invariant"); local
[all...]
H A Dg1RootClosures_ext.cpp29 return NULL;
/openjdk10/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp85 assert(method != NULL, "must have the method for breakpoint conversion");
93 if (end != NULL && bcp + 1 >= end) {
99 if (end != NULL && aligned_bcp + 3*jintSize >= end) {
114 if (end != NULL && aligned_bcp + 2*jintSize >= end) {
158 assert(wide_format == NULL || format != NULL, "short form must exist if there's a wide form");
159 int len = (format != NULL ? (int) strlen(format) : 0);
160 int wlen = (wide_format != NULL ? (int) strlen(wide_format) : 0);
171 assert(is_defined(code) == (format != NULL), "");
172 assert(wide_is_defined(code) == (wide_format != NULL), "");
[all...]
/openjdk10/jdk/src/java.base/unix/native/libnet/
H A DDefaultProxySelector.c75 gconf_client_get_default_func* my_get_default_func = NULL;
76 gconf_client_get_string_func* my_get_string_func = NULL;
77 gconf_client_get_int_func* my_get_int_func = NULL;
78 gconf_client_get_bool_func* my_get_bool_func = NULL;
79 gconf_init_func* my_gconf_init_func = NULL;
80 g_type_init_func* my_g_type_init_func = NULL;
104 static g_proxy_resolver_get_default_func* g_proxy_resolver_get_default = NULL;
105 static g_proxy_resolver_lookup_func* g_proxy_resolver_lookup = NULL;
106 static g_network_address_parse_uri_func* g_network_address_parse_uri = NULL;
107 static g_network_address_get_hostname_func* g_network_address_get_hostname = NULL;
[all...]
/openjdk10/jdk/src/java.base/macosx/native/libnio/fs/
H A DUTIFileTypeDetector.c34 * If javaString is NULL, NULL is returned.
36 * NULL is returned.
40 if (javaString == NULL) {
41 return NULL;
43 CFStringRef result = NULL;
45 const jchar *chars = (*env)->GetStringChars(env, javaString, NULL);
46 if (chars == NULL) {
48 return NULL;
50 result = CFStringCreateWithCharacters(NULL, (cons
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Dpark.cpp54 ParkEvent * volatile ParkEvent::FreeList = NULL ;
68 if (ev != NULL) {
74 if (ev != NULL) {
75 guarantee (ev->AssociatedWith == NULL, "invariant") ;
83 ev->FreeNext = NULL ;
88 if (ev == NULL) return ;
89 guarantee (ev->FreeNext == NULL , "invariant") ;
90 ev->AssociatedWith = NULL ;
124 Parker * volatile Parker::FreeList = NULL ;
127 guarantee (t != NULL, "invarian
[all...]
/openjdk10/hotspot/test/runtime/noClassDefFoundMsg/
H A DlibNoClassDefFoundMsg.c28 const char *c_name = (*env)->GetStringUTFChars(env, className, NULL);
29 (*env)->DefineClass(env, c_name, NULL, NULL, 0);
36 if (className == NULL) {
37 c_name = NULL;
39 c_name = (*env)->GetStringUTFChars(env, className, NULL);
/openjdk10/jdk/src/java.base/share/native/launcher/
H A Ddefines.h50 static char* const_progname = NULL;
56 static const char** const_extra_jargs = NULL;
63 static const char** const_jargs = NULL;
64 static const char** const_extra_jargs = NULL;
65 static const char* const_appclasspath[] = { NULL };
71 static char* const_launcher = NULL;
/openjdk10/hotspot/src/cpu/zero/vm/
H A DvtableStubs_zero.cpp42 return NULL;
47 return NULL;
H A Dregister_zero.cpp35 return NULL;
40 return NULL;
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiUtil.cpp37 ResourceArea* JvmtiUtil::_single_threaded_resource_area = NULL;
40 if (_single_threaded_resource_area == NULL) {
/openjdk10/hotspot/src/share/vm/logging/
H A DlogTagSetDescriptions.cpp41 { NULL, NULL }
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/xawt/
H A Dgnome_interface.c28 GNOME_URL_SHOW_TYPE *gnome_url_show = NULL;
40 if (vfs_handle == NULL) {
44 if (vfs_handle == NULL) {
53 if (gnome_vfs_init == NULL){
55 fprintf(stderr, "dlsym( gnome_vfs_init) returned NULL\n");
59 if ((errmsg = dlerror()) != NULL) {
69 if (gnome_handle == NULL) {
71 if (gnome_handle == NULL) {
80 if ((errmsg = dlerror()) != NULL) {
/openjdk10/jdk/test/sun/security/tools/keytool/
H A Dresource.sh47 NULL=/dev/null
51 NULL=/dev/null
55 NULL=NUL
65 ${TESTJAVA}${FS}bin${FS}keytool ${TESTTOOLVMOPTS} > temp_file_40875602475 2> ${NULL}

Completed in 119 milliseconds

1234567891011>>