Home
last modified time | relevance | path

Searched refs:getLabel (Results 1 - 25 of 135) sorted by relevance

123456

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A 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()
H A DProgramPipeline.h39 const std::string &getLabel() const;
99 const std::string &getLabel() const override;
H A DDebug.h30 virtual const std::string &getLabel() const = 0;
146 virtual EGLLabelKHR getLabel() const = 0;
/third_party/protobuf/php/tests/
H A 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/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A 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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A 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/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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/protobuf/php/src/Google/Protobuf/
H A DFieldDescriptor.php71 public function getLabel() function
73 return $this->internal_desc->getLabel();
/third_party/icu/icu4c/source/test/intltest/
H A 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() in checkHasBuckets()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCCodeView.cpp300 MCCVLines[Idx].getLabel(), in getFunctionLineEntries()
370 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction()
484 const MCSection *FirstSec = &Locs.front().getLabel()->getSection();
486 if (&Loc.getLabel()->getSection() != FirstSec) {
535 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel());
538 LastLabel = Loc.getLabel();
565 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel());
587 LastLabel = Loc.getLabel();
600 if (&Loc.getLabel()->getSection() == &LastLabel->getSection())
601 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel());
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptor.php122 public function getLabel() function
234 if ($proto->getLabel() === GPBLabel::REPEATED &&
269 $field->setLabel($proto->getLabel());
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A 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/
H A DMCDwarf.h165 MCSymbol *getLabel() const { return Label; } in getLabel() function in llvm::MCDwarfLineEntry
346 MCSymbol *getLabel() const { in getLabel() function in llvm::MCDwarfLineTable
427 MCSymbol *getLabel() const { return Label; } in getLabel() function in llvm::MCGenDwarfLabelEntry
578 MCSymbol *getLabel() const { return Label; } in getLabel() function in llvm::MCCFIInstruction
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUCommandBuffer.cpp32 std::optional<std::string> GPUCommandBuffer::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUCommandBuffer
H A DGPUBindGroupLayout.cpp28 std::optional<std::string> GPUBindGroupLayout::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUBindGroupLayout
H A DGPUBindGroup.cpp27 std::optional<std::string> GPUBindGroup::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUBindGroup
H A DGPUQuerySet.cpp31 std::optional<std::string> GPUQuerySet::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUQuerySet
H A DGPURenderBundle.cpp31 std::optional<std::string> GPURenderBundle::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPURenderBundle
H A DGPUTextureView.cpp27 std::optional<std::string> GPUTextureView::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUTextureView
H A DGPUPipelineLayout.cpp27 std::optional<std::string> GPUPipelineLayout::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUPipelineLayout
H A DGPUSampler.cpp28 std::optional<std::string> GPUSampler::getLabel(Napi::Env) { in getLabel() function in wgpu::binding::GPUSampler
H A DGPUCommandBuffer.h38 std::optional<std::string> getLabel(Napi::Env) override;
H A DGPUBindGroupLayout.h37 std::optional<std::string> getLabel(Napi::Env) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h53 MCSymbol *getLabel() { return AddressTableBaseSym; } in getLabel() function in llvm::AddressPool

Completed in 13 milliseconds

123456