/external/python/cpython2/Lib/distutils/command/ |
bdist_msi.py | 21 from msilib import Directory, Feature, Dialog, add_data 23 class PyDialog(Dialog): 24 """Dialog class with a fixed layout: controls at the top, then a ruler, 28 """Dialog(database, name, x, y, w, h, attributes, title, first, 30 Dialog.__init__(self, *args) 37 "Set the title text of the dialog at the top." 424 # see "Dialog Style Bits" 501 # Required dialog: FilesInUse, ErrorDlg 522 # See "Error Dialog". See "ICE20" for the required names of the controls. 523 error = Dialog(db, "ErrorDlg" [all...] |
/external/python/cpython3/Lib/distutils/command/ |
bdist_msi.py | 19 from msilib import Directory, Feature, Dialog, add_data 21 class PyDialog(Dialog): 22 """Dialog class with a fixed layout: controls at the top, then a ruler, 26 """Dialog(database, name, x, y, w, h, attributes, title, first, 28 Dialog.__init__(self, *args) 36 "Set the title text of the dialog at the top." 422 # see "Dialog Style Bits" 500 # Required dialog: FilesInUse, ErrorDlg 521 # See "Error Dialog". See "ICE20" for the required names of the controls. 522 error = Dialog(db, "ErrorDlg" [all...] |
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
PrivateVolumeSettings.java | 20 import android.app.Dialog; 692 * Dialog that allows editing of volume nickname. 698 final RenameFragment dialog = new RenameFragment(); 699 dialog.setTargetFragment(parent, 0); 702 dialog.setArguments(args); 703 dialog.show(parent.getFragmentManager(), TAG_RENAME); 712 public Dialog onCreateDialog(Bundle savedInstanceState) { 733 public void onClick(DialogInterface dialog, int which) { 749 final SystemInfoFragment dialog = new SystemInfoFragment(); 750 dialog.setTargetFragment(parent, 0) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
bdist_msi.py | 21 from msilib import Directory, Feature, Dialog, add_data 23 class PyDialog(Dialog): 24 """Dialog class with a fixed layout: controls at the top, then a ruler, 28 """Dialog(database, name, x, y, w, h, attributes, title, first, 30 Dialog.__init__(self, *args) 37 "Set the title text of the dialog at the top." 424 # see "Dialog Style Bits" 501 # Required dialog: FilesInUse, ErrorDlg 522 # See "Error Dialog". See "ICE20" for the required names of the controls. 523 error = Dialog(db, "ErrorDlg" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
bdist_msi.py | 21 from msilib import Directory, Feature, Dialog, add_data 23 class PyDialog(Dialog): 24 """Dialog class with a fixed layout: controls at the top, then a ruler, 28 """Dialog(database, name, x, y, w, h, attributes, title, first, 30 Dialog.__init__(self, *args) 37 "Set the title text of the dialog at the top." 424 # see "Dialog Style Bits" 501 # Required dialog: FilesInUse, ErrorDlg 522 # See "Error Dialog". See "ICE20" for the required names of the controls. 523 error = Dialog(db, "ErrorDlg" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 21 from msilib import Directory, Feature, Dialog, add_data 23 class PyDialog(Dialog): 24 """Dialog class with a fixed layout: controls at the top, then a ruler, 28 """Dialog(database, name, x, y, w, h, attributes, title, first, 30 Dialog.__init__(self, *args) 37 "Set the title text of the dialog at the top." 424 # see "Dialog Style Bits" 501 # Required dialog: FilesInUse, ErrorDlg 522 # See "Error Dialog". See "ICE20" for the required names of the controls. 523 error = Dialog(db, "ErrorDlg" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 21 from msilib import Directory, Feature, Dialog, add_data 23 class PyDialog(Dialog): 24 """Dialog class with a fixed layout: controls at the top, then a ruler, 28 """Dialog(database, name, x, y, w, h, attributes, title, first, 30 Dialog.__init__(self, *args) 37 "Set the title text of the dialog at the top." 424 # see "Dialog Style Bits" 501 # Required dialog: FilesInUse, ErrorDlg 522 # See "Error Dialog". See "ICE20" for the required names of the controls. 523 error = Dialog(db, "ErrorDlg" [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
msi.py | 5 from msilib import Feature, CAB, Directory, Dialog, Binary, add_data
286 class PyDialog(Dialog):
287 """Dialog class with a fixed layout: controls at the top, then a ruler,
291 """Dialog(database, name, x, y, w, h, attributes, title, first,
293 Dialog.__init__(self, *args)
301 "Set the title text of the dialog at the top."
354 # see "Dialog Style Bits"
518 # Required dialog: FilesInUse, ErrorDlg
540 # See "Error Dialog". See "ICE20" for the required names of the controls.
541 error = Dialog(db, "ErrorDlg", [all...] |
schema.py | 183 Dialog = Table('Dialog')
184 Dialog.add_field(1,'Dialog',11592)
185 Dialog.add_field(2,'HCentering',1282)
186 Dialog.add_field(3,'VCentering',1282)
187 Dialog.add_field(4,'Width',1282)
188 Dialog.add_field(5,'Height',1282)
189 Dialog.add_field(6,'Attributes',4356)
190 Dialog.add_field(7,'Title',8064) [all...] |
/external/python/cpython2/Tools/msi/ |
msi.py | 5 from msilib import Feature, CAB, Directory, Dialog, Binary, add_data 287 class PyDialog(Dialog): 288 """Dialog class with a fixed layout: controls at the top, then a ruler, 292 """Dialog(database, name, x, y, w, h, attributes, title, first, 294 Dialog.__init__(self, *args) 302 "Set the title text of the dialog at the top." 355 # see "Dialog Style Bits" 542 # Required dialog: FilesInUse, ErrorDlg 564 # See "Error Dialog". See "ICE20" for the required names of the controls. 565 error = Dialog(db, "ErrorDlg" [all...] |
schema.py | 183 Dialog = Table('Dialog') 184 Dialog.add_field(1,'Dialog',11592) 185 Dialog.add_field(2,'HCentering',1282) 186 Dialog.add_field(3,'VCentering',1282) 187 Dialog.add_field(4,'Width',1282) 188 Dialog.add_field(5,'Height',1282) 189 Dialog.add_field(6,'Attributes',4356) 190 Dialog.add_field(7,'Title',8064 [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
SipProviderImpl.java | 58 import javax.sip.Dialog; 176 Dialog dialog = ((RequestEvent) sipEvent).getDialog(); local 177 if ( sipStack.isLoggingEnabled()) sipStack.getStackLogger().logDebug("Dialog = " + dialog); 179 Dialog dialog = ((ResponseEvent) sipEvent).getDialog(); local 180 if (sipStack.isLoggingEnabled() ) sipStack.getStackLogger().logDebug("Dialog = " + dialog); 342 // Could not find a dialog or the route is not set in dialog 359 SIPDialog dialog = sipStack.getDialog(dialogId); local 514 SIPDialog dialog = sipStack.getDialog(dialogId); local 560 SIPDialog dialog = sipStack.getDialog(dialogId); local 584 SIPDialog dialog = sipStack.getDialog(dialogId); local 609 SIPDialog dialog = sipStack.getDialog(dialogId); local 673 Dialog dialog = sipStack.getDialog(((SIPRequest) request) local 836 SIPDialog dialog = null; local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPClientTransaction.java | 54 import javax.sip.Dialog; 500 MessageChannel sourceChannel, SIPDialog dialog) { 519 sipStack.getStackLogger().logDebug("dialog = " + dialog); 527 * if (dialog != null && transactionResponse.getStatusCode() != 100 && 529 * add the route before you process the response. dialog.setLastResponse(this, 530 * transactionResponse); this.setDialog(dialog, transactionResponse.getDialogId(false)); } 535 inviteClientTransaction(transactionResponse, sourceChannel, dialog); 537 nonInviteClientTransaction(transactionResponse, sourceChannel, dialog); 944 SIPDialog dialog = sipStack.getDialog(this.getOriginalRequest() local 956 SIPDialog dialog = this.getDefaultDialog(); local 1047 SIPDialog dialog = (SIPDialog) this.getDialog(); local 1362 SIPDialog dialog = null; local [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
SpinnerTest.java | 30 import android.app.Dialog; 208 Dialog dialog = new Dialog(mActivity); local 209 dialog.show(); 210 assertTrue(dialog.isShowing()); 212 spinner.onClick(dialog, -10); 214 assertFalse(dialog.isShowing());
|
/developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/ |
Camera2VideoFragment.java | 22 import android.app.Dialog; 77 private static final String FRAGMENT_DIALOG = "dialog"; 714 ErrorDialog dialog = new ErrorDialog(); local 717 dialog.setArguments(args); 718 return dialog; 722 public Dialog onCreateDialog(Bundle savedInstanceState) { 740 public Dialog onCreateDialog(Bundle savedInstanceState) { 746 public void onClick(DialogInterface dialog, int which) { 754 public void onClick(DialogInterface dialog, int which) {
|
/developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/ |
Camera2VideoFragment.java | 22 import android.app.Dialog; 77 private static final String FRAGMENT_DIALOG = "dialog"; 714 ErrorDialog dialog = new ErrorDialog(); local 717 dialog.setArguments(args); 718 return dialog; 722 public Dialog onCreateDialog(Bundle savedInstanceState) { 740 public Dialog onCreateDialog(Bundle savedInstanceState) { 746 public void onClick(DialogInterface dialog, int which) { 754 public void onClick(DialogInterface dialog, int which) {
|
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/ |
Camera2VideoFragment.java | 22 import android.app.Dialog; 77 private static final String FRAGMENT_DIALOG = "dialog"; 711 ErrorDialog dialog = new ErrorDialog(); local 714 dialog.setArguments(args); 715 return dialog; 719 public Dialog onCreateDialog(Bundle savedInstanceState) { 737 public Dialog onCreateDialog(Bundle savedInstanceState) { 743 public void onClick(DialogInterface dialog, int which) { 751 public void onClick(DialogInterface dialog, int which) {
|
/external/python/cpython2/Lib/msilib/ |
schema.py | 183 Dialog = Table('Dialog') 184 Dialog.add_field(1,'Dialog',11592) 185 Dialog.add_field(2,'HCentering',1282) 186 Dialog.add_field(3,'VCentering',1282) 187 Dialog.add_field(4,'Width',1282) 188 Dialog.add_field(5,'Height',1282) 189 Dialog.add_field(6,'Attributes',4356) 190 Dialog.add_field(7,'Title',8064 [all...] |
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
SaveUi.java | 24 import android.app.Dialog; 127 private final @NonNull Dialog mDialog; 234 mDialog = new Dialog(context, THEME_ID); 237 // Dialog can be dismissed when touched outside, but the negative listener should not be 445 if (sDebug) Slog.d(TAG, "Restoring save dialog for " + token); 451 if (sDebug) Slog.d(TAG, "Cancelling pending save dialog for " + token); 465 Slog.i(TAG, "Showing save dialog: " + mTitle); 471 if (sVerbose) Slog.v(TAG, "Hiding save dialog.");
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
LabeledEditorView.java | 20 import android.app.Dialog; 435 * Prepare dialog for entering a custom label. The input value is trimmed: white spaces before 441 private Dialog createCustomDialog() { 456 public void onClick(DialogInterface dialog, int which) { 481 final AlertDialog dialog = builder.create(); local 482 dialog.setOnShowListener(new OnShowListener() { 485 updateCustomDialogOkButtonState(dialog, editText); 499 updateCustomDialogOkButtonState(dialog, editText); 502 dialog.getWindow().setSoftInputMode( 505 return dialog; [all...] |
/packages/apps/Email/provider_src/com/android/email/activity/setup/ |
AccountSecurity.java | 21 import android.app.Dialog; 108 * @param showDialog If true, a simple warning dialog will be shown before kicking off 124 * to give the user a dialog (for context) about a device pin/password expiration event. 322 PasswordExpirationDialog dialog = local 326 LogUtils.d(TAG, "Showing password expiration dialog"); 328 dialog.show(fm, "password_expiration"); 336 // Show dialog first, unless already showing (e.g. after rotation) 339 SecurityNeededDialog dialog = local 342 LogUtils.d(TAG, "Showing security needed dialog"); 344 dialog.show(fm, "security_needed") 515 final SecurityNeededDialog dialog = new SecurityNeededDialog(); local 581 final PasswordExpirationDialog dialog = new PasswordExpirationDialog(); local [all...] |
/packages/apps/Settings/src/com/android/settings/ |
SettingsPreferenceFragment.java | 20 import android.app.Dialog; 60 * Base class for Settings fragments, with some helper functions and dialog management. 449 // Dialog management 453 Log.e(TAG, "Old dialog fragment not null!"); 460 public Dialog onCreateDialog(int dialogId) { 471 // To be able to dismiss dialog at that time, don't check 480 * Sets the OnCancelListener of the dialog shown. This method can only be 491 * Sets the OnDismissListener of the dialog shown. This method can only be 508 // Auto-key preferences that don't have a key, so the dialog can find them. 563 throw new IllegalStateException("Dialog must provide a metrics category") [all...] |
/packages/apps/Settings/src/com/android/settings/accounts/ |
AccountSyncSettings.java | 23 import android.app.Dialog; 75 public Dialog onCreateDialog(final int id) { 76 Dialog dialog = null; local 78 dialog = new AlertDialog.Builder(getActivity()) 84 return dialog;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ |
PinDialogFragment.java | 17 package com.android.tv.settings.dialog; 21 import android.app.Dialog; 62 * PIN code dialog for unlock channel 67 * PIN code dialog for unlock content. 73 * PIN code dialog for change parental control settings 78 * PIN code dialog for set new PIN 82 // PIN code dialog for checking old PIN. This is intenal only. 86 * PIN code dialog for deleting the PIN 172 public Dialog onCreateDialog(Bundle savedInstanceState) { 173 Dialog dlg = super.onCreateDialog(savedInstanceState) [all...] |
/packages/services/Telephony/src/com/android/phone/ |
EmergencyDialer.java | 23 import android.app.Dialog; 141 private String mLastNumber; // last number we tried to dial. Used to restore error dialog. 660 protected Dialog onCreateDialog(int id) { 661 AlertDialog dialog = null; local 663 // construct dialog 664 dialog = new AlertDialog.Builder(this, R.style.EmergencyDialerAlertDialogTheme) 670 // blur stuff behind the dialog 671 dialog.getWindow().addFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND); 674 return dialog; 678 protected void onPrepareDialog(int id, Dialog dialog) [all...] |