Home
last modified time | relevance | path

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

123456789

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DPayloadAlignmentTest.java92 Label label = implBuilder.getLabel("array_payload"); in testPayloadAlignmentRemoveNopWithReferent()
118 Label label = implBuilder.getLabel("array_payload"); in testPayloadAlignmentAddNopWithReferent()
155 …implBuilder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, implBuilder.getLabel("goto_targe… in testPackedSwitchAlignment()
159 implBuilder.getLabel("switch_target_1"), in testPackedSwitchAlignment()
160 implBuilder.getLabel("switch_target_2"), in testPackedSwitchAlignment()
161 implBuilder.getLabel("switch_target_3")))); in testPackedSwitchAlignment()
174 implBuilder.getLabel("switch_payload"))); in testPackedSwitchAlignment()
206 …implBuilder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, implBuilder.getLabel("goto_targe… in testSparseSwitchAlignment()
210 new SwitchLabelElement(0, implBuilder.getLabel("switch_target_1")), in testSparseSwitchAlignment()
211 new SwitchLabelElement(5, implBuilder.getLabel("switch_target_2")), in testSparseSwitchAlignment()
[all …]
DFixOffsetsTest.java55 Label firstGotoTarget = builder.getLabel("firstGotoTarget"); in testFixOffsets()
74 Label secondGotoTarget = builder.getLabel("secondGotoTarget"); in testFixOffsets()
93 Label tryStart = builder.getLabel("tryStart"); in testFixOffsets()
94 Label tryEnd = builder.getLabel("tryEnd"); in testFixOffsets()
95 Label handler = builder.getLabel("handler"); in testFixOffsets()
DFixGotoTest.java21 Label gotoTarget = builder.getLabel("gotoTarget"); in testFixGotoToGoto16()
44 Label gotoTarget = builder.getLabel("gotoTarget"); in testFixGotoToGoto32()
67 Label gotoTarget = builder.getLabel("gotoTarget"); in testFixGoto16ToGoto32()
90 Label goto16Target = builder.getLabel("goto16Target"); in testFixGotoCascading()
97 Label gotoTarget = builder.getLabel("gotoTarget"); in testFixGotoCascading()
/external/doclava/src/com/google/doclava/
DSampleCode.java469 if (gNode.getGroup().equals(groupnodes.get(i).getLabel())) { in appendNodeGroups()
504 return one.getLabel().compareTo(other.getLabel());
518 String thisLabel = list.get(i).getLabel(); in squashNodes()
519 String childLabel = list.get(i).getChildren().get(0).getLabel(); in squashNodes()
628 buf.append(indent + "- title: " + list.get(i).getLabel() + "/\n"); in renderGroupNodesTOCYaml()
633 buf.append(indent + " value: " + list.get(i).getLabel() + "\n"); in renderGroupNodesTOCYaml()
640 buf.append(indent + " value: " + list.get(i).getLabel() + "\n"); in renderGroupNodesTOCYaml()
644 buf.append(indent + "- title: " + list.get(i).getLabel() + "\n"); in renderGroupNodesTOCYaml()
672 + list.get(i).getLabel() + "\">" in renderGroupNodesTOC()
673 + list.get(i).getLabel() + "</a>"); in renderGroupNodesTOC()
[all …]
/external/llvm/lib/MC/
DMCCodeView.cpp189 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction()
315 computeLabelDiff(Layout, LastLoc->getLabel(), Loc.getLabel()); in encodeInlineLineTable()
338 computeLabelDiff(Layout, LastLoc->getLabel(), Loc.getLabel()); in encodeInlineLineTable()
364 computeLabelDiff(Layout, LastLoc->getLabel(), Frag.getFnEndSym()); in encodeInlineLineTable()
370 if (&Loc.getLabel()->getSection(false) == in encodeInlineLineTable()
371 &LastLoc->getLabel()->getSection(false)) { in encodeInlineLineTable()
373 computeLabelDiff(Layout, LastLoc->getLabel(), Loc.getLabel()); in encodeInlineLineTable()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DAlphabeticIndexTest.java235 expectedLabel, bucket.getLabel()); in TestA()
347 assertEquals("0 -> underflow", "__", ii.getBucket(ii.getBucketIndex("0")).getLabel()); in TestSetGetSpecialLabels()
348 assertEquals("Ω -> inflow", "--", ii.getBucket(ii.getBucketIndex("Ω")).getLabel()); in TestSetGetSpecialLabels()
349 assertEquals("字 -> overflow", "^^", ii.getBucket(ii.getBucketIndex("字")).getLabel()); in TestSetGetSpecialLabels()
423 showLabelAtTop(UI, bucket.getLabel()); in checkBuckets()
432 labels.get(bucketIndex), bucket.getLabel()); in checkBuckets()
434 labels.get(bucketIndex), immIndex.getBucket(bucketIndex).getLabel()); in checkBuckets()
444 if (bucket.getLabel().equals(testBucket)) { in checkBuckets()
458 showLabelInList(UI, bucket.getLabel()); in checkBuckets()
483 showLabelInList(UI, bucket.getLabel()); in showIndex()
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java232 expectedLabel, bucket.getLabel()); in TestA()
344 assertEquals("0 -> underflow", "__", ii.getBucket(ii.getBucketIndex("0")).getLabel()); in TestSetGetSpecialLabels()
345 assertEquals("Ω -> inflow", "--", ii.getBucket(ii.getBucketIndex("Ω")).getLabel()); in TestSetGetSpecialLabels()
346 assertEquals("字 -> overflow", "^^", ii.getBucket(ii.getBucketIndex("字")).getLabel()); in TestSetGetSpecialLabels()
420 showLabelAtTop(UI, bucket.getLabel()); in checkBuckets()
429 labels.get(bucketIndex), bucket.getLabel()); in checkBuckets()
431 labels.get(bucketIndex), immIndex.getBucket(bucketIndex).getLabel()); in checkBuckets()
441 if (bucket.getLabel().equals(testBucket)) { in checkBuckets()
455 showLabelInList(UI, bucket.getLabel()); in checkBuckets()
480 showLabelInList(UI, bucket.getLabel()); in showIndex()
[all …]
/external/swiftshader/third_party/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/javaparser/javaparser-symbol-solver-testing/src/test/resources/
DAccessEnumMemberThroughThis.java.txt7 public String getLabel() {
12 return this.getLabel();
/external/icu/icu4c/source/test/intltest/
Dalphaindextst.cpp41 dest.append(bucket->getLabel()); in joinLabelsAndAppend()
385 label, bucket->getLabel()); in ManyLocalesTest()
386 TEST_ASSERT(&label != &bucket->getLabel()); // not the same pointers in ManyLocalesTest()
648 assertEquals(msg, label, immIndex->getBucket(testCase.bucketIndex)->getLabel()); in TestSchSt()
676 assertEquals("label 1", UnicodeString((UChar)0x3105), immIndex->getBucket(1)->getLabel()); in TestChineseZhuyin()
677 assertEquals("label 2", UnicodeString((UChar)0x3106), immIndex->getBucket(2)->getLabel()); in TestChineseZhuyin()
678 assertEquals("label 3", UnicodeString((UChar)0x3107), immIndex->getBucket(3)->getLabel()); in TestChineseZhuyin()
679 assertEquals("label 4", UnicodeString((UChar)0x3108), immIndex->getBucket(4)->getLabel()); in TestChineseZhuyin()
680 assertEquals("label 5", UnicodeString((UChar)0x3109), immIndex->getBucket(5)->getLabel()); in TestChineseZhuyin()
749 uscript_getScript(bucket->getLabel().char32At(0), errorCode)); in checkHasBuckets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp293 MCCVLines[Idx].getLabel(), in getFunctionLineEntries()
363 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction()
477 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable()
479 if (&Loc.getLabel()->getSection() != FirstSec) { in encodeInlineLineTable()
527 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
530 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
557 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
579 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
592 if (&Loc.getLabel()->getSection() == &LastLabel->getSection()) in encodeInlineLineTable()
593 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp608 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
614 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
619 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
624 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
631 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
637 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
643 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
650 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
657 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
663 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
[all …]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DMethodAnalyzerTest.java69 …builder.addInstruction(new BuilderInstruction21t(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_… in testInstanceOfNarrowingEqz_art()
100 …builder.addInstruction(new BuilderInstruction21t(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_… in testInstanceOfNarrowingEqz_dalvik()
132 …builder.addInstruction(new BuilderInstruction21t(Opcode.IF_NEZ, 0, builder.getLabel("instance_of")… in testInstanceOfNarrowingNez_art()
163 …builder.addInstruction(new BuilderInstruction21t(Opcode.IF_NEZ, 0, builder.getLabel("instance_of")… in testInstanceOfNarrowingNez_dalvik()
196 …builder.addInstruction(new BuilderInstruction21t(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_… in testInstanceOfNarrowingAfterMove_art()
231 …builder.addInstruction(new BuilderInstruction21t(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_… in testInstanceOfNarrowingAfterMove_dalvik()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithOptionalLabel.java14 Optional<SimpleName> getLabel(); in getLabel() method
26 return getLabel().flatMap(l -> Optional.of(l.getIdentifier())); in getLabelAsString()
/external/bcc/src/cc/frontends/p4/compiler/
DebpfConditional.py93 serializer.appendFormat("{0}:", program.getLabel(self.hlirconditional))
103 label = program.getLabel(trueBranch)
112 label = program.getLabel(falseBranch)
DebpfTable.py280 serializer.appendFormat("{0}:", program.getLabel(self))
354 label = program.getLabel(node)
362 label = program.getLabel(node)
398 label = program.getLabel(node)
/external/swiftshader/third_party/subzero/src/
DIcePhiLoweringImpl.h47 CfgNode *Label = Phi->getLabel(I); in prelowerPhis32Bit()
63 CfgNode *Label = Phi->getLabel(I); in prelowerPhis32Bit()
/external/llvm/include/llvm/MC/
DMCDwarf.h148 MCSymbol *getLabel() const { return Label; } in getLabel() function
239 MCSymbol *getLabel() const { in getLabel() function
317 MCSymbol *getLabel() const { return Label; } in getLabel() function
462 MCSymbol *getLabel() const { return Label; } in getLabel() function
/external/clang/lib/Sema/
DJumpDiagnostics.cpp287 IndirectJumpTargets.push_back(cast<AddrLabelExpr>(S)->getLabel()); in BuildScopeInformation()
583 if (GS->getLabel()->getStmt()) { in VerifyJumps()
584 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps()
899 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
901 << GS->getLabel()->getIdentifier(); in CheckGotoStmt()
902 S.Diag(GS->getLabel()->getLocation(), diag::note_goto_ms_asm_label) in CheckGotoStmt()
903 << GS->getLabel()->getIdentifier(); in CheckGotoStmt()
/external/autotest/frontend/client/src/autotest/tko/
DParameterizedFieldListDisplay.java27 public String getLabel() { in getLabel() method in ParameterizedFieldListDisplay.FieldWidget
97 if (fieldTable.getText(row, 0).equals(fieldWidget.getLabel())) { in removeFieldWidget()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
DNoCommentHashCodeVisitor.java109 return (n.getLabel().isPresent() ? n.getLabel().get().accept(this, arg) : 0); in visit()
159 return (n.getLabel().isPresent() ? n.getLabel().get().accept(this, arg) : 0); in visit()
259 return (n.getLabel().accept(this, arg)) * 31 + (n.getStatement().accept(this, arg)); in visit()
382 …return (n.getLabel().isPresent() ? n.getLabel().get().accept(this, arg) : 0) * 31 + (n.getStatemen… in visit()
DNoCommentEqualsVisitor.java827 if (!nodeEquals(n.getLabel(), n2.getLabel())) in visit()
864 if (!nodeEquals(n.getLabel(), n2.getLabel())) in visit()
875 if (!nodeEquals(n.getLabel(), n2.getLabel())) in visit()
917 if (!nodeEquals(n.getLabel(), n2.getLabel())) in visit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCDwarf.h163 MCSymbol *getLabel() const { return Label; } in getLabel() function
327 MCSymbol *getLabel() const { in getLabel() function
408 MCSymbol *getLabel() const { return Label; } in getLabel() function
553 MCSymbol *getLabel() const { return Label; } in getLabel() function
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DPointLabeler.java21 public String getLabel(XYSeries series, int index); in getLabel() method
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DPermissionGroupItemData.java19 public String getLabel() { in getLabel() method in PermissionGroupItemData

123456789