/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DemoApplet.java | 41 demoButton.setLabel("loading"); in init() 48 demoButton.setLabel("Demo"); in init()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Debug.h | 29 virtual void setLabel(const Context *context, const std::string &label) = 0; 140 virtual void setLabel(EGLLabelKHR label) = 0;
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 428 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorValidatorException() 462 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorComplexCrosslink() 473 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorComplexCrosslink() 550 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testUnknownFieldsDenied() 575 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testUnknownFieldsAllowed() 603 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testHiddenDependency() 642 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testPublicDependency() 674 .setLabel(FieldDescriptorProto.Label.LABEL_REPEATED) in testComplexNamespacePublicDependency() 769 .setLabel(FieldDescriptorProto.Label.LABEL_REPEATED) in testPackedEnumField()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Debug.h | 29 virtual void setLabel(const Context *context, const std::string &label) = 0; 145 virtual void setLabel(EGLLabelKHR label) = 0;
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptor.php | 117 public function setLabel($label) function in Google\\Protobuf\\Internal\\FieldDescriptor 269 $field->setLabel($proto->getLabel());
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPURenderBundle.cpp | 35 void GPURenderBundle::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() function in wgpu::binding::GPURenderBundle
|
D | GPUPipelineLayout.cpp | 31 void GPUPipelineLayout::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() function in wgpu::binding::GPUPipelineLayout
|
D | GPUBindGroupLayout.cpp | 32 void GPUBindGroupLayout::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() function in wgpu::binding::GPUBindGroupLayout
|
D | GPUSampler.cpp | 32 void GPUSampler::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() function in wgpu::binding::GPUSampler
|
D | GPUTextureView.cpp | 31 void GPUTextureView::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() function in wgpu::binding::GPUTextureView
|
D | GPUBindGroup.cpp | 31 void GPUBindGroup::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() function in wgpu::binding::GPUBindGroup
|
D | GPUQuerySet.cpp | 35 void GPUQuerySet::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() function in wgpu::binding::GPUQuerySet
|
D | GPUCommandBuffer.cpp | 36 void GPUCommandBuffer::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() function in wgpu::binding::GPUCommandBuffer
|
D | GPUPipelineLayout.h | 38 void setLabel(Napi::Env, std::optional<std::string> value) override;
|
D | GPUBindGroup.h | 37 void setLabel(Napi::Env, std::optional<std::string> value) override;
|
D | GPUSampler.h | 36 void setLabel(Napi::Env, std::optional<std::string> value) override;
|
D | GPUTextureView.h | 38 void setLabel(Napi::Env, std::optional<std::string> value) override;
|
D | GPURenderBundle.h | 38 void setLabel(Napi::Env, std::optional<std::string> value) override;
|
D | GPUBindGroupLayout.h | 38 void setLabel(Napi::Env, std::optional<std::string> value) override;
|
D | GPUQuerySet.h | 38 void setLabel(Napi::Env, std::optional<std::string> value) override;
|
D | GPUCommandBuffer.h | 39 void setLabel(Napi::Env, std::optional<std::string> value) override;
|
D | GPUComputePipeline.cpp | 41 void GPUComputePipeline::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() function in wgpu::binding::GPUComputePipeline
|
D | GPURenderPipeline.cpp | 41 void GPURenderPipeline::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() function in wgpu::binding::GPURenderPipeline
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyFieldDescriptor.java | 93 public IRubyObject setLabel(ThreadContext context, IRubyObject value) { in setLabel() method in RubyFieldDescriptor 96 this.builder.setLabel( in setLabel()
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | DescriptorsTest.java | 443 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorValidatorException() 475 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorComplexCrosslink() 484 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testDescriptorComplexCrosslink() 550 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testHiddenDependency() 586 .setLabel(FieldDescriptorProto.Label.LABEL_OPTIONAL) in testPublicDependency() 620 .setLabel(FieldDescriptorProto.Label.LABEL_REPEATED) in testComplexNamespacePublicDependency()
|