Home
last modified time | relevance | path

Searched refs:config (Results 4176 - 4200 of 9588) sorted by relevance

1...<<161162163164165166167168169170>>...384

/kernel/linux/linux-6.6/sound/soc/intel/keembay/
H A Dkmb_platform.h144 struct i2s_clk_config_data config; member
145 int (*i2s_clk_cfg)(struct i2s_clk_config_data *config);
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dhandler.py75 repeat = task.config.repeat
85 if task and getattr(task.config, "testdict", ""):
/test/testfwk/xdevice/src/xdevice/_core/
H A Dinterface.py148 def __check_config__(self, config):
150 Check config correct or not.
152 :param config:
333 def __check_config__(self, config):
335 Check config correct or not.
337 :param config:
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DIUnknownTest.cpp63 TaskConfig config = { in GetTaskConfig() local
70 return config; in GetTaskConfig()
H A DTaskpoolNoTaskTest.cpp81 TaskConfig config = {LEVEL_HIGH, PRI_ABOVE_NORMAL, 0x800, 20, NO_TASK}; in GetTaskConfig() local
82 return config; in GetTaskConfig()
H A DServiceTest.cpp64 TaskConfig config = {LEVEL_HIGH, PRI_ABOVE_NORMAL, 0x800, 20, SHARED_TASK}; in GetTaskConfig() local
65 return config; in GetTaskConfig()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dtaskpool_notask_func_test.c84 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, 0x800, 20, NO_TASK}; in GetTaskConfig() local
85 return config; in GetTaskConfig()
H A Diunknown_func_test.c62 TaskConfig config = { in GetTaskConfig() local
69 return config; in GetTaskConfig()
/third_party/curl/src/
H A Dtool_cfgable.h333 void config_init(struct OperationConfig *config);
334 void config_free(struct OperationConfig *config);
/third_party/alsa-utils/topology/
H A Dpre-processor.h117 /* config helpers */
118 snd_config_t *tplg_find_config(snd_config_t *config, const char *name);
119 int tplg_config_make_add(snd_config_t **config, const char *id, snd_config_type_t type,
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-netdev.h55 lws_netdev_config_t *config);
129 * Unconnected, scanning: AP known in one of the config slots ->
244 lws_netdev_config_t *config);
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
H A Dprotocol_lws_minimal_threadpool.c39 const char *config; member
185 "config"); in callback_minimal()
187 lwsl_err("%s: Can't find \"config\" pvo\n", __func__); in callback_minimal()
190 vhd->config = pvo->value; in callback_minimal()
/third_party/node/test/parallel/
H A Dtest-icu-env.js7 const hasBuiltinICU = process.config.variables.icu_gyp_path === 'tools/icu/icu-generic.gyp';
24 const icuVersionMajor = Number(process.config.variables.icu_ver_major ?? 0);
/third_party/node/tools/
H A Dtest-v8.bat2 if "%config%"=="Debug" set test_args=%target_arch%.debug
3 if "%config%"=="Release" set test_args=%target_arch%.release
/third_party/node/deps/npm/lib/utils/
H A Dreify-output.js46 if (npm.config.get('dry-run') || npm.config.get('long')) {
/third_party/ltp/testcases/kernel/tracing/pt_test/
H A Dpt_test.c23 #include "config.h"
169 attr.config = BIT(intel_pt_pmu_value(INTEL_PT_FORMAT_TSC)) | in setup()
180 attr.config |= 1; in setup()
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dcustom_files.rs33 let config = term::Config::default(); in main()
36 term::emit(writer, &config, &files, &message.to_diagnostic())?; in main()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDriverPropertiesTests.cpp121 void checkSupport (Context& context, const TestType config) in checkSupport() argument
123 DE_UNREF(config); in checkSupport()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextASANTest.cpp48 EGLConfig config = getEGLWindow()->getConfig(); in TEST_P() local
54 EGLContext context = eglCreateContext(display, config, nullptr, contextAttribs); in TEST_P()
/third_party/skia/include/core/
H A DSkYUVAInfo.h268 constexpr int SkYUVAInfo::NumChannelsInPlane(PlaneConfig config, int i) { in NumChannelsInPlane() argument
269 switch (config) { in NumChannelsInPlane()
/third_party/skia/dm/
H A DDMJsonWriter.cpp71 writer.appendString("config" , gBitmapResults[i].config.c_str()); in DumpJson()
127 br.config = key["config"].as<StringValue>().begin(); in ReadJson()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap.h349 struct eap_method_type * eap_get_phase2_types(struct eap_peer_config *config,
374 int eap_peer_get_erp_info(struct eap_sm *sm, struct eap_peer_config *config,
/third_party/vk-gl-cts/modules/egl/
H A DteglApiCase.cpp159 bool ApiCase::getConfig (EGLConfig* config, const eglu::FilterList& filters) in getConfig() argument
163 *config = eglu::chooseSingleConfig(m_eglTestCtx.getLibrary(), m_display, filters); in getConfig()
H A DteglSimpleConfigCase.cpp81 // Init config iter in init()
102 EGLConfig config = *m_configIter++; in iterate() local
106 executeForConfig(m_display, config); in iterate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap.h348 struct eap_method_type * eap_get_phase2_types(struct eap_peer_config *config,
373 int eap_peer_get_erp_info(struct eap_sm *sm, struct eap_peer_config *config,

Completed in 19 milliseconds

1...<<161162163164165166167168169170>>...384