Searched defs:dialog (Results 1 - 25 of 78) sorted by relevance

1234

/external/nist-sip/java/javax/sip/
H A DDialogTerminatedEvent.java8 public DialogTerminatedEvent(Object source, Dialog dialog) { argument
10 mDialog = dialog;
H A DRequestEvent.java12 Dialog dialog, Request request) {
14 mDialog = dialog;
11 RequestEvent(Object source, ServerTransaction serverTransaction, Dialog dialog, Request request) argument
H A DResponseEvent.java12 Dialog dialog, Response response) {
14 mDialog = dialog;
11 ResponseEvent(Object source, ClientTransaction clientTransaction, Dialog dialog, Response response) argument
/external/fio/
H A Dgcompat.h21 static inline GtkWidget *gtk_dialog_get_content_area(GtkDialog *dialog) argument
23 return dialog->vbox;
H A Dgerror.c63 GtkWidget *dialog, *content, *label; local
65 dialog = gtk_dialog_new_with_buttons(title, GTK_WINDOW(ui->window),
69 content = gtk_dialog_get_content_area(GTK_DIALOG(dialog));
72 gtk_widget_show_all(dialog);
73 gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_ACCEPT);
74 gtk_dialog_run(GTK_DIALOG(dialog));
75 gtk_widget_destroy(dialog);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPreferenceScreen.java12 private Dialog dialog; field in class:ShadowPreferenceScreen
16 return dialog;
19 public void setDialog(Dialog dialog) { argument
20 this.dialog = dialog;
H A DShadowDialogFragment.java23 private Dialog dialog; field in class:ShadowDialogFragment
44 dialog = realDialogFragment.onCreateDialog(null);
46 if (dialog == null) {
47 dialog = new Dialog(activityFromManager);
48 dialog.setContentView(view);
50 dialog.setCancelable(cancelable);
62 if (dialog != null) {
63 dialog.show();
69 if (dialog != null) {
70 dialog
[all...]
/external/nist-sip/java/gov/nist/javax/sip/
H A DResponseEventExt.java16 Dialog dialog, Response response) {
17 super(source,clientTransaction,dialog,response);
15 ResponseEventExt(Object source, ClientTransactionExt clientTransaction, Dialog dialog, Response response) argument
H A DDialogTimeoutEvent.java25 * dialog does not receive or send an ACK.
36 * Constructs a DialogTerminatedEvent to indicate a dialog
40 * @param dialog - the dialog that timed out.
42 public DialogTimeoutEvent(Object source, Dialog dialog, Reason reason) { argument
44 m_dialog = dialog;
51 * enables application developers to access the dialog associated to this
54 * @return the dialog associated with the response event or null if there is no dialog.
H A DDialogFilter.java255 * Process a request. Check for various conditions in the dialog that can result in the
295 SIPDialog dialog = sipStack.getDialog(dialogId);
297 * Check if we got this request on the contact address of the dialog If not the dialog
299 * assigned to the dialog. Forgive the sins of B2BUA's that like to record route ACK's
301 if (dialog != null && sipProvider != dialog.getSipProvider()) {
302 Contact contact = dialog.getMyContactHeader();
316 // Check if the dialog contact is the same as the provider on
318 // dialog t
1117 processResponse(SIPResponse response, MessageChannel incomingMessageChannel, SIPDialog dialog) argument
[all...]
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/dialog/
H A DDurationPickerDialog.java17 package com.googlecode.android_scripting.dialog;
47 public void onClick(DialogInterface dialog, int whichButton) {
/external/toybox/kconfig/lxdialog/
H A Dyesno.c22 #include "dialog.h"
27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) argument
32 print_button(dialog, " Yes ", y, x, selected == 0);
33 print_button(dialog, " No ", y, x + 13, selected == 1);
35 wmove(dialog, y, x + 1 + 13 * selected);
36 wrefresh(dialog);
40 * Display a dialog box with two buttons - Yes and No
45 WINDOW *dialog; local
53 /* center dialog box on screen */
59 dialog
[all...]
H A Dchecklist.c24 #include "dialog.h"
95 static void print_buttons(WINDOW * dialog, int height, int width, int selected) argument
100 print_button(dialog, "Select", y, x, selected == 0);
101 print_button(dialog, " Help ", y, x + 14, selected == 1);
103 wmove(dialog, y, x + 1 + 14 * selected);
104 wrefresh(dialog);
108 * Display a dialog box with a list of options that can be turned on or off
116 WINDOW *dialog, *list; local
136 /* center dialog box on screen */
142 dialog
[all...]
H A Dinputbox.c22 #include "dialog.h"
29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) argument
34 print_button(dialog, " Ok ", y, x, selected == 0);
35 print_button(dialog, " Help ", y, x + 14, selected == 1);
37 wmove(dialog, y, x + 1 + 14 * selected);
38 wrefresh(dialog);
42 * Display a dialog box for inputing a string
50 WINDOW *dialog; local
63 /* center dialog box on screen */
69 dialog
[all...]
H A Dmenubox.c59 #include "dialog.h"
189 WINDOW *dialog, *menu; local
203 /* center dialog box on screen */
209 dialog = newwin(height, width, y, x);
210 keypad(dialog, TRUE);
212 draw_box(dialog, 0, 0, height, width,
213 dlg.dialog.atr, dlg.border.atr);
214 wattrset(dialog, dlg.border.atr);
215 mvwaddch(dialog, height - 3, 0, ACS_LTEE);
217 waddch(dialog, ACS_HLIN
[all...]
H A Dtextbox.c22 #include "dialog.h"
38 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, argument
42 print_position(dialog);
43 wmove(dialog, cur_y, cur_x); /* Restore cursor position */
44 wrefresh(dialog);
49 * Display text from a file in a dialog box.
57 WINDOW *dialog, *box; local
85 /* center dialog box on screen */
91 dialog = newwin(height, width, y, x);
92 keypad(dialog, TRU
[all...]
/external/javassist/sample/rmi/
H A DCountApplet.java14 private AlertDialog dialog; field in class:CountApplet
43 dialog = new AlertDialog();
48 dialog.dispose();
57 dialog.show(e.toString());
/external/lzma/CPP/Windows/Control/
H A DPropertyPage.cpp24 CDialog *dialog = (CDialog *)(tempDialog.GetUserDataLongPtr()); local
25 if (dialog == NULL)
28 dialog->Attach(dialogHWND);
29 try { return BoolToBOOL(dialog->OnMessage(message, wParam, lParam)); }
/external/openssh/contrib/
H A Dgnome-ssh-askpass1.c73 GtkWidget *dialog, *entry, *label; local
78 dialog = gnome_dialog_new("OpenSSH", GNOME_STOCK_BUTTON_OK,
85 gtk_box_pack_start(GTK_BOX(GNOME_DIALOG(dialog)->vbox),
90 gtk_box_pack_start(GTK_BOX(GNOME_DIALOG(dialog)->vbox), entry, FALSE,
96 gtk_object_set(GTK_OBJECT(dialog), "type", GTK_WINDOW_POPUP, NULL);
97 gnome_dialog_set_default(GNOME_DIALOG(dialog), 0);
98 gtk_window_set_position (GTK_WINDOW(dialog), GTK_WIN_POS_CENTER);
99 gtk_window_set_policy(GTK_WINDOW(dialog), FALSE, FALSE, TRUE);
100 gnome_dialog_close_hides(GNOME_DIALOG(dialog), TRUE);
101 gtk_container_set_border_width(GTK_CONTAINER(GNOME_DIALOG(dialog)
[all...]
H A Dgnome-ssh-askpass2.c80 ok_dialog(GtkWidget *entry, gpointer dialog) argument
82 g_return_if_fail(GTK_IS_DIALOG(dialog));
83 gtk_dialog_response(GTK_DIALOG(dialog), GTK_RESPONSE_OK);
92 GtkWidget *dialog, *entry; local
99 dialog = gtk_message_dialog_new(NULL, 0,
106 gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox), entry, FALSE,
112 gtk_window_set_title(GTK_WINDOW(dialog), "OpenSSH");
113 gtk_window_set_position (GTK_WINDOW(dialog), GTK_WIN_POS_CENTER);
114 gtk_window_set_keep_above(GTK_WINDOW(dialog), TRUE);
115 gtk_label_set_line_wrap(GTK_LABEL((GTK_MESSAGE_DIALOG(dialog))
121 G_CALLBACK(ok_dialog), dialog); local
[all...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DProgressDialogTest.java29 private ProgressDialog dialog; field in class:ProgressDialogTest
34 dialog = new ProgressDialog(null);
35 shadow = Robolectric.shadowOf(dialog);
48 dialog.setMessage(message);
54 assertThat(dialog.isIndeterminate(), equalTo(false));
56 dialog.setIndeterminate(true);
57 assertThat(dialog.isIndeterminate(), equalTo(true));
59 dialog.setIndeterminate(false);
60 assertThat(dialog.isIndeterminate(), equalTo(false));
113 public void onCancel(DialogInterface dialog) {
[all...]
H A DAlertDialogTest.java53 AlertDialog dialog = new AlertDialog.Builder(new ContextWrapper(null)).show();
54 assertThat(ShadowAlertDialog.getLatestAlertDialog(), sameInstance(dialog));
61 AlertDialog dialog = builder.create();
62 dialog.show();
63 assertThat(shadowOf(dialog).getButton(AlertDialog.BUTTON_POSITIVE), not(nullValue()));
64 assertThat(shadowOf(dialog).getButton(AlertDialog.BUTTON_NEGATIVE), nullValue());
71 AlertDialog dialog = builder.create();
72 dialog.show();
73 Robolectric.clickOn(dialog.getButton(AlertDialog.BUTTON_POSITIVE));
185 public void onClick(DialogInterface dialog, in
376 private DialogInterface dialog; field in class:AlertDialogTest.TestDialogOnClickListener
379 onClick(DialogInterface dialog, int item) argument
[all...]
H A DDialogFragmentTest.java81 Dialog dialog = ShadowDialog.getLatestDialog();
82 assertSame(dialogFromOnCreateDialog, dialog);
91 Dialog dialog = ShadowDialog.getLatestDialog();
92 assertNotNull(dialog);
93 assertSame(dialog, dialogFragment.getDialog());
94 assertNotNull(dialog.findViewById(R.id.title));
104 Dialog dialog = ShadowDialog.getLatestDialog();
105 assertFalse(dialog.isShowing());
106 assertTrue(shadowOf(dialog).hasBeenDismissed());
117 Dialog dialog
223 returnThisDialogFromOnCreateDialog(Dialog dialog) argument
[all...]
/external/lzma/CPP/7zip/UI/GUI/
H A DExtractGUI.cpp179 CExtractDialog dialog; local
189 dialog.DirPath = fs2us(outputDirFull);
191 dialog.OverwriteMode = options.OverwriteMode;
192 dialog.OverwriteMode_Force = options.OverwriteMode_Force;
193 dialog.PathMode = options.PathMode;
194 dialog.PathMode_Force = options.PathMode_Force;
195 dialog.ElimDup = options.ElimDup;
198 dialog.ArcPath = archivePathsFull[0];
201 // dialog.AltStreams = options.NtOptions.AltStreams;
202 dialog
[all...]
/external/avahi/avahi-ui-sharp/
H A DServiceDialog.cs17 private static extern void aui_service_dialog_set_browse_service_typesv (IntPtr dialog, IntPtr[] types); argument
20 private static extern IntPtr aui_service_dialog_get_browse_service_types (IntPtr dialog); argument
23 private static extern IntPtr aui_service_dialog_get_domain (IntPtr dialog); argument
26 private static extern void aui_service_dialog_set_domain (IntPtr dialog, IntPtr domain); argument
29 private static extern IntPtr aui_service_dialog_get_service_type (IntPtr dialog); argument
32 private static extern void aui_service_dialog_set_service_type (IntPtr dialog, IntPtr type); argument
35 private static extern IntPtr aui_service_dialog_get_service_name (IntPtr dialog); argument
38 private static extern void aui_service_dialog_set_service_name (IntPtr dialog, IntPtr type); argument
41 private static extern IntPtr aui_service_dialog_get_address (IntPtr dialog); argument
44 private static extern UInt16 aui_service_dialog_get_port (IntPtr dialog); argument
47 aui_service_dialog_get_host_name(IntPtr dialog) argument
50 aui_service_dialog_get_txt_data(IntPtr dialog) argument
53 aui_service_dialog_get_resolve_service(IntPtr dialog) argument
56 aui_service_dialog_set_resolve_service(IntPtr dialog, bool val) argument
59 aui_service_dialog_get_resolve_host_name(IntPtr dialog) argument
62 aui_service_dialog_set_resolve_host_name(IntPtr dialog, bool val) argument
65 aui_service_dialog_get_address_family(IntPtr dialog) argument
68 aui_service_dialog_set_address_family(IntPtr dialog, Protocol proto) argument
[all...]

Completed in 831 milliseconds

1234