Searched defs:tip (Results 1 - 22 of 22) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DBstPathTest.java30 private SimplePath(SimpleNode tip, SimplePath tail) { argument
31 super(tip, tail);
/external/guava/guava/src/com/google/common/collect/
H A DBstPath.java33 private final N tip; field in class:BstPath
37 BstPath(N tip, @Nullable P prefix) { argument
38 this.tip = checkNotNull(tip);
46 return tip;
H A 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);
61 BstInOrderPath( N tip, @Nullable BstSide sideExtension, @Nullable BstInOrderPath<N> tail) argument
/external/proguard/src/proguard/gui/
H A DOptimizationsDialog.java126 optimizationSubpanel.add(tip(optimizationCheckBox, optimizationName.replace('/', '_')+"Tip"), constraintsLastStretch);
232 * Attaches the tool tip from the GUI resources that corresponds to the
235 private static JComponent tip(JComponent component, String messageKey) method in class:OptimizationsDialog
H A DClassSpecificationsPanel.java79 addButton(tip(addButton, "addTip"));
104 addButton(tip(editButton, "editTip"));
169 * Attaches the tool tip from the GUI resources that corresponds to the
172 private static JComponent tip(JComponent component, String messageKey) method in class:ClassSpecificationsPanel
H A DClassPathPanel.java109 addButton(tip(addButton, inputAndOutput ?
172 addButton(tip(editButton, "editTip"));
200 addButton(tip(filterButton, "filterTip"));
299 * Attaches the tool tip from the GUI resources that corresponds to the
302 private static JComponent tip(JComponent component, String messageKey) method in class:ClassPathPanel
H A DFilterDialog.java135 filterPanel.add(tip(filterLabel, "nameFilterTip"), labelConstraints);
136 filterPanel.add(tip(filterTextField, "fileNameFilterTip"), textFieldConstraints);
138 filterPanel.add(tip(jarFilterLabel, "jarNameFilterTip"), labelConstraints);
139 filterPanel.add(tip(jarFilterTextField, "fileNameFilterTip"), textFieldConstraints);
141 filterPanel.add(tip(warFilterLabel, "warNameFilterTip"), labelConstraints);
142 filterPanel.add(tip(warFilterTextField, "fileNameFilterTip"), textFieldConstraints);
144 filterPanel.add(tip(earFilterLabel, "earNameFilterTip"), labelConstraints);
145 filterPanel.add(tip(earFilterTextField, "fileNameFilterTip"), textFieldConstraints);
147 filterPanel.add(tip(zipFilterLabel, "zipNameFilterTip"), labelConstraints);
148 filterPanel.add(tip(zipFilterTextFiel
304 private static JComponent tip(JComponent component, String messageKey) method in class:FilterDialog
[all...]
H A DListPanel.java94 addButton(tip(removeButton, "removeTip"));
115 addButton(tip(upButton, "moveUpTip"));
136 addButton(tip(downButton, "moveDownTip"));
144 * @param tipKey the tool tip key.
167 addButton(tip(moveButton, tipKey));
322 * Attaches the tool tip from the GUI resources that corresponds to the
325 private static JComponent tip(JComponent component, String messageKey) method in class:ListPanel
H A DMemberSpecificationsPanel.java89 addButton(tip(addFieldButton, "addFieldTip"));
111 addButton(tip(addMethodButton, "addMethodTip"));
142 addButton(tip(editButton, "editTip"));
267 * Attaches the tool tip from the GUI resources that corresponds to the
270 private static JComponent tip(JComponent component, String messageKey) method in class:MemberSpecificationsPanel
H A DClassSpecificationDialog.java164 commentsPanel.add(tip(commentsScrollPane, "commentsTip"), constraintsLastStretch);
176 keepOptionPanel.add(tip(keepClassesAndMembersRadioButton, "keepTip"), constraintsLastStretch);
177 keepOptionPanel.add(tip(keepClassMembersRadioButton, "keepClassMembersTip"), constraintsLastStretch);
178 keepOptionPanel.add(tip(keepClassesWithMembersRadioButton, "keepClassesWithMembersTip"), constraintsLastStretch);
185 allowOptionPanel.add(tip(allowShrinkingCheckBox, "allowShrinkingTip"), constraintsLastStretch);
186 allowOptionPanel.add(tip(allowOptimizationCheckBox, "allowOptimizationTip"), constraintsLastStretch);
187 allowOptionPanel.add(tip(allowObfuscationCheckBox, "allowObfuscationTip"), constraintsLastStretch);
195 accessPanel.add(tip(new JLabel(msg("required")), "requiredTip"), labelConstraints);
196 accessPanel.add(tip(new JLabel(msg("not")), "notTip"), labelConstraints);
197 accessPanel.add(tip(ne
530 private static JComponent tip(JComponent component, String messageKey) method in class:ClassSpecificationDialog
[all...]
H A DMemberSpecificationDialog.java162 accessPanel.add(tip(new JLabel(msg("required")), "requiredTip"), labelConstraints);
163 accessPanel.add(tip(new JLabel(msg("not")), "notTip"), labelConstraints);
164 accessPanel.add(tip(new JLabel(msg("dontCare")), "dontCareTip"), labelConstraints);
195 typePanel.add(tip(typeTextField, "typeTip"), constraintsLastStretch);
202 annotationTypePanel.add(tip(annotationTypeTextField, "classNameTip"), constraintsLastStretch);
209 namePanel.add(tip(nameTextField, isField ? "fieldNameTip" :
217 argumentsPanel.add(tip(argumentTypesTextField, "argumentTypes2Tip"), constraintsLastStretch);
259 mainPanel.add(tip(accessPanel, "accessTip"), panelConstraints);
260 mainPanel.add(tip(annotationTypePanel, "annotationTip"), panelConstraints);
261 mainPanel.add(tip(typePane
493 private static JComponent tip(JComponent component, String messageKey) method in class:MemberSpecificationDialog
[all...]
H A DProGuardGUI.java330 inputOutputPanel.add(tip(programPanel, "programJarsTip"), stretchPanelConstraints);
331 inputOutputPanel.add(tip(libraryPanel, "libraryJarsTip"), stretchPanelConstraints);
346 shrinkingOptionsPanel.add(tip(shrinkCheckBox, "shrinkTip"), constraintsLastStretch);
347 shrinkingOptionsPanel.add(tip(printUsageCheckBox, "printUsageTip"), constraints);
348 shrinkingOptionsPanel.add(tip(printUsageTextField, "outputFileTip"), constraintsStretch);
349 shrinkingOptionsPanel.add(tip(printUsageBrowseButton, "selectUsageFile"), constraintsLast);
360 shrinkingPanel.add(tip(additionalKeepPanel, "keepAdditionalTip"), stretchPanelConstraints);
380 obfuscationOptionsPanel.add(tip(obfuscateCheckBox, "obfuscateTip"), constraintsLastStretch);
381 obfuscationOptionsPanel.add(tip(printMappingCheckBox, "printMappingTip"), constraints);
382 obfuscationOptionsPanel.add(tip(printMappingTextFiel
1684 private static JComponent tip(JComponent component, String messageKey) method in class:ProGuardGUI
[all...]
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_state_changer_win.h28 PWSTR tip; // The last hover-text value associated with this status member in struct:NOTIFYITEM
/external/dhcpcd/
H A Darp.c48 send_arp(const struct interface *iface, int op, in_addr_t sip, in_addr_t tip) argument
71 memcpy(p, &tip, sizeof(tip));
72 p += sizeof(tip);
/external/proguard/lib/
H A Dproguardgui.jar ... void setFiltersAt (int[]) private static javax.swing.JComponent tip (javax.swing.JComponent, java.lang.String ...
/external/blktrace/btreplay/
H A Dbtreplay.c122 * @tip: Pointer to per-thread information this IO is associated with
128 struct thr_info *tip; member in struct:iocb_pkt
265 * @tip: Per-thread information
267 static inline int is_send_done(struct thr_info *tip) argument
269 return signal_done || tip->send_done;
274 * @tip: Per-thread information
276 static inline int is_reap_done(struct thr_info *tip) argument
278 return tip->send_done && tip->naios_out == 0;
526 * @tip
528 pin_to_cpu(struct thr_info *tip) argument
698 iocb_init(struct thr_info *tip, struct iocb_pkt *iocbp) argument
755 tip_init(struct thr_info *tip) argument
816 tip_release(struct thr_info *tip) argument
860 struct thr_info *tip = buf_alloc(sizeof(*tip)); local
931 rem_input_file(struct thr_info *tip) argument
1006 reap_wait_aios(struct thr_info *tip) argument
1033 reclaim_ios(struct thr_info *tip, long naios_out) argument
1093 struct thr_info *tip = arg; local
1118 next_bunch(struct thr_info *tip, struct io_bunch *bunch) argument
1151 nfree_current(struct thr_info *tip) argument
1174 stall(struct thr_info *tip, long long oclock) argument
1211 iocbs_map(struct thr_info *tip, struct iocb **list, struct io_pkt *pkts, int ntodo) argument
1252 process_bunch(struct thr_info *tip, struct io_bunch *bunch) argument
1300 reset_input_file(struct thr_info *tip) argument
1319 struct thr_info *tip = arg; local
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2299 milliseconds