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

<<11121314151617181920>>

  /external/skia/experimental/webtry/res/css/
webtry.css 95 #chooseSource.show {
103 #selectedSource.show {
111 #sourceCode.show {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPresenceIconUtil.java 24 * Define the contact present show policy in Contacts
30 * @return null means don't show the status icon.
33 // We don't show the offline status in Contacts
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactPresenceIconUtil.java 24 * Define the contact present show policy in Contacts
30 * @return null means don't show the status icon.
33 // We don't show the offline status in Contacts
  /external/chromium_org/chrome/browser/resources/net_internals/
top_mid_bottom_view.js 72 show: function(isVisible) {
73 superClass.prototype.show.call(this, isVisible);
75 this.topView_.show(isVisible);
76 this.midView_.show(isVisible);
78 this.bottomView_.show(isVisible);
  /external/llvm/test/MC/X86/
x86_long_nop.s 1 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
2 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
3 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-apple-darwin10.0 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
4 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-apple-darwin8 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
5 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=slm %s | llvm-objdump -d -no-show-raw-insn - | FileCheck --check-prefix=SLM %s
  /frameworks/base/core/java/com/android/internal/view/menu/
ContextMenuBuilder.java 32 * view was added directly to the window manager) and needs to show
37 * call {@link #show(View, IBinder)} which will populate the menu
38 * with a view's context menu items and show the context menu.
77 public MenuDialogHelper show(View originalView, IBinder token) { method in class:ContextMenuBuilder
88 helper.show(token);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
ChallengeLayout.java 35 * Show or hide the challenge layout.
37 * If you want to show the challenge layout in bouncer mode where applicable,
40 * @param b true to show, false to hide
42 void showChallenge(boolean show);
45 * Show the bouncer challenge. This may block access to other child views.
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
presencestatus.h 43 // we will show the one with the highest show in the following
45 enum Show {
57 Show show() const { return show_; } function in class:buzz::PresenceStatus
75 void set_show(Show show) { show_ = show; }
100 // Don't show these.
128 switch (show()) {
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 143 mDialog = mBuilder.show();
155 mDialog = mBuilder.show();
166 mDialog = mBuilder.show();
182 mDialog = mBuilder.show();
197 mDialog = mBuilder.show();
212 mDialog = mBuilder.show();
227 mDialog = mBuilder.show();
242 mDialog = mBuilder.show();
257 mDialog = mBuilder.show();
299 mDialog = mBuilder.show();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
terms_of_service_screen.cc 45 void TermsOfServiceScreen::Show() {
54 // Show the screen.
55 actor_->Show();
86 // set, show an error message to the user.
117 // Show an error message to the user.
138 // text/plain or are empty, show an error message to the user.
145 // If the Terms of Service were downloaded successfully, show them to the
  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_window_browsertest.cc 54 void Show() {
55 captive_portal_window_proxy_->Show();
105 IN_PROC_BROWSER_TEST_F(CaptivePortalWindowTest, Show) {
106 Show();
112 Show();
151 Show();
163 Show();
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service.h 68 // Show the app list for the profile configured in the user data dir for the
70 virtual void Show() = 0;
72 // Create the app list UI, and maintain its state, but do not show it.
75 // Show the app list for the given profile. If it differs from the profile the
80 // Show the app list due to a trigger which was not an explicit user action
81 // to show the app list. E.g. the auto-show when installing an app. This
  /external/chromium_org/chrome/browser/ui/cocoa/profiles/
user_manager_mac.mm 25 UserManagerMac::Show(
30 UserManagerMac::Show(base::FilePath(), tutorial);
50 - (void)show;
106 [self show];
109 - (void)show {
141 void UserManagerMac::Show(const base::FilePath& profile_path_to_focus,
145 [instance_->window_controller_ show];
  /external/oprofile/doc/
opreport.1.in 25 Show source file and line for each symbol.
34 Show call graph information if available.
38 Show per-instruction details for all selected symbols.
56 Show help message.
96 .BI "--show-address / -w"
97 Show each symbol's VMA address.
120 Show version.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMFilter.java 35 * Show all <code>Nodes</code>.
40 * Show <code>Element</code> nodes.
45 * Show <code>Attr</code> nodes. This is meaningful only when creating an
55 * Show <code>Text</code> nodes.
60 * Show <code>CDATASection</code> nodes.
65 * Show <code>EntityReference</code> nodes. Note that if Entity References
72 * Show <code>Entity</code> nodes. This is meaningful only when creating
82 * Show <code>ProcessingInstruction</code> nodes.
87 * Show <code>Comment</code> nodes.
92 * Show <code>Document</code> nodes. (Of course, as with Attribute
    [all...]
  /art/test/100-reflect2/src/
Main.java 128 show(f.get(null));
130 show(f.get(null));
132 show(f.get(null));
134 show(f.get(null));
136 show(f.get(null));
138 show(f.get(null));
140 show(f.get(null));
142 show(f.get(null));
156 private static void show(Object o) { method in class:Main
181 show(m.invoke(null, 4444))
263 show(ctor.newInstance((Object[]) null)); method
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallButtonPresenter.java 88 ui.displayDialpad(true /* show */, true /* animate */);
93 ui.displayDialpad(false /* show */, true /* animate */);
241 Log.v(this, "Show dialpad " + String.valueOf(checked));
242 getUi().displayDialpad(checked /* show */, true /* animate */);
356 // Show all video-call-related buttons.
371 // Show all voice-call-related buttons.
375 Log.v(this, "Show hold ", call.can(PhoneCapabilities.SUPPORT_HOLD));
377 Log.v(this, "Show merge ", call.can(PhoneCapabilities.MERGE_CONFERENCE));
378 Log.v(this, "Show swap ", call.can(PhoneCapabilities.SWAP_CONFERENCE));
379 Log.v(this, "Show add call ", call.can(PhoneCapabilities.ADD_CALL))
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarFragmentMenu.java 102 if (mCheckBox1.isChecked()) ft.show(mFragment1);
104 if (mCheckBox2.isChecked()) ft.show(mFragment2);
116 if (mCheckBox3.isChecked()) ft.show(mFragment2.mFragment3);
147 Toast.makeText(getActivity(), "Selected Menu 1a.", Toast.LENGTH_SHORT).show(); method
151 Toast.makeText(getActivity(), "Selected Menu 1b.", Toast.LENGTH_SHORT).show(); method
187 Toast.makeText(getActivity(), "Selected Menu 2.", Toast.LENGTH_SHORT).show(); method
208 Toast.LENGTH_SHORT).show(); method
216 Toast.LENGTH_SHORT).show(); method
223 Toast.LENGTH_SHORT).show(); method
231 Toast.LENGTH_SHORT).show(); method
    [all...]
ActionBarMechanics.java 48 // Menu items default to never show in the action bar. On most devices this means
49 // they will show in the standard options menu panel when the menu button is pressed.
56 // Items that show as actions should favor the "if room" setting, which will
57 // prevent too many buttons from crowding the bar. Extra items will show in the
61 // Items that show as actions are strongly encouraged to use an icon.
70 Toast.makeText(this, "Selected Item: " + item.getTitle(), Toast.LENGTH_SHORT).show();
  /external/chromium_org/components/
translate_strings.grdp 5 <message name="IDS_TRANSLATE_INFOBAR_OPTIONS" desc="Text to show for the translate infobar options menu button">
31 <message name="IDS_TRANSLATE_INFOBAR_ACCEPT" desc="Text to show for the translate infobar button to accept translation.">
34 <message name="IDS_TRANSLATE_INFOBAR_DENY" desc="Text to show for the translate infobar button to deny translation.">
57 <message name="IDS_TRANSLATE_INFOBAR_REVERT" desc="Text to show for translate infobar to revert translation of translated page">
58 Show original
60 <message name="IDS_TRANSLATE_INFOBAR_RETRY" desc="Text to show for translate infobar to retry translation of page">
63 <message name="IDS_TRANSLATE_INFOBAR_ERROR_CANT_CONNECT" desc="Error message to show for translate infobar when unable to connec to translate server">
66 <message name="IDS_TRANSLATE_INFOBAR_ERROR_CANT_TRANSLATE" desc="Error message to show for translate infobar when translate server is unable to translate page">
69 <message name="IDS_TRANSLATE_INFOBAR_UNKNOWN_PAGE_LANGUAGE" desc="Error message to show for translate infobar when the page language could not be determined.">
72 <message name="IDS_TRANSLATE_INFOBAR_ERROR_SAME_LANGUAGE" desc="Error message to show for translate infobar when the original and target languages are identical"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java 63 false /*show*/);
69 LintViewPart.show(resources);
94 * @param show if true, show the results in a {@link LintViewPart}
102 boolean show) {
105 return startLint(client, resources, source, show);
121 * @param show if true, show the results in a {@link LintViewPart}
128 boolean show) {
139 if (show) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarMechanics.java 47 // Menu items default to never show in the action bar. On most devices this means
48 // they will show in the standard options menu panel when the menu button is pressed.
55 // Items that show as actions should favor the "if room" setting, which will
56 // prevent too many buttons from crowding the bar. Extra items will show in the
60 // Items that show as actions are strongly encouraged to use an icon.
70 Toast.makeText(this, "Selected Item: " + item.getTitle(), Toast.LENGTH_SHORT).show();
SecureDialogActivity.java 46 * secondary display should not show the contents of the secure surface.
70 // Handle click events on the button to show the dialog.
71 Button button = (Button)findViewById(R.id.show);
76 * Called when the button to show the dialog is clicked.
91 // Show the dialog.
92 dialog.show();
  /external/chromium_org/ash/
screen_util_unittest.cc 34 primary->Show();
37 secondary->Show();
75 secondary->Show();
77 secondary->Show();
91 primary->Show();
94 secondary->Show();
  /external/chromium_org/chrome/browser/extensions/
extension_message_bubble_controller.h 45 // Fetches the message to show in the body. |anchored_to_browser_action|
47 // icon, allowing the bubble to show a different message than when it is
48 // anchored against something else (e.g. show "This extension has..."
59 // Whether to show a list of extensions in the bubble.
86 virtual void Show(ExtensionMessageBubble* bubble);
109 // Our delegate supplying information about what to show in the dialog.

Completed in 528 milliseconds

<<11121314151617181920>>