/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/ |
arm-eabi-gdb | |
arm-eabi-gdbtui | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/ |
arm-eabi-gdb | |
arm-eabi-gdbtui | |
/frameworks/base/docs/html/guide/topics/ui/ |
dialogs.jd | 76 <p>When you want to show a dialog, call 132 <p>When it's time to show one of the dialogs, call {@link android.app.Activity#showDialog(int)} 197 <p>The following topics show how to define various properties of the AlertDialog using the 258 Toast.makeText(getApplicationContext(), items[item], Toast.LENGTH_SHORT).show(); 309 Toast.makeText(getApplicationContext(), items[item], Toast.LENGTH_SHORT).show(); 332 {@link android.app.ProgressDialog#show(Context,CharSequence,CharSequence) 333 ProgressDialog.show()}. For example, the progress dialog shown to the right can be 339 ProgressDialog dialog = ProgressDialog.show(MyActivity.this, "", 359 <p>To show the progression with an animated progress bar:</p> 368 <li>When you're ready to show the dialog, call [all...] |
/packages/apps/Contacts/src/com/android/contacts/ui/ |
EditContactActivity.java | 358 * Show this {@link Dialog} and manage with the {@link Activity}. 362 dialog.show(); 434 // Show editor now that we've loaded state 463 createPhotoDialog().show(); 584 // TODO: Show error message 667 mProgress = new WeakReference<ProgressDialog>(ProgressDialog.show(target, null, 757 Toast.makeText(context, R.string.contactSavedToast, Toast.LENGTH_SHORT).show(); 759 Toast.makeText(context, R.string.contactSavedErrorToast, Toast.LENGTH_LONG).show(); [all...] |
ShowOrCreateActivity.java | 52 * <li>If one matching contact found, directly show {@link Intent#ACTION_VIEW} 54 * <li>If more than one matching found, show list of matching contacts using 177 // If more than one, show pick list
|
/external/bluetooth/bluez/compat/ |
dund.c | 93 SHOW, 390 { "show", 0, 0, 'l' }, 413 "\t--show --list -l Show active LAP connections\n" 445 mode = SHOW; 576 case SHOW:
|
/external/kernel-headers/original/linux/ |
device.h | 78 ssize_t (*show)(struct bus_type *, char * buf); member in struct:bus_attribute 119 ssize_t (*show)(struct device_driver *, char * buf); member in struct:driver_attribute 165 ssize_t (*show)(struct class *, char * buf); member in struct:class_attribute 177 ssize_t (*show)(struct class_device *, char * buf); member in struct:class_device_attribute 202 * class_device. If NULL, this class_device will show up at the root of the 288 ssize_t (*show)(struct device *dev, struct device_attribute *attr, member in struct:device_attribute
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebinspector.cpp | 44 * can be embedded into an application to show the inspector. 61 * g_signal_connect (G_OBJECT (inspector), "show-window", G_CALLBACK(show_inpector_window), NULL)); 153 * WebKitWebInspector::show-window: 163 webkit_web_inspector_signals[SHOW_WINDOW] = g_signal_new("show-window", 216 * by handling #WebKitWebInspector::show-window later on. 496 priv->page->inspectorController()->show();
|
/external/wpa_supplicant/ |
common.c | 223 size_t len, int show) 235 } else if (show) { 247 } else if (show) { 272 size_t len, int show) 283 if (!show) { 319 if (!show) {
|
main.c | 75 " -h = show this help text\n" 76 " -L = show license (GPL and BSD)\n"); 83 " -v = show version\n"
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SearchInvoke.java | 153 .show(); method 164 .show(); method 171 .show(); method
|
/external/jhead/ |
makernote.c | 81 // Show tag name 85 // Show tag value. 154 // Show generic maker note - just hex bytes.
|
/external/opencore/tools_v2/build/make/ |
sdkinfo_nr.mk | 102 basis_stream_type := $(shell $(ACCUREV) show -fx -s $(basis_stream) streams | $(GREP) "type=" | $(CUT) -f2 -d"\"") 104 parent_basis_stream := $(shell $(ACCUREV) show -fx -s $(basis_stream) streams | $(GREP) "basis=" | $(CUT) -f2 -d"\"") 109 transaction_id := $(shell $(ACCUREV) show -fx -s $(basis_stream) streams | $(GREP) "name=" | $(CUT) -f2 -d"\"")
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-gallery.jd | 42 Toast.makeText(HelloGallery.this, "" + position, Toast.LENGTH_SHORT).show(); 60 (if applicable). In this example, all that's needed is the position of the click to show a {@link 63 android.widget.Toast#show()} (in a real world scenario, this ID could be used to get the full sized
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
KeyguardViewMediator.java | 72 * - screen turned off -> reset the keyguard, and show it so it will be ready 106 private static final int SHOW = 2; 258 mShowKeyguardWakeLock = mPM.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "show keyguard"); 519 // if another app is disabling us, don't show 541 // if the setup wizard hasn't run yet, don't show 622 * Send message to keyguard telling it to show itself 629 Message msg = mHandler.obtainMessage(SHOW); 654 + "to show the keyguard since the device isn't provisioned yet."); 665 + "to show the keyguard so the user can enter their sim pin"); [all...] |
/packages/apps/IM/src/com/android/im/app/ |
ContactView.java | 186 // Show nothing in line2 if it's a group and don't 190 // Show the custom status text if there's no new message. 196 // Show a string of presence if there is neither new message nor
|
/packages/apps/Launcher2/res/values/ |
strings.xml | 110 <!-- Noun, menu item used to show the gestures settings --> 112 <!-- Noun, menu item used to show the system settings --> 141 <!-- Text to show user in place of a gadget when we can't display it properly -->
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideshowPresenter.java | 139 Toast.LENGTH_SHORT).show(); 301 Toast.LENGTH_SHORT).show(); 314 Toast.LENGTH_SHORT).show();
|
/packages/apps/Mms/src/com/android/mms/util/ |
DownloadManager.java | 197 Toast.LENGTH_LONG).show(); 214 Toast.LENGTH_LONG).show(); 237 Toast.makeText(mContext, errStr, Toast.LENGTH_LONG).show();
|
/packages/apps/Phone/src/com/android/phone/ |
InCallTouchUi.java | 150 // For now, we only need to show two states: answer and decline. 249 // rejects an incoming call, and in that case we *don't* show 259 // within the last 500 msec, *don't* show the incoming call 282 if (DBG) log("- updateState: NOT OK to show touch UI; disabling..."); 347 // If we get here, it *is* OK to show the in-call touch UI, so we 381 // Since the common case here is "while dialing", we show the 396 " but can't show both!"); 414 // Show the "hide dialpad" state. 419 // Show the "show dialpad" state [all...] |
/packages/apps/Settings/src/com/android/settings/ |
VoiceInputOutputSettings.java | 97 // Only one recognizer available, so don't show the list of choices, but do 113 // Multiple recognizers available, so show the full list of choices. 133 // Iterate through all the available recognizers and load up their info to show
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothSettings.java | 115 // If an application wish to show the BT device list, it can send an 117 // -DEVICE_PICKER_FILTER_TYPE: the type of BT devices that want to show. 121 // -DEVICE_PICKER_NEED_AUTH: to show if bonding procedure needed.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Tutorial.java | 59 bubba.show(mLocation[0], mLocation[1]); 132 void show(int offx, int offy) { method in class:Tutorial.Bubble 212 // Hide all previous bubbles as well, as they may have had a delayed show
|