HomeSort by relevance Sort by last modified time
    Searched full:show (Results 301 - 325 of 2347) sorted by null

<<11121314151617181920>>

  /packages/apps/Gallery3D/res/values/
strings.xml 33 <!-- Title for picture frame gadget to show in list of all available gadgets -->
40 <!-- Activity label. This might show up in the activity-picker -->
115 <string name="show_on_map">Show on map</string>
  /packages/apps/Phone/res/values/
config.xml 61 <!-- Determine whether we should show the "listen for instructions" screen after
64 <!-- The number of times we should show the activation screen/allow the provisioning
108 <!-- If true, show an onscreen "Dial" button in the dialer.
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 122 // Show dialog box
140 // Show the notification
191 // Show notification
  /packages/apps/Settings/src/com/android/settings/
BandMode.java 122 //ProgressDialog.show(this, null, str, true, true, null);
125 .show();
179 .setPositiveButton(android.R.string.ok, null).show();
  /packages/apps/SoundRecorder/res/values/
strings.xml 55 <!-- all recordings will show up in the media database with this 'artist' name -->
57 <!-- all recordings will show up in the media database with this 'album' name -->
59 <!-- all recordings will show up in the media database in a playlist with this name -->
  /external/jpeg/
ltmain.sh 72 show="$echo"
139 show=:
324 $show "$base_compile$pic_flag -DPIC $srcfile"
333 $show "$LN_S $obj $libobj"
339 $show "$mv $obj $libobj"
349 $show "$base_compile $srcfile$suppress_output"
360 $show "echo timestamp > $libobj"
830 $show "$rm $oldlib"
979 $show "$rm $objdir/$output $objdir/$libname.* $objdir/${libname}${release}.*"
982 $show "$mkdir $objdir
    [all...]
  /prebuilt/linux-x86/toolchain/sh-4.3.3/bin/
sh-linux-gnu-gdb 
sh-linux-gnu-gdbtui 
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ServiceStartArguments.java 107 Toast.LENGTH_SHORT).show();
165 Toast.LENGTH_SHORT).show();
174 * Show a notification while this service is running.
185 // Set the info for the views that show in the notification panel.
189 // We show this for as long as our service is processing a command.
RemoteService.java 50 * show how to interact with the service.
88 Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show();
175 * Show a notification while this service is running.
189 // Set the info for the views that show in the notification panel.
319 Toast.LENGTH_SHORT).show();
331 Toast.LENGTH_SHORT).show();
416 Toast.LENGTH_SHORT).show();
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 103 Toast.makeText(this, "Bluetooth is not available", Toast.LENGTH_LONG).show();
209 Toast.makeText(this, R.string.not_connected, Toast.LENGTH_SHORT).show();
277 + mConnectedDeviceName, Toast.LENGTH_SHORT).show();
281 Toast.LENGTH_SHORT).show();
310 Toast.makeText(this, R.string.bt_not_enabled_leaving, Toast.LENGTH_SHORT).show();
  /external/e2fsprogs/ext2ed/
inode_com.c 56 strcpy (buffer,"show");dispatch (buffer);
104 strcpy (buffer,"show");dispatch (buffer);
143 show (command_line);
340 wprintw (command_win,"Error - Unable to show file\n");refresh_command_win ();
360 wprintw (command_win,"Error - Unable to show directory\n");refresh_command_win ();
  /external/icu4c/test/intltest/
nmfmtrt.cpp 243 UBool show = verbose; local
263 show = TRUE;
270 show = TRUE;
279 show = TRUE;
288 if (show) {
  /external/iproute2/man/man8/
ip.8 3 ip \- show / manipulate routing, devices, policy routing and tunnels
59 .B ip link show
67 .BR "ip addr" " { " show " | " flush " } [ " dev
273 .BR "ip neigh" " { " show " | " flush " } [ " to
281 .BR "ip tunnel" " { " add " | " change " | " del " | " show " | " prl " }"
350 .BR "ip maddr show" " [ " dev
354 .BR "ip mroute show" " ["
801 .B show
903 .SS ip link show - display device attributes
908 specifies the network device to show
    [all...]
tc.8 3 tc \- show / manipulate traffic control settings
39 .B qdisc show [ dev
45 .B class show dev
48 .B tc filter show dev
342 The show command has additional formatting options:
  /external/webkit/WebKit/wx/
WebBrowserShell.cpp 129 helpMenu->Append(wxID_ABOUT, _T("&About...\tF1"), _T("Show about dialog"));
173 void wxWebBrowserShell::ShowDebugMenu(bool show)
176 if (show && debugMenu == wxNOT_FOUND) {
181 else if (!show && debugMenu != wxNOT_FOUND) {
320 pageSourceFrame->Show();
  /frameworks/base/services/java/com/android/server/status/
StorageNotification.java 164 * Show safe to unmount media notification, and enable UMS
183 * Storage has no filesystem. Show blank media notification,
197 * Storage is corrupt. Show corrupt media notification,
211 * Storage has been removed. Show nomedia media notification,
222 * Storage has been removed unsafely. Show bad removal media notification,
  /packages/apps/Mms/src/com/android/mms/ui/
SlideEditorActivity.java 266 Toast.LENGTH_SHORT).show();
452 Toast.LENGTH_SHORT).show();
497 builder.show();
521 builder.show();
542 Toast.LENGTH_SHORT).show();
556 Toast.LENGTH_SHORT).show();
579 Toast.LENGTH_SHORT).show();
612 Toast.LENGTH_SHORT).show();
632 Toast.LENGTH_SHORT).show();
657 Toast.LENGTH_SHORT).show();
    [all...]
  /external/webkit/WebKit/chromium/src/js/
DevTools.js 302 var oldShow = WebInspector.ScriptsPanel.prototype.show;
303 WebInspector.ScriptsPanel.prototype.show = function()
314 var oldShow = WebInspector.ProfilesPanel.prototype.show;
315 WebInspector.ProfilesPanel.prototype.show = function()
320 // Show is called on every show event of a panel, so
322 WebInspector.ProfilesPanel.prototype.show = oldShow;
  /development/simulator/app/
LogWindow.cpp 275 Show(false);
298 pPrefs->SetBool("window-log-show", IsShown());
367 * Under Linux+GTK, the first time you show the window, it appears where
368 * it's supposed to. If you then hide it and show it again, it gets
370 * and it remembers its position across hide/show.
373 * reset the position after a show. The "newly shown" flag ensures that
374 * we only reposition the window as the result of a Show(true) call.
401 bool LogWindow::Show(bool show)
403 if (show) {
    [all...]
  /frameworks/base/core/java/android/app/
SearchDialog.java 89 // The string used for privateImeOptions to identify to the IME that it should not show
178 // but necessary to show the popup window until the window manager supports
235 public boolean show(String initialQuery, boolean selectInitialQuery, method in class:SearchDialog
247 * Does the rest of the work required to show the search dialog. Called by
248 * {@link #show(String, boolean, ComponentName, Bundle)} and
254 // set up the searchable and show the dialog
255 if (!show(componentName, appSearchData)) {
274 private boolean show(ComponentName componentName, Bundle appSearchData) { method in class:SearchDialog
277 Log.d(LOG_TAG, "show(" + componentName + ", "
294 // show the dialog. this will call onStart()
300 show(); method
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gdb 
i686-unknown-linux-gnu-gdbtui 
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 358 ul.show();
367 $(".toggle-img", li).attr("title", "show pages");
374 $("div:first", this).append("<a class='toggle-img' href='#' title='show pages' onClick='toggle(this.parentNode.parentNode, true); return false;'></a>");
442 if (node.not(":empty").length != 0) { //if this languages node has a translation, show it
444 } else { //otherwise, show English instead
456 if (node.not(":empty").length != 0) { // if this languages node has a translation, show it
458 } else { // otherwise, show English instead
502 if (button.hasClass("show")) {
504 button.removeClass("show").addClass("hide");
507 button.removeClass("hide").addClass("show");
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gdb 

Completed in 151 milliseconds

<<11121314151617181920>>