HomeSort by relevance Sort by last modified time
    Searched refs:hide (Results 76 - 100 of 721) sorted by null

1 2 34 5 6 7 8 91011>>

  /build/make/core/tasks/tools/
compatibility.mk 49 $(hide) mkdir -p $(PRIVATE_OUT_DIR)/tools $(PRIVATE_OUT_DIR)/testcases
51 $(hide) $(ACP) -fp $(PRIVATE_TOOLS) $(PRIVATE_OUT_DIR)/tools
52 $(if $(PRIVATE_DYNAMIC_CONFIG),$(hide) $(ACP) -fp $(PRIVATE_DYNAMIC_CONFIG) $(PRIVATE_OUT_DIR)/testcases/$(PRIVATE_SUITE_NAME).dynamic)
53 $(hide) find $(dir $@)/$(PRIVATE_NAME) | sort >$@.list
54 $(hide) $(SOONG_ZIP) -d -o $@ -C $(dir $@) -l $@.list
  /build/make/core/
static_java_library.mk 176 $(hide) find $(PRIVATE_SOURCE_INTERMEDIATES_DIR) -name R.java | xargs cat > $@
204 $(hide) rm -rf $(dir $@)aar && mkdir -p $(dir $@)aar/res
205 $(hide) cp $(PRIVATE_ANDROID_MANIFEST) $(dir $@)aar/AndroidManifest.xml
206 $(hide) cp $(PRIVATE_CLASSES_JAR) $(dir $@)aar/classes.jar
208 $(hide) $(foreach res,$(PRIVATE_RESOURCE_DIR),cp -Rfn $(res)/* $(dir $@)aar/res;)
209 $(hide) cp $(PRIVATE_R_TXT) $(dir $@)aar/R.txt
210 $(hide) $(JAR) -cMf $@ \
notice_files.mk 81 $(hide) mkdir -p $(dir $@)
82 $(hide) cat $< > $@
  /dalvik/dx/
Android.mk 26 $(hide) chmod 755 $@
85 $(hide) $(PROGUARD) -injars "$<(**/*.class)" -outjars $@ $(PRIVATE_PROGUARD_FLAGS)
105 $(hide) chmod 755 $@
127 $(hide) chmod 755 $@
145 $(hide) chmod 755 $@
162 $(hide) chmod 644 $@
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interp.java 53 Set<Integer> hide = new HashSet<Integer>(); field in class:Interp.FilteringTokenStream
56 if ( hide.contains(get(i).getType()) ) get(i).setChannel(Token.HIDDEN_CHANNEL);
59 hide.add(ttype);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
TaskViewFocusFrame.java 51 hide(); method
92 * it's not an instance of GridTaskView, we hide the focus frame.
108 // If focus goes to other views, we hide the frame.
109 hide(); method
138 private void hide() { method in class:TaskViewFocusFrame
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/
ContentLoadingProgressBarActivity.java 34 * default delay for at least a minimum time regardless of when the "hide"
60 mHideButton = (Button)findViewById(R.id.hide);
81 case R.id.hide:
82 mBar.hide();
84 mHideText.setText("Hide clicked at " + mHideTime);
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
SystemUiHiderBase.java 25 * API levels to show and hide the status bar.
30 * from calls to {@link #hide()} and {@link #show()}.
59 public void hide() { method in class:SystemUiHiderBase
SystemUiHiderHoneycomb.java 28 * show and hide the system UI.
95 public void hide() { method in class:SystemUiHiderHoneycomb
117 // Pre-Jelly Bean, we must manually hide the action bar
119 mActivity.getActionBar().hide();
  /external/autotest/frontend/client/src/autotest/common/ui/
SimpleDialog.java 27 hide();
  /external/icu/icu4j/
adjust_icudt_path.mk 24 $(hide) mkdir -p $(dir $@)
25 $(hide) sed "/\.dataPath =/s/$$/ $(private_icu4c_data)/" $< > $@
  /external/pdfium/fpdfsdk/javascript/
console.cpp 22 {"hide", hide_static},
40 bool console::hide(CJS_Runtime* pRuntime, function in class:console
  /external/syslinux/com32/chain/
options.h 51 int hide; member in struct:options
  /frameworks/base/data/keyboards/
Android.mk 31 $(hide) $(PRIVATE_VALIDATEKEYMAPS) $^
32 $(hide) mkdir -p $(dir $@) && touch $@
  /frameworks/multidex/instrumentation/
Android.mk 28 $(hide) mkdir -p $(dir $@)
29 $(hide) echo "git.version=$(ASMDI_GIT_VERSION_TAG)" > $@
  /frameworks/multidex/library/
Android.mk 26 $(hide) mkdir -p $(dir $@)
27 $(hide) echo "git.version=$(ASMD_GIT_VERSION_TAG)" > $@
  /packages/apps/Dialer/java/com/android/incallui/baseui/
BaseFragment.java 58 getFragmentManager().beginTransaction().hide(this).commit();
  /tools/apksig/
Android.mk 50 $(hide) chmod 755 $@
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentMenuFragment.java 90 else ft.hide(mFragment1);
92 else ft.hide(mFragment2);
  /development/tools/bugreport/
Android.mk 20 $(hide) chmod 755 $@
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
filecmp.py 79 dircmp(a,b,ignore=None,hide=None)
83 HIDE is a list of names to hide,
97 filtered by hide and ignore.
110 def __init__(self, a, b, ignore=None, hide=None): # Initialize
113 if hide is None:
114 self.hide = [os.curdir, os.pardir] # Names never to be shown
116 self.hide = hide
124 self.hide+self.ignore)
    [all...]
  /external/python/cpython2/Lib/
filecmp.py 80 dircmp(a,b,ignore=None,hide=None)
84 HIDE is a list of names to hide,
98 filtered by hide and ignore.
111 def __init__(self, a, b, ignore=None, hide=None): # Initialize
114 if hide is None:
115 self.hide = [os.curdir, os.pardir] # Names never to be shown
117 self.hide = hide
125 self.hide+self.ignore
    [all...]
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentMenuFragmentSupport.java 92 else ft.hide(mFragment1);
94 else ft.hide(mFragment2);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
filecmp.py 80 dircmp(a,b,ignore=None,hide=None)
84 HIDE is a list of names to hide,
98 filtered by hide and ignore.
111 def __init__(self, a, b, ignore=None, hide=None): # Initialize
114 if hide is None:
115 self.hide = [os.curdir, os.pardir] # Names never to be shown
117 self.hide = hide
125 self.hide+self.ignore
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
filecmp.py 80 dircmp(a,b,ignore=None,hide=None)
84 HIDE is a list of names to hide,
98 filtered by hide and ignore.
111 def __init__(self, a, b, ignore=None, hide=None): # Initialize
114 if hide is None:
115 self.hide = [os.curdir, os.pardir] # Names never to be shown
117 self.hide = hide
125 self.hide+self.ignore
    [all...]

Completed in 739 milliseconds

1 2 34 5 6 7 8 91011>>