Home
last modified time | relevance | path

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

12345678910>>...13

/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/angle/src/libANGLE/
DThread.cpp39 EGLLabelKHR Thread::getLabel() const in getLabel() function in egl::Thread
58 sDebug->insertMessage(error, command, ErrorCodeToMessageType(error), getLabel(), in setError()
59 object ? object->getLabel() : nullptr, message); in setError()
70 getLabel(), object ? object->getLabel() : nullptr, in setError()
/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/protobuf/php/tests/
Ddescriptors_test.php134 $this->assertSame(self::GPBLABEL_OPTIONAL, $fieldDesc->getLabel());
142 $this->assertSame(self::GPBLABEL_OPTIONAL, $fieldDesc->getLabel());
151 $this->assertSame(self::GPBLABEL_OPTIONAL, $fieldDesc->getLabel());
160 $this->assertSame(self::GPBLABEL_REPEATED, $fieldDesc->getLabel());
168 $this->assertSame(self::GPBLABEL_REPEATED, $fieldDesc->getLabel());
178 $this->assertSame(self::GPBLABEL_OPTIONAL, $fieldDesc->getLabel());
186 $this->assertSame(self::GPBLABEL_REPEATED, $fieldDesc->getLabel());
/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/javaparser/javaparser-symbol-solver-testing/src/test/resources/
DAccessEnumMemberThroughThis.java.txt7 public String getLabel() {
12 return this.getLabel();
/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/protobuf/php/src/Google/Protobuf/
DFieldDescriptor.php71 public function getLabel() function in Google\\Protobuf\\FieldDescriptor
73 return $this->internal_desc->getLabel();
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DAvoidGotoCheck.cpp21 return Node.getBeginLoc() < Node.getLabel()->getBeginLoc(); in AST_MATCHER()
48 diag(Goto->getLabel()->getBeginLoc(), "label defined here", in check()
/external/llvm-project/llvm/lib/MC/
DMCCodeView.cpp300 MCCVLines[Idx].getLabel(), in getFunctionLineEntries()
370 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction()
484 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable()
486 if (&Loc.getLabel()->getSection() != FirstSec) { in encodeInlineLineTable()
535 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
538 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
565 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
584 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
597 if (&Loc.getLabel()->getSection() == &LastLabel->getSection()) in encodeInlineLineTable()
598 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp300 MCCVLines[Idx].getLabel(), in getFunctionLineEntries()
370 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction()
484 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable()
486 if (&Loc.getLabel()->getSection() != FirstSec) { in encodeInlineLineTable()
535 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
538 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
565 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
587 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
600 if (&Loc.getLabel()->getSection() == &LastLabel->getSection()) in encodeInlineLineTable()
601 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
/external/llvm-project/llvm/lib/CodeGen/
DMachineOperand.cpp616 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
622 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
627 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
632 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
639 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
645 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
651 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
658 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
665 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
671 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp604 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
610 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
615 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
620 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
627 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
633 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
639 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
646 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
653 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
659 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
[all …]
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/label/
DCategory.java56 public String getLabel() { in getLabel() method in Category
79 return (other.getLabel().equals(this.label) in equals()
/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/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)
/external/icu/icu4c/source/test/intltest/
Dalphaindextst.cpp41 dest.append(bucket->getLabel()); in joinLabelsAndAppend()
392 label, bucket->getLabel()); in ManyLocalesTest()
393 TEST_ASSERT(&label != &bucket->getLabel()); // not the same pointers in ManyLocalesTest()
655 assertEquals(msg, label, immIndex->getBucket(testCase.bucketIndex)->getLabel()); in TestSchSt()
683 assertEquals("label 1", UnicodeString((UChar)0x3105), immIndex->getBucket(1)->getLabel()); in TestChineseZhuyin()
684 assertEquals("label 2", UnicodeString((UChar)0x3106), immIndex->getBucket(2)->getLabel()); in TestChineseZhuyin()
685 assertEquals("label 3", UnicodeString((UChar)0x3107), immIndex->getBucket(3)->getLabel()); in TestChineseZhuyin()
686 assertEquals("label 4", UnicodeString((UChar)0x3108), immIndex->getBucket(4)->getLabel()); in TestChineseZhuyin()
687 assertEquals("label 5", UnicodeString((UChar)0x3109), immIndex->getBucket(5)->getLabel()); in TestChineseZhuyin()
756 uscript_getScript(bucket->getLabel().char32At(0), errorCode)); in checkHasBuckets()
/external/llvm-project/clang/lib/AST/Interp/
DByteCodeStmtGen.cpp203 LabelTy LabelElse = this->getLabel(); in visitIfStmt()
204 LabelTy LabelEnd = this->getLabel(); in visitIfStmt()
216 LabelTy LabelEnd = this->getLabel(); in visitIfStmt()
/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/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()

12345678910>>...13