/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/ |
H A D | a5xx_power.c | 178 u32 config; in a540_lm_setup() local 181 config = AGC_LM_CONFIG_BCL_DISABLED; in a540_lm_setup() 182 config |= adreno_patchid(adreno_gpu) << AGC_LM_CONFIG_GPU_VERSION_SHIFT; in a540_lm_setup() 185 config |= AGC_LM_CONFIG_THROTTLE_DISABLE; in a540_lm_setup() 202 gpu_write(gpu, AGC_MSG_PAYLOAD(AGC_LM_CONFIG), config); in a540_lm_setup()
|
/kernel/linux/linux-6.6/tools/lib/perf/tests/ |
H A D | test-evsel.c | 26 .config = PERF_COUNT_SW_CPU_CLOCK, in test_stat_cpu() 60 .config = PERF_COUNT_SW_TASK_CLOCK, in test_stat_thread() 92 .config = PERF_COUNT_SW_TASK_CLOCK, in test_stat_thread_enable() 135 .config = event, in test_stat_user_read() 296 .config = PERF_COUNT_SW_TASK_CLOCK, in test_stat_read_format()
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
H A D | hybrid.c | 12 return (evsel->core.attr.config & PERF_HW_EVENT_MASK) == expected_config; in test_config() 17 return (evsel->attr.config & PERF_HW_EVENT_MASK) == expected_config; in test_perf_config() 22 return (evsel->core.attr.config >> PERF_PMU_TYPE_SHIFT) == expected_config; in test_hybrid_type() 32 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES)); in test__hybrid_hw_event_with_pmu() 44 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES)); in test__hybrid_hw_group_event() 50 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_INSTRUCTIONS)); in test__hybrid_hw_group_event() 67 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES)); in test__hybrid_sw_hw_group_event() 80 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES)); in test__hybrid_hw_sw_group_event() 97 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES)); in test__hybrid_group_modifier1() 105 TEST_ASSERT_VAL("wrong config", test_confi in test__hybrid_group_modifier1() [all...] |
/third_party/alsa-utils/alsactl/ |
H A D | utils.c | 198 snd_config_t *config; in load_configuration() local 205 err = snd_config_top(&config); in load_configuration() 222 err = snd_config_load(config, in); in load_configuration() 229 snd_config_delete(config); in load_configuration() 235 *top = config; in load_configuration()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_device.c | 125 const __DRIconfig *config; in dri2_device_create_surface() local 141 config = dri2_get_dri_config(dri2_conf, type, in dri2_device_create_surface() 144 if (!config) { in dri2_device_create_surface() 149 dri2_surf->visual = dri2_image_format_for_pbuffer_config(dri2_dpy, config); in dri2_device_create_surface() 153 if (!dri2_create_drawable(dri2_dpy, config, dri2_surf, dri2_surf)) in dri2_device_create_surface()
|
H A D | platform_surfaceless.c | 118 const __DRIconfig *config; in dri2_surfaceless_create_surface() local 134 config = dri2_get_dri_config(dri2_conf, type, in dri2_surfaceless_create_surface() 137 if (!config) { in dri2_surfaceless_create_surface() 142 dri2_surf->visual = dri2_image_format_for_pbuffer_config(dri2_dpy, config); in dri2_surfaceless_create_surface() 146 if (!dri2_create_drawable(dri2_dpy, config, dri2_surf, dri2_surf)) in dri2_surfaceless_create_surface()
|
/third_party/ltp/docparse/ |
H A D | testinfo.pl | 479 my $config = [ 499 my $config = shift; 511 for my $c (@{$config}) { 517 for my $c (@{$config}) { 522 print_asciidoc_main($config);
|
/third_party/node/deps/npm/lib/commands/ |
H A D | token.js | 52 const conf = this.config() 96 const conf = this.config() 134 const conf = this.config() 159 config () { 161 const creds = this.npm.config.getCredentialsByURI(conf.registry)
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | mock-npm.js | 59 const definitions = '@npmcli/config/lib/definitions' 139 // setup config, env vars, mocks, npm opts 140 config: _config = {}, 218 const { argv, env, config } = Object.entries({ ...defaultConfigs, ...withDirs(_config) }) 228 acc.config[key] = value 230 }, { argv: [...rawArgv], env: {}, config: {} }) 250 if (config.omit?.includes('prod')) { 251 // XXX(HACK): --omit=prod is not a valid config according to the definitions but
|
/third_party/skia/src/utils/ |
H A D | SkCanvasStateUtils.cpp | 68 RasterConfig config; // pixel format: a value from RasterConfigs. member 207 layerState->raster.config = kARGB_8888_RasterConfig; in CaptureCanvasState() 210 layerState->raster.config = kRGB_565_RasterConfig; in CaptureCanvasState() 264 layerState.raster.config == kARGB_8888_RasterConfig ? kN32_SkColorType : in make_canvas_from_canvas_layer() 265 layerState.raster.config == kRGB_565_RasterConfig ? kRGB_565_SkColorType : in make_canvas_from_canvas_layer()
|
/third_party/skia/third_party/externals/harfbuzz/ |
H A D | git.mk | 88 config.guess \ 89 config.rpath \ 90 config.sub \ 315 config.h \ 318 config.lt \
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglMutableRenderBufferTests.cpp | 103 // get mutable render buffer config in init() 133 for (vector<EGLConfig>::const_iterator config = configs.begin(); config != configs.end(); ++config) in init() 136 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, *config, EGL_SURFACE_TYPE, &surfaceType)); in init() 140 m_eglConfig = *config; in init() 146 TCU_THROW(NotSupportedError, "No config without support for mutable_render_buffer found"); in init() 354 // check that trying to switch to single-buffer rendering fails when the config bit is not set
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_fourth_test/ |
H A D | main_fourth_test.cpp | 202 int32_t GetConfiguration(Configuration& config) override 207 int32_t UpdateConfiguration(const Configuration &config, const int32_t userId = -1) override 361 Configuration config; in HWTEST_F() local 364 mainThread_->InitResourceManager(resourceManager, info, info.bundleName, config, appInfo); in HWTEST_F() 462 Configuration config; in HWTEST_F() local 470 mainThread_->HandleLaunchApplication(lanchdata, config); in HWTEST_F() 473 mainThread_->HandleLaunchApplication(lanchdata, config); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | render_util.cpp | 109 if (auto config = dataStore->find("configurationName"); config) { in FillCameraDescsData() 110 if (!config->string_.empty()) { in FillCameraDescsData() 132 if (auto config = dataStore->find("configurationName"); config) { in FillCameraPostProcessDescsData() 133 if (config->is_string() && (!config->string_.empty())) { in FillCameraPostProcessDescsData()
|
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface_type.h | 478 bool operator ==(const struct BufferRequestConfig &config) const 480 return width == config.width && height == config.height && 481 format == config.format && usage == config.usage; 483 bool operator != (const struct BufferRequestConfig &config) const 485 return !(*this == config);
|
/foundation/graphic/graphic_surface/surface/include/ |
H A D | consumer_surface.h | 41 int32_t &fence, BufferRequestConfig &config) override 47 std::vector<sptr<SyncFence>> &fences, BufferRequestConfig &config) override 57 SURFACE_HIDDEN GSError FlushBuffer(sptr<SurfaceBuffer>& buffer, int32_t fence, BufferFlushConfig &config) override 68 sptr<SyncFence>& fence, BufferRequestConfig &config) override 74 const sptr<SyncFence>& fence, BufferFlushConfig &config) override 80 BufferFlushConfigWithDamages &config) override 86 const std::vector<sptr<SyncFence>> &fences, const std::vector<BufferFlushConfigWithDamages> &config) override
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/adapter/ |
H A D | p2p_adapter_test.cpp | 210 * @tc.desc: get self wifi config info 218 std::string config; in HWTEST_F() local 220 int32_t ret = P2pAdapter::GetSelfWifiConfigInfo(config); in HWTEST_F() 226 ret = P2pAdapter::GetSelfWifiConfigInfo(config); in HWTEST_F() 232 * @tc.desc: get self wifi config info 239 std::string config = "ssss8888123456"; in HWTEST_F() local 241 int32_t ret =P2pAdapter::SetPeerWifiConfigInfo(config); in HWTEST_F() 245 ret = P2pAdapter::SetPeerWifiConfigInfo(config); in HWTEST_F() 271 std::string config = "ssss8888123456"; in HWTEST_F() local 313 * @tc.desc: get group config [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | sqlite_store_executor_impl.cpp | 27 int SqliteStoreExecutorImpl::CreateDatabase(const std::string &path, const DBConfig &config, sqlite3 *&db) in CreateDatabase() argument 39 std::string pageSizeSql = "PRAGMA page_size=" + std::to_string(config.GetPageSize() * 1024); in CreateDatabase() 74 int SqliteStoreExecutorImpl::GetDBConfig(std::string &config) in GetDBConfig() argument 80 config.assign(dbConfigVal.begin(), dbConfigVal.end()); in GetDBConfig() 84 int SqliteStoreExecutorImpl::SetDBConfig(const std::string &config) in SetDBConfig() argument 88 Value dbConfigVal = { config.begin(), config.end() }; in SetDBConfig()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/ |
H A D | dump_helper.cpp | 112 auto config = DumpManager::GetInstance().GetConfig(name); in GetCommand() local 114 if (config.IsVoid()) { in GetCommand() 117 command.dumpName = config.dumpName; in GetCommand() 118 command.parentNode = config.parentNode; in GetCommand() 119 command.childNode = config.childNode; in GetCommand() 120 command.minParamsNum = config.minParamsNum; in GetCommand() 121 command.maxParamsNum = config.maxParamsNum; in GetCommand()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rdb_store_impl.h | 81 RdbStoreImpl(const RdbStoreConfig &config);
82 RdbStoreImpl(const RdbStoreConfig &config, int &errCode);
137 std::pair<int32_t, int32_t> Attach(const RdbStoreConfig &config, const std::string &attachName,
164 void InitSyncerParam(const RdbStoreConfig &config, bool created);
196 int AttachInner(const RdbStoreConfig &config, const std::string &attachName, const std::string &dbPath,
199 const RdbStoreConfig &config);
200 int SetDefaultEncryptAlgo(const ConnectionPool::SharedConn &conn, const RdbStoreConfig &config);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_opp_csc_v.c | 360 enum csc_color_mode config, in configure_graphics_mode_v() 375 if (config == CSC_COLOR_MODE_GRAPHICS_OUTPUT_CSC) in configure_graphics_mode_v() 676 enum csc_color_mode config = in dce110_opp_v_set_csc_default() local 700 config = CSC_COLOR_MODE_GRAPHICS_OUTPUT_CSC; in dce110_opp_v_set_csc_default() 713 configure_graphics_mode_v(xfm_dce, config, in dce110_opp_v_set_csc_default() 725 enum csc_color_mode config = in dce110_opp_v_set_csc_adjustment() local 732 configure_graphics_mode_v(xfm_dce, config, GRAPHICS_CSC_ADJUST_TYPE_SW, in dce110_opp_v_set_csc_adjustment() 358 configure_graphics_mode_v( struct dce_transform *xfm_dce, enum csc_color_mode config, enum graphics_csc_adjust_type csc_adjust_type, enum dc_color_space color_space) configure_graphics_mode_v() argument
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | s921.c | 41 const struct s921_config *config; member 250 s921_i2c_readreg(state, state->config->demod_address, reg) 252 s921_i2c_writereg(state, state->config->demod_address, reg, val) 254 s921_i2c_writeregdata(state, state->config->demod_address, \ 474 struct dvb_frontend *s921_attach(const struct s921_config *config, in s921_attach() argument 488 state->config = config; in s921_attach()
|
H A D | cx22700.c | 24 const struct cx22700_config* config; member 62 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; in cx22700_writereg() 80 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, in cx22700_readreg() 81 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; in cx22700_readreg() 373 struct dvb_frontend* cx22700_attach(const struct cx22700_config* config, in cx22700_attach() argument 383 state->config = config; in cx22700_attach()
|
H A D | stv6110.c | 380 const struct stv6110_config *config, in stv6110_attach() 388 .addr = config->i2c_address, in stv6110_attach() 398 reg0[2] |= (config->clk_div << 6); in stv6110_attach() 415 priv->i2c_address = config->i2c_address; in stv6110_attach() 417 priv->mclk = config->mclk; in stv6110_attach() 418 priv->clk_div = config->clk_div; in stv6110_attach() 419 priv->gain = config->gain; in stv6110_attach() 379 stv6110_attach(struct dvb_frontend *fe, const struct stv6110_config *config, struct i2c_adapter *i2c) stv6110_attach() argument
|
H A D | tda8083.c | 28 const struct tda8083_config* config; member 53 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; in tda8083_writereg() 67 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = ®1, .len = 1 }, in tda8083_readregs() 68 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b, .len = len } }; in tda8083_readregs() 414 struct dvb_frontend* tda8083_attach(const struct tda8083_config* config, in tda8083_attach() argument 424 state->config = config; in tda8083_attach()
|