Home
last modified time | relevance | path

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

123456

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DThread.cpp58 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()
DProgramPipeline.h39 const std::string &getLabel() const;
99 const std::string &getLabel() const override;
DDebug.h30 virtual const std::string &getLabel() const = 0;
146 virtual EGLLabelKHR getLabel() const = 0;
DBuffer.h49 std::string getLabel() const { return mLabel; } in getLabel() function
95 const std::string &getLabel() const override;
/third_party/protobuf/php/tests/
DDescriptorsTest.php147 $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/
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 …]
/third_party/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DDiffKey.java50 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/
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()
/third_party/protobuf/php/src/Google/Protobuf/
DFieldDescriptor.php71 public function getLabel() function in Google\\Protobuf\\FieldDescriptor
73 return $this->internal_desc->getLabel();
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php122 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/
DIcePhiLoweringImpl.h47 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/
DMCDwarf.h165 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/
DGPUBindGroup.cpp27 std::optional<std::string> GPUBindGroup::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUBindGroup
DGPUSampler.cpp28 std::optional<std::string> GPUSampler::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUSampler
DGPURenderBundle.cpp31 std::optional<std::string> GPURenderBundle::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPURenderBundle
DGPUPipelineLayout.cpp27 std::optional<std::string> GPUPipelineLayout::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUPipelineLayout
DGPUBindGroupLayout.cpp28 std::optional<std::string> GPUBindGroupLayout::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUBindGroupLayout
DGPUTextureView.cpp27 std::optional<std::string> GPUTextureView::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUTextureView
DGPUQuerySet.cpp31 std::optional<std::string> GPUQuerySet::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUQuerySet
DGPUCommandBuffer.cpp32 std::optional<std::string> GPUCommandBuffer::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUCommandBuffer
DGPUBindGroupLayout.h37 std::optional<std::string> getLabel(Napi::Env) override;
DGPUPipelineLayout.h37 std::optional<std::string> getLabel(Napi::Env) override;

123456