Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 25 of 627) sorted by relevance

12345678910>>...26

/external/perfetto/src/profiling/perf/
Devent_config_unittest.cc53 protos::gen::PerfEventConfig cfg; in TEST() local
62 protos::gen::PerfEventConfig cfg; in TEST() local
71 protos::gen::PerfEventConfig cfg; in TEST() local
79 protos::gen::PerfEventConfig cfg; in TEST() local
89 protos::gen::PerfEventConfig cfg; in TEST() local
97 protos::gen::PerfEventConfig cfg; in TEST() local
108 protos::gen::PerfEventConfig cfg; in TEST() local
116 protos::gen::PerfEventConfig cfg; in TEST() local
127 protos::gen::PerfEventConfig cfg; in TEST() local
136 protos::gen::PerfEventConfig cfg; in TEST() local
[all …]
/external/libvpx/test/
Dcodec_factory.h81 explicit VP8Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP8Decoder()
83 VP8Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP8Decoder()
98 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP8Encoder()
116 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { in CreateDecoder()
120 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder()
131 virtual Encoder *CreateEncoder(vpx_codec_enc_cfg_t cfg, in CreateEncoder()
146 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
177 explicit VP9Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP9Decoder()
179 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP9Decoder()
194 VP9Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP9Encoder()
[all …]
Dencode_api_test.cc43 vpx_codec_enc_cfg_t cfg; in TEST() local
103 vpx_codec_enc_cfg_t cfg; in TEST() local
137 vpx_codec_enc_cfg_t cfg[2]; in TEST() local
215 vpx_codec_enc_cfg_t cfg; in TEST() local
306 vpx_codec_ctx_t *enc, vpx_codec_enc_cfg_t *cfg) { in InitCodec()
319 void EncodeWithConfig(const vpx_codec_enc_cfg_t &cfg, vpx_codec_ctx_t *enc) { in EncodeWithConfig()
339 vpx_codec_enc_cfg_t cfg = {}; in TEST() local
/external/cronet/buildtools/third_party/libc++/trunk/utils/libcxx/test/
Dfeatures.py16 _isClang = lambda cfg: '__clang__' in compilerMacros(cfg) and '__apple_build_version__' not in… argument
17 _isAppleClang = lambda cfg: '__apple_build_version__' in compilerMacros(cfg) argument
18 _isGCC = lambda cfg: '__GNUC__' in compilerMacros(cfg) and '__clang__' not in compilerMacros… argument
19 _isMSVC = lambda cfg: '_MSC_VER' in compilerMacros(cfg) argument
20 _msvcVersion = lambda cfg: (int(compilerMacros(cfg)['_MSC_VER']) // 100, int(compilerMacros(cfg)['… argument
22 def _getSuitableClangTidy(cfg): argument
293 def check_gdb(cfg): argument
/external/arm-trusted-firmware/plat/brcm/board/stingray/include/
Dscp_utils.h20 #define SCP_READ_CFG(cfg) mmio_read_32(CRMU_CFG_BASE + \ argument
22 #define SCP_WRITE_CFG(cfg, value) mmio_write_32(CRMU_CFG_BASE + \ argument
25 #define SCP_READ_CFG16(cfg) mmio_read_16(CRMU_CFG_BASE + \ argument
27 #define SCP_WRITE_CFG16(cfg, value) mmio_write_16(CRMU_CFG_BASE + \ argument
30 #define SCP_READ_CFG8(cfg) mmio_read_8(CRMU_CFG_BASE + \ argument
32 #define SCP_WRITE_CFG8(cfg, value) mmio_write_8(CRMU_CFG_BASE + \ argument
/external/perfetto/src/profiling/memory/
Dheapprofd_producer_unittest.cc65 HeapprofdConfig cfg; in TEST() local
76 HeapprofdConfig cfg; in TEST() local
86 HeapprofdConfig cfg; in TEST() local
100 HeapprofdConfig cfg; in TEST() local
116 HeapprofdConfig cfg; in TEST() local
126 HeapprofdConfig cfg; in TEST() local
137 HeapprofdConfig cfg; in TEST() local
145 HeapprofdConfig cfg; in TEST() local
155 HeapprofdConfig cfg; in TEST() local
169 HeapprofdConfig cfg; in TEST() local
[all …]
Dclient_unittest.cc111 ClientConfiguration cfg = {}; in TEST() local
118 ClientConfiguration cfg = {}; in TEST() local
125 ClientConfiguration cfg = {}; in TEST() local
132 ClientConfiguration cfg = {}; in TEST() local
139 ClientConfiguration cfg = {}; in TEST() local
/external/libaom/test/
Dcodec_factory.h92 explicit AV1Decoder(aom_codec_dec_cfg_t cfg) : Decoder(cfg) {} in AV1Decoder()
94 AV1Decoder(aom_codec_dec_cfg_t cfg, const aom_codec_flags_t flag) in AV1Decoder()
109 AV1Encoder(aom_codec_enc_cfg_t cfg, const aom_codec_flags_t init_flags, in AV1Encoder()
127 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg) const { in CreateDecoder()
131 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg, in CreateDecoder()
142 virtual Encoder *CreateEncoder(aom_codec_enc_cfg_t cfg, in CreateEncoder()
155 virtual aom_codec_err_t DefaultEncoderConfig(aom_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
Dencode_api_test.cc34 aom_codec_enc_cfg_t cfg; in TEST() local
77 aom_codec_enc_cfg_t cfg; in TEST() local
94 aom_codec_enc_cfg_t cfg; in TEST() local
113 aom_codec_enc_cfg_t cfg; in TEST() local
Dencode_small_width_height_test.cc46 aom_codec_enc_cfg_t cfg; in TEST() local
71 aom_codec_enc_cfg_t cfg; in TEST() local
96 aom_codec_enc_cfg_t cfg; in TEST() local
121 aom_codec_enc_cfg_t cfg; in TEST() local
176 aom_codec_enc_cfg_t cfg; variable
/external/linux-kselftest/tools/testing/selftests/arm64/abi/
Dsyscall-abi.c52 static void setup_gpr(struct syscall_cfg *cfg, int sve_vl) in setup_gpr()
59 static int check_gpr(struct syscall_cfg *cfg, int sve_vl) in check_gpr()
83 static void setup_fpr(struct syscall_cfg *cfg, int sve_vl) in setup_fpr()
89 static int check_fpr(struct syscall_cfg *cfg, int sve_vl) in check_fpr()
113 static void setup_z(struct syscall_cfg *cfg, int sve_vl) in setup_z()
119 static int check_z(struct syscall_cfg *cfg, int sve_vl) in check_z()
149 static void setup_p(struct syscall_cfg *cfg, int sve_vl) in setup_p()
155 static int check_p(struct syscall_cfg *cfg, int sve_vl) in check_p()
179 static void setup_ffr(struct syscall_cfg *cfg, int sve_vl) in setup_ffr()
190 static int check_ffr(struct syscall_cfg *cfg, int sve_vl) in check_ffr()
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DClassIntrospector.java67 public abstract BeanDescription forSerialization(SerializationConfig cfg, in forSerialization()
74 public abstract BeanDescription forDeserialization(DeserializationConfig cfg, in forDeserialization()
82 public abstract BeanDescription forDeserializationWithBuilder(DeserializationConfig cfg, in forDeserializationWithBuilder()
91 public abstract BeanDescription forCreation(DeserializationConfig cfg, JavaType type, in forCreation()
99 public abstract BeanDescription forClassAnnotations(MapperConfig<?> cfg, JavaType type, in forClassAnnotations()
107 public abstract BeanDescription forDirectClassAnnotations(MapperConfig<?> cfg, JavaType type, in forDirectClassAnnotations()
/external/libconfig/tests/
Dtests.c38 config_t cfg; in parse_and_compare() local
66 config_t cfg; in parse_file_and_compare_error() local
90 config_t cfg; in parse_string_and_compare_error() local
220 config_t cfg; in TT_TEST() local
247 config_t cfg; in TT_TEST() local
275 config_t cfg; in TT_TEST() local
303 config_t cfg; in TT_TEST() local
330 config_t cfg; in TT_TEST() local
358 config_t cfg; in TT_TEST() local
385 config_t cfg; in TT_TEST() local
[all …]
/external/libaom/av1/encoder/
Dav1_fwd_txfm2d.c42 const TXFM_2D_FLIP_CFG *cfg, int bd) { in av1_gen_fwd_stage_range()
57 const int stride, const TXFM_2D_FLIP_CFG *cfg, in fwd_txfm2d_c()
127 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_4x8_c() local
135 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_8x4_c() local
143 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_8x16_c() local
151 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_16x8_c() local
159 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_16x32_c() local
167 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_32x16_c() local
175 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_4x16_c() local
183 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_16x4_c() local
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/dominator_tree/
Dgenerated.cpp123 const CFG& cfg = *context->cfg(); in TEST_F() local
188 const CFG& cfg = *context->cfg(); in TEST_F() local
290 const CFG& cfg = *context->cfg(); in TEST_F() local
332 const CFG& cfg = *context->cfg(); in TEST_F() local
411 const CFG& cfg = *context->cfg(); in TEST_F() local
487 const CFG& cfg = *context->cfg(); in TEST_F() local
608 const CFG& cfg = *context->cfg(); in TEST_F() local
659 const CFG& cfg = *context->cfg(); in TEST_F() local
738 const CFG& cfg = *context->cfg(); in TEST_F() local
773 const CFG& cfg = *context->cfg(); in TEST_F() local
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/dominator_tree/
Dgenerated.cpp124 const CFG& cfg = *context->cfg(); in TEST_F() local
189 const CFG& cfg = *context->cfg(); in TEST_F() local
291 const CFG& cfg = *context->cfg(); in TEST_F() local
333 const CFG& cfg = *context->cfg(); in TEST_F() local
412 const CFG& cfg = *context->cfg(); in TEST_F() local
488 const CFG& cfg = *context->cfg(); in TEST_F() local
609 const CFG& cfg = *context->cfg(); in TEST_F() local
660 const CFG& cfg = *context->cfg(); in TEST_F() local
739 const CFG& cfg = *context->cfg(); in TEST_F() local
774 const CFG& cfg = *context->cfg(); in TEST_F() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/
Dgenerated.cpp124 const CFG& cfg = *context->cfg(); in TEST_F() local
189 const CFG& cfg = *context->cfg(); in TEST_F() local
291 const CFG& cfg = *context->cfg(); in TEST_F() local
333 const CFG& cfg = *context->cfg(); in TEST_F() local
412 const CFG& cfg = *context->cfg(); in TEST_F() local
488 const CFG& cfg = *context->cfg(); in TEST_F() local
609 const CFG& cfg = *context->cfg(); in TEST_F() local
660 const CFG& cfg = *context->cfg(); in TEST_F() local
739 const CFG& cfg = *context->cfg(); in TEST_F() local
774 const CFG& cfg = *context->cfg(); in TEST_F() local
[all …]
/external/bpftool/src/
Dcfg.c12 struct cfg { struct
13 struct list_head funcs;
14 int func_num;
54 #define cfg_first_func(cfg) \ argument
56 #define cfg_last_func(cfg) \ argument
63 static struct func_node *cfg_append_func(struct cfg *cfg, struct bpf_insn *insn) in cfg_append_func()
131 static bool cfg_partition_funcs(struct cfg *cfg, struct bpf_insn *cur, in cfg_partition_funcs()
333 static bool cfg_build(struct cfg *cfg, struct bpf_insn *insn, unsigned int len) in cfg_build()
354 static void cfg_destroy(struct cfg *cfg) in cfg_destroy()
458 static void cfg_dump(struct cfg *cfg) in cfg_dump()
[all …]
/external/rust/crates/quiche/src/recovery/
Dreno.rs171 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in reno_init() localVariable
182 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in reno_send() localVariable
196 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in reno_slow_start() localVariable
245 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in reno_slow_start_multi_acks() localVariable
316 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in reno_congestion_event() localVariable
338 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in reno_congestion_avoidance() localVariable
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_l3_state.c71 setup_l3_config(struct brw_context *brw, const struct gen_l3_config *cfg) in setup_l3_config()
195 update_urb_size(struct brw_context *brw, const struct gen_l3_config *cfg) in update_urb_size()
238 const struct gen_l3_config *const cfg = in brw_emit_l3_state() local
304 const struct gen_l3_config *const cfg = gen_get_default_l3_config(devinfo); in gen7_restore_default_l3_config() local
/external/perfetto/src/traced/probes/android_log/
Dandroid_log_data_source_unittest.cc52 void CreateInstance(const DataSourceConfig& cfg) { in CreateInstance()
209 DataSourceConfig cfg; in TEST_F() local
256 DataSourceConfig cfg; in TEST_F() local
281 DataSourceConfig cfg; in TEST_F() local
302 DataSourceConfig cfg; in TEST_F() local
382 DataSourceConfig cfg; in TEST_F() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dcfg_test.cpp60 CFG* cfg = context->cfg(); in TEST_F() local
103 CFG* cfg = context->cfg(); in TEST_F() local
146 CFG* cfg = context->cfg(); in TEST_F() local
189 CFG* cfg = context->cfg(); in TEST_F() local
257 CFG* cfg = context->cfg(); in TEST_F() local
307 CFG* cfg = context->cfg(); in TEST_F() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dcfg_test.cpp60 CFG* cfg = context->cfg(); in TEST_F() local
103 CFG* cfg = context->cfg(); in TEST_F() local
146 CFG* cfg = context->cfg(); in TEST_F() local
189 CFG* cfg = context->cfg(); in TEST_F() local
257 CFG* cfg = context->cfg(); in TEST_F() local
307 CFG* cfg = context->cfg(); in TEST_F() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dcfg_test.cpp60 CFG* cfg = context->cfg(); in TEST_F() local
103 CFG* cfg = context->cfg(); in TEST_F() local
146 CFG* cfg = context->cfg(); in TEST_F() local
189 CFG* cfg = context->cfg(); in TEST_F() local
257 CFG* cfg = context->cfg(); in TEST_F() local
307 CFG* cfg = context->cfg(); in TEST_F() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPassSupport.h33 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
47 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
54 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
149 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument
169 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument
174 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument

12345678910>>...26