HomeSort by relevance Sort by last modified time
    Searched refs:hide (Results 126 - 150 of 517) sorted by null

1 2 3 4 56 7 8 91011>>

  /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))
setup-app.mk 98 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/lib*$(TARGET_SONAME_EXTENSION)))
99 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/gdbserver))
100 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/gdb.setup))
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
FragmentTransactionTest.java 179 txn.hide(fragment).commit();
202 txn.hide(fragment).commit();
234 txn.hide(fragment).commit();
257 txn.show(fragment).hide(fragment).commit();
264 txn.hide(fragment).show(fragment).commit();
  /frameworks/base/core/java/android/webkit/
HTML5VideoFullScreen.java 34 * @hide This is only used by the browser
104 mMediaController.hide();
129 mMediaController.hide();
189 mMediaController.hide();
297 // Plugins like Flash will draw over the video so hide
406 public void hide() { method in class:HTML5VideoFullScreen.FullScreenMediaController
411 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
  /sdk/adtproductbuild/
Android.mk 48 $(hide)rm -rf $(TOPDIR)out/host/eclipse/adtproduct/fbuild/plugins
49 $(hide)rm -rf $(TOPDIR)out/host/eclipse/adtproduct/pbuild/plugins
50 $(hide)mkdir -p $(dir $@)
51 $(hide)$(TOPDIR)sdk/eclipse/scripts/create_all_symlinks.sh -c
52 $(hide)cd $(TOPDIR)sdk/adtproductbuild && \
68 $(hide)$(ACP) -fp $(V) $(TOPDIR)sdk/adtproductbuild/adt_eclipse_ide $@
99 $(hide) \
123 $(hide)cd $(4) && zip -9rq ../$(notdir $(5)) eclipse
127 $(hide)cp $(V) $(5) $(ADT_IDE_DEST_DIR)/$(notdir $(5))
163 $(hide)$(ACP) -fp $(V) $(TOPDIR)sdk/adtproductbuild/adt_eclipse_ide $
    [all...]
  /build/core/
pdk_config.mk 99 $(hide) rm -rf $(dir $@) && mkdir -p $(dir $@)
100 $(hide) unzip -qo $< -d $(dir $@)
102 $(hide) touch $@
115 $(hide) rm -rf $@
116 $(hide) cp -fpPR $< $@
124 $(hide) cp -fpPR $$< $$@
140 $(hide) cp -fpPR $< $@
  /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 \
191 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
207 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
222 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
  /build/core/tasks/
collect_gpl_sources.mk 21 $(hide) tar cfz $@ --exclude ".git*" $(PRIVATE_PATHS)
factory_ramdisk.mk 78 $(hide) $(MKBOOTFS) $(TARGET_FACTORY_RAMDISK_OUT) | $(MINIGZIP) > $@
  /cts/tools/cfassembler/
Android.mk 32 $(hide) chmod 755 $@
  /development/tools/apkcheck/
Android.mk 34 $(hide) chmod 755 $@
  /external/clang/tools/driver/
Android.mk 107 $(hide) ln -sf $(notdir $<) $@
  /external/llvm/
llvm-device-build.mk 69 $(hide) $(TBLGEN) \
  /external/webkit/Source/WebCore/inspector/front-end/
DOMStorageItemsView.js 55 hide: function()
57 WebInspector.View.prototype.hide.call(this);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.cpp 134 void PopupMenuQt::hide() function in class:WebCore::PopupMenuQt
137 m_popup->hide();
  /external/webkit/Source/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 154 void EmbeddedWidget::hide() function in class:EmbeddedWidget
161 Widget::hide();
  /frameworks/base/data/keyboards/
Android.mk 35 $(hide) $(validatekeymaps) $(files)
  /frameworks/base/packages/InputDevices/
Android.mk 40 $(hide) $(validatekeymaps) $(files)
  /frameworks/compile/libbcc/
Android.mk 80 $(hide) mkdir -p $(dir $@)
81 $(hide) $(libbcc_GEN_SHA1_STAMP) $(PRIVATE_SHA1_SRCS) > $@
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java 120 hide(true);
143 public void hide(boolean animate) { method in class:ActionableToastBar
144 // Prevent multiple call to hide.
151 // Hide view once it's clicked.
173 // There is a tiny change that and hide animation could have finished right
174 // before the show animation finished. In that case, the hide will mark the
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPageBottomControls.java 82 private void hide() { method in class:PhotoPageBottomControls
103 hide(); method
  /prebuilts/sdk/tools/
Android.mk 35 $(hide) chmod 755 $@
120 $(hide) chmod 755 $@
  /system/core/init/
Android.mk 56 $(hide) ln -sf ../$(INIT_BINARY) $@
  /system/core/sh/
Android.mk 67 $(hide) ln -sf $(TARGET_SHELL) $@

Completed in 2336 milliseconds

1 2 3 4 56 7 8 91011>>