| /external/pigweed/ |
| D | Kconfig.zephyr | 20 rsource "pw_assert_zephyr/Kconfig" 21 rsource "pw_base64/Kconfig" 22 rsource "pw_bytes/Kconfig" 23 rsource "pw_checksum/Kconfig" 24 rsource "pw_chrono_zephyr/Kconfig" 25 rsource "pw_containers/Kconfig" 26 rsource "pw_function/Kconfig" 27 rsource "pw_hdlc/Kconfig" 28 rsource "pw_interrupt_zephyr/Kconfig" 29 rsource "pw_log_zephyr/Kconfig" [all …]
|
| /external/toybox/kconfig/ |
| D | Makefile | 7 obj = ./kconfig 64 SHIPPED = kconfig/zconf.tab.c kconfig/lex.zconf.c kconfig/zconf.hash.c 71 kconfig/mconf: $(SHIPPED) 72 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \ 73 kconfig/lxdialog/*.c -lcurses -DCURSES_LOC="<ncurses.h>" \ 76 kconfig/conf: $(SHIPPED) 77 $(HOSTCC) -o $@ kconfig/conf.c kconfig/zconf.tab.c -DKBUILD_NO_NLS=1 \ 81 @rm -f $(wildcard kconfig/*zconf*.c) kconfig/conf kconfig/mconf
|
| D | README | 1 This is a snapshot of linux 2.6.12 kconfig as washed through busybox and 7 Way back when I tried to push my local changes to kconfig upstream
|
| /external/cronet/net/dns/ |
| D | system_dns_config_change_notifier_unittest.cc | 31 const DnsConfig kConfig(kNameservers); 128 base::Unretained(test_config_service_), kConfig)); in TEST_F() 132 testing::ElementsAre(testing::Optional(kConfig))); in TEST_F() 145 base::Unretained(test_config_service_), kConfig)); in TEST_F() 153 testing::ElementsAre(testing::Optional(kConfig), in TEST_F() 163 LoadConfig(kConfig); in TEST_F() 170 testing::ElementsAre(testing::Optional(kConfig))); in TEST_F() 179 LoadConfig(kConfig); in TEST_F() 198 LoadConfig(kConfig); in TEST_F() 206 LoadConfig(kConfig); in TEST_F() [all …]
|
| /external/pigweed/pw_docgen/py/pw_docgen/sphinx/ |
| D | kconfig.py | 14 """Auto-generate the Kconfig reference in //docs/os/zephyr/kconfig.rst""" 60 """Recursively generate documentation for the Kconfig nodes.""" 117 """Parse the Kconfig and kick off the doc generation process.""" 118 if 'docs/os/zephyr/kconfig' not in docname: 126 file_path = f'{pw_root}/Kconfig.zephyr' 127 kconfig = kconfiglib.Kconfig(file_path) 128 # There's no need to render kconfig.top_node (the main menu) or 129 # kconfig.top_node.list (ZEPHYR_PIGWEED_MODULE). 130 process_node(kconfig.top_node.list.next, root)
|
| /external/webrtc/modules/audio_processing/agc2/ |
| D | clipping_predictor_unittest.cc | 397 constexpr ClippingPredictorConfig kConfig{ in TEST() local 405 auto predictor = CreateClippingPredictor(kNumChannels, kConfig); in TEST() 406 AnalyzeNonZeroCrestFactorAudio(/*num_calls=*/kConfig.reference_window_length, in TEST() 413 AnalyzeZeroCrestFactorAudio(kConfig.window_length, kNumChannels, in TEST() 422 constexpr ClippingPredictorConfig kConfig{ in TEST() local 429 auto predictor = CreateClippingPredictor(kNumChannels, kConfig); in TEST() 430 AnalyzeNonZeroCrestFactorAudio(/*num_calls=*/kConfig.reference_window_length, in TEST() 437 AnalyzeZeroCrestFactorAudio(kConfig.window_length, kNumChannels, in TEST() 446 constexpr ClippingPredictorConfig kConfig{ in TEST() local 453 auto predictor = CreateClippingPredictor(kNumChannels, kConfig); in TEST() [all …]
|
| /external/pigweed/docs/os/zephyr/ |
| D | kconfig.rst | 1 .. _docs-os-zephyr-kconfig: 4 Zephyr Kconfig reference 6 This page is an auto-generated reference of all of the Kconfig-related 12 Kconfig source code.
|
| D | index.rst | 27 2. See :ref:`docs-os-zephyr-kconfig` to find the Kconfig options for 48 kconfig
|
| /external/toybox/ |
| D | .gitignore | 6 /kconfig/mconf 7 /kconfig/conf 8 /kconfig/*.c
|
| /external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/ |
| D | metadata_allocator.cc | 15 constexpr PartitionOptions kConfig{}; variable 20 static internal::base::NoDestructor<PartitionRoot> allocator(kConfig); in PA_COMPONENT_EXPORT() 32 PCScanMetadataAllocator().Init(kConfig); in ReinitPCScanMetadataAllocatorForTesting()
|
| /external/ltp/testcases/kernel/uevents/ |
| D | uevent02.c | 132 struct tst_kconfig_var kconfig = TST_KCONFIG_INIT("CONFIG_RPS"); in setup() local 135 tst_kconfig_read(&kconfig, 1); in setup() 138 if (kconfig.choice == 'y') in setup() 141 if (kconfig.choice == 'y') in setup()
|
| /external/ltp/lib/ |
| D | tst_kconfig.c | 241 static inline unsigned int get_len(const char* kconfig, unsigned int len) in get_len() argument 243 const char *sep = strnchr(kconfig, '=', len); in get_len() 248 return sep - kconfig; in get_len() 392 * Fill in the kconfig variables array from the expressions. Also makes sure 413 tst_brk(TBROK, "kconfig var id too long!"); in populate_vars() 512 tst_brk(TBROK, "Invalid kconfig expression!"); in tst_kconfig_check() 516 tst_brk(TBROK, "Invalid kconfig variables!"); in tst_kconfig_check() 555 tst_brk(TBROK, "Kconfig var name \"%s\" too long", confname); in tst_kconfig_get()
|
| /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
| D | kvm-test-1-run.sh | 45 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log 48 # Combine additional Kconfig options into an existing set such that 49 # newer options win. The first argument is the Kconfig source ID, the 51 # list of additional Kconfig options. Note that a $2.tmp file is 71 config_override_param "--kconfig argument" KcList "$TORTURE_KCONFIG_ARG" 161 # Pull in Kconfig-fragment boot parameters
|
| D | torture.sh | 319 …torture_one "$@" --kconfig "CONFIG_DEBUG_LOCK_ALLOC=y CONFIG_PROVE_LOCKING=y" $kcsan_kmake_tag $cu… 362 …cpus --duration "$duration_scftorture" --configs "$configs_scftorture" --kconfig "CONFIG_NR_CPUS=$… 385 …ftests/rcutorture/bin/kvm.sh --torture refscale --allcpus --duration 5 --kconfig "CONFIG_TASKS_TRA… 397 …ftests/rcutorture/bin/kvm.sh --torture rcuscale --allcpus --duration 5 --kconfig "CONFIG_TASKS_TRA… 403 …tests/rcutorture/bin/kvm.sh --torture rcuscale --allcpus --duration 10 --kconfig "CONFIG_NR_CPUS=$… 409 …ftests/rcutorture/bin/kvm.sh --allcpus --duration 45s --configs TREE03 --kconfig "CONFIG_TEST_CLOC… 412 …ftests/rcutorture/bin/kvm.sh --allcpus --duration 45s --configs TREE03 --kconfig "CONFIG_TEST_CLOC…
|
| /external/linux-kselftest/tools/testing/selftests/rcutorture/doc/ |
| D | TINY_RCU.txt | 4 Kconfig Parameters: 14 Kconfig Parameters Ignored:
|
| /external/pigweed/pw_log_zephyr/ |
| D | docs.rst | 18 controlled via the standard `Kconfig options`_. All logs made through 67 .. _`Kconfig options`: https://docs.zephyrproject.org/latest/reference/logging/index.html#global-kc…
|
| /external/pigweed/zephyr/ |
| D | module.yml | 18 kconfig: Kconfig.zephyr
|
| /external/pigweed/pw_assert_zephyr/ |
| D | docs.rst | 20 .. _CONFIG_ASSERT: https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_ASSERT 21 .. _CONFIG_ASSERT_LEVEL: https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_ASSERT_LEVEL
|
| /external/pigweed/pw_i2c_mcuxpresso/ |
| D | initiator_test.cc | 25 constexpr McuxpressoInitiator::Config kConfig = { variable 33 McuxpressoInitiator initiator{kConfig}; in TEST()
|
| D | docs.rst | 40 constexpr McuxpressoInitiator::Config kConfig = { 45 McuxpressoInitiator initiator{kConfig};
|
| /external/ltp/testcases/kernel/syscalls/acct/ |
| D | acct02.c | 59 struct tst_kconfig_var kconfig = TST_KCONFIG_INIT(ACCT_V3); in acct_version_is_3() local 61 tst_kconfig_read(&kconfig, 1); in acct_version_is_3() 63 tst_res(TINFO, ACCT_V3 "=%c", kconfig.choice); in acct_version_is_3() 65 return kconfig.choice == 'y'; in acct_version_is_3()
|
| /external/igt-gpu-tools/scripts/ |
| D | list-workarounds | 123 kconfig = os.path.join(kernel_path, 'Kconfig') variable 124 if not os.path.isfile(kconfig):
|
| /external/ltp/testcases/kernel/syscalls/ipc/shmget/ |
| D | shmget02.c | 67 struct tst_kconfig_var kconfig = TST_KCONFIG_INIT("CONFIG_HUGETLBFS"); in get_hugetlb_exp_error() local 69 tst_kconfig_read(&kconfig, 1); in get_hugetlb_exp_error() 71 if (kconfig.choice != 'y') { in get_hugetlb_exp_error()
|
| /external/pigweed/pw_log_zephyr/public/pw_log_zephyr/ |
| D | log_zephyr.h | 22 // CONFIG_PIGWEED_LOG_LEVEL set by Kconfig. 40 // Default to the Kconfig value
|
| /external/pigweed/pw_stream_uart_mcuxpresso/ |
| D | dma_stream_example.cc | 30 const pw::stream::UartDmaStreamMcuxpresso::Config kConfig = { in UartDmaStreamExample() local 44 auto stream = pw::stream::UartDmaStreamMcuxpresso{kConfig}; in UartDmaStreamExample()
|