Home
last modified time | relevance | path

Searched full:configs (Results 1 – 25 of 1626) sorted by relevance

12345678910>>...66

/external/u-boot/board/sunxi/
DMAINTAINERS5 F: include/configs/sun4i.h
6 F: configs/A10-OLinuXino-Lime_defconfig
7 F: configs/ba10_tv_box_defconfig
8 F: configs/Chuwi_V7_CW0825_defconfig
9 F: configs/Cubieboard_defconfig
10 F: configs/dserve_dsrv9703c_defconfig
11 F: configs/Hyundai_A7HD_defconfig
12 F: configs/inet1_defconfig
13 F: configs/inet97fv2_defconfig
14 F: configs/inet9f_rev03_defconfig
[all …]
/external/u-boot/board/freescale/p1_p2_rdb_pc/
DMAINTAINERS5 F: include/configs/p1_p2_rdb_pc.h
6 F: configs/P1020MBG-PC_defconfig
7 F: configs/P1020MBG-PC_36BIT_defconfig
8 F: configs/P1020MBG-PC_36BIT_SDCARD_defconfig
9 F: configs/P1020MBG-PC_SDCARD_defconfig
10 F: configs/P1020RDB-PC_defconfig
11 F: configs/P1020RDB-PC_36BIT_defconfig
12 F: configs/P1020RDB-PC_36BIT_NAND_defconfig
13 F: configs/P1020RDB-PC_36BIT_SDCARD_defconfig
14 F: configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
[all …]
/external/u-boot/board/freescale/corenet_ds/
DMAINTAINERS5 F: include/configs/P3041DS.h
6 F: configs/P3041DS_defconfig
7 F: configs/P3041DS_NAND_defconfig
8 F: configs/P3041DS_SDCARD_defconfig
9 F: configs/P3041DS_SECURE_BOOT_defconfig
10 F: configs/P3041DS_SPIFLASH_defconfig
11 F: configs/P3041DS_SRIO_PCIE_BOOT_defconfig
12 F: include/configs/P4080DS.h
13 F: configs/P4080DS_defconfig
14 F: configs/P4080DS_SDCARD_defconfig
[all …]
/external/u-boot/board/freescale/p1010rdb/
DMAINTAINERS5 F: include/configs/P1010RDB.h
6 F: configs/P1010RDB-PA_36BIT_NAND_defconfig
7 F: configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig
8 F: configs/P1010RDB-PA_36BIT_NOR_defconfig
9 F: configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig
10 F: configs/P1010RDB-PA_36BIT_SDCARD_defconfig
11 F: configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig
12 F: configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig
13 F: configs/P1010RDB-PA_NAND_defconfig
14 F: configs/P1010RDB-PA_NAND_SECBOOT_defconfig
[all …]
/external/u-boot/board/freescale/t104xrdb/
DMAINTAINERS5 F: include/configs/T104xRDB.h
6 F: configs/T1040RDB_defconfig
7 F: configs/T1040RDB_NAND_defconfig
8 F: configs/T1040RDB_SPIFLASH_defconfig
9 F: configs/T1040D4RDB_defconfig
10 F: configs/T1040D4RDB_NAND_defconfig
11 F: configs/T1040D4RDB_SPIFLASH_defconfig
12 F: configs/T1042RDB_defconfig
13 F: configs/T1042D4RDB_defconfig
14 F: configs/T1042D4RDB_NAND_defconfig
[all …]
/external/deqp/modules/egl/
DteglConfigList.cpp43 : TestCase(eglTestCtx, "configs", "Output the list of configs from EGL") in ConfigList()
65 vector<EGLConfig> configs = eglu::getConfigs(egl, display); in iterate() local
71 log.startEglConfigSet("EGL-configs", "List of all EGL configs"); in iterate()
76 for (int i = 0; i < (int)configs.size(); i++) in iterate()
81 egl.getConfigAttrib(display, configs[i], EGL_BUFFER_SIZE, &val); in iterate()
84 egl.getConfigAttrib(display, configs[i], EGL_RED_SIZE, &val); in iterate()
87 egl.getConfigAttrib(display, configs[i], EGL_GREEN_SIZE, &val); in iterate()
90 egl.getConfigAttrib(display, configs[i], EGL_BLUE_SIZE, &val); in iterate()
93 egl.getConfigAttrib(display, configs[i], EGL_LUMINANCE_SIZE, &val); in iterate()
96 egl.getConfigAttrib(display, configs[i], EGL_ALPHA_SIZE, &val); in iterate()
[all …]
/external/libtextclassifier/utils/
Dtokenizer_test.cc103 std::vector<TokenizationCodepointRangeT> configs; in TEST() local
106 configs.emplace_back(); in TEST()
107 config = &configs.back(); in TEST()
112 configs.emplace_back(); in TEST()
113 config = &configs.back(); in TEST()
118 configs.emplace_back(); in TEST()
119 config = &configs.back(); in TEST()
124 TestingTokenizerProxy tokenizer(TokenizationType_INTERNAL_TOKENIZER, configs, in TEST()
160 std::vector<TokenizationCodepointRangeT> configs; in TEST() local
163 configs.emplace_back(); in TEST()
[all …]
/external/v8/gni/
Dv8.gni77 # paths for all configs in templates as they are shared in different
87 # Common configs to remove or add in all v8 targets.
146 forward_variables_from(invoker, "*", [ "configs" ])
147 configs += invoker.configs
148 configs -= v8_remove_configs
149 configs += v8_add_configs
155 forward_variables_from(invoker, "*", [ "configs" ])
156 configs += invoker.configs
157 configs -= v8_remove_configs
158 configs += v8_add_configs
[all …]
/external/swiftshader/src/
Dswiftshader.gni5 # This file contains configs that need to be added or removed to all
29 configs -= configs_to_delete
30 configs += configs_to_add
31 forward_variables_from(invoker, "*", [ "configs" ])
32 if (defined(invoker.configs)) {
33 configs += invoker.configs
40 configs -= configs_to_delete
41 configs += configs_to_add
42 forward_variables_from(invoker, "*", [ "configs" ])
43 if (defined(invoker.configs)) {
[all …]
/external/swiftshader/build/Visual Studio 15 2017 Win64/
DReactorLLVM.vcxproj55configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
74configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
77configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
90configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
109configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
112configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
DGLCompiler.vcxproj55configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
74configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
77configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
90configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
109configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
112configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
DSwiftShader.vcxproj55configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
74configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
77configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
90configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
109configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
112configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
DlibEGL.vcxproj59configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
78configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
81configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
123configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
142configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
145configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
DlibGLES_CM.vcxproj59configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
78configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
81configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
119configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
138configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
141configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
DlibGLESv2.vcxproj59configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
78configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
81configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
123configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
142configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
145configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\…
/external/u-boot/board/freescale/bsc9132qds/
DMAINTAINERS5 F: include/configs/BSC9132QDS.h
6 F: configs/BSC9132QDS_NAND_DDRCLK100_defconfig
7 F: configs/BSC9132QDS_NAND_DDRCLK133_defconfig
8 F: configs/BSC9132QDS_NOR_DDRCLK100_defconfig
9 F: configs/BSC9132QDS_NOR_DDRCLK133_defconfig
10 F: configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig
11 F: configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig
12 F: configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig
13 F: configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig
18 F: configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig
[all …]
/external/u-boot/board/micronas/vct/
DMAINTAINERS5 F: include/configs/vct.h
6 F: configs/vct_platinum_defconfig
7 F: configs/vct_platinum_onenand_defconfig
8 F: configs/vct_platinum_onenand_small_defconfig
9 F: configs/vct_platinum_small_defconfig
10 F: configs/vct_platinumavc_defconfig
11 F: configs/vct_platinumavc_onenand_defconfig
12 F: configs/vct_platinumavc_onenand_small_defconfig
13 F: configs/vct_platinumavc_small_defconfig
14 F: configs/vct_premium_defconfig
[all …]
/external/u-boot/board/atmel/at91sam9260ek/
DMAINTAINERS5 F: include/configs/at91sam9260ek.h
6 F: configs/at91sam9260ek_dataflash_cs0_defconfig
7 F: configs/at91sam9260ek_dataflash_cs1_defconfig
8 F: configs/at91sam9260ek_nandflash_defconfig
9 F: configs/at91sam9g20ek_2mmc_nandflash_defconfig
10 F: configs/at91sam9g20ek_dataflash_cs0_defconfig
11 F: configs/at91sam9g20ek_dataflash_cs1_defconfig
12 F: configs/at91sam9g20ek_mmc_defconfig
13 F: configs/at91sam9g20ek_2mmc_defconfig
14 F: configs/at91sam9g20ek_nandflash_defconfig
[all …]
/external/u-boot/board/keymile/km83xx/
DMAINTAINERS5 F: include/configs/km8360.h
6 F: configs/kmcoge5ne_defconfig
7 F: configs/kmeter1_defconfig
8 F: include/configs/tuxx1.h
9 F: configs/kmopti2_defconfig
10 F: configs/kmtepr2_defconfig
11 F: include/configs/suvd3.h
12 F: configs/kmtegr1_defconfig
13 F: configs/kmvect1_defconfig
14 F: configs/suvd3_defconfig
[all …]
/external/u-boot/board/freescale/t208xqds/
DMAINTAINERS5 F: include/configs/T208xQDS.h
6 F: configs/T2080QDS_defconfig
7 F: configs/T2080QDS_NAND_defconfig
8 F: configs/T2080QDS_SDCARD_defconfig
9 F: configs/T2080QDS_SPIFLASH_defconfig
10 F: configs/T2080QDS_SRIO_PCIE_BOOT_defconfig
11 F: configs/T2081QDS_defconfig
12 F: configs/T2081QDS_NAND_defconfig
13 F: configs/T2081QDS_SDCARD_defconfig
14 F: configs/T2081QDS_SPIFLASH_defconfig
[all …]
/external/deqp/external/openglcts/modules/common/
DglcConfigListCase.cpp61 return "Float configs: Not testable"; in getExcludeReasonName()
125 ConfigList configs; in iterate() local
127 getDefaultConfigList(m_testCtx.getPlatform(), m_ctxType, configs); in iterate()
129 // Valid configs. in iterate()
131 tcu::ScopedLogSection configSection(log, "Configs", "Configs"); in iterate()
133 …for (vector<Config>::const_iterator cfgIter = configs.configs.begin(); cfgIter != configs.configs.… in iterate()
139 // Excluded configs. in iterate()
141 tcu::ScopedLogSection excludedSection(log, "ExcludedConfigs", "Excluded configs"); in iterate()
143 for (vector<ExcludedConfig>::const_iterator cfgIter = configs.excludedConfigs.begin(); in iterate()
144 cfgIter != configs.excludedConfigs.end(); cfgIter++) in iterate()
[all …]
/external/u-boot/board/freescale/t102xrdb/
DMAINTAINERS5 F: include/configs/T102xRDB.h
6 F: configs/T1024RDB_defconfig
7 F: configs/T1024RDB_NAND_defconfig
8 F: configs/T1024RDB_SDCARD_defconfig
9 F: configs/T1024RDB_SPIFLASH_defconfig
10 F: configs/T1024RDB_SECURE_BOOT_defconfig
11 F: configs/T1023RDB_defconfig
12 F: configs/T1023RDB_NAND_defconfig
13 F: configs/T1023RDB_SDCARD_defconfig
14 F: configs/T1023RDB_SPIFLASH_defconfig
[all …]
/external/u-boot/tools/
Dmoveconfig.py19 First, you must edit the Kconfig to add the menu entries for the configs
28 The tool walks through all the defconfig files and move the given CONFIGs.
78 from the config headers (include/configs/*.h).
118 ./tools/moveconfig.py -s -d <(grep -l X86 configs/*)
122 grep -l X86 configs/* | ./tools/moveconfig.py -s -d -
124 To process CONFIG_CMD_FPGAD only for a subset of configs based on path match:
126 ls configs/{hrcon*,iocon*,strider*} | \
130 Finding implied CONFIGs
139 This tool can help find such configs. To use it, first build a database:
395 line: Path or filename to match, e.g. 'configs/snow_defconfig' or
[all …]
/external/u-boot/board/keymile/km_arm/
DMAINTAINERS5 F: include/configs/km_kirkwood.h
6 F: configs/km_kirkwood_defconfig
7 F: configs/km_kirkwood_128m16_defconfig
8 F: configs/km_kirkwood_pci_defconfig
9 F: configs/kmcoge5un_defconfig
10 F: configs/kmnusa_defconfig
11 F: configs/kmsugp1_defconfig
12 F: configs/kmsuv31_defconfig
13 F: configs/mgcoge3un_defconfig
14 F: configs/portl2_defconfig
/external/u-boot/board/freescale/ls1021aqds/
DMAINTAINERS5 F: include/configs/ls1021aqds.h
6 F: configs/ls1021aqds_nor_defconfig
7 F: configs/ls1021aqds_ddr4_nor_defconfig
8 F: configs/ls1021aqds_ddr4_nor_lpuart_defconfig
9 F: configs/ls1021aqds_nor_SECURE_BOOT_defconfig
10 F: configs/ls1021aqds_nor_lpuart_defconfig
11 F: configs/ls1021aqds_sdcard_ifc_defconfig
12 F: configs/ls1021aqds_sdcard_qspi_defconfig
13 F: configs/ls1021aqds_qspi_defconfig
14 F: configs/ls1021aqds_nand_defconfig

12345678910>>...66