Home
last modified time | relevance | path

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

12345678910>>...22

/external/perfetto/src/profiling/perf/
Devent_config_unittest.cc48 protos::gen::PerfEventConfig cfg; in TEST() local
58 protos::gen::PerfEventConfig cfg; in TEST() local
68 protos::gen::PerfEventConfig cfg; in TEST() local
77 protos::gen::PerfEventConfig cfg; in TEST() local
88 protos::gen::PerfEventConfig cfg; in TEST() local
97 protos::gen::PerfEventConfig cfg; in TEST() local
109 protos::gen::PerfEventConfig cfg; in TEST() local
118 protos::gen::PerfEventConfig cfg; in TEST() local
130 protos::gen::PerfEventConfig cfg; in TEST() local
139 protos::gen::PerfEventConfig cfg; in TEST() local
[all …]
/external/libvpx/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 …]
/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.cc86 HeapprofdConfig cfg; in TEST() local
97 HeapprofdConfig cfg; in TEST() local
107 HeapprofdConfig cfg; in TEST() local
121 HeapprofdConfig cfg; in TEST() local
137 HeapprofdConfig cfg; in TEST() local
147 HeapprofdConfig cfg; in TEST() local
158 HeapprofdConfig cfg; in TEST() local
166 HeapprofdConfig cfg; in TEST() local
176 HeapprofdConfig cfg; in TEST() local
190 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/libaom/test/
Dcodec_factory.h87 explicit AV1Decoder(aom_codec_dec_cfg_t cfg) : Decoder(cfg) {} in AV1Decoder()
89 AV1Decoder(aom_codec_dec_cfg_t cfg, const aom_codec_flags_t flag) in AV1Decoder()
104 AV1Encoder(aom_codec_enc_cfg_t cfg, const aom_codec_flags_t init_flags, in AV1Encoder()
122 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg) const { in CreateDecoder()
126 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg, in CreateDecoder()
137 virtual Encoder *CreateEncoder(aom_codec_enc_cfg_t cfg, in CreateEncoder()
150 virtual aom_codec_err_t DefaultEncoderConfig(aom_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
/external/llvm-project/libcxx/utils/libcxx/test/
Dfeatures.py14 _isClang = lambda cfg: '__clang__' in compilerMacros(cfg) and '__apple_build_version__' not in… argument
15 _isAppleClang = lambda cfg: '__apple_build_version__' in compilerMacros(cfg) argument
16 _isGCC = lambda cfg: '__GNUC__' in compilerMacros(cfg) and '__clang__' not in compilerMacros… argument
186 def _addSystemCxxLibDeclinations(cfg): argument
/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/libaom/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.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/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/rust/crates/quiche/src/recovery/
Dreno.rs140 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in reno_init() localVariable
151 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in reno_send() localVariable
165 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in reno_slow_start() localVariable
211 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in reno_congestion_event() localVariable
228 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in reno_congestion_avoidance() localVariable
Dcubic.rs296 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in cubic_init() localVariable
307 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in cubic_send() localVariable
319 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in cubic_slow_start() localVariable
364 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in cubic_congestion_event() localVariable
380 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in cubic_congestion_avoidance() localVariable
416 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in cubic_collapse_cwnd_and_restart() localVariable
455 let mut cfg = crate::Config::new(crate::PROTOCOL_VERSION).unwrap(); in cubic_hystart_limited_slow_start() 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/libopus/celt/dump_modes/
Ddump_modes_arm_ne10.c82 NE10_FFT_CFG_TYPE_T cfg; in dump_mode_arch() local
96 NE10_FFT_CFG_TYPE_T cfg; in dump_mode_arch() local
116 NE10_FFT_CFG_TYPE_T cfg; in dump_mode_arch() local
/external/libvpx/libvpx/examples/
Dset_maps.c63 static void set_roi_map(const vpx_codec_enc_cfg_t *cfg, in set_roi_map()
96 static void set_active_map(const vpx_codec_enc_cfg_t *cfg, in set_active_map()
113 static void unset_active_map(const vpx_codec_enc_cfg_t *cfg, in unset_active_map()
156 vpx_codec_enc_cfg_t cfg; in main() 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/llvm-project/llvm/include/llvm/
DPassSupport.h37 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
51 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
58 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
153 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument
173 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument
178 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
/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
/external/mesa3d/src/intel/common/
Dgen_l3_config.c213 gen_get_l3_config_weights(const struct gen_l3_config *cfg) in gen_get_l3_config_weights()
290 const struct gen_l3_config *const cfg = &list->configs[0]; in gen_get_default_l3_config() local
313 const struct gen_l3_config *cfg = &cfgs[i]; in gen_get_l3_config() local
352 const struct gen_l3_config *cfg) in gen_get_l3_config_urb_size()
375 gen_dump_l3_config(const struct gen_l3_config *cfg, FILE *fp) in gen_dump_l3_config()
/external/llvm/include/llvm/
DPassSupport.h36 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
50 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
57 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
162 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument
182 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument
187 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
/external/perfetto/src/traced/service/
Dbuiltin_producer_unittest.cc47 DataSourceConfig cfg; in TEST() local
66 DataSourceConfig cfg; in TEST() local
85 DataSourceConfig cfg; in TEST() local
107 DataSourceConfig cfg; in TEST() local
/external/iptables/extensions/
Dlibxt_hashlimit.c248 struct hashlimit_cfg1 *cfg = (struct hashlimit_cfg1 *)from; in cfg_copy() local
260 struct hashlimit_cfg2 *cfg = (struct hashlimit_cfg2 *)from; in cfg_copy() local
921 hashlimit_mt_print(const struct hashlimit_cfg3 *cfg, unsigned int dmask, int revision) in hashlimit_mt_print()
977 struct hashlimit_cfg3 cfg; in hashlimit_mt4_print_v1() local
993 struct hashlimit_cfg3 cfg; in hashlimit_mt6_print_v1() local
1009 struct hashlimit_cfg3 cfg; in hashlimit_mt4_print_v2() local
1025 struct hashlimit_cfg3 cfg; in hashlimit_mt6_print_v2() local
1078 hashlimit_mt_save(const struct hashlimit_cfg3 *cfg, const char* name, unsigned int dmask, int revis… in hashlimit_mt_save()
1128 struct hashlimit_cfg3 cfg; in hashlimit_mt4_save_v1() local
1143 struct hashlimit_cfg3 cfg; in hashlimit_mt6_save_v1() local
[all …]
/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

12345678910>>...22