Home
last modified time | relevance | path

Searched refs:hide (Results 1 – 25 of 257) sorted by relevance

1234567891011

/external/ltrace/testsuite/ltrace.main/
Dparameters.conf30 void func_hide(hide(int), int, hide(int), hide(int), int, hide(int), int, hide(int));
31 void func_hide_struct(struct(hide(int), int, hide(int), hide(int), int, hide(int), int, hide(int)));
/external/testng/src/main/resources/
Dtestng-reports.js24 $('.panel').hide();
33 contents.hide();
39 function installMethodHandlers(name, hide) { argument
61 w.hide();
62 getHideLink($(this), name).hide();
64 getMethodPanelClassSel($(this), name).hide();
71 getShowLink($(this), name).hide();
76 if (hide) {
92 $('.panel').hide();
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
Dcoverage_html.js37 $(".help_panel").hide();
69 no_rows.hide();
76 var hide = $([]);
85 hide = hide.add(element);
94 hide.addClass("hidden");
102 table.hide();
106 no_rows.hide();
112 if (hide.length > 0) {
271 var hide = "hide_"+cls;
272 if (btn.hasClass(hide)) {
[all …]
/external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
Dtest_formatter.py43 def hide(t, inner, *args, **kw): function
101 hide(True, raise_error)
126 hide,
144 hide, 'after',
150 hide, 'reset',
165 hide, 'before',
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/styles/
Dmain.css7 .hide-when-not-connected {
11 .connected .hide-when-not-connected {
16 .connected .hide-when-not-connected p {
20 .connected .hide-when-connected {
/external/apache-harmony/jdwp/
DAndroid_debug_config.mk85 $(hide) echo "Running JDWP $(1)-bit host tests"
107 $(hide) echo "Wait for boot complete ..."
108 $(hide) while [ `adb wait-for-device shell getprop dev.bootcomplete | grep -c 1` -eq 0 ]; \
112 $(hide) echo "Boot complete"
124 $(hide) echo "Running JDWP $(1)-bit target tests"
168 …$(hide) java -cp $(HOST_OUT_JAVA_LIBRARIES)/apache-harmony-jdwp-tests-host.jar:$(HOST_OUT_JAVA_LIB…
/external/valgrind/auxprogs/
Dgen-mdg54 my %hide;
86 $hide{$h} = 1;
127 if ($hide{$module}) {
154 if ($hide{$target}) {
/external/mesa3d/src/mesa/
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) $< > $@
/external/autotest/frontend/client/src/autotest/common/ui/
DNotifyManager.java41 public void hide() { in hide() method in NotifyManager.NotifyBox
42 outerPanel.hide(); in hide()
99 errorNotify.hide(); in initialize()
100 messageNotify.hide(); in initialize()
158 loadingNotify.hide(); in setLoading()
DToolTip.java32 public void hide() { in hide() method in ToolTip
33 popup.hide(); in hide()
41 hide(); in onMouseOut()
/external/libjpeg-turbo/doc/html/
Ddynsections.js9 content.hide();
15 summary.hide();
42 $(this).hide();
67 rows.filter("[id^=row_"+id+"]").hide();
/external/mesa3d/src/glsl/
DAndroid.gen.mk52 $(hide) $(LEX) --nounistd -o$@ $<
58 $(hide) $(YACC) -o $@ $<
64 $(hide) $(YACC) -p "_mesa_glsl_" -o $@ $<
98 $(hide) $(PRIVATE_SCRIPT) $(BUILTIN_COMPILER) > $@ || rm -f $@
/external/fio/
Doptions.c1332 .hide = 0,
1576 .hide = 1,
1590 .hide = 1,
1604 .hide = 1,
1682 .hide = 1,
1710 .hide = 1,
1726 .hide = 1,
1745 .hide = 1,
1758 .hide = 1,
1770 .hide = 1,
[all …]
/external/okhttp/website/static/
Dbootstrap.min.js6hide:function(){var t;if(this.transitioning||!this.$element.hasClass("in"))return;t=this.dimension… method in t
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dbootstrap.js489 , hide: function () { method in Collapse
703 .delegate('[data-dismiss="modal"]', 'click.dismiss.modal', $.proxy(this.hide, this))
750 , hide: function (e) { method in Modal
795 .hide()
812 this.$backdrop.click($.proxy(this.hide, this))
844 e.which == 27 && that.hide()
953 , hide: options.delay property
976 if (!self.options.delay || !self.options.delay.hide) return self.hide()
980 if (self.hoverState == 'out') self.hide()
981 }, self.options.delay.hide)
[all …]
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
Dformatter.py105 hide = frame.traceback_hide
109 if hide == 'before':
112 elif hide == 'before_and_this':
116 elif hide == 'reset':
118 elif hide == 'reset_and_this':
121 elif hide == 'after':
123 elif hide == 'after_and_this':
126 elif hide:
/external/icu/icu4j/
Dadjust_icudt_path.mk24 $(hide) mkdir -p $(dir $@)
25 $(hide) sed "/\.dataPath =/s/$$/ $(private_icu4c_data)/" $< > $@
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DInterp.java53 Set<Integer> hide = new HashSet<Integer>(); field in Interp.FilteringTokenStream
56 if ( hide.contains(get(i).getType()) ) get(i).setChannel(Token.HIDDEN_CHANNEL); in sync()
59 hide.add(ttype); in setTokenTypeChannel()
/external/smali/baksmali/
DAndroid.mk49 $(hide) mkdir -p $(dir $@)
50 $(hide) echo "application.version=$(BAKSMALI_VERSION)" > $@
/external/pdfium/fpdfsdk/src/javascript/
Dconsole.cpp26 JS_STATIC_METHOD_ENTRY(hide) in END_JS_STATIC_CONST()
44 FX_BOOL console::hide(IJS_Context* cc, in hide() function in console
Dconsole.h22 FX_BOOL hide(IJS_Context* cc,
44 JS_STATIC_METHOD(hide, console);
/external/smali/smali/
DAndroid.mk55 $(hide) mkdir -p $(dir $@)
56 $(hide) echo "application.version=$(SMALI_VERSION)" > $@
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DCompoundPropertyEditorPresentation.java65 public void hide(PropertyTable propertyTable, Property property) { in hide() method in CompoundPropertyEditorPresentation
67 presentation.hide(propertyTable, property); in hide()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DFragmentTransactionTest.java179 txn.hide(fragment).commit(); in hide_shouldCauseFragmentToBecomeHidden()
202 txn.hide(fragment).commit(); in hide_shouldCallOnHiddenChangedOnFragment()
234 txn.hide(fragment).commit(); in hide_shouldNotCallOnHiddenChangedOnFragmentIfAlreadyHidden()
257 txn.show(fragment).hide(fragment).commit(); in showHide_shouldHideFragment()
264 txn.hide(fragment).show(fragment).commit(); in hideShow_shouldShowFragment()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DInfoDialog.java52 me.hide(); in InfoDialog()
62 me.hide(); in InfoDialog()

1234567891011