HomeSort by relevance Sort by last modified time
    Searched refs:hide (Results 101 - 125 of 435) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 197 // Hide Label# i
198 inline void hide(int i) { function in class:Soft_Label_Key_Set
208 // Hide all Labels
209 inline void hide() { function in class:Soft_Label_Key_Set
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 197 // Hide Label# i
198 inline void hide(int i) { function in class:Soft_Label_Key_Set
208 // Hide all Labels
209 inline void hide() { function in class:Soft_Label_Key_Set
  /prebuilts/sdk/tools/
Android.mk 36 $(hide) chmod 755 $@
123 $(hide) chmod 755 $@
  /dalvik/
Android.mk 38 $(hide) $(MAKE) DONT_INSTALL_DEX_FILES=false
61 $(hide) $(MAKE) DONT_INSTALL_DEX_FILES=false GENERATE_DEX_DEBUG=true
  /external/chromium/chrome/browser/ui/cocoa/download/
download_shelf_controller.h 89 - (IBAction)hide:(id)sender;
  /external/webkit/Source/WebCore/html/shadow/
MediaControlRootElement.h 75 void hide();
  /external/webkit/Source/WebCore/platform/android/
WidgetAndroid.cpp 86 void Widget::hide() function in class:WebCore::Widget
  /external/webkit/Source/WebCore/platform/gtk/
WidgetGtk.cpp 77 void Widget::hide() function in class:WebCore::Widget
  /external/webkit/Source/WebCore/platform/haiku/
WidgetHaiku.cpp 110 void Widget::hide() function in class:WebCore::Widget
118 platformWidget()->Hide();
  /external/webkit/Source/WebCore/platform/wx/
WidgetWx.cpp 71 void Widget::hide() function in class:WebCore::Widget
74 widget->Hide();
  /external/webkit/Source/WebCore/plugins/
PluginViewNone.cpp 47 void PluginView::hide() function in class:WebCore::PluginView
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebPlugin.h 74 virtual void hide();
qwebkitplatformplugin.h 58 virtual void hide() = 0;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
EmbeddedWidget.h 68 virtual void hide();
  /external/webkit/Source/WebKit/win/
WebNodeHighlight.cpp 75 hide();
87 hide();
122 void WebNodeHighlight::hide() function in class:WebNodeHighlight
232 hide();
  /frameworks/base/core/java/android/app/
FragmentTransaction.java 82 public abstract FragmentTransaction hide(Fragment fragment); method in class:FragmentTransaction
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListFilter.java 49 mHide = (Button) findViewById(R.id.hide);
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTransaction.java 96 public abstract FragmentTransaction hide(Fragment fragment); method in class:FragmentTransaction
  /ndk/sources/host-tools/ndk-stack/
GNUMakefile 33 hide = @
37 hide =
  /frameworks/base/core/java/android/widget/
VideoView.java 191 * @hide
261 mMediaController.hide();
356 mMediaController.hide();
371 mMediaController.hide();
485 if (mMediaController != null) mMediaController.hide();
539 mMediaController.hide();
545 mMediaController.hide();
565 mMediaController.hide();
  /ndk/build/core/
build-all.mk 103 $(hide) mkdir -p $(dir $@)
104 $(hide) $(GEN_CYGWIN_DEPS_CONVERTER) > $@ && chmod +x $@
107 $(hide) $(call host-rm,$(NDK_DEPENDENCIES_CONVERTER))
133 $(hide) $(call host-rm,$(HOST_EXECUTABLES) $(HOST_STATIC_LIBRARIES))
136 $(hide) $(call host-rm,$(EXECUTABLES) $(STATIC_LIBRARIES) $(SHARED_LIBRARIES))
  /frameworks/base/core/java/android/webkit/
HTML5VideoFullScreen.java 19 * @hide This is only used by the browser
88 mMediaController.hide();
112 mMediaController.hide();
172 mMediaController.hide();
282 // Plugins like Flash will draw over the video so hide
381 public void hide() { method in class:HTML5VideoFullScreen.FullScreenMediaController
386 super.hide();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 193 void hide() { method in class:TutorialEN.Bubble
266 mBubbles.get(i).hide();
282 void hide() { method in class:TutorialEN
284 mBubbles.get(i).hide();
291 hide(); method
  /build/tools/droiddoc/templates-sdk/assets/js/
default.js 25 $(this).addClass("hide");
58 $(this).hide();
166 $('.prev-page-link').attr('href', $prevLink.attr('href')).removeClass("hide");
208 $('.start-course-link').attr('href', $nextLink.attr('href')).removeClass("hide");
210 $('.start-class-link').attr('href', $nextLink.attr('href')).removeClass("hide");
219 $('.next-page-link').attr('href','').removeClass("hide").addClass("disabled").click(function() {
222 $('.next-class-link').attr('href',$nextLink.attr('href')).removeClass("hide").append($nextLink.html());
225 $('.next-page-link').attr('href', $nextLink.attr('href')).removeClass("hide");
237 /* hide me */
248 // first hide all other sibling
    [all...]
  /development/build/tools/
sdk_repo.mk 33 $(hide) cd $(basename $(2)) && \
54 $(hide) cd $(basename $(2))/$(3) && \
79 $(hide) cd $(basename $(2))/$(4) && \
95 $(hide) $(TOPDIR)development/build/tools/mk_sources_zip.py --exec-zip \
186 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
202 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
217 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \

Completed in 785 milliseconds

1 2 3 45 6 7 8 91011>>