Home
last modified time | relevance | path

Searched refs:tip (Results 1 – 25 of 98) sorted by relevance

1234

/external/blktrace/btreplay/
Dbtreplay.c126 struct thr_info *tip; member
265 static inline int is_send_done(struct thr_info *tip) in is_send_done() argument
267 return signal_done || tip->send_done; in is_send_done()
274 static inline int is_reap_done(struct thr_info *tip) in is_reap_done() argument
276 return signal_done || (tip->send_done && tip->naios_out == 0); in is_reap_done()
541 static void pin_to_cpu(struct thr_info *tip) in pin_to_cpu() argument
549 assert(0 <= tip->cpu && tip->cpu < ncpus); in pin_to_cpu()
552 CPU_SET_S(tip->cpu, size, cpus); in pin_to_cpu()
557 assert(tip->cpu == sched_getcpu()); in pin_to_cpu()
564 fprintf(tip->vfp, "Pinned to CPU %02d ", tip->cpu); in pin_to_cpu()
[all …]
/external/proguard/src/proguard/gui/
DProGuardGUI.java330 inputOutputPanel.add(tip(programPanel, "programJarsTip"), stretchPanelConstraints); in ProGuardGUI()
331 inputOutputPanel.add(tip(libraryPanel, "libraryJarsTip"), stretchPanelConstraints); in ProGuardGUI()
346 … shrinkingOptionsPanel.add(tip(shrinkCheckBox, "shrinkTip"), constraintsLastStretch); in ProGuardGUI()
347 shrinkingOptionsPanel.add(tip(printUsageCheckBox, "printUsageTip"), constraints); in ProGuardGUI()
348 … shrinkingOptionsPanel.add(tip(printUsageTextField, "outputFileTip"), constraintsStretch); in ProGuardGUI()
349 shrinkingOptionsPanel.add(tip(printUsageBrowseButton, "selectUsageFile"), constraintsLast); in ProGuardGUI()
360 shrinkingPanel.add(tip(additionalKeepPanel, "keepAdditionalTip"), stretchPanelConstraints); in ProGuardGUI()
380 …obfuscationOptionsPanel.add(tip(obfuscateCheckBox, "obfuscateTip"), … in ProGuardGUI()
381 …obfuscationOptionsPanel.add(tip(printMappingCheckBox, "printMappingTip"), … in ProGuardGUI()
382 …obfuscationOptionsPanel.add(tip(printMappingTextField, "outputFileTip"), … in ProGuardGUI()
[all …]
DClassSpecificationDialog.java166 commentsPanel.add(tip(commentsScrollPane, "commentsTip"), constraintsLastStretch); in ClassSpecificationDialog()
178 …keepOptionPanel.add(tip(keepClassesAndMembersRadioButton, "keepTip"), constrain… in ClassSpecificationDialog()
179 …keepOptionPanel.add(tip(keepClassMembersRadioButton, "keepClassMembersTip"), constrain… in ClassSpecificationDialog()
180 …keepOptionPanel.add(tip(keepClassesWithMembersRadioButton, "keepClassesWithMembersTip"), constrain… in ClassSpecificationDialog()
181 …keepOptionPanel.add(tip(keepDescriptorClassesCheckBox, "keepDescriptorClassesTip"), constraintsL… in ClassSpecificationDialog()
188 …alsoKeepOptionPanel.add(tip(keepDescriptorClassesCheckBox, "keepDescriptorClassesTip"), constra… in ClassSpecificationDialog()
195 …allowOptionPanel.add(tip(allowShrinkingCheckBox, "allowShrinkingTip"), constraintsLastStretc… in ClassSpecificationDialog()
196 …allowOptionPanel.add(tip(allowOptimizationCheckBox, "allowOptimizationTip"), constraintsLastStretc… in ClassSpecificationDialog()
197 …allowOptionPanel.add(tip(allowObfuscationCheckBox, "allowObfuscationTip"), constraintsLastStretc… in ClassSpecificationDialog()
205 accessPanel.add(tip(new JLabel(msg("required")), "requiredTip"), labelConstraints); in ClassSpecificationDialog()
[all …]
DFilterDialog.java142 filterPanel.add(tip(filterLabel, "nameFilterTip"), labelConstraints); in FilterDialog()
143 filterPanel.add(tip(filterTextField, "fileNameFilterTip"), textFieldConstraints); in FilterDialog()
145 filterPanel.add(tip(apkFilterLabel, "apkNameFilterTip"), labelConstraints); in FilterDialog()
146 filterPanel.add(tip(apkFilterTextField, "fileNameFilterTip"), textFieldConstraints); in FilterDialog()
148 filterPanel.add(tip(jarFilterLabel, "jarNameFilterTip"), labelConstraints); in FilterDialog()
149 filterPanel.add(tip(jarFilterTextField, "fileNameFilterTip"), textFieldConstraints); in FilterDialog()
151 filterPanel.add(tip(aarFilterLabel, "aarNameFilterTip"), labelConstraints); in FilterDialog()
152 filterPanel.add(tip(aarFilterTextField, "fileNameFilterTip"), textFieldConstraints); in FilterDialog()
154 filterPanel.add(tip(warFilterLabel, "warNameFilterTip"), labelConstraints); in FilterDialog()
155 filterPanel.add(tip(warFilterTextField, "fileNameFilterTip"), textFieldConstraints); in FilterDialog()
[all …]
DMemberSpecificationDialog.java162 accessPanel.add(tip(new JLabel(msg("required")), "requiredTip"), labelConstraints); in MemberSpecificationDialog()
163 accessPanel.add(tip(new JLabel(msg("not")), "notTip"), labelConstraints); in MemberSpecificationDialog()
164 accessPanel.add(tip(new JLabel(msg("dontCare")), "dontCareTip"), labelConstraints); in MemberSpecificationDialog()
195 typePanel.add(tip(typeTextField, "typeTip"), constraintsLastStretch); in MemberSpecificationDialog()
202 … annotationTypePanel.add(tip(annotationTypeTextField, "classNameTip"), constraintsLastStretch); in MemberSpecificationDialog()
209 namePanel.add(tip(nameTextField, isField ? "fieldNameTip" : in MemberSpecificationDialog()
217 … argumentsPanel.add(tip(argumentTypesTextField, "argumentTypes2Tip"), constraintsLastStretch); in MemberSpecificationDialog()
259 mainPanel.add(tip(accessPanel, "accessTip"), panelConstraints); in MemberSpecificationDialog()
260 mainPanel.add(tip(annotationTypePanel, "annotationTip"), panelConstraints); in MemberSpecificationDialog()
261 mainPanel.add(tip(typePanel, isField ? "fieldTypeTip" : in MemberSpecificationDialog()
[all …]
DListPanel.java93 addButton(tip(removeButton, "removeTip")); in addRemoveButton()
114 addButton(tip(upButton, "moveUpTip")); in addUpButton()
135 addButton(tip(downButton, "moveDownTip")); in addDownButton()
166 addButton(tip(moveButton, tipKey)); in addCopyToPanelButton()
324 private static JComponent tip(JComponent component, String messageKey) in tip() method in ListPanel
DMemberSpecificationsPanel.java89 addButton(tip(addFieldButton, "addFieldTip")); in addAddFieldButton()
111 addButton(tip(addMethodButton, "addMethodTip")); in addAddMethodButton()
142 addButton(tip(editButton, "editTip")); in addEditButton()
270 private static JComponent tip(JComponent component, String messageKey) in tip() method in MemberSpecificationsPanel
DClassSpecificationsPanel.java79 addButton(tip(addButton, "addTip")); in addAddButton()
104 addButton(tip(editButton, "editTip")); in addEditButton()
172 private static JComponent tip(JComponent component, String messageKey) in tip() method in ClassSpecificationsPanel
DClassPathPanel.java109 addButton(tip(addButton, inputAndOutput ? in addAddButton()
172 addButton(tip(editButton, "editTip")); in addEditButton()
200 addButton(tip(filterButton, "filterTip")); in addFilterButton()
306 private static JComponent tip(JComponent component, String messageKey) in tip() method in ClassPathPanel
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_calltips.py13 tip = "(ai=None, *args)" variable in TC
15 __init__.tip = "(self, ai=None, *args)"
17 t1.tip = "(self)"
19 t2.tip = "(self, ai, b=None)"
21 t3.tip = "(self, ai, *args)"
23 t4.tip = "(self, *args)"
25 t5.tip = "(self, ai, b=None, *args, **kwargs)"
27 t6.tip = "(no, self)"
29 __call__.tip = "(self, ci)"
101 t1.tip = "()"
[all …]
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_calltip.py14 tip = "(ai=None, *b)" variable in TC
16 __init__.tip = "(self, ai=None, *b)"
18 t1.tip = "(self)"
20 t2.tip = "(self, ai, b=None)"
22 t3.tip = "(self, ai, *args)"
24 t4.tip = "(self, *args)"
26 t5.tip = "(self, ai, b=None, *args, **kw)"
28 t6.tip = "(no, self)"
30 __call__.tip = "(self, ci)"
157 t1.tip = "()"
[all …]
/external/autotest/client/deps/webgl_perf/files/
Dupdate-tarball7 wget http://hg.mozilla.org/users/bjacob_mozilla.com/webgl-perf-tests/archive/tip.tar.bz2
8 mv tip.tar.bz2 webgl-performance.tar.bz2
/external/fonttools/Tests/feaLib/data/
Dspec8d.fea27 #test-fea2fea: name "tool tip simple a";
28 name 3 1 0x0409 "tool tip simple a"; # English US
29 #test-fea2fea: name 1 "tool tip simple a";
30 name 1 0 0 "tool tip simple a"; # Mac English
/external/grpc-grpc/third_party/nanopb/docs/
Dlsr.css151 div.admonition, div.note, div.tip, div.caution, div.important {
172 div.tip {
173 background: transparent url('../images/tip.png') 10px 2px no-repeat;
177 background: transparent url('../images/tip.png') 10px 2px no-repeat;
/external/nanopb-c/docs/
Dlsr.css151 div.admonition, div.note, div.tip, div.caution, div.important {
172 div.tip {
173 background: transparent url('../images/tip.png') 10px 2px no-repeat;
177 background: transparent url('../images/tip.png') 10px 2px no-repeat;
/external/walt/docs/
DTapLatency.md7 tip that is grounded, pretty much any rigid tip can be used as long as it triggers the touch sensor.
/external/syzkaller/vendor/github.com/golang/protobuf/
DCONTRIBUTORS3 # visible at http://tip.golang.org/CONTRIBUTORS.
DAUTHORS3 # visible at http://tip.golang.org/AUTHORS.
/external/syzkaller/vendor/golang.org/x/sys/
DCONTRIBUTORS3 # visible at http://tip.golang.org/CONTRIBUTORS.
DAUTHORS3 # visible at http://tip.golang.org/AUTHORS.
/external/syzkaller/vendor/golang.org/x/text/
DCONTRIBUTORS3 # visible at http://tip.golang.org/CONTRIBUTORS.
DAUTHORS3 # visible at http://tip.golang.org/AUTHORS.
/external/syzkaller/vendor/golang.org/x/oauth2/
DCONTRIBUTORS3 # visible at http://tip.golang.org/CONTRIBUTORS.
/external/golang-protobuf/
DCONTRIBUTORS3 # visible at http://tip.golang.org/CONTRIBUTORS.
/external/syzkaller/vendor/golang.org/x/net/
DCONTRIBUTORS3 # visible at http://tip.golang.org/CONTRIBUTORS.

1234