HomeSort by relevance Sort by last modified time
    Searched full:show (Results 626 - 650 of 10437) sorted by null

<<21222324252627282930>>

  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
SetupProfileFragment.java 85 Toast.LENGTH_SHORT).show();
93 Toast.makeText(getActivity(), "Provisioning done.", Toast.LENGTH_SHORT).show(); method
95 Toast.makeText(getActivity(), "Provisioning failed.", Toast.LENGTH_SHORT).show(); method
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
SetupProfileFragment.java 83 Toast.LENGTH_SHORT).show();
91 Toast.makeText(getActivity(), "Provisioning done.", Toast.LENGTH_SHORT).show(); method
93 Toast.makeText(getActivity(), "Provisioning failed.", Toast.LENGTH_SHORT).show(); method
  /external/chromium_org/ash/drag_drop/
drag_image_view.h 17 // This class allows to show a (native) view always on top of everything. It
27 // whether to show drag operation hint on top of the image.
47 // For touch drag drop, we show a hint corresponding to the drag operation
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_settings.h 50 // NOTE: The idle logout timeout is the time 'till' we show the idle dialog
51 // box. After we show the dialog box, it remains up for an 'additional'
57 // The time to show the countdown timer for.
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen_actor.h 67 virtual void Show() = 0;
88 // Show an authentication error.
91 // Show non-authentication error.
  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_window_proxy.h 50 // Forces captive portal window show.
51 void Show();
76 // wp(Show(), DISPLAYED) = IDLE | WAITING_FOR_REDIRECTION
  /external/chromium_org/chrome/browser/resources/extensions/
extension_commands_overlay.js 10 // The Extension Commands list object that will be used to show the commands
37 // This will request the data to show on the page and will get a response
60 // Make sure the config link is visible, since there are commands to show
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.h 24 // show.
29 // Called by the AppModalDialogQueue to show this dialog.
55 // and it's time to show the next dialog in the queue IsValid is invoked.
  /external/chromium_org/chrome/browser/ui/views/importer/
import_lock_dialog_view.cc 26 ImportLockDialogView::Show(parent, callback);
33 void ImportLockDialogView::Show(gfx::NativeWindow parent,
36 new ImportLockDialogView(callback), NULL, NULL)->Show();
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
terms_of_service_screen_handler.cc 59 void TermsOfServiceScreenHandler::Show() {
68 // Update the UI to show an error message or the Terms of Service.
97 Show();
  /external/chromium_org/chrome/browser/ui/webui/signin/
profile_signin_confirmation_dialog.h 31 // Create and show the dialog, which owns itself.
52 void Show(bool prompt_for_new_profile);
82 // Whether to show the "Create a new profile" button.
  /external/chromium_org/content/public/browser/
interstitial_page.h 22 // This class is used for showing interstitial pages, pages that show some
36 // Creates an interstitial page to show in |web_contents|. |new_navigation|
59 virtual void Show() = 0;
  /external/chromium_org/mojo/aura/
window_tree_host_mojo.h 36 // Sets the contents to show in this WindowTreeHost. This forwards to the
48 virtual void Show() OVERRIDE;
59 virtual void OnCursorVisibilityChangedNative(bool show) OVERRIDE;
  /external/chromium_org/ppapi/cpp/dev/
file_chooser_dev.cc 47 int32_t FileChooser_Dev::Show(
50 return get_interface<PPB_FileChooser_Dev_0_6>()->Show(
62 return get_interface<PPB_FileChooser_Dev_0_5>()->Show(
  /external/chromium_org/third_party/WebKit/ManualTests/compositing/
show-composited-iframe-on-back-button.html 12 <title>Show composited iframe contents when navigating back to page</title>
63 This page has a composited iframe. When navigating to a new page and then back to this one, the iframe contents should show up.
66 should show up.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/
LICENSES 24 http://www.kde-look.org/content/show.php?content=19524
27 http://www.kde-look.org/content/show.php?content=19064
28 http://www.kde-look.org/content/show.php?content=31481
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskDispatcher.cpp 120 void CustomElementMicrotaskDispatcher::show() function in class:WebCore::CustomElementMicrotaskDispatcher
122 m_steps->show(2);
132 WebCore::CustomElementMicrotaskDispatcher::instance().show();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
ScreencastApp.js 31 this._rootSplitView.show(rootView.element);
33 WebInspector.inspectorView.show(this._rootSplitView.sidebarElement());
36 this._screencastView.show(this._rootSplitView.mainElement());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
StackView.js 52 view.show(splitView.mainElement());
56 splitView.show(this.element);
58 splitView.show(this._currentSplitView.sidebarElement());
  /external/chromium_org/ui/gfx/animation/
slide_animation_unittest.cc 66 // Show toggles the appropriate state.
67 animation.Show();
95 animation->Show();
  /external/clang/test/Driver/
rewrite-legacy-objc.m 6 // TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fdiagnostics-show-option"
12 // TEST1: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fobjc-subscripting-legacy-runtime" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fdiagnostics-show-option"
13 // TEST2: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fdiagnostics-show-option"
  /external/e2fsprogs/misc/
blkid.c 58 "\t-s\tshow specified tag(s) (default show all tags)\n"
219 static void print_tags(blkid_dev dev, char *show[], int numtag, int output)
240 if (numtag && show) {
242 if (!strcmp(type, show[i]))
271 char *show[128] = { NULL, }; local
319 if (numtag >= sizeof(show) / sizeof(*show)) {
323 show[numtag++] = optarg;
386 print_tags(dev, show, numtag, output_format);
389 /* If we didn't specify a single device, show all available devices *
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
perf-report.txt 26 Be more verbose. (show symbol address, etc)
33 --show-nr-samples::
34 Show the number of samples for each symbol
37 Show sample percentage for different cpu modes.
41 Show per-thread event counters
52 Only show symbols that match (partially) with this filter.
192 Show raw instruction encoding of assembly instructions.
194 --show-total-period:: Show a column with the sum of periods.
197 --show-info:
    [all...]
perf-trace.txt 15 This command will show the events associated with the target, initially
32 List of events to show, currently only syscall names.
72 Show only events that had a duration greater than N.M ms.
  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_signs.py 22 """ Define the sign and highlight (if applicable) and show the sign. """
31 self.show(name, buffer.number, line_number)
53 def show(self, name, buffer_number, line_number): member in class:VimSign

Completed in 2472 milliseconds

<<21222324252627282930>>