Home
last modified time | relevance | path

Searched refs:tip (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/config/
H A Dtilde_open_block.rb33 tip = line
36 tip = line[0..3]
42 if tip == '~~~~'
43 # tip is the full line when delimiter is minimum length
48 BlockMatchData.new(context, masq, tip, tip)
52 elsif %(#{tip}#{tip[-1..-1] * (line_len - tl)}) == line
56 BlockMatchData.new(context, masq, tip, line)
/third_party/python/Lib/idlelib/idle_test/
H A 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 t
[all...]
/third_party/backends/japi/
H A DJscanimage.java719 public SaneCheckBox(String title, Jscanimage dlg, int opt, String tip) in SaneCheckBox() argument
724 // Set tool tip. in SaneCheckBox()
725 if (tip != null && tip.length() != 0) in SaneCheckBox()
726 super.setToolTipText(tip); in SaneCheckBox()
767 public SaneSlider(int min, int max, Jscanimage dlg, int opt, String tip) in SaneSlider() argument
787 // Set tool tip. in SaneSlider()
788 if (tip != null && tip.length() != 0) in SaneSlider()
789 super.setToolTipText(tip); in SaneSlider()
833 FixedSaneSlider(int fixed_min, int fixed_max, boolean mm, Jscanimage dlg, int opt, String tip) FixedSaneSlider() argument
893 SaneButton(String title, Jscanimage dlg, int opt, String tip) SaneButton() argument
926 SaneComboBox(Jscanimage dlg, int opt, String tip) SaneComboBox() argument
963 SaneStringBox(Jscanimage dlg, int opt, String tip) SaneStringBox() argument
1011 SaneIntBox(Jscanimage dlg, int opt, String tip) SaneIntBox() argument
1065 SaneFixedBox(Jscanimage dlg, int opt, String tip) SaneFixedBox() argument
1123 SaneTextField(int width, Jscanimage dlg, int opt, String tip) SaneTextField() argument
[all...]
/third_party/libbpf/scripts/
H A Dsync-kernel.sh209 TIP_TAG=libbpf-tip-${SUFFIX}
211 BPF_TIP_TAG=libbpf-bpf-tip-${SUFFIX}
217 SQUASH_TIP_TAG=libbpf-squash-tip-${SUFFIX}
281 # restore Linux tip to use bpf_doc.py
/third_party/lame/ACM/
H A DAEncodeProperties.h45 const char *tip; member
H A DAEncodeProperties.cpp226 lphdr->lpszText = const_cast<char *>(AEncodeProperties::Tooltips[i].tip); in ConfigProc()
/third_party/toybox/toys/pending/
H A Droute.c303 static void is_prefix_inet6(char **tip, struct in6_rtmsg *rt) in is_prefix_inet6() argument
306 char *prefix = strchr(*tip, '/'); in is_prefix_inet6()
/third_party/libinput/tools/
H A Dlibinput-record.c990 enum libinput_tablet_tool_tip_state tip; in print_tablet_tool_event() local
1019 tip = libinput_event_tablet_tool_get_tip_state(t); in print_tablet_tool_event()
1025 "- {time: %ld.%06ld, type: %s%s, tip: %s, %s}\n", in print_tablet_tool_event()
1030 tip ? "down" : "up", in print_tablet_tool_event()

Completed in 9 milliseconds