HomeSort by relevance Sort by last modified time
    Searched refs:pcl (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/libffi/testsuite/libffi.call/
cls_align_sint64.c 49 ffi_closure *pcl; local
56 pcl = allocate_mmap (sizeof(ffi_closure));
58 pcl = &cl;
91 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
93 res_dbl = ((cls_struct_align(*)(cls_struct_align, cls_struct_align))(pcl))(g_dbl, f_dbl);
cls_align_uint16.c 49 ffi_closure *pcl; local
56 pcl = allocate_mmap (sizeof(ffi_closure));
58 pcl = &cl;
91 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
93 res_dbl = ((cls_struct_align(*)(cls_struct_align, cls_struct_align))(pcl))(g_dbl, f_dbl);
cls_align_uint32.c 49 ffi_closure *pcl; local
56 pcl = allocate_mmap (sizeof(ffi_closure));
58 pcl = &cl;
91 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
93 res_dbl = ((cls_struct_align(*)(cls_struct_align, cls_struct_align))(pcl))(g_dbl, f_dbl);
cls_align_uint64.c 50 ffi_closure *pcl; local
57 pcl = allocate_mmap (sizeof(ffi_closure));
59 pcl = &cl;
92 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
94 res_dbl = ((cls_struct_align(*)(cls_struct_align, cls_struct_align))(pcl))(g_dbl, f_dbl);
problem1.c 51 ffi_closure *pcl; local
56 pcl = allocate_mmap (sizeof(ffi_closure));
58 pcl = &cl;
90 CHECK(ffi_prep_closure(pcl, &cif, stub, NULL) == FFI_OK);
92 res = ((my_ffi_struct(*)(struct my_ffi_struct, struct my_ffi_struct))(pcl))(g, f);
cls_24byte.c 60 ffi_closure *pcl; local
67 pcl = allocate_mmap (sizeof(ffi_closure));
69 pcl = &cl;
109 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_24byte_gn, NULL) == FFI_OK);
115 (pcl))(e_dbl, f_dbl, g_dbl, h_dbl);
cls_64byte.c 65 ffi_closure *pcl; local
72 pcl = allocate_mmap (sizeof(ffi_closure));
74 pcl = &cl;
119 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_64byte_gn, NULL) == FFI_OK);
125 (pcl))(e_dbl, f_dbl, g_dbl, h_dbl);
cls_6_1_byte.c 59 ffi_closure *pcl; local
66 pcl = allocate_mmap (sizeof(ffi_closure));
68 pcl = &cl;
112 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_6byte_gn, NULL) == FFI_OK);
114 res_dbl = ((cls_struct_6byte(*)(cls_struct_6byte, cls_struct_6byte))(pcl))(g_dbl, f_dbl);
cls_7_1_byte.c 61 ffi_closure *pcl; local
68 pcl = allocate_mmap (sizeof(ffi_closure));
70 pcl = &cl;
116 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_7byte_gn, NULL) == FFI_OK);
118 res_dbl = ((cls_struct_7byte(*)(cls_struct_7byte, cls_struct_7byte))(pcl))(g_dbl, f_dbl);
nested_struct10.c 64 ffi_closure *pcl; local
73 pcl = allocate_mmap (sizeof(ffi_closure));
75 pcl = &cl;
132 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
134 res_dbl = ((B(*)(A, B, C))(pcl))(e_dbl, f_dbl, g_dbl);
nested_struct2.c 55 ffi_closure *pcl; local
63 pcl = allocate_mmap (sizeof(ffi_closure));
65 pcl = &cl;
109 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
111 res_dbl = ((B(*)(A, B))(pcl))(e_dbl, f_dbl);
nested_struct3.c 56 ffi_closure *pcl; local
64 pcl = allocate_mmap (sizeof(ffi_closure));
66 pcl = &cl;
111 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
113 res_dbl = ((B(*)(A, B))(pcl))(e_dbl, f_dbl);
nested_struct4.c 56 ffi_closure *pcl; local
64 pcl = allocate_mmap (sizeof(ffi_closure));
66 pcl = &cl;
110 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
112 res_dbl = ((B(*)(A, B))(pcl))(e_dbl, f_dbl);
nested_struct5.c 56 ffi_closure *pcl; local
64 pcl = allocate_mmap (sizeof(ffi_closure));
66 pcl = &cl;
111 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
113 res_dbl = ((B(*)(A, B))(pcl))(e_dbl, f_dbl);
nested_struct6.c 63 ffi_closure *pcl; local
72 pcl = allocate_mmap (sizeof(ffi_closure));
74 pcl = &cl;
130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
132 res_dbl = ((B(*)(A, B, C))(pcl))(e_dbl, f_dbl, g_dbl);
nested_struct7.c 56 ffi_closure *pcl; local
64 pcl = allocate_mmap (sizeof(ffi_closure));
66 pcl = &cl;
110 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
112 res_dbl = ((B(*)(A, B))(pcl))(e_dbl, f_dbl);
nested_struct8.c 63 ffi_closure *pcl; local
72 pcl = allocate_mmap (sizeof(ffi_closure));
74 pcl = &cl;
130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
132 res_dbl = ((B(*)(A, B, C))(pcl))(e_dbl, f_dbl, g_dbl);
nested_struct9.c 63 ffi_closure *pcl; local
72 pcl = allocate_mmap (sizeof(ffi_closure));
74 pcl = &cl;
130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
132 res_dbl = ((B(*)(A, B, C))(pcl))(e_dbl, f_dbl, g_dbl);
nested_struct.c 74 ffi_closure *pcl; local
83 pcl = allocate_mmap (sizeof(ffi_closure));
85 pcl = &cl;
146 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_combined_gn, NULL) == FFI_OK);
151 (pcl))(e_dbl, f_dbl, g_dbl);
nested_struct1.c 78 ffi_closure *pcl; local
87 pcl = allocate_mmap (sizeof(ffi_closure));
89 pcl = &cl;
153 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_combined_gn, NULL) == FFI_OK);
159 (pcl))(e_dbl, f_dbl, g_dbl, h_dbl);
  /libcore/luni/src/main/java/java/util/prefs/
Preferences.java 734 * @param pcl
741 public abstract void addPreferenceChangeListener (PreferenceChangeListener pcl);
759 * @param pcl
766 public abstract void removePreferenceChangeListener (PreferenceChangeListener pcl);
    [all...]
AbstractPreferences.java 744 public void addPreferenceChangeListener(PreferenceChangeListener pcl) {
745 if (pcl == null) {
746 throw new NullPointerException("pcl == null");
750 preferenceChangeListeners.add(pcl);
767 public void removePreferenceChangeListener(PreferenceChangeListener pcl) {
771 if ((pos = preferenceChangeListeners.indexOf(pcl)) == -1) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java 136 ClassLoader pcl = new ClassLoader() {}; local
138 st.setContextClassLoader(pcl);
139 assertEquals(pcl, st.getContextClassLoader());
OldClassTest.java 259 ClassLoader pcl = getClass().getClassLoader(); local
265 Class<?> clazz = Class.forName(classes[i].getName(), true, pcl);
268 clazz = Class.forName(classes[i].getName(), false, pcl);
286 Class.forName(null, true, pcl);
293 Class.forName("NotExistClass", true, pcl);
300 Class.forName("String", false, pcl);
307 Class.forName("libcore.java.lang.NonexistentClass", false, pcl);
888 ClassLoader pcl = getClass().getClassLoader(); local
889 Class<?> clazz = pcl.loadClass("libcore.java.lang.OldClassTest");
    [all...]
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
PreferencesTest.java 430 public void addPreferenceChangeListener(PreferenceChangeListener pcl) {
440 public void removePreferenceChangeListener(PreferenceChangeListener pcl) {

Completed in 316 milliseconds

1 23 4