/third_party/pulseaudio/src/tests/ |
H A D | usergroup-test.c | 20 #include <config.h>
|
/third_party/pulseaudio/src/modules/ |
H A D | module-default-device-restore.c | 21 #include <config.h>
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-crypto.c | 23 #include <config.h>
|
H A D | raop-packet-buffer.c | 24 #include <config.h>
|
/third_party/pulseaudio/src/modules/x11/ |
H A D | module-x11-cork-request.c | 21 #include <config.h>
|
/third_party/pulseaudio/src/pulse/ |
H A D | utf8.c | 44 #include <config.h>
|
H A D | timeval.c | 22 #include <config.h>
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | namereg.c | 21 #include <config.h>
|
H A D | pstream-util.c | 21 #include <config.h>
|
/third_party/vk-gl-cts/scripts/ |
H A D | build_caselists.py | 24 from ctsbuild.config import *
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | Makefile | 2 CONFIG_FILE = .config
|
/drivers/hdf_core/adapter/khdf/linux/test/ |
H A D | Makefile | 133 -I$(srctree)/drivers/hdf/framework/test/unittest/config \ 135 -I$(srctree)/drivers/hdf/framework/include/config \
|
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/ |
H A D | usb_raw_test.h | 225 struct UsbRawConfigDescriptor *config; member 361 int32_t UsbParseConfigDescriptor(struct AcmRawDevice *acm, struct UsbRawConfigDescriptor *config);
|
/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_dfx.cpp | 446 XmlTraceConfig& config = ThermalHdfConfig::GetInstance().GetXmlTraceConfig(); in Init() local 447 g_outPath = config.outPath; in Init()
|
/drivers/peripheral/nfc/vendor_adaptor/ |
H A D | nfc_vendor_adaptions.cpp | 340 int NfcVendorAdaptions::VendorGetConfig(V1_1::NfcVendorConfig &config)
in VendorGetConfig() argument 347 nfcHalInf.nfcHalGetConfig(config);
in VendorGetConfig()
|
/test/testfwk/arkxtest/jsunit/src/module/report/ |
H A D | OhReport.js | 46 const configService = this.coreContext.getDefaultService('config'); 61 let config = this.coreContext.getDefaultService('config'); 62 if (config.isBreakOnError() && isHasError) { 86 if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { 87 var value = this.coreContext.getDefaultService('config').filterValid; 95 if (this.coreContext.getDefaultService('config').filterXdescribe.length !== 0) { 96 let value = this.coreContext.getDefaultService('config').filterXdescribe;
|
/test/testfwk/developer_test/src/core/command/ |
H A D | console.py | 35 from core.config.config_manager import UserConfigManager
273 options.config = ""
488 configfile = "config"
|
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
H A D | FeatureApiTest.cpp | 59 TaskConfig config = { in GetTaskConfig() local 66 return config; in GetTaskConfig()
|
H A D | SendResponseTest.cpp | 89 TaskConfig config = {LEVEL_HIGH, PRI_ABOVE_NORMAL, 0x800, 20, SHARED_TASK}; // share with broadcast in GetTaskConfig() local 90 return config; in GetTaskConfig()
|
H A D | TaskpoolSpecifiedTaskTest.cpp | 146 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, 1600, 20, SPECIFIED_TASK}; in GetTaskConfig() local 147 return config; in GetTaskConfig()
|
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | SchemaJsunit.test.js | 88 const config = { 109 await ddm.createKVManager(config).then((manager) => {
|
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/ |
H A D | sendsharerequest_func_test.c | 100 TaskConfig config = {LEVEL_HIGH, PRI_ABOVE_NORMAL, 0x800, 20, SHARED_TASK};
in GetTaskConfig() local 101 return config;
in GetTaskConfig()
|
H A D | taskpool_specifiedtask_func_test.c | 151 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, 1600, 20, SPECIFIED_TASK}; in GetTaskConfig() local 152 return config; in GetTaskConfig()
|
H A D | sendresponse_func_test.c | 90 TaskConfig config = {LEVEL_HIGH, PRI_ABOVE_NORMAL, 0x800, 20, SHARED_TASK}; // share with broadcast
in GetTaskConfig() local 91 return config;
in GetTaskConfig()
|
H A D | broadcast_subscribe_func_test.c | 73 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, 0x800, 20, SHARED_TASK}; // share with broadcast
in GetTaskConfig() local 75 return config;
in GetTaskConfig()
|