HomeSort by relevance Sort by last modified time
    Searched defs:show (Results 476 - 500 of 915) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
elevator.h 69 ssize_t (*show)(elevator_t *, char *); member in struct:elv_fs_entry
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
elevator.h 69 ssize_t (*show)(elevator_t *, char *); member in struct:elv_fs_entry
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
elevator.h 69 ssize_t (*show)(elevator_t *, char *); member in struct:elv_fs_entry
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
elevator.h 69 ssize_t (*show)(elevator_t *, char *); member in struct:elv_fs_entry
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 20 def show(self, textin): member in class:BaseTestCase
34 self.show(expect), self.show(result)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 20 def show(self, textin): member in class:BaseTestCase
34 self.show(expect), self.show(result)))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ActivityMenuListener.java 82 static void show(ConfigurationChooser chooser, ToolItem combo) { method in class:ActivityMenuListener
152 current = null; // Only show the first occurrence as selected
153 // such that we don't show it selected again in the full activity list
DeviceMenuListener.java 70 static void show(final ConfigurationChooser chooser, ToolItem combo) { method in class:DeviceMenuListener
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltipManager.java 80 show(nodes);
98 show(event);
111 private void show(Event event) { method in class:LintTooltipManager
114 show(nodes);
118 /** Show a tooltip listing the lint errors for the given nodes */
119 private void show(List<UiViewElementNode> nodes) { method in class:LintTooltipManager
  /system/core/gpttool/
gpttool.c 160 void show(struct ptable *ptbl) function
364 show(&ptbl);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 128 mSummaryAdapter.show(state);
133 mSummaryAdapter.show(state);
150 mSummaryAdapter.show(state);
371 toast.show();
375 public void show(InputDeviceState state) { method in class:GameControllerInput.SummaryAdapter
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 436 // Show a new presentation if needed.
442 mPresentation.show();
444 Log.w(TAG, "Couldn't show presentation! Display was removed in "
512 // Show either the content in the main activity or the content in the presentation
599 mOverlay.show();
  /external/chromium/chrome/browser/resources/
new_new_tab.js 310 a.href = ''; // To make underline show up.
421 // Enables scrollbars (they will only show up if needed).
501 // space to show the expanded section completely, this will be the available
686 // Show this section and hide all other sections - at most one section can
792 * syncsectionisvisible: true if the sync section needs to show up on the new
982 * @param {string} actionText The text to show as a link next to the message.
994 function show() {
996 notificationElement.classList.add('show');
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
HandleView.java 200 void show() { method in class:HandleView
233 // Always show a dragging handle.
272 show(); method
427 mPastePopupWindow.show();
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCDemoActivity.java 148 .setPositiveButton("Go!", listener).show(); method
289 logToast.show();
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewManager.java 114 * Show the keyguard. Will handle creating and attaching to the view manager
117 public synchronized void show(Bundle options) { method in class:KeyguardViewManager
118 if (DEBUG) Log.d(TAG, "show(); mKeyguardView==" + mKeyguardView);
134 if (DEBUG) Log.v(TAG, "show:setSystemUiVisibility(" + Integer.toHexString(visFlags)+")");
139 mKeyguardView.show();
385 void updateShowWallpaper(boolean show) {
386 if (show) {
421 // TODO: It's preferable to stay and show the correct lockscreen or unlock if none
482 show(null);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 201 * Show the route chooser or controller dialog.
237 f.show(fm, CHOOSER_FRAGMENT_TAG);
245 f.show(fm, CONTROLLER_FRAGMENT_TAG);
300 // Don't show the cheat sheet if we have no description
317 // Show along the top; follow action buttons
321 // Show along the bottom center
324 cheatSheet.show();
  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 246 tzpd.show(fm, FRAG_TAG_TIME_ZONE_PICKER);
414 Toast.LENGTH_SHORT).show(); method
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 702 toast.show();
865 dialog.show();
    [all...]
  /packages/services/Telephony/src/com/android/phone/sip/
SipEditor.java 147 mAdvancedSettings.show();
279 .show();
292 Log.v(TAG, "Home button clicked, don't show dialog: " + message);
303 .show();
365 .show();
628 void show() { method in class:SipEditor.AdvancedSettings
650 show(); method

Completed in 896 milliseconds

<<11121314151617181920>>