Home
last modified time | relevance | path

Searched refs:show (Results 1 - 25 of 310) sorted by relevance

12345678910>>...13

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_util_test.cpp37 int show = 1; in HWTEST_F() local
39 int result = Get80211ElemsFromIE(start, len, elems, show); in HWTEST_F()
41 result = Get80211ElemsFromIE(0, len, elems, show); in HWTEST_F()
383 int show = 1; in HWTEST_F() local
384 int ret = HdiParseExtensionInfo(pos, elen, &elems, show); in HWTEST_F()
387 show = 0; in HWTEST_F()
388 ret = HdiParseExtensionInfo(pos, elen, &elems, show); in HWTEST_F()
395 int show = 1; in HWTEST_F() local
399 int ret = HdiParseExtensionInfo(pos, elen, &elems, show); in HWTEST_F()
403 ret = HdiParseExtensionInfo(pos, elen, &elems, show); in HWTEST_F()
410 int show = 1; HWTEST_F() local
425 int show = 1; HWTEST_F() local
436 int show = 1; HWTEST_F() local
451 int show = 1; HWTEST_F() local
466 int show = 1; HWTEST_F() local
477 int show = 1; HWTEST_F() local
492 int show = 1; HWTEST_F() local
503 int show = 1; HWTEST_F() local
518 int show = 1; HWTEST_F() local
533 int show = 1; HWTEST_F() local
548 int show = 1; HWTEST_F() local
559 int show = 1; HWTEST_F() local
574 int show = 1; HWTEST_F() local
585 int show = 1; HWTEST_F() local
640 int show = 1; HWTEST_F() local
654 int show = 1; HWTEST_F() local
695 int show = 1; HWTEST_F() local
730 int show = 1; HWTEST_F() local
750 int show = 1; HWTEST_F() local
770 int show = 1; HWTEST_F() local
[all...]
/third_party/jerryscript/tools/
H A Dcheck-signed-off.sh74 parent_hashes=(`git show -s --format=%p HEAD | head -1`)
78 commit_hash=`git show -s --format=%h HEAD | head -1`
88 actual_signed_off_by_line=`git show -s --format=%B $commit_hash | sed '/^$/d' | tr -d '\015' | tail -n 1`
92 author_name=`git show -s --format=%an $commit_hash`
93 author_email=`git show -s --format=%ae $commit_hash`
/third_party/typescript/tests/baselines/reference/
H A DcontextuallyTypedBindingInitializer.js3 show: (x: number) => string;
5 function f({ show = v => v.toString() }: Show) {}
6 function f2({ "show": showRename = v => v.toString() }: Show) {}
7 function f3({ ["show"]: showRename = v => v.toString() }: Show) {}
12 function ff({ nested = { show: v => v.toString() } }: Nested) {}
34 var _b = _a.show, show = _b === void 0 ? function (v) { return v.toString(); } : _b;
37 var _b = _a["show"], showRename = _b === void 0 ? function (v) { return v.toString(); } : _b;
40 var _b = _a["show"], showRename = _b === void 0 ? function (v) { return v.toString(); } : _b;
43 var _b = _a.nested, nested = _b === void 0 ? { show
[all...]
H A DcontextuallyTypedBindingInitializerNegative.js3 show: (x: number) => string;
5 function f({ show: showRename = v => v }: Show) {}
6 function f2({ "show": showRename = v => v }: Show) {}
7 function f3({ ["show"]: showRename = v => v }: Show) {}
12 function ff({ nested: nestedRename = { show: v => v } }: Nested) {}
32 var _b = _a.show, showRename = _b === void 0 ? function (v) { return v; } : _b;
35 var _b = _a["show"], showRename = _b === void 0 ? function (v) { return v; } : _b;
38 var _b = _a["show"], showRename = _b === void 0 ? function (v) { return v; } : _b;
41 var _b = _a.nested, nestedRename = _b === void 0 ? { show: function (v) { return v; } } : _b;
/third_party/ltp/testcases/network/iproute/
H A Dip_tests.sh54 [ "$ip4_addr" ] && ip route show | grep -q $ip4_addr && ip route del $ip4_addr
80 tst_res TINFO "test 'ip link show' command (list device attributes)"
82 ip link show $iface | grep $iface > /dev/null
84 tst_res TFAIL "'ip link show $iface' command failed"
102 tst_res TINFO "show protocol address"
103 ip addr show dev lo | grep 127.6.6.6 > /dev/null
105 tst_res TFAIL "'ip addr show' command failed"
116 ip addr show dev lo | grep 127.6.6.6 > /dev/null
137 tst_res TINFO "show all neighbor entries in arp tables"
140 ip neigh show
[all...]
/third_party/python/Tools/c-analyzer/
H A Dmust-resolve.sh36 --no-show-empty \
54 run_capi --format summary --public --no-show-empty Include/*.h
57 run_capi --format summary --private --no-show-empty Include/*.h
68 run_capi --format summary --public --no-show-empty Include/cpython/*.h
71 run_capi --format summary --private --no-show-empty Include/cpython/*.h
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_view_bounds.cpp28 void UIViewBounds::SetShowState(bool show) in SetShowState() argument
30 if (showViewBounds_ != show) { in SetShowState()
31 showViewBounds_ = show; in SetShowState()
/third_party/libevdev/doc/style/
H A Ddynsections.js2 {var base=$(linkObj).attr('id');var summary=$('#'+base+'-summary');var content=$('#'+base+'-content');var trigger=$('#'+base+'-trigger');var src=$(trigger).attr('src');if(content.is(':visible')===true){content.hide();summary.show();$(linkObj).addClass('closed').removeClass('opened');$(trigger).attr('src',src.substring(0,src.length-8)+'closed.png');}else{content.show();summary.hide();$(linkObj).removeClass('closed').addClass('opened');$(trigger).attr('src',src.substring(0,src.length-10)+'open.png');}
7 {$('table.directory tr').each(function(){var l=this.id.split('_').length-1;var i=$('#img'+this.id.substring(3));var a=$('#arr'+this.id.substring(3));if(l<level+1){i.removeClass('iconfopen iconfclosed').addClass('iconfopen');a.html('&#9660;');$(this).show();}else if(l==level+1){i.removeClass('iconfclosed iconfopen').addClass('iconfclosed');a.html('&#9658;');$(this).show();}else{$(this).hide();}});updateStripes();}
9 {var currentRow=$('#row_'+id);var rows=currentRow.nextAll("tr");var re=new RegExp('^row_'+id+'\\d+_$',"i");var childRows=rows.filter(function(){return this.id.match(re);});if(childRows.filter(':first').is(':visible')===true){var currentRowSpans=currentRow.find("span");currentRowSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");currentRowSpans.filter(".arrow").html('&#9658;');rows.filter("[id^=row_"+id+"]").hide();}else{var currentRowSpans=currentRow.find("span");currentRowSpans.filter(".iconfclosed").removeClass("iconfclosed").addClass("iconfopen");currentRowSpans.filter(".arrow").html('&#9660;');var childRowsSpans=childRows.find("span");childRowsSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");childRowsSpans.filter(".arrow").html('&#9658;');childRows.show();}
/third_party/libevdev/doc/html/
H A Ddynsections.js34 summary.show();
38 content.show();
61 $(this).show();
65 $(this).show();
102 childRows.show(); //show all children
117 rows.css('display','table-row'); // using show() causes jump in firefox
/third_party/skia/third_party/externals/oboe/docs/reference/
H A Ddynsections.js33 summary.show();
37 content.show();
60 $(this).show();
64 $(this).show();
101 childRows.show(); //show all children
116 rows.css('display','table-row'); // using show() causes jump in firefox
/third_party/curl/tests/libtest/
H A Dlib1940.c29 static const char *show[]={ variable
53 for(i = 0; show[i]; i++) { in showem()
54 if(CURLHE_OK == curl_easy_header(easy, show[i], 0, type, HEADER_REQUEST, in showem()
66 if(CURLHE_OK != curl_easy_header(easy, show[i], index, type, in showem()
110 /* now show connect headers only */ in test()
/third_party/ltp/testcases/network/stress/interface/
H A Dif-addr-adddel.sh50 ip addr show $iface | grep -q $new_ip
52 ip addr show $iface
77 ip addr show $iface | grep -q $new_ip
79 ip addr show $iface
H A Dif-addr-addlarge.sh63 ip addr show $iface | grep -q $new_ip
65 ip addr show $iface
88 ip addr show $iface | grep -q $new_ip
90 ip addr show $iface
/third_party/python/Lib/idlelib/
H A Dhelp.py56 self.show = False # Exclude html page navigation.
80 self.show = True # Start main content.
82 self.show = False # End main content.
114 if self.show:
122 if self.show:
126 if self.show:
134 if self.show:
153 if self.show and not self.hdrlink:
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.cpp422 void ListItemGroupPattern::UpdateActiveChildRange(bool forward, int32_t cacheCount, bool show) in UpdateActiveChildRange() argument
427 host->SetActiveChildRange(-1, itemStartIndex_ - 1, 0, cacheCount, show); in UpdateActiveChildRange()
430 host->SetActiveChildRange(index, index, cacheCount, 0, show); in UpdateActiveChildRange()
432 if (show && headerIndex_ >= 0) { in UpdateActiveChildRange()
435 if (show && footerIndex_ >= 0) { in UpdateActiveChildRange()
438 if (show) { in UpdateActiveChildRange()
443 void ListItemGroupPattern::UpdateActiveChildRange(bool show) in UpdateActiveChildRange() argument
462 if (show) { in UpdateActiveChildRange()
467 int32_t ListItemGroupPattern::UpdateCachedIndexForward(bool outOfView, bool show, int32_t cacheCount) in UpdateCachedIndexForward() argument
486 UpdateActiveChildRange(true, forwardCachedIndex + 1, show); in UpdateCachedIndexForward()
491 UpdateCachedIndexBackward(bool outOfView, bool show, int32_t cacheCount) UpdateCachedIndexBackward() argument
565 bool show = listNode && listNode->GetLayoutProperty<ListLayoutProperty>() ? UpdateCachedIndex() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dwpa_debug.c335 size_t len, int show) in _wpa_hexdump()
350 } else if (show && len) { in _wpa_hexdump()
384 } else if (!show) { in _wpa_hexdump()
406 } else if (show && len) { in _wpa_hexdump()
444 } else if (show && len) { in _wpa_hexdump()
474 } else if (show) { in _wpa_hexdump()
486 } else if (show) { in _wpa_hexdump()
513 size_t len, int show) in _wpa_hexdump_ascii()
529 } else if (!show) { in _wpa_hexdump_ascii()
544 _wpa_hexdump(level, title, buf, len, show); in _wpa_hexdump_ascii()
334 _wpa_hexdump(int level, const char *title, const u8 *buf, size_t len, int show) _wpa_hexdump() argument
512 _wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len, int show) _wpa_hexdump_ascii() argument
[all...]
/third_party/ltp/testcases/network/multicast/mc_cmds/
H A Dmc_cmds.sh51 ip addr show $(tst_iface) | grep -q 'MULTICAST' || \
54 ip maddr show $(tst_iface) | grep -q '224.0.0.1'
57 tst_resm TINFO "'ip maddr show $(tst_iface)' failed"\
60 tst_resm TWARN "'ip maddr show $(tst_iface)' failed"
61 tst_resm TINFO "parsing 'ip maddr show' command"
62 ip maddr show | sed -ne "/\s$(tst_iface)/,/^[0-9]/p" | \
/third_party/rust/crates/regex/tests/
H A Dmacros_str.rs16 macro_rules! show { ($text:expr) => { $text } } macros
30 assert_eq!(show!(t!($expected)), show!(&*got));
H A Dmacros_bytes.rs16 macro_rules! show { macros
36 assert_eq!(show!(t!($expected)), show!(&*got));
/third_party/ltp/testcases/commands/keyctl/
H A Dkeyctl01.sh53 check_keyctl negate request2 show unlink
90 local key=`keyctl show | awk '/debug:fred/ {print $1}'`
92 key=`keyctl show | \
/third_party/python/Tools/scripts/
H A Ddutree.py35 show(total, d, '')
37 def show(total, d, prefix): function
57 show(tsub, d[key][1], psub)
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatRoundTripTest.java170 boolean show = verbose; in _test()
194 show = true; in _test()
201 show = true; in _test()
209 show = true; in _test()
218 if (show) in _test()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatRoundTripTest.java167 boolean show = verbose; in _test()
191 show = true; in _test()
198 show = true; in _test()
206 show = true; in _test()
215 if (show) in _test()
/third_party/ltp/testcases/network/dhcp/
H A Ddhcp_lib.sh38 systemctl --no-pager -p Id show network.service | grep -q Id=wicked.service; then
157 ip addr show $iface1 | grep -q $ip_addr_check
161 if ip addr show $iface1 | grep -q $ip_addr_check_noprefix; then
163 ip addr show $iface1
/third_party/pcre2/pcre2/maint/
H A Dutf8.c33 angle brackets at the end of the line. On a UTF-8 terminal, this will show the
214 int show = 0; in main() local
219 show = 1; in main()
243 if (show) in main()
300 if (show) in main()

Completed in 9 milliseconds

12345678910>>...13