Home
last modified time | relevance | path

Searched refs:getLabel (Results 1 – 25 of 94) sorted by relevance

1234

/external/smack/src/org/jivesoftware/smackx/
DFormField.java95 public String getLabel() { in getLabel() method in FormField
273 if (getLabel() != null) { in toXML()
274 buf.append(" label=\"").append(getLabel()).append("\""); in toXML()
345 public String getLabel() { in getLabel() method in FormField.Option
360 return getLabel(); in toString()
367 if (getLabel() != null) { in toXML()
368 buf.append(" label=\"").append(getLabel()).append("\""); in toXML()
DReportedData.java74 columns.add(new Column(field.getLabel(), field.getVariable(), field.getType())); in ReportedData()
178 public String getLabel() { in getLabel() method in ReportedData.Column
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DIdenticalBlockCombiner.java69 if (toDelete.get(b.getLabel())) { in process()
74 IntList preds = ropMethod.labelToPredecessors(b.getLabel()); in process()
110 if (toDelete.get(newBlocks.get(i).getLabel())) { in process()
146 IntList preds = ropMethod.labelToPredecessors(bb.getLabel()); in combineBlocks()
177 BasicBlock newBB = new BasicBlock(block.getLabel(), in replaceSucc()
180 newBlocks.set(newBlocks.indexOfLabel(block.getLabel()), newBB); in replaceSucc()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DBlockAddresses.java67 return starts[block.getLabel()]; in getStart()
87 return lasts[block.getLabel()]; in getLast()
109 return ends[block.getLabel()]; in getEnd()
132 int label = one.getLabel(); in setupArrays()
/external/dexmaker/src/dx/java/com/android/dx/util/
DLabeledList.java136 result[i] = li.getLabel(); in getLabelsInOrder()
163 labelToIndex.set(li.getLabel(), i); in rebuildLabelToIndex()
180 removeLabel(old.getLabel()); in set()
184 addLabelIndex(item.getLabel(), n); in set()
DLabeledItem.java29 public int getLabel(); in getLabel() method
/external/llvm/lib/MC/
DMCWin64EH.cpp72 EmitAbsDifference(streamer, inst.getLabel(), begin); in EmitUnwindCode()
77 EmitAbsDifference(streamer, inst.getLabel(), begin); in EmitUnwindCode()
92 EmitAbsDifference(streamer, inst.getLabel(), begin); in EmitUnwindCode()
103 EmitAbsDifference(streamer, inst.getLabel(), begin); in EmitUnwindCode()
113 EmitAbsDifference(streamer, inst.getLabel(), begin); in EmitUnwindCode()
126 EmitAbsDifference(streamer, inst.getLabel(), begin); in EmitUnwindCode()
/external/icu4c/test/intltest/
Dalphaindextst.cpp37 dest.append(bucket->getLabel()); in joinLabelsAndAppend()
379 label, bucket->getLabel()); in ManyLocalesTest()
380 TEST_ASSERT(&label != &bucket->getLabel()); // not the same pointers in ManyLocalesTest()
644 assertEquals(msg, label, immIndex->getBucket(testCase.bucketIndex)->getLabel()); in TestSchSt()
672 assertEquals("label 1", UnicodeString((UChar)0x3105), immIndex->getBucket(1)->getLabel()); in TestChineseZhuyin()
673 assertEquals("label 2", UnicodeString((UChar)0x3106), immIndex->getBucket(2)->getLabel()); in TestChineseZhuyin()
674 assertEquals("label 3", UnicodeString((UChar)0x3107), immIndex->getBucket(3)->getLabel()); in TestChineseZhuyin()
675 assertEquals("label 4", UnicodeString((UChar)0x3108), immIndex->getBucket(4)->getLabel()); in TestChineseZhuyin()
676 assertEquals("label 5", UnicodeString((UChar)0x3109), immIndex->getBucket(5)->getLabel()); in TestChineseZhuyin()
/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/
DScenarioResultsElement.java70 public String getLabel(Object o) { in getLabel() method in ScenarioResultsElement
98 return scenarioResults.getLabel(); in getPropertyValue()
139 buffer.append(getLabel(null)); in writableStatus()
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
DTestCaseInputFile.java46 public String getLabel() { in getLabel() method in TestCaseInputFile
/external/skia/include/views/
DSkWidget.h53 size_t getLabel(SkString* label = NULL) const;
54 size_t getLabel(char lable[] = NULL) const;
201 void getLabel(SkString*) const;
/external/llvm/include/llvm/MC/
DMCDwarf.h166 MCSymbol *getLabel() const { return Label; } in getLabel() function
273 MCSymbol *getLabel() const { return Label; } in getLabel() function
368 MCSymbol *getLabel() const { return Label; } in getLabel() function
DMachineLocation.h91 MCSymbol *getLabel() const { return Label; } in getLabel() function
DMCWin64EH.h56 MCSymbol *getLabel() const { return Label; } in getLabel() function
/external/skia/legacy/include/views/
DSkWidgetViews.h63 const char* getLabel() const;
64 void getLabel(SkString* label) const;
DSkWidget.h48 size_t getLabel(SkString* label = NULL) const;
49 size_t getLabel(char lable[] = NULL) const;
222 void getLabel(SkString*) const;
/external/skia/include/views/animated/
DSkWidgetViews.h63 const char* getLabel() const;
64 void getLabel(SkString* label) const;
/external/clang/lib/StaticAnalyzer/Checkers/
DUnreachableCodeChecker.cpp123 if (const Stmt *label = CB->getLabel()) in checkEndAnalysis()
240 return CB->getLabel() == 0 // No labels in isEmptyCFGBlock()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
DOffsetInstructionFormatMethodItem.java56 public LabelMethodItem getLabel() { in getLabel() method in OffsetInstructionFormatMethodItem
/external/skia/legacy/src/views/
DSkWidgets.cpp139 size_t SkHasLabelWidget::getLabel(SkString* str) const
146 size_t SkHasLabelWidget::getLabel(char buffer[]) const
266 this->getLabel(&label);
DSkWidgetViews.cpp109 const char* SkWidgetView::getLabel() const in getLabel() function in SkWidgetView
114 void SkWidgetView::getLabel(SkString* label) const in getLabel() function in SkWidgetView
/external/skia/src/views/
DSkWidgets.cpp139 size_t SkHasLabelWidget::getLabel(SkString* str) const
146 size_t SkHasLabelWidget::getLabel(char buffer[]) const
266 this->getLabel(&label);
/external/clang/lib/Analysis/
DCFGStmtMap.cpp68 if (Stmt *Label = B->getLabel()) in Accumulate()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h465 const LabelDecl *getLabel() const { in getLabel() function
466 return cast<LabelStmt>((*I)->getLabel())->getDecl(); in getLabel()
513 return cast<CaseStmt>((*I)->getLabel()); in getCase()
/external/webkit/Source/WebKit/chromium/src/
DAutoFillPopupMenuClient.cpp77 WebString AutoFillPopupMenuClient::getLabel(unsigned listIndex) const in getLabel() function in WebKit::AutoFillPopupMenuClient
173 return getLabel(listIndex); in itemLabel()

1234