Home
last modified time | relevance | path

Searched full:tip (Results 1 – 25 of 679) sorted by relevance

12345678910>>...28

/third_party/flutter/flutter/packages/flutter/test/material/
Dtooltip_theme_test.dart30 const String tooltipText = 'TIP';
150 final RenderBox tip = tester.renderObject(find.text(tooltipText)).parent;
151 expect(tip.size.height, equals(100.0));
152 expect(tip.localToGlobal(tip.size.topLeft(Offset.zero)).dy, equals(100.0));
153 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dy, equals(200.0));
208 final RenderBox tip = tester.renderObject(find.text(tooltipText)).parent;
209 expect(tip.size.height, equals(100.0));
210 expect(tip.localToGlobal(tip.size.topLeft(Offset.zero)).dy, equals(100.0));
211 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dy, equals(200.0));
279 final RenderBox tip = tester.renderObject(find.text(tooltipText)).parent;
[all …]
Dtooltip_test.dart33 const String tooltipText = 'TIP';
90 final RenderBox tip = tester.renderObject(
93 final Offset tipInGlobal = tip.localToGlobal(tip.size.topCenter(Offset.zero));
147 final RenderBox tip = tester.renderObject(
150 expect(tip.size.height, equals(24.0)); // 14.0 height + 5.0 padding * 2 (top, bottom)
151 expect(tip.localToGlobal(tip.size.topLeft(Offset.zero)), equals(const Offset(10.0, 20.0)));
202 final RenderBox tip = tester.renderObject(
205 expect(tip.size.height, equals(100.0));
206 expect(tip.localToGlobal(tip.size.topLeft(Offset.zero)).dy, equals(100.0));
207 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dy, equals(200.0));
[all …]
/third_party/python/Lib/idlelib/idle_test/
Dtest_calltip.py15 tip = "(ai=None, *b)" variable in TC
17 __init__.tip = "(self, ai=None, *b)"
19 t1.tip = "(self)"
21 t2.tip = "(self, ai, b=None)"
23 t3.tip = "(self, ai, *args)"
25 t4.tip = "(self, *args)"
27 t5.tip = "(self, ai, b=None, *args, **kw)"
29 t6.tip = "(no, self)"
31 __call__.tip = "(self, ci)"
33 # attaching .tip to wrapped methods does not work
[all …]
/third_party/boost/tools/auto_index/doc/html/boost_autoindex/tut/
Dconfigure.html92 <div class="tip"><table border="0" summary="Tip">
94 …2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../../doc/src/images/t…
95 <th align="left">Tip</th>
103 <div class="tip"><table border="0" summary="Tip">
105 …2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../../doc/src/images/t…
106 <th align="left">Tip</th>
113 <div class="tip"><table border="0" summary="Tip">
115 …2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../../doc/src/images/t…
116 <th align="left">Tip</th>
/third_party/mindspore/mindspore/core/utils/
Dtrace_base.cc79 std::string GetDebugInfo(const DebugInfoPtr &info, SourceLineTip tip) { in GetDebugInfo() argument
85 return src_info->location()->ToString(tip); in GetDebugInfo()
92 std::string GetInfoWithAction(const std::vector<DebugInfoPtr> &info_vec, SourceLineTip tip) { in GetInfoWithAction() argument
97 return info_vec[0]->location()->ToString(tip); in GetInfoWithAction()
99 std::string traced_info = info_vec[0]->location()->ToString(tip); in GetInfoWithAction()
105 traced_info += action_name + info_vec[i]->location()->ToString(tip); in GetInfoWithAction()
110 std::string GetTracedDebugInfo(const DebugInfoPtr &info, SourceLineTip tip) { in GetTracedDebugInfo() argument
118 return info_vec[0]->location()->ToString(tip); in GetTracedDebugInfo()
120 return GetInfoWithAction(info_vec, tip); in GetTracedDebugInfo()
125 std::string GetDebugInfo(const DebugInfoPtr &info, const std::string &prefix, SourceLineTip tip) { in GetDebugInfo() argument
[all …]
Dinfo.cc26 std::string HighLightLine(const std::string &line, int col_begin, int col_end, SourceLineTip tip) { in HighLightLine() argument
29 tip != kSourceLineTipDiscard) { in HighLightLine()
36 if (tip == kSourceLineTipInLine) { in HighLightLine()
38 } else if (tip == kSourceLineTipNextLine) { in HighLightLine()
48 std::string Location::ToString(SourceLineTip tip) const { in ToString()
80 debug_info_ss << HighLightLine(line, column_, column_end_, tip) << std::endl; in ToString()
/third_party/boost/libs/bimap/doc/
Dtoolbox.qbk19 [tip
31 [tip
44 [tip
55 [tip
65 [tip
/third_party/python/Lib/idlelib/
Dcalltip_w.py1 """A call-tip window class for Tkinter/IDLE.
20 """A call-tip widget for tkinter text widgets."""
23 """Create a call-tip; shown by showtip().
36 """Choose the position of the call-tip."""
60 """Show the call-tip, bind events which will close it and reposition it.
62 text: the text to display in the call-tip
81 """Create the call-tip widget."""
96 # Hide the call-tip if the insertion cursor moves outside of the
105 # Not hiding the call-tip.
124 """Hide the call-tip."""
/third_party/boost/libs/math/doc/html/math_toolkit/
Dnavigation.html62 <div class="tip"><table border="0" summary="Tip">
64 …"2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../doc/src/images/tip
65 <th align="left">Tip</th>
75 <div class="tip"><table border="0" summary="Tip">
77 …"2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../doc/src/images/tip
78 <th align="left">Tip</th>
Dnamespaces.html69 <div class="tip"><table border="0" summary="Tip">
71 …"2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../doc/src/images/tip
72 <th align="left">Tip</th>
79 <div class="tip"><table border="0" summary="Tip">
81 …"2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../doc/src/images/tip
82 <th align="left">Tip</th>
/third_party/boost/libs/test/doc/html/boost_test/test_output/logging_api/
Dcustom_log_formatter.html41 <div class="tip"><table border="0" summary="Tip">
43 … align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../../../doc/src/images/
44 <th align="left">Tip</th>
63 <div class="tip"><table border="0" summary="Tip">
65 … align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../../../doc/src/images/
66 <th align="left">Tip</th>
/third_party/boost/tools/quickbook/test/
Dblocks-1_5.quickbook25 [tip Tip]
41 [/ Quickbook shouldn't think that this is a tip]
Dblocks-1_5.gold51 <tip>
53 Tip
55 </tip>
/third_party/boost/libs/test/doc/test_output/
Dtestout_reference.qbk17 [tip See the [link boost_test.test_output.test_tools_support_for_logging.checkpoints checkpoint] se…
25 [tip See the [link boost_test.test_output.test_tools_support_for_logging.checkpoints checkpoint] se…
33 [tip See the [link boost_test.test_output.test_tools_support_for_logging.test_output_macro_message …
60 [tip See the [link boost_test.test_output.test_tools_support_for_logging.testing_tool_output_disabl…
Dlogger_api.qbk40 [tip See [memberref boost::unit_test::unit_test_log_t::set_stream] and [enumref boost::unit_test::o…
69 [tip See [memberref boost::unit_test::unit_test_log_t::set_threshold_level] and [enumref boost::uni…
96 [tip See [memberref boost::unit_test::unit_test_log_t::set_format] and [enumref boost::unit_test::o…
118 [tip See [memberref boost::unit_test::unit_test_log_t::set_formatter] and [memberref boost::unit_te…
125 [tip More details about the class implementing the formatting of the logs can be found in the follo…
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DSelection.java102 // anchor = tip = start
103 // SHIFT: tip++
106 // anchor = tip = start
107 // CTL/SHIFT: tip = nextbound(tip)
/third_party/libphonenumber/
DFALSEHOODS.md23 **Tip:** Make how you use phone numbers apparent to the user and give them
53 **Tip:** Don’t store properties for a phone number such as validity or
68 **Tip:** Use a phone widget to encourage users to enter their phone number
84 **Tip:** Whenever possible, try to accommodate these users by calling them
113 **Tip:** Use formatForMobileDialling to get the number a user should
173 **Tip:** During transition periods, make sure that both forms of a number
188 **Tip:** Use the library to parse and format numbers to handle this
215 **Tip:** Programmers should not disallow users from signing up with a phone
255 **Tip:** Use the library to parse and format numbers to handle this
/third_party/boost/doc/html/boost_units/
Dversion_id.html36 <div class="tip"><table border="0" summary="Tip">
38 …an="2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../doc/src/images/tip.pn…
39 <th align="left">Tip</th>
/third_party/libinput/doc/user/
Dtablet-support.rst49 .. _tablet-tip:
52 Tool tip events vs. tool button events
56 When the tool tip comes into contact with the surface, libinput sends an
57 event of type **LIBINPUT_EVENT_TABLET_TOOL_TIP**, and again when the tip
61 unrelated to the tip. A button event is independent of the tip and can while
62 the tip is down or up.
68 libinput uses a device-specific pressure threshold to determine when the tip
70 pressure value while the tip is logically up. Most application can and
74 the tip events to determine a logical tip down state and treat the tip
77 Note that the pressure threshold to trigger a logical tip event may be zero
[all …]
/third_party/icu/tools/commit-checker/
Dcheck.py35 …/docs/gitrevisions. Should be the two-dot range between the previous release and the current tip.",
164 …print("TIP: Have you pulled the latest master? This script only looks at local commits.", file=sys…
200 …print("Tip: Tickets with type 'Task' or 'User Guide' or resolution 'Fixed by Other Ticket' are ign…
218 print("Tip: Fixed tickets should have resolution 'Fixed by Other Ticket' or 'Fixed'.")
241 … print("Tip: If you see your name here, make sure to label your commits correctly in the future.")
256 print("Tip: Check that these tickets have the correct fixVersion tag.")
282 print("Tip: Consider closing the ticket if it is fixed.")
/third_party/boost/libs/test/doc/html/boost_test/utf_reference/testout_reference/
Dtest_output_macro_passpoint.html32 <div class="tip"><table border="0" summary="Tip">
34 … align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../../../doc/src/images/
35 <th align="left">Tip</th>
Dtest_output_macro_checkpoint.html32 <div class="tip"><table border="0" summary="Tip">
34 … align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../../../doc/src/images/
35 <th align="left">Tip</th>
Dtest_output_macro_message.html32 <div class="tip"><table border="0" summary="Tip">
34 … align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../../../doc/src/images/
35 <th align="left">Tip</th>
/third_party/boost/doc/html/circular_buffer/
Dversion_id.html33 <div class="tip"><table border="0" summary="Tip">
35 …an="2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../doc/src/images/tip.pn…
36 <th align="left">Tip</th>
/third_party/weex-loader/test/expect/
Do.js286 "@weex-component/wxc-tip": {
290 "classList": "function () {return ['tip', 'tip-' + (this.type)]}",
294 "classList": "function () {return ['tip-txt', 'tip-txt-' + (this.type)]}",
302 "tip": {
309 "tip-txt": {
312 "tip-success": {
316 "tip-txt-success": {
319 "tip-info": {
323 "tip-txt-info": {
326 "tip-warning": {
[all …]

12345678910>>...28