Searched refs:hide (Results 1 - 25 of 121) sorted by relevance

12345

/external/libmojo/
H A Dbuild_mojom_templates.mk21 $(hide) rm -rf $(dir $@)
22 $(hide) mkdir -p $(dir $@)
23 $(hide) python $(PRIVATE_TOOL) --use_bundled_pylibs precompile \
25 $(hide) touch $@
29 $(hide) touch $@
32 $(hide) touch $@
35 $(hide) touch $@
H A Dbuild_mojom.mk56 $$(hide) touch $$@
59 $$(hide) touch $$@
62 $$(hide) touch $$@
/external/testng/src/main/resources/
H A Dtestng-reports.js15 installMethodHandlers('passed', true); // hide passed methods by default
24 $('.panel').hide();
33 contents.hide();
39 function installMethodHandlers(name, hide) {
45 var s = 'a.hide-methods.' + name + "." + t.attr('panel-name');
59 $('a.hide-methods.' + name).click(function() {
61 w.hide();
62 getHideLink($(this), name).hide();
64 getMethodPanelClassSel($(this), name).hide();
71 getShowLink($(this), name).hide();
[all...]
/external/valgrind/auxprogs/
H A Dgen-mdg53 # Modules to hide.
54 my %hide;
65 --hide=<a>,<b>,... hide module(s) named <a>, <b>, ...
82 # --hide=<a>,<b>,...
83 } elsif ($arg =~ /^--hide=(.*)$/) {
86 $hide{$h} = 1;
126 # Skip if this is a module we want to hide
127 if ($hide{$module}) {
154 if ($hide{
[all...]
/external/hyphenation-patterns/
H A Dbuild-hyb.mk13 $(hide) $(MK_HYB_FILE) $< $@
/external/autotest/frontend/client/src/autotest/common/ui/
H A DToolTip.java32 public void hide() { method in class:ToolTip
33 popup.hide();
41 hide();
H A DNotifyManager.java41 public void hide() { method in class:NotifyManager.NotifyBox
42 outerPanel.hide();
99 errorNotify.hide();
100 messageNotify.hide();
158 loadingNotify.hide();
H A DSimpleDialog.java27 hide();
/external/apache-harmony/jdwp/
H A DAndroid_debug_config.mk86 $(hide) echo "Running JDWP $(1)-bit host tests"
108 $(hide) echo "Wait for boot complete ..."
109 $(hide) while [ `adb wait-for-device shell getprop dev.bootcomplete | grep -c 1` -eq 0 ]; \
113 $(hide) echo "Boot complete"
125 $(hide) echo "Running JDWP $(1)-bit target tests"
169 $(hide) java -cp $(HOST_OUT_JAVA_LIBRARIES)/apache-harmony-jdwp-tests-host.jar:$(HOST_OUT_JAVA_LIBRARIES)/junit.jar \
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DPropertyEditorPresentation.java40 public abstract void hide(PropertyTable propertyTable, Property property); method in class:PropertyEditorPresentation
H A DCompoundPropertyEditorPresentation.java65 public void hide(PropertyTable propertyTable, Property property) { method in class:CompoundPropertyEditorPresentation
67 presentation.hide(propertyTable, property);
H A DButtonPropertyEditorPresentation.java78 public final void hide(PropertyTable propertyTable, Property property) { method in class:ButtonPropertyEditorPresentation
79 m_impl.hide(propertyTable, property);
/external/iw/
H A DAndroid.mk33 $(hide) echo '#include "iw.h"' >$@
34 $(hide) echo "const char iw_version[] = $$(grep ^VERSION $< | sed "s/VERSION=//");" >>$@
/external/libjpeg-turbo/doc/html/
H A Ddynsections.js9 content.hide();
15 summary.hide();
42 $(this).hide();
57 //Only match elements AFTER this one (can't hide elements before)
67 rows.filter("[id^=row_"+id+"]").hide();
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant_conf.mk31 $(hide) WIFI_DRIVER_SOCKET_IFACE="$(PRIVATE_WIFI_DRIVER_SOCKET_IFACE)" \
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DInfoDialog.java54 me.hide();
64 me.hide();
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
H A DTransliterator.properties22 hideError=Cannot hide IME while active
/external/pdfium/fpdfsdk/javascript/
H A Dconsole.h24 bool hide(CJS_Runtime* pRuntime,
46 JS_STATIC_METHOD(hide, console);
H A Dconsole.cpp22 {"hide", hide_static},
40 bool console::hide(CJS_Runtime* pRuntime, function in class:console
/external/doclava/res/assets/templates-sdk/assets/design/
H A Ddefault.js59 $('.prev-page-link').hide();
64 $('.prev-page-link').hide();
83 $('.next-page-link').hide();
93 // hide other
140 .hide()
158 $tooltip.hide();
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DInterp.java53 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);
/external/icu/icu4j/
H A Dadjust_icudt_path.mk24 $(hide) mkdir -p $(dir $@)
25 $(hide) sed "/\.dataPath =/s/$$/ $(private_icu4c_data)/" $< > $@
/external/syslinux/com32/chain/
H A Doptions.h51 int hide; member in struct:options
/external/v8/tools/turbolizer/
H A Dview.js36 hide() {
/external/mesa3d/src/mesa/
H A DAndroid.gen.mk75 $(hide) $(LEX) -o$@ $<
81 $(hide) $(YACC) -o $@ $<
87 $(hide) $(PRIVATE_SCRIPT) $(1) $(PRIVATE_XML) > $@
115 $(hide) touch $@
116 $(hide) if which git > /dev/null; then \
130 $(hide) $< > $@

Completed in 2412 milliseconds

12345