/external/webkit/Tools/Scripts/webkitpy/test/ |
D | skip.py | 28 def skip_if(klass, condition, message=None, logger=None): argument 34 return klass 35 for name in dir(klass): 36 attr = getattr(klass, name) 41 setattr(klass, name, _skipped_method(attr, message, logger)) 42 klass._printed_skipped_message = False 43 return klass
|
/external/bluetooth/glib/gio/ |
D | glocaldirectorymonitor.c | 89 GLocalDirectoryMonitorClass *klass; in g_local_directory_monitor_constructor() local 95 klass = G_LOCAL_DIRECTORY_MONITOR_CLASS (g_type_class_peek (G_TYPE_LOCAL_DIRECTORY_MONITOR)); in g_local_directory_monitor_constructor() 96 parent_class = G_OBJECT_CLASS (g_type_class_peek_parent (klass)); in g_local_directory_monitor_constructor() 115 if (!klass->mount_notify) in g_local_directory_monitor_constructor() 142 g_local_directory_monitor_class_init (GLocalDirectoryMonitorClass* klass) in g_local_directory_monitor_class_init() argument 144 GObjectClass* gobject_class = G_OBJECT_CLASS (klass); in g_local_directory_monitor_class_init() 145 GFileMonitorClass *file_monitor_class = G_FILE_MONITOR_CLASS (klass); in g_local_directory_monitor_class_init() 163 klass->mount_notify = FALSE; in g_local_directory_monitor_class_init() 226 GLocalDirectoryMonitorClass *klass; in get_default_local_directory_monitor() local 228 klass = G_LOCAL_DIRECTORY_MONITOR_CLASS (g_io_extension_ref_class (extension)); in get_default_local_directory_monitor() [all …]
|
D | gunionvolumemonitor.c | 239 g_union_volume_monitor_class_init (GUnionVolumeMonitorClass *klass) in g_union_volume_monitor_class_init() argument 241 GObjectClass *gobject_class = G_OBJECT_CLASS (klass); in g_union_volume_monitor_class_init() 242 GVolumeMonitorClass *monitor_class = G_VOLUME_MONITOR_CLASS (klass); in g_union_volume_monitor_class_init() 417 GNativeVolumeMonitorClass *klass, *native_class, **native_class_out; in get_default_native_class() local 438 klass = G_NATIVE_VOLUME_MONITOR_CLASS (g_io_extension_ref_class (extension)); in get_default_native_class() 439 if (G_VOLUME_MONITOR_CLASS (klass)->is_supported()) in get_default_native_class() 440 native_class = klass; in get_default_native_class() 442 g_type_class_unref (klass); in get_default_native_class() 451 klass = G_NATIVE_VOLUME_MONITOR_CLASS (g_io_extension_ref_class (extension)); in get_default_native_class() 452 if (G_VOLUME_MONITOR_CLASS (klass)->is_supported()) in get_default_native_class() [all …]
|
D | glocalfilemonitor.c | 70 GLocalFileMonitorClass *klass; in g_local_file_monitor_constructor() local 76 klass = G_LOCAL_FILE_MONITOR_CLASS (g_type_class_peek (G_TYPE_LOCAL_FILE_MONITOR)); in g_local_file_monitor_constructor() 77 parent_class = G_OBJECT_CLASS (g_type_class_peek_parent (klass)); in g_local_file_monitor_constructor() 113 static void g_local_file_monitor_class_init (GLocalFileMonitorClass *klass) in g_local_file_monitor_class_init() argument 115 GObjectClass *gobject_class = G_OBJECT_CLASS (klass); in g_local_file_monitor_class_init() 150 GLocalFileMonitorClass *klass; in get_default_local_file_monitor() local 152 klass = G_LOCAL_FILE_MONITOR_CLASS (g_io_extension_ref_class (extension)); in get_default_local_file_monitor() 154 if (klass->is_supported ()) in get_default_local_file_monitor() 156 chosen_class = klass; in get_default_local_file_monitor() 160 g_type_class_unref (klass); in get_default_local_file_monitor()
|
D | glocalvfs.h | 32 #define G_LOCAL_VFS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), G_TYPE_LOCAL_VFS, GLocalVfsC… argument 34 #define G_IS_LOCAL_VFS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), G_TYPE_LOCAL_VFS)) argument
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/ |
D | UnresolvedPrincipalTest.java | 37 String klass = "abc"; in testCtor() local 39 UnresolvedPrincipal up = new UnresolvedPrincipal(klass, name); in testCtor() 40 assertEquals(klass, up.getClassName()); in testCtor() 43 up = new UnresolvedPrincipal(klass, null); in testCtor() 44 assertEquals(klass, up.getClassName()); in testCtor() 70 String klass = "abc"; in testEquals_Common() local 72 UnresolvedPrincipal up = new UnresolvedPrincipal(klass, name); in testEquals_Common() 73 UnresolvedPrincipal up2 = new UnresolvedPrincipal(klass, name); in testEquals_Common() 74 UnresolvedPrincipal up3 = new UnresolvedPrincipal(name, klass); in testEquals_Common()
|
/external/bluetooth/glib/gio/fam/ |
D | gfamfilemonitor.c | 65 GFamFileMonitorClass *klass; in g_fam_file_monitor_constructor() local 71 klass = G_FAM_FILE_MONITOR_CLASS (g_type_class_peek (G_TYPE_FAM_FILE_MONITOR)); in g_fam_file_monitor_constructor() 72 parent_class = G_OBJECT_CLASS (g_type_class_peek_parent (klass)); in g_fam_file_monitor_constructor() 94 g_fam_file_monitor_class_finalize (GFamFileMonitorClass *klass) in g_fam_file_monitor_class_finalize() argument 105 g_fam_file_monitor_class_init (GFamFileMonitorClass* klass) in g_fam_file_monitor_class_init() argument 107 GObjectClass* gobject_class = G_OBJECT_CLASS (klass); in g_fam_file_monitor_class_init() 108 GFileMonitorClass *file_monitor_class = G_FILE_MONITOR_CLASS (klass); in g_fam_file_monitor_class_init() 109 GLocalFileMonitorClass *local_file_monitor_class = G_LOCAL_FILE_MONITOR_CLASS (klass); in g_fam_file_monitor_class_init()
|
D | gfamdirectorymonitor.c | 66 GFamDirectoryMonitorClass *klass; in g_fam_directory_monitor_constructor() local 72 klass = G_FAM_DIRECTORY_MONITOR_CLASS (g_type_class_peek (G_TYPE_FAM_DIRECTORY_MONITOR)); in g_fam_directory_monitor_constructor() 73 parent_class = G_OBJECT_CLASS (g_type_class_peek_parent (klass)); in g_fam_directory_monitor_constructor() 94 g_fam_directory_monitor_class_finalize (GFamDirectoryMonitorClass *klass) in g_fam_directory_monitor_class_finalize() argument 105 g_fam_directory_monitor_class_init (GFamDirectoryMonitorClass* klass) in g_fam_directory_monitor_class_init() argument 107 GObjectClass* gobject_class = G_OBJECT_CLASS (klass); in g_fam_directory_monitor_class_init() 108 GFileMonitorClass *file_monitor_class = G_FILE_MONITOR_CLASS (klass); in g_fam_directory_monitor_class_init() 109 …ocalDirectoryMonitorClass *local_directory_monitor_class = G_LOCAL_DIRECTORY_MONITOR_CLASS (klass); in g_fam_directory_monitor_class_init()
|
/external/tremolo/Tremolo/ |
D | floor1.c | 56 if(info->klass)_ogg_free(info->klass); in floor1_free_info() 122 info->klass= in floor1_info_unpack() 123 (floor1class *)_ogg_malloc((maxclass+1)*sizeof(*info->klass)); in floor1_info_unpack() 125 info->klass[j].class_dim=(char)oggpack_read(opb,3)+1; /* 1 to 8 */ in floor1_info_unpack() 126 info->klass[j].class_subs=(char)oggpack_read(opb,2); /* 0,1,2,3 bits */ in floor1_info_unpack() 128 if(info->klass[j].class_subs) in floor1_info_unpack() 129 info->klass[j].class_book=(unsigned char)oggpack_read(opb,8); in floor1_info_unpack() 131 info->klass[j].class_book=0; in floor1_info_unpack() 132 if(info->klass[j].class_book>=ci->books)goto err_out; in floor1_info_unpack() 133 for(k=0;k<(1<<info->klass[j].class_subs);k++){ in floor1_info_unpack() [all …]
|
/external/bluetooth/glib/gio/win32/ |
D | gwin32directorymonitor.c | 150 GWin32DirectoryMonitorClass *klass; in g_win32_directory_monitor_constructor() local 156 klass = G_WIN32_DIRECTORY_MONITOR_CLASS (g_type_class_peek (G_TYPE_WIN32_DIRECTORY_MONITOR)); in g_win32_directory_monitor_constructor() 157 parent_class = G_OBJECT_CLASS (g_type_class_peek_parent (klass)); in g_win32_directory_monitor_constructor() 194 g_win32_directory_monitor_class_init (GWin32DirectoryMonitorClass *klass) in g_win32_directory_monitor_class_init() argument 196 g_win32_directory_monitor_parent_class = g_type_class_peek_parent (klass); in g_win32_directory_monitor_class_init() 198 G_OBJECT_CLASS (klass)->constructor = g_win32_directory_monitor_constructor; in g_win32_directory_monitor_class_init() 199 G_OBJECT_CLASS (klass)->finalize = g_win32_directory_monitor_finalize; in g_win32_directory_monitor_class_init() 200 G_FILE_MONITOR_CLASS (klass)->cancel = g_win32_directory_monitor_cancel; in g_win32_directory_monitor_class_init() 202 G_LOCAL_DIRECTORY_MONITOR_CLASS (klass)->mount_notify = FALSE; in g_win32_directory_monitor_class_init() 203 G_LOCAL_DIRECTORY_MONITOR_CLASS (klass)->is_supported = g_win32_directory_monitor_is_supported; in g_win32_directory_monitor_class_init()
|
D | gwin32directorymonitor.h | 40 #define G_WIN32_DIRECTORY_MONITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), G_TYPE_WIN32_DIRE… argument 42 #define G_IS_WIN32_DIRECTORY_MONITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), G_TYPE_WIN32_D… argument
|
/external/bluetooth/glib/gio/inotify/ |
D | ginotifydirectorymonitor.c | 74 GInotifyDirectoryMonitorClass *klass; in g_inotify_directory_monitor_constructor() local 80 klass = G_INOTIFY_DIRECTORY_MONITOR_CLASS (g_type_class_peek (G_TYPE_INOTIFY_DIRECTORY_MONITOR)); in g_inotify_directory_monitor_constructor() 81 parent_class = G_OBJECT_CLASS (g_type_class_peek_parent (klass)); in g_inotify_directory_monitor_constructor() 113 g_inotify_directory_monitor_class_init (GInotifyDirectoryMonitorClass* klass) in g_inotify_directory_monitor_class_init() argument 115 GObjectClass* gobject_class = G_OBJECT_CLASS (klass); in g_inotify_directory_monitor_class_init() 116 GFileMonitorClass *directory_monitor_class = G_FILE_MONITOR_CLASS (klass); in g_inotify_directory_monitor_class_init() 117 …ocalDirectoryMonitorClass *local_directory_monitor_class = G_LOCAL_DIRECTORY_MONITOR_CLASS (klass); in g_inotify_directory_monitor_class_init()
|
D | ginotifyfilemonitor.c | 88 GInotifyFileMonitorClass *klass; in g_inotify_file_monitor_constructor() local 94 klass = G_INOTIFY_FILE_MONITOR_CLASS (g_type_class_peek (G_TYPE_INOTIFY_FILE_MONITOR)); in g_inotify_file_monitor_constructor() 95 parent_class = G_OBJECT_CLASS (g_type_class_peek_parent (klass)); in g_inotify_file_monitor_constructor() 132 g_inotify_file_monitor_class_init (GInotifyFileMonitorClass* klass) in g_inotify_file_monitor_class_init() argument 134 GObjectClass* gobject_class = G_OBJECT_CLASS (klass); in g_inotify_file_monitor_class_init() 135 GFileMonitorClass *file_monitor_class = G_FILE_MONITOR_CLASS (klass); in g_inotify_file_monitor_class_init() 136 GLocalFileMonitorClass *local_file_monitor_class = G_LOCAL_FILE_MONITOR_CLASS (klass); in g_inotify_file_monitor_class_init()
|
/external/bluetooth/glib/gio/fen/ |
D | gfenfilemonitor.c | 76 GFenFileMonitorClass *klass; in g_fen_file_monitor_constructor() local 81 klass = G_FEN_FILE_MONITOR_CLASS (g_type_class_peek (G_TYPE_FEN_FILE_MONITOR)); in g_fen_file_monitor_constructor() 115 g_fen_file_monitor_class_init (GFenFileMonitorClass* klass) in g_fen_file_monitor_class_init() argument 117 GObjectClass* gobject_class = G_OBJECT_CLASS (klass); in g_fen_file_monitor_class_init() 118 GFileMonitorClass *file_monitor_class = G_FILE_MONITOR_CLASS (klass); in g_fen_file_monitor_class_init() 119 GLocalFileMonitorClass *local_file_monitor_class = G_LOCAL_FILE_MONITOR_CLASS (klass); in g_fen_file_monitor_class_init()
|
D | gfendirectorymonitor.c | 77 GFenDirectoryMonitorClass *klass; in g_fen_directory_monitor_constructor() local 82 klass = G_FEN_DIRECTORY_MONITOR_CLASS (g_type_class_peek (G_TYPE_FEN_DIRECTORY_MONITOR)); in g_fen_directory_monitor_constructor() 115 g_fen_directory_monitor_class_init (GFenDirectoryMonitorClass* klass) in g_fen_directory_monitor_class_init() argument 117 GObjectClass* gobject_class = G_OBJECT_CLASS (klass); in g_fen_directory_monitor_class_init() 118 GFileMonitorClass *directory_monitor_class = G_FILE_MONITOR_CLASS (klass); in g_fen_directory_monitor_class_init() 119 …ocalDirectoryMonitorClass *local_directory_monitor_class = G_LOCAL_DIRECTORY_MONITOR_CLASS (klass); in g_fen_directory_monitor_class_init()
|
/external/elfutils/libasm/ |
D | asm_begin.c | 38 prepare_binary_output (AsmCtx_t *result, int machine, int klass, int data) in prepare_binary_output() argument 56 if (gelf_newehdr (result->out.elf, klass) == 0) in prepare_binary_output() 71 ehdr->e_ident[EI_CLASS] = klass; in prepare_binary_output() 98 asm_begin (fname, textp, machine, klass, data) in asm_begin() argument 102 int klass; 148 result = prepare_binary_output (result, machine, klass, data);
|
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/ |
D | WebKitDOMTestMediaQueryListListener.h | 33 #define WEBKIT_DOM_TEST_MEDIA_QUERY_LIST_LISTENER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),… argument 35 #define WEBKIT_DOM_IS_TEST_MEDIA_QUERY_LIST_LISTENER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),… argument
|
D | WebKitDOMTestInterface.h | 33 #define WEBKIT_DOM_TEST_INTERFACE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), WEBKIT_TYPE_DO… argument 35 #define WEBKIT_DOM_IS_TEST_INTERFACE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), WEBKIT_TYPE_DO… argument
|
D | WebKitDOMTestSerializedScriptValueInterface.h | 33 …WEBKIT_DOM_TEST_SERIALIZED_SCRIPT_VALUE_INTERFACE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass)… argument 35 …BKIT_DOM_IS_TEST_SERIALIZED_SCRIPT_VALUE_INTERFACE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), … argument
|
/external/webkit/Source/WebCore/bindings/gobject/ |
D | WebKitDOMObject.h | 36 #define WEBKIT_DOM_OBJECT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), WEBKIT_TYPE_DOM_OBJECT… argument 38 #define WEBKIT_IS_DOM_OBJECT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), WEBKIT_TYPE_DOM_OBJECT… argument
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitsoupauthdialog.h | 30 #define WEBKIT_SOUP_AUTH_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), WEBKIT_TYPE_SOUP… argument 32 #define WEBKIT_IS_SOUP_AUTH_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), WEBKIT_TYPE_SOUP… argument
|
D | webkitviewportattributes.h | 30 #define WEBKIT_VIEWPORT_ATTRIBUTES_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), WEBKIT_TYPE_V… argument 32 #define WEBKIT_IS_VIEWPORT_ATTRIBUTES_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), WEBKIT_TYPE_V… argument
|
D | webkithittestresult.h | 32 #define WEBKIT_HIT_TEST_RESULT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), WEBKIT_TYPE_HIT_T… argument 34 #define WEBKIT_IS_HIT_TEST_RESULT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), WEBKIT_TYPE_HIT_T… argument
|
/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_custom_menu.h | 29 #define GTK_CUSTOM_MENU_CLASS(klass) \ argument 30 (G_TYPE_CHECK_CLASS_CAST((klass), GTK_TYPE_CUSTOM_MENU, GtkCustomMenuClass)) 33 #define GTK_IS_CUSTOM_MENU_CLASS(klass) \ argument 34 (G_TYPE_CHECK_CLASS_TYPE((klass), GTK_TYPE_CUSTOM_MENU))
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | WebKitWebSourceGStreamer.h | 30 #define WEBKIT_WEB_SRC_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), WEBKIT_TYPE_WEB_SRC, WebK… argument 32 #define WEBKIT_IS_WEB_SRC_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), WEBKIT_TYPE_WEB_SRC)) argument
|