Searched defs:getLabel (Results 1 - 25 of 83) sorted by relevance

1234

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DLabeledItem.java29 public int getLabel(); method in interface:LabeledItem
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DDropdownItem.java14 String getLabel(); method in interface:DropdownItem
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseInputFile.java46 public String getLabel() { method in class:TestCaseInputFile
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DSelectPopupItem.java23 public String getLabel() { method in class:SelectPopupItem
/external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
H A DAutofillSuggestion.java30 public String getLabel() { method in class:AutofillSuggestion
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DLabelNode.java57 public Label getLabel() { method in class:LabelNode
65 cv.visitLabel(getLabel());
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DOffsetInstructionFormatMethodItem.java57 public LabelMethodItem getLabel() { method in class:OffsetInstructionFormatMethodItem
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dcommandbutton.js84 CommandButton.prototype.getLabel = function() {
/external/chromium_org/third_party/skia/include/views/
H A DSkOSMenu.h62 const char* getLabel() const { return fLabel.c_str(); } function in class:SkOSMenu::Item
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DBasicBlock.java142 public int getLabel() { method in class:BasicBlock
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DScenarioResultsElement.java70 public String getLabel(Object o) { method in class:ScenarioResultsElement
98 return scenarioResults.getLabel();
139 buffer.append(getLabel(null));
H A DConfigResultsElement.java176 public String getLabel(Object o) { method in class:ConfigResultsElement
H A DDimResultsElement.java90 public String getLabel(Object o) { method in class:DimResultsElement
/external/icu/icu4c/source/i18n/unicode/
H A Dalphaindex.h176 * const UnicodeString &label = immutableIndex.getBucket(bucketIndex)->getLabel(); // optional
210 const UnicodeString &getLabel() const { return label_; } function in class:AlphabeticIndex::Bucket
/external/llvm/include/llvm/MC/
H A DMCWin64EH.h56 MCSymbol *getLabel() const { return Label; } function in class:llvm::MCWin64EHInstruction
/external/skia/include/views/
H A DSkOSMenu.h62 const char* getLabel() const { return fLabel.c_str(); } function in class:SkOSMenu::Item
/external/smack/src/org/jivesoftware/smackx/
H A DReportedData.java74 columns.add(new Column(field.getLabel(), field.getVariable(), field.getType()));
178 public String getLabel() { method in class:ReportedData.Column
H A DFormField.java95 public String getLabel() { method in class:FormField
273 if (getLabel() != null) {
274 buf.append(" label=\"").append(getLabel()).append("\"");
345 public String getLabel() { method in class:FormField.Option
360 return getLabel();
367 if (getLabel() != null) {
368 buf.append(" label=\"").append(getLabel()).append("\"");
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMethodImplementationBuilder.java97 public Label getLabel(@Nonnull String name) { method in class:MethodImplementationBuilder
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkWidgetViews.cpp95 const char* SkWidgetView::getLabel() const function in class:SkWidgetView
100 void SkWidgetView::getLabel(SkString* label) const function in class:SkWidgetView
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DConfigResults.java371 public String getLabel() { method in class:ConfigResults
H A DScenarioResults.java144 public String getLabel() { method in class:ScenarioResults
/external/skia/src/views/animated/
H A DSkWidgetViews.cpp95 const char* SkWidgetView::getLabel() const function in class:SkWidgetView
100 void SkWidgetView::getLabel(SkString* label) const function in class:SkWidgetView
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp196 inline uint getLabel() { return insn->Label.Label; } function in class:tgsi::Instruction
1706 unsigned ip = f->getLabel();
2190 Subroutine *s = getSubroutine(tgsi.getLabel());
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp196 inline uint getLabel() { return insn->Label.Label; } function in class:tgsi::Instruction
1706 unsigned ip = f->getLabel();
2190 Subroutine *s = getSubroutine(tgsi.getLabel());

Completed in 903 milliseconds

1234