| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ | 
| D | ShadowDialogTest.java | 44     final Dialog dialog = new Dialog(context);  in shouldCallOnDismissListener()  local 61     final Dialog dialog = new Dialog(context);  in setContentViewWithViewAllowsFindById()  local 71     Dialog dialog = new Dialog(context);  in shouldGetLayoutInflater()  local 77     TestDialog dialog = new TestDialog(context);  in shouldCallOnStartFromShow()  local 85     Dialog dialog = new Dialog(context);  in shouldSetCancelable()  local 94     TestDialog dialog = new TestDialog(context);  in shouldDismissTheRealDialogWhenCancelled()  local 101     Dialog dialog = new Dialog(context);  in shouldDefaultCancelableToTrueAsTheSDKDoes()  local 111     Dialog dialog =  in shouldOnlyCallOnCreateOnce()  local 131     Dialog dialog = new Dialog(context);  in show_setsLatestDialog()  local 144     Dialog dialog = new Dialog(context);  in getLatestDialog_shouldReturnARealDialog()  local [all …] 
 | 
| D | ShadowAlertDialogTest.java | 78     AlertDialog dialog = new AlertDialog.Builder(getApplication()).show();  in getLatestAlertDialog_shouldReturnARealAlertDialog()  local 86     AlertDialog dialog = builder.create();  in shouldOnlyCreateRequestedButtons()  local 97     AlertDialog dialog = builder.create();  in shouldAllowNullButtonListeners()  local 275     AlertDialog dialog = new AlertDialog(context) {};  in shouldDelegateToDialogFindViewByIdIfViewIsNull()  local 292     final AlertDialog dialog =  in shouldNotExplodeWhenNestingAlerts()  local 320     public void onClick(DialogInterface dialog, int item) {  in onClick()
  | 
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ | 
| D | ShadowDialogTest.java | 43     final Dialog dialog = new Dialog(context);  in shouldCallOnDismissListener()  local 59     final Dialog dialog = new Dialog(context);  in setContentViewWithViewAllowsFindById()  local 69     Dialog dialog = new Dialog(context);  in shouldGetLayoutInflater()  local 75     TestDialog dialog = new TestDialog(context);  in shouldCallOnStartFromShow()  local 83     Dialog dialog = new Dialog(context);  in shouldSetCancelable()  local 92     TestDialog dialog = new TestDialog(context);  in shouldDismissTheRealDialogWhenCancelled()  local 99     Dialog dialog = new Dialog(context);  in shouldDefaultCancelableToTrueAsTheSDKDoes()  local 109     Dialog dialog =  in shouldOnlyCallOnCreateOnce()  local 129     Dialog dialog = new Dialog(context);  in show_setsLatestDialog()  local 142     Dialog dialog = new Dialog(context);  in getLatestDialog_shouldReturnARealDialog()  local [all …] 
 | 
| D | ShadowAlertDialogTest.java | 76     AlertDialog dialog = new AlertDialog.Builder(application).show();  in getLatestAlertDialog_shouldReturnARealAlertDialog()  local 84     AlertDialog dialog = builder.create();  in shouldOnlyCreateRequestedButtons()  local 95     AlertDialog dialog = builder.create();  in shouldAllowNullButtonListeners()  local 282     AlertDialog dialog = new AlertDialog(context) {};  in shouldDelegateToDialogFindViewByIdIfViewIsNull()  local 299     final AlertDialog dialog = new AlertDialog.Builder(activity)  in shouldNotExplodeWhenNestingAlerts()  local 330     public void onClick(DialogInterface dialog, int item) {  in onClick()
  | 
| /external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/ | 
| D | ShadowDialogFragmentTest.java | 88     Dialog dialog = ShadowDialog.getLatestDialog();  in show_shouldShowDialogThatWasReturnedFromOnCreateDialog_whenOnCreateDialogReturnsADialog()  local 98     Dialog dialog = ShadowDialog.getLatestDialog();  in show_shouldShowDialogThatWasAutomaticallyCreated_whenOnCreateDialogReturnsNull()  local 113     Dialog dialog = ShadowDialog.getLatestDialog();  in removeUsingTransaction_shouldDismissTheDialog()  local 174     public void returnThisDialogFromOnCreateDialog(Dialog dialog) {  in returnThisDialogFromOnCreateDialog() 179   private static ShadowDialog shadowOf(Dialog dialog) {  in shadowOf()
  | 
| /external/nist-sip/java/gov/nist/javax/sip/ | 
| D | SipProviderImpl.java | 176                 Dialog dialog = ((RequestEvent) sipEvent).getDialog();  in handleEvent()  local 179                 Dialog dialog = ((ResponseEvent) sipEvent).getDialog();  in handleEvent()  local 359         SIPDialog dialog = sipStack.getDialog(dialogId);  in getNewClientTransaction()  local 514                     SIPDialog dialog = sipStack.getDialog(dialogId);  in getNewServerTransaction()  local 560                     SIPDialog dialog = sipStack.getDialog(dialogId);  in getNewServerTransaction()  local 584                         SIPDialog dialog = sipStack.getDialog(dialogId);  in getNewServerTransaction()  local 609                         SIPDialog dialog = sipStack.getDialog(dialogId);  in getNewServerTransaction()  local 673             Dialog dialog = sipStack.getDialog(((SIPRequest) request)  in sendRequest()  local 836         SIPDialog dialog = null;  in getNewDialog()  local
  | 
| /external/nist-sip/java/gov/nist/javax/sip/stack/ | 
| D | SIPClientTransaction.java | 500             MessageChannel sourceChannel, SIPDialog dialog) {  in processResponse() 724             MessageChannel sourceChannel, SIPDialog dialog) throws IOException {  in inviteClientTransaction() 944                 SIPDialog dialog = sipStack.getDialog(this.getOriginalRequest()  in sendRequest()  local 956                 SIPDialog dialog = this.getDefaultDialog();  in sendRequest()  local 1047         SIPDialog dialog = (SIPDialog) this.getDialog();  in fireTimeoutTimer()  local 1362         SIPDialog dialog = null;  in processResponse()  local
  | 
| /external/toybox/kconfig/lxdialog/ | 
| D | yesno.c | 27 static void print_buttons(WINDOW * dialog, int height, int width, int selected)  in print_buttons() 45 	WINDOW *dialog;  in dialog_yesno()  local
  | 
| D | inputbox.c | 29 static void print_buttons(WINDOW * dialog, int height, int width, int selected)  in print_buttons() 50 	WINDOW *dialog;  in dialog_inputbox()  local
  | 
| D | checklist.c | 95 static void print_buttons(WINDOW * dialog, int height, int width, int selected)  in print_buttons() 116 	WINDOW *dialog, *list;  in dialog_checklist()  local
  | 
| /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ | 
| D | AlertDialogTask.java | 184             public void onClick(DialogInterface dialog, int item) {  in onCreate() 199             public void onClick(DialogInterface dialog, int item, boolean isChecked) {  in onCreate() 211         public void onClick(DialogInterface dialog, int item) {  in onCreate()
  | 
| /external/python/cpython3/Lib/tkinter/test/test_tkinter/ | 
| D | test_messagebox.py | 14         def test_callback(dialog, master):  argument
  | 
| /external/nist-sip/java/javax/sip/ | 
| D | DialogTerminatedEvent.java | 8     public DialogTerminatedEvent(Object source, Dialog dialog) {  in DialogTerminatedEvent()
  | 
| /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/ | 
| D | Application.cpp | 66 	BrowserDialog		dialog;  in InitInstance()  local
  | 
| /external/openthread/tools/harness-automation/cases/ | 
| D | router_5_3_9.py | 39     def on_dialog(self, dialog, title):  argument
  | 
| D | sed_6_3_2.py | 40     def on_dialog(self, dialog, title):  argument
  | 
| D | leader_5_5_1.py | 42     def on_dialog(self, dialog, title):  argument
  | 
| D | router_5_6_3.py | 39     def on_dialog(self, dialog, title):  argument
  | 
| D | border_7_1_8.py | 40     def on_dialog(self, dialog, title):  argument
  | 
| D | router_5_1_11.py | 40     def on_dialog(self, dialog, title):  argument
  | 
| D | router_5_7_3.py | 40     def on_dialog(self, dialog, title):  argument
  | 
| /external/openthread/tools/harness-automation/cases_R140/ | 
| D | router_5_1_6.py | 40     def on_dialog(self, dialog, title):  argument
  | 
| D | leader_9_2_19.py | 40     def on_dialog(self, dialog, title):  argument
  | 
| D | router_5_3_9.py | 39     def on_dialog(self, dialog, title):  argument
  | 
| D | reed_5_5_5.py | 40     def on_dialog(self, dialog, title):  argument
  |