Home
last modified time | relevance | path

Searched defs:builder (Results 51 - 75 of 783) sorted by relevance

12345678910>>...32

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_assert.c64 LLVMBuilderRef builder = gallivm->builder; in lp_build_assert() local
H A Dlp_bld_format_aos_array.c60 LLVMBuilderRef builder = gallivm->builder; in lp_build_fetch_rgba_aos_array() local
/third_party/rust/crates/aho-corasick/bench/src/
H A Dbench.rs58 let mut builder = packed::Config::new().force_teddy(true).builder(); in define_aho_corasick() variables
70 let mut builder = packed::Config::new().force_rabin_karp(true).builder(); in define_aho_corasick() variables
/third_party/rust/crates/env_logger/examples/
H A Dcustom_logger.rs28 let mut builder = Builder::from_env(FILTER_ENV); in new() variables
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DGsubLookupSubTable.java18 public abstract Builder<? extends GsubLookupSubTable> builder(); in builder() method in GsubLookupSubTable
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/
H A DMegaDroneEngine.cpp53 oboe::AudioStreamBuilder builder; in createPlaybackStream() local
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DPolyphaseResampler.cpp23 PolyphaseResampler::PolyphaseResampler(const MultiChannelResampler::Builder &builder) in PolyphaseResampler() argument
H A DPolyphaseResamplerMono.cpp23 PolyphaseResamplerMono::PolyphaseResamplerMono(const MultiChannelResampler::Builder &builder) in PolyphaseResamplerMono() argument
H A DPolyphaseResamplerStereo.cpp23 PolyphaseResamplerStereo::PolyphaseResamplerStereo(const MultiChannelResampler::Builder &builder) in PolyphaseResamplerStereo() argument
/third_party/skia/tests/
H A DPathOpsBuildUseTest.cpp13 SkOpBuilder builder; in build1_1() local
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dprogram.cc51 Program::Program(ProgramBuilder&& builder) { in Program() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_barrier_test.cc42 ProgramBuilder builder; in ParseAndBuild() local
/third_party/skia/third_party/externals/tint/src/transform/
H A Dglsl.cc89 ProgramBuilder builder; in Run() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbinary_writer.cc32 void BinaryWriter::WriteBuilder(Builder* builder) { in WriteBuilder() argument
H A Dspv_dump.cc64 std::string DumpBuilder(Builder& builder) { in DumpBuilder() argument
/third_party/rust/crates/clap/src/
H A Dlib.rs145 pub mod builder; modules
/third_party/skia/modules/skottie/src/animator/
H A DAnimator.cpp50 bindImpl(const AnimationBuilder& abuilder, const skjson::ObjectValue* jprop, AnimatorBuilder& builder) bindImpl() argument
/third_party/skia/gm/
H A Dtextblobcolortrans.cpp36 SkTextBlobBuilder builder; variable
H A Dtextblobblockreordering.cpp35 SkTextBlobBuilder builder; variable
H A Dtextblobgeometrychange.cpp46 SkTextBlobBuilder builder; variable
H A Dtextblobtransforms.cpp33 SkTextBlobBuilder builder; variable
H A Dtextblobshader.cpp52 SkTextBlobBuilder builder; variable
/third_party/skia/fuzz/
H A DFuzzPathop.cpp24 SkOpBuilder builder; in DEF_FUZZ() local
187 SkOpBuilder builder; in DEF_FUZZ() local
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Drun_bindgen.rs68 let mut builder = bindgen::builder() in run() variables
114 let mut builder = bindgen::builder() in run_boringssl() variables
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuSeedBuilder.cpp72 SeedBuilder& operator<< (SeedBuilder& builder, bool value) in operator <<() argument
80 SeedBuilder& operator<< (SeedBuilder& builder, deInt8 value) in operator <<() argument
88 SeedBuilder& operator<< (SeedBuilder& builder, deUint8 value) in operator <<() argument
96 SeedBuilder& operator<< (SeedBuilder& builder, deInt1 argument
109 operator <<(SeedBuilder& builder, deUint16 value) operator <<() argument
122 operator <<(SeedBuilder& builder, deInt32 value) operator <<() argument
137 operator <<(SeedBuilder& builder, deUint32 value) operator <<() argument
152 operator <<(SeedBuilder& builder, deInt64 value) operator <<() argument
172 operator <<(SeedBuilder& builder, deUint64 value) operator <<() argument
192 operator <<(SeedBuilder& builder, float value) operator <<() argument
213 operator <<(SeedBuilder& builder, double value) operator <<() argument
237 operator <<(SeedBuilder& builder, const std::string& value) operator <<() argument
[all...]

Completed in 7 milliseconds

12345678910>>...32