/external/deqp-deps/amber/src/ |
D | buffer_test.cc | 41 b.SetFormat(&fmt); in TEST_F() 57 b.SetFormat(&fmt); in TEST_F() 74 b.SetFormat(&fmt); in TEST_F() 90 b.SetFormat(&fmt); in TEST_F() 106 b.SetFormat(&fmt); in TEST_F() 121 b.SetFormat(&fmt); in TEST_F() 143 b.SetFormat(&fmt); in TEST_F() 163 b.SetFormat(&fmt); in TEST_F() 186 b.SetFormat(&fmt); in TEST_F() 213 b1.SetFormat(&fmt); in TEST_F() [all …]
|
D | shader_compiler_test.cc | 104 shader.SetFormat(kShaderFormatGlsl); in TEST_F() 123 shader.SetFormat(kShaderFormatSpirvAsm); in TEST_F() 143 shader.SetFormat(kShaderFormatSpirvHex); in TEST_F() 160 shader.SetFormat(kShaderFormatSpirvHex); in TEST_F() 209 shader.SetFormat(kShaderFormatSpirvAsm); in TEST_F() 233 shader.SetFormat(kShaderFormatSpirvHex); in TEST_F() 252 shader.SetFormat(kShaderFormatGlsl); in TEST_F() 273 shader.SetFormat(kShaderFormatGlsl); in TEST_F() 300 shader.SetFormat(kShaderFormatOpenCLC); in TEST_F() 322 shader.SetFormat(kShaderFormatOpenCLC); in TEST_F() [all …]
|
D | verifier_test.cc | 675 probe_ssbo.SetFormat(&fmt); in TEST_F() 701 probe_ssbo.SetFormat(&fmt); in TEST_F() 728 probe_ssbo.SetFormat(&fmt); in TEST_F() 759 probe_ssbo.SetFormat(&fmt); in TEST_F() 785 probe_ssbo.SetFormat(&fmt); in TEST_F() 813 probe_ssbo.SetFormat(&fmt); in TEST_F() 844 probe_ssbo.SetFormat(&fmt); in TEST_F() 870 probe_ssbo.SetFormat(&fmt); in TEST_F() 898 probe_ssbo.SetFormat(&fmt); in TEST_F() 929 probe_ssbo.SetFormat(&fmt); in TEST_F() [all …]
|
D | pipeline_test.cc | 415 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F() 460 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F() 499 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F() 549 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F() 635 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F() 678 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F() 719 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F() 839 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F() 874 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
|
D | shader.h | 39 void SetFormat(ShaderFormat fmt) { shader_format_ = fmt; } in SetFormat() function
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/format-propagation/ |
D | TestFormatPropagation.py | 60 parent.SetFormat(lldb.eFormatHex) 72 Y.SetFormat(lldb.eFormatDecimal) 76 parent.SetFormat(lldb.eFormatDefault) 77 X.SetFormat(lldb.eFormatHex) 78 Y.SetFormat(lldb.eFormatDefault)
|
/external/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 110 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function 137 return SetFormat(i.format).SetError(!Contains(args_[i.value - 1], conv)); in VerifyPositional() 142 return SetFormat(arg.format).SetArgPosition(arg.value); in ParseArgPosition() 147 return SetFormat(ConsumeAnyOf(format_, "-+ #0")); in ParseFlags() 155 ? SetFormat(ParseDigits(format_).format) in ParseWidth() 160 : SetFormat(ConsumeFront(format_)) in ParseWidth() 175 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision() 177 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision() 182 return SetFormat(ConsumeAnyOf(format_, "lLhjztq")); in ParseLength() 192 .SetFormat(ConsumeFront(format_)); in ParseConversion()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 103 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function 130 return SetFormat(i.format).SetError(!Contains(args_[i.value - 1], conv)); in VerifyPositional() 135 return SetFormat(arg.format).SetArgPosition(arg.value); in ParseArgPosition() 140 return SetFormat(ConsumeAnyOf(format_, "-+ #0")); in ParseFlags() 148 ? SetFormat(ParseDigits(format_).format) in ParseWidth() 153 : SetFormat(ConsumeFront(format_)) in ParseWidth() 168 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision() 170 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision() 175 return SetFormat(ConsumeAnyOf(format_, "lLhjztq")); in ParseLength() 185 .SetFormat(ConsumeFront(format_)); in ParseConversion()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 110 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function 137 return SetFormat(i.format).SetError(!Contains(args_[i.value - 1], conv)); in VerifyPositional() 142 return SetFormat(arg.format).SetArgPosition(arg.value); in ParseArgPosition() 147 return SetFormat(ConsumeAnyOf(format_, "-+ #0")); in ParseFlags() 155 ? SetFormat(ParseDigits(format_).format) in ParseWidth() 160 : SetFormat(ConsumeFront(format_)) in ParseWidth() 175 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision() 177 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision() 182 return SetFormat(ConsumeAnyOf(format_, "lLhjztq")); in ParseLength() 192 .SetFormat(ConsumeFront(format_)); in ParseConversion()
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
D | checker.h | 117 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function 144 return SetFormat(i.format).SetError(!Contains(args_[i.value - 1], conv)); in VerifyPositional() 149 return SetFormat(arg.format).SetArgPosition(arg.value); in ParseArgPosition() 154 return SetFormat(ConsumeAnyOf(format_, "-+ #0")); in ParseFlags() 162 ? SetFormat(ParseDigits(format_).format) in ParseWidth() 167 : SetFormat(ConsumeFront(format_)) in ParseWidth() 182 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision() 184 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision() 189 return SetFormat(ConsumeAnyOf(format_, "lLhjztq")); in ParseLength() 199 .SetFormat(ConsumeFront(format_)); in ParseConversion()
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 117 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function 144 return SetFormat(i.format).SetError(!Contains(args_[i.value - 1], conv)); in VerifyPositional() 149 return SetFormat(arg.format).SetArgPosition(arg.value); in ParseArgPosition() 154 return SetFormat(ConsumeAnyOf(format_, "-+ #0")); in ParseFlags() 162 ? SetFormat(ParseDigits(format_).format) in ParseWidth() 167 : SetFormat(ConsumeFront(format_)) in ParseWidth() 182 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision() 184 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision() 189 return SetFormat(ConsumeAnyOf(format_, "lLhjztq")); in ParseLength() 199 .SetFormat(ConsumeFront(format_)); in ParseConversion()
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 103 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function 130 return SetFormat(i.format).SetError(!Contains(args_[i.value - 1], conv)); in VerifyPositional() 135 return SetFormat(arg.format).SetArgPosition(arg.value); in ParseArgPosition() 140 return SetFormat(ConsumeAnyOf(format_, "-+ #0")); in ParseFlags() 148 ? SetFormat(ParseDigits(format_).format) in ParseWidth() 153 : SetFormat(ConsumeFront(format_)) in ParseWidth() 168 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision() 170 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision() 175 return SetFormat(ConsumeAnyOf(format_, "lLhjztq")); in ParseLength() 185 .SetFormat(ConsumeFront(format_)); in ParseConversion()
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/vector-types/ |
D | TestVectorTypesFormatting.py | 53 v.SetFormat(lldb.eFormatVectorOfFloat32) 79 v.SetFormat(lldb.eFormatHex) 84 v.SetFormat(lldb.eFormatVectorOfFloat32)
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBTypeFormat.i | 46 SetFormat (lldb::Format); 68 format = property(GetFormat, SetFormat)
|
D | SBValue.i | 99 SetFormat (lldb::Format format); 493 …format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used …
|
/external/llvm-project/lldb/source/API/ |
D | SBTypeFormat.cpp | 80 void SBTypeFormat::SetFormat(lldb::Format fmt) { in SetFormat() function in SBTypeFormat 81 LLDB_RECORD_METHOD(void, SBTypeFormat, SetFormat, (lldb::Format), fmt); in SetFormat() 84 ((TypeFormatImpl_Format *)m_opaque_sp.get())->SetFormat(fmt); in SetFormat() 209 LLDB_REGISTER_METHOD(void, SBTypeFormat, SetFormat, (lldb::Format)); in RegisterMethods()
|
/external/deqp-deps/amber/src/vkscript/ |
D | parser.cc | 136 shader->SetFormat(section.format); in ProcessShaderBlock() 184 .buffer->SetFormat(fmt.get()); in ProcessRequireBlock() 208 depth_buf->SetFormat(fmt.get()); in ProcessRequireBlock() 305 b->SetFormat(fmt.get()); in ProcessIndicesBlock() 440 buffer->SetFormat(headers[i].format); in ProcessVertexDataBlock()
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectSyntheticFilter.cpp | 371 void ValueObjectSynthetic::SetFormat(lldb::Format format) { in SetFormat() function in ValueObjectSynthetic 374 m_parent->SetFormat(format); in SetFormat() 376 this->ValueObject::SetFormat(format); in SetFormat()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBTypeFormat.h | 41 void SetFormat(lldb::Format);
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_value.py | 16 obj.SetFormat(lldb.eFormatBoolean)
|
/external/deqp-deps/amber/src/vulkan/ |
D | push_constant.cc | 126 buffer_->SetFormat(input.buffer->GetFormat()); in UpdateMemoryWithInput()
|
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | DumpValueObjectOptions.h | 99 DumpValueObjectOptions &SetFormat(lldb::Format format = lldb::eFormatDefault);
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectFrame.cpp | 521 options.SetFormat(format); in DoExecute() 605 options.SetFormat(format); in DoExecute() 678 options.SetFormat(format); in DoExecute() 699 options.SetFormat(m_option_format.GetFormat()); in DoExecute()
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | DumpValueObjectOptions.cpp | 119 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat() function in DumpValueObjectOptions
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | ValueObjectSyntheticFilter.h | 104 void SetFormat(lldb::Format format) override;
|