/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Thread.cpp | 58 EGLLabelKHR Thread::getLabel() const in getLabel() function in egl::Thread 77 sDebug->insertMessage(error, command, ErrorCodeToMessageType(error), getLabel(), in setError() 78 object ? object->getLabel() : nullptr, message); in setError() 89 getLabel(), object ? object->getLabel() : nullptr, in setError()
|
D | ProgramPipeline.h | 39 const std::string &getLabel() const; 99 const std::string &getLabel() const override;
|
D | Debug.h | 30 virtual const std::string &getLabel() const = 0; 146 virtual EGLLabelKHR getLabel() const = 0;
|
D | Buffer.h | 49 std::string getLabel() const { return mLabel; } in getLabel() function 95 const std::string &getLabel() const override;
|
/third_party/protobuf/php/tests/ |
D | DescriptorsTest.php | 147 $this->assertSame(self::GPBLABEL_OPTIONAL, $fieldDesc->getLabel()); 155 $this->assertSame(self::GPBLABEL_OPTIONAL, $fieldDesc->getLabel()); 164 $this->assertSame(self::GPBLABEL_OPTIONAL, $fieldDesc->getLabel()); 173 $this->assertSame(self::GPBLABEL_REPEATED, $fieldDesc->getLabel()); 181 $this->assertSame(self::GPBLABEL_REPEATED, $fieldDesc->getLabel()); 191 $this->assertSame(self::GPBLABEL_OPTIONAL, $fieldDesc->getLabel()); 199 $this->assertSame(self::GPBLABEL_REPEATED, $fieldDesc->getLabel());
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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 …]
|
/third_party/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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOperand.cpp | 604 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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 300 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()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
D | DiffKey.java | 50 Maps.uniqueIndex(EnumSet.allOf(Status.class), Status::getLabel); 58 String getLabel() { in getLabel() method in DiffKey.Status 84 return k -> Stream.concat(Stream.of(k.getStatus().getLabel()), m.serialize(k.getOriginalKey())); in serialize()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | alphaindextst.cpp | 41 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()
|
/third_party/protobuf/php/src/Google/Protobuf/ |
D | FieldDescriptor.php | 71 public function getLabel() function in Google\\Protobuf\\FieldDescriptor 73 return $this->internal_desc->getLabel();
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptor.php | 122 public function getLabel() function in Google\\Protobuf\\Internal\\FieldDescriptor 234 if ($proto->getLabel() === GPBLabel::REPEATED && 269 $field->setLabel($proto->getLabel());
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IcePhiLoweringImpl.h | 47 CfgNode *Label = Phi->getLabel(I); in prelowerPhis32Bit() 63 CfgNode *Label = Phi->getLabel(I); in prelowerPhis32Bit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCDwarf.h | 165 MCSymbol *getLabel() const { return Label; } in getLabel() function 346 MCSymbol *getLabel() const { in getLabel() function 427 MCSymbol *getLabel() const { return Label; } in getLabel() function 578 MCSymbol *getLabel() const { return Label; } in getLabel() function
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPUBindGroup.cpp | 27 std::optional<std::string> GPUBindGroup::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUBindGroup
|
D | GPUSampler.cpp | 28 std::optional<std::string> GPUSampler::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUSampler
|
D | GPURenderBundle.cpp | 31 std::optional<std::string> GPURenderBundle::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPURenderBundle
|
D | GPUPipelineLayout.cpp | 27 std::optional<std::string> GPUPipelineLayout::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUPipelineLayout
|
D | GPUBindGroupLayout.cpp | 28 std::optional<std::string> GPUBindGroupLayout::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUBindGroupLayout
|
D | GPUTextureView.cpp | 27 std::optional<std::string> GPUTextureView::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUTextureView
|
D | GPUQuerySet.cpp | 31 std::optional<std::string> GPUQuerySet::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUQuerySet
|
D | GPUCommandBuffer.cpp | 32 std::optional<std::string> GPUCommandBuffer::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUCommandBuffer
|
D | GPUBindGroupLayout.h | 37 std::optional<std::string> getLabel(Napi::Env) override;
|
D | GPUPipelineLayout.h | 37 std::optional<std::string> getLabel(Napi::Env) override;
|