/kernel/linux/linux-6.6/sound/soc/intel/keembay/ |
H A D | kmb_platform.h | 144 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 D | handler.py | 75 repeat = task.config.repeat 85 if task and getattr(task.config, "testdict", ""):
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | interface.py | 148 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 D | IUnknownTest.cpp | 63 TaskConfig config = { in GetTaskConfig() local 70 return config; in GetTaskConfig()
|
H A D | TaskpoolNoTaskTest.cpp | 81 TaskConfig config = {LEVEL_HIGH, PRI_ABOVE_NORMAL, 0x800, 20, NO_TASK}; in GetTaskConfig() local 82 return config; in GetTaskConfig()
|
H A D | ServiceTest.cpp | 64 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 D | taskpool_notask_func_test.c | 84 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, 0x800, 20, NO_TASK}; in GetTaskConfig() local 85 return config; in GetTaskConfig()
|
H A D | iunknown_func_test.c | 62 TaskConfig config = {
in GetTaskConfig() local 69 return config;
in GetTaskConfig()
|
/third_party/curl/src/ |
H A D | tool_cfgable.h | 333 void config_init(struct OperationConfig *config); 334 void config_free(struct OperationConfig *config);
|
/third_party/alsa-utils/topology/ |
H A D | pre-processor.h | 117 /* 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 D | lws-netdev.h | 55 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 D | protocol_lws_minimal_threadpool.c | 39 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 D | test-icu-env.js | 7 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 D | test-v8.bat | 2 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 D | reify-output.js | 46 if (npm.config.get('dry-run') || npm.config.get('long')) {
|
/third_party/ltp/testcases/kernel/tracing/pt_test/ |
H A D | pt_test.c | 23 #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 D | custom_files.rs | 33 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 D | vktApiDriverPropertiesTests.cpp | 121 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 D | EGLContextASANTest.cpp | 48 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 D | SkYUVAInfo.h | 268 constexpr int SkYUVAInfo::NumChannelsInPlane(PlaneConfig config, int i) { in NumChannelsInPlane() argument 269 switch (config) { in NumChannelsInPlane()
|
/third_party/skia/dm/ |
H A D | DMJsonWriter.cpp | 71 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 D | eap.h | 349 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 D | teglApiCase.cpp | 159 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 D | teglSimpleConfigCase.cpp | 81 // 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 D | eap.h | 348 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,
|