/external/annotation-tools/asmx/src/org/objectweb/asm/xml/ |
D | SAXCodeAdapter.java | 150 attrs.addAttribute("", "label", "label", "", getLabel(label)); in visitJumpInsn() 156 attrs.addAttribute("", "name", "name", "", getLabel(label)); in visitLabel() 191 attrs.addAttribute("", "dflt", "dflt", "", getLabel(dflt)); in visitTableSwitchInsn() 196 att2.addAttribute("", "name", "name", "", getLabel(labels[i])); in visitTableSwitchInsn() 208 att.addAttribute("", "dflt", "dflt", "", getLabel(dflt)); in visitLookupSwitchInsn() 213 att2.addAttribute("", "name", "name", "", getLabel(labels[i])); in visitLookupSwitchInsn() 234 attrs.addAttribute("", "start", "start", "", getLabel(start)); in visitTryCatchBlock() 235 attrs.addAttribute("", "end", "end", "", getLabel(end)); in visitTryCatchBlock() 236 attrs.addAttribute("", "handler", "handler", "", getLabel(handler)); in visitTryCatchBlock() 276 attrs.addAttribute("", "start", "start", "", getLabel(start)); in visitLocalVariable() [all …]
|
D | ASMContentHandler.java | 643 protected final Label getLabel(Object label) { in getLabel() method in ASMContentHandler.Rule 887 Label dflt = getLabel(vals.get("dflt")); in end() 901 ((List) ((Map) peek()).get("labels")).add(getLabel(attrs.getValue("name"))); in begin() 921 Label dflt = getLabel(vals.get("dflt")); in end() 941 ((List) vals.get("labels")).add(getLabel(attrs.getValue("name"))); in begin() 953 getCodeVisitor().visitLabel(getLabel(attrs.getValue("name"))); in begin() 964 Label start = getLabel(attrs.getValue("start")); in begin() 965 Label end = getLabel(attrs.getValue("end")); in begin() 966 Label handler = getLabel(attrs.getValue("handler")); in begin() 980 Label start = getLabel(attrs.getValue("start")); in begin() [all …]
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/ |
D | PayloadAlignmentTest.java | 92 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 …]
|
D | FixOffsetsTest.java | 55 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()
|
D | FixGotoTest.java | 21 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/ |
D | SampleCode.java | 469 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/ |
D | MCCodeView.cpp | 189 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/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 232 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 235 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/swiftshader/third_party/LLVM/lib/MC/ |
D | MCWin64EH.cpp | 72 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/annotation-tools/asmx/src/org/objectweb/asm/attrs/ |
D | StackMapAttribute.java | 215 Label label = getLabel(offset, labels); in read() 274 typeInfo.setLabel(getLabel(offset, labels)); in readTypeInfo() 297 bv.putShort(typeInfo.getLabel().getOffset()); in writeTypeInfo() 304 private Label getLabel(int offset, Label[] labels) { in getLabel() method in StackMapAttribute 365 labels.add(typeInfo.getLabel()); in getTypeInfoLabels()
|
D | StackMapTableAttribute.java | 462 StackMapFrame frame = new StackMapFrame(getLabel(offset, labels), in read() 575 Label offsetLabel = getLabel(offset, labels); in read() 743 bv.putShort(typeInfo.getLabel().getOffset()); 905 typeInfo.setLabel(getLabel(offset, labels)); in readType() 911 private Label getLabel(int offset, Label[] labels) { in getLabel() method
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/ |
D | AccessEnumMemberThroughThis.java.txt | 7 public String getLabel() { 12 return this.getLabel();
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzerTest.java | 69 …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/ |
D | NodeWithOptionalLabel.java | 14 Optional<SimpleName> getLabel(); in getLabel() method 26 return getLabel().flatMap(l -> Optional.of(l.getIdentifier())); in getLabelAsString()
|
/external/icu/icu4c/source/test/intltest/ |
D | alphaindextst.cpp | 40 dest.append(bucket->getLabel()); in joinLabelsAndAppend() 383 label, bucket->getLabel()); in ManyLocalesTest() 384 TEST_ASSERT(&label != &bucket->getLabel()); // not the same pointers in ManyLocalesTest() 646 assertEquals(msg, label, immIndex->getBucket(testCase.bucketIndex)->getLabel()); in TestSchSt() 674 assertEquals("label 1", UnicodeString((UChar)0x3105), immIndex->getBucket(1)->getLabel()); in TestChineseZhuyin() 675 assertEquals("label 2", UnicodeString((UChar)0x3106), immIndex->getBucket(2)->getLabel()); in TestChineseZhuyin() 676 assertEquals("label 3", UnicodeString((UChar)0x3107), immIndex->getBucket(3)->getLabel()); in TestChineseZhuyin() 677 assertEquals("label 4", UnicodeString((UChar)0x3108), immIndex->getBucket(4)->getLabel()); in TestChineseZhuyin() 678 assertEquals("label 5", UnicodeString((UChar)0x3109), immIndex->getBucket(5)->getLabel()); in TestChineseZhuyin()
|
/external/annotation-tools/asmx/src/org/objectweb/asm/util/attrs/ |
D | ASMStackMapAttribute.java | 151 declareLabel(buf, labelNames, typeInfo.getLabel()); in asmifyTypeInfo() 154 .append(labelNames.get(typeInfo.getLabel())) in asmifyTypeInfo() 209 appendLabel(buf, labelNames, t.getLabel()); in traceTypeInfo()
|
D | ASMStackMapTableAttribute.java | 144 declareLabel(buf, labelNames, typeInfo.getLabel()); in asmifyTypeInfo() 147 .append(labelNames.get(typeInfo.getLabel())) in asmifyTypeInfo() 200 appendLabel(buf, labelNames, t.getLabel()); in traceTypeInfo()
|
/external/swiftshader/third_party/subzero/src/ |
D | IcePhiLoweringImpl.h | 47 CfgNode *Label = Phi->getLabel(I); in prelowerPhis32Bit() 63 CfgNode *Label = Phi->getLabel(I); in prelowerPhis32Bit()
|
/external/llvm/include/llvm/MC/ |
D | MCDwarf.h | 148 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/ |
D | JumpDiagnostics.cpp | 287 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/ |
D | ParameterizedFieldListDisplay.java | 27 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/ |
D | NoCommentHashCodeVisitor.java | 109 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()
|
D | NoCommentEqualsVisitor.java | 827 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/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | PointLabeler.java | 21 public String getLabel(XYSeries series, int index); in getLabel() method
|