Home
last modified time | relevance | path

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

123

/external/blktrace/btreplay/
Dbtreplay.c128 struct thr_info *tip; member
267 static inline int is_send_done(struct thr_info *tip) in is_send_done() argument
269 return signal_done || tip->send_done; in is_send_done()
276 static inline int is_reap_done(struct thr_info *tip) in is_reap_done() argument
278 return tip->send_done && tip->naios_out == 0; in is_reap_done()
528 static void pin_to_cpu(struct thr_info *tip) in pin_to_cpu() argument
532 assert(0 <= tip->cpu && tip->cpu < ncpus); in pin_to_cpu()
535 CPU_SET(tip->cpu, &cpus); in pin_to_cpu()
546 fprintf(tip->vfp, "Pinned to CPU %02d ", tip->cpu); in pin_to_cpu()
548 fprintf(tip->vfp, "%1d", CPU_ISSET(i, &now)); 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.java164 commentsPanel.add(tip(commentsScrollPane, "commentsTip"), constraintsLastStretch); in ClassSpecificationDialog()
176 …keepOptionPanel.add(tip(keepClassesAndMembersRadioButton, "keepTip"), constrain… in ClassSpecificationDialog()
177 …keepOptionPanel.add(tip(keepClassMembersRadioButton, "keepClassMembersTip"), constrain… in ClassSpecificationDialog()
178 …keepOptionPanel.add(tip(keepClassesWithMembersRadioButton, "keepClassesWithMembersTip"), constrain… in ClassSpecificationDialog()
185 …allowOptionPanel.add(tip(allowShrinkingCheckBox, "allowShrinkingTip"), constraintsLastStretc… in ClassSpecificationDialog()
186 …allowOptionPanel.add(tip(allowOptimizationCheckBox, "allowOptimizationTip"), constraintsLastStretc… in ClassSpecificationDialog()
187 …allowOptionPanel.add(tip(allowObfuscationCheckBox, "allowObfuscationTip"), constraintsLastStretc… in ClassSpecificationDialog()
195 accessPanel.add(tip(new JLabel(msg("required")), "requiredTip"), labelConstraints); in ClassSpecificationDialog()
196 accessPanel.add(tip(new JLabel(msg("not")), "notTip"), labelConstraints); in ClassSpecificationDialog()
197 accessPanel.add(tip(new JLabel(msg("dontCare")), "dontCareTip"), labelConstraints); in ClassSpecificationDialog()
[all …]
DFilterDialog.java135 filterPanel.add(tip(filterLabel, "nameFilterTip"), labelConstraints); in FilterDialog()
136 filterPanel.add(tip(filterTextField, "fileNameFilterTip"), textFieldConstraints); in FilterDialog()
138 filterPanel.add(tip(jarFilterLabel, "jarNameFilterTip"), labelConstraints); in FilterDialog()
139 filterPanel.add(tip(jarFilterTextField, "fileNameFilterTip"), textFieldConstraints); in FilterDialog()
141 filterPanel.add(tip(warFilterLabel, "warNameFilterTip"), labelConstraints); in FilterDialog()
142 filterPanel.add(tip(warFilterTextField, "fileNameFilterTip"), textFieldConstraints); in FilterDialog()
144 filterPanel.add(tip(earFilterLabel, "earNameFilterTip"), labelConstraints); in FilterDialog()
145 filterPanel.add(tip(earFilterTextField, "fileNameFilterTip"), textFieldConstraints); in FilterDialog()
147 filterPanel.add(tip(zipFilterLabel, "zipNameFilterTip"), labelConstraints); in FilterDialog()
148 filterPanel.add(tip(zipFilterTextField, "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.java94 addButton(tip(removeButton, "removeTip")); in addRemoveButton()
115 addButton(tip(upButton, "moveUpTip")); in addUpButton()
136 addButton(tip(downButton, "moveDownTip")); in addDownButton()
167 addButton(tip(moveButton, tipKey)); in addCopyToPanelButton()
325 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()
302 private static JComponent tip(JComponent component, String messageKey) in tip() method in ClassPathPanel
DOptimizationsDialog.java126 …optimizationSubpanel.add(tip(optimizationCheckBox, optimizationName.replace('/', '_')+"Tip"), cons… in OptimizationsDialog()
235 private static JComponent tip(JComponent component, String messageKey) in tip() method in OptimizationsDialog
/external/guava/guava/src/com/google/common/collect/
DBstPath.java33 private final N tip; field in BstPath
37 BstPath(N tip, @Nullable P prefix) { in BstPath() argument
38 this.tip = checkNotNull(tip); in BstPath()
46 return tip; in getTip()
DBstInOrderPath.java53 N tip = path.getTip();
54 return new BstInOrderPath<N>(tip.getChild(side), side, path);
62 N tip, @Nullable BstSide sideExtension, @Nullable BstInOrderPath<N> tail) {
63 super(tip, tail);
DBstRangeOps.java140 N tip = currentPath.getTip(); in furthestPath() local
141 K tipKey = tip.getKey(); in furthestPath()
143 if (tip.hasChild(side.other())) { in furthestPath()
149 } else if (tip.hasChild(side)) { in furthestPath()
/external/chromium_org/chrome/browser/ui/cocoa/status_icons/
Dstatus_icon_mac_unittest.mm22 // Create an icon, set the tool tip, then shut it down (checks for leaks).
27 icon->SetToolTip(base::ASCIIToUTF16("tool tip"));
45 // Create a menu and set a tool tip. Verify the tool tip is inserted as the
48 const char* tool_tip = "Tool tip";
/external/chromium_org/third_party/cython/src/Cython/
DTestUtils.py22 tip = self.access_path[-1]
23 if tip[2] is not None:
24 name = u"%s[%d]" % tip[1:3]
26 name = tip[1]
/external/guava/guava-tests/test/com/google/common/collect/
DBstPathTest.java30 private SimplePath(SimpleNode tip, SimplePath tail) { in SimplePath() argument
31 super(tip, tail); in SimplePath()
/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/chromium_org/chrome/browser/ui/cocoa/tabs/
Dtab_strip_view.mm106 // What proportion of the vertical space is dedicated to the arrow tip,
107 // i.e., (arrow tip height)/(amount of vertical space).
110 // This is a slope, i.e., (arrow tip height)/(0.5 * arrow tip width).
113 // What proportion of the arrow tip width is the stem, i.e., (stem
114 // width)/(arrow tip width).
139 // Define the arrow's shape! We start from the tip and go clockwise.
/external/dhcpcd/
Darp.c48 send_arp(const struct interface *iface, int op, in_addr_t sip, in_addr_t tip) in send_arp() argument
71 memcpy(p, &tip, sizeof(tip)); in send_arp()
72 p += sizeof(tip); in send_arp()
/external/chromium_org/third_party/polymer_legacy/polymer/
DREADME.md13 …g/hg/webcomponents/raw-file/tip/spec/shadow/index.html), [Custom Elements](https://dvcs.w3.org/hg/…
/external/chromium_org/third_party/polymer/components/polymer/
DREADME.md13 …g/hg/webcomponents/raw-file/tip/spec/shadow/index.html), [Custom Elements](https://dvcs.w3.org/hg/…
/external/chromium_org/third_party/polymer/components-chromium/polymer/
DREADME.md13 …g/hg/webcomponents/raw-file/tip/spec/shadow/index.html), [Custom Elements](https://dvcs.w3.org/hg/…
/external/chromium_org/styleguide/c++/
Dc++11.css687 aside.tip,
694 .tip,
704 .tip>h4,
717 .tip>p:last-child,
723 .tip {
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBIndexParameters.idl5 // https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#options-object-concept
/external/chromium_org/third_party/WebKit/Source/modules/battery/
DBatteryManager.idl5 // https://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html#batterymanager-interface

123