Home
last modified time | relevance | path

Searched full:user_config (Results 1 – 19 of 19) sorted by relevance

/external/pigweed/pw_config_loader/py/
Dyaml_config_loader_mixin_test.py70 user_config: dict[str, Any],
81 user_path.write_text(yaml.safe_dump({title: user_config}))
102 user_config={'a': 1},
110 user_config={},
118 user_config={},
126 user_config={'a': 1},
212 user_config: dict[str, Any],
223 user_path.write_text(yaml.safe_dump({title: user_config}))
256 user_config={
272 user_config={'extend': 'ghi', 'max': 2},
/external/sdv/vsomeip/third_party/boost/unordered/
D.travis.yml22 user_config="using gcc : : g++-4.8 --coverage -fsanitize=address ;"
28 user_config="using gcc : : g++-4.8 -m32 -fsanitize=address ;"
33 user_config="using clang : : clang++ -fsanitize=address ;"
39 user_config="using clang : : clang++ -m32 ;"
52 - echo $user_config > ~/user-config.jam
/external/sdv/vsomeip/third_party/boost/container_hash/
D.travis.yml15 USER_CONFIG="using gcc : : g++-4.8 ;"
19 USER_CONFIG="using gcc : : g++-7 ;"
29 USER_CONFIG="using clang : : clang++ ;"
33 USER_CONFIG="using clang : : clang++ -D_HAS_AUTO_PTR_ETC=0 ;"
43 - echo $USER_CONFIG > ~/user-config.jam
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dcustom_graph_optimizer_registry.h105 // Returns true when `plugin_config` conflicts with `user_config`:
106 // - Plugin's `disable_model_pruning` is not equal to `user_config`'s, or
108 // `user_config`'s.
109 static bool IsConfigsConflict(ConfigList& user_config,
Dcustom_graph_optimizer_registry.cc203 ConfigList& user_config, ConfigList& plugin_config) { in IsConfigsConflict() argument
205 if (user_config.disable_model_pruning != plugin_config.disable_model_pruning) in IsConfigsConflict()
207 // Returns true if user_config is turned on but plugin_config is turned off. in IsConfigsConflict()
208 for (auto& pair : user_config.toggle_config) { in IsConfigsConflict()
209 if ((user_config.toggle_config[pair.first] == RewriterConfig::ON) && in IsConfigsConflict()
/external/pigweed/pw_console/py/
Dconsole_prefs_test.py129 user_config = {
135 user_config_file = _create_tempfile(yaml.dump(user_config))
164 user_config['pw_console']['ui_theme'], prefs.ui_theme
167 Path(user_config['pw_console']['search_history']).expanduser(),
/external/skia/src/opts/
DBUILD.bazel66 "@skia_user_config//:user_config",
88 "@skia_user_config//:user_config",
129 "@skia_user_config//:user_config",
151 "@skia_user_config//:user_config",
/external/python/setuptools/setuptools/command/
Dsetopt.py94 self.user_config = None
101 if self.user_config:
/external/skia/example/external_client/custom_skia_config/
DBUILD.bazel4 name = "user_config",
/external/skia/include/config/
DBUILD.bazel10 name = "user_config",
/external/skia/
DBUILD.bazel37 "@skia_user_config//:user_config",
55 "@skia_user_config//:user_config",
86 "@skia_user_config//:user_config",
/external/skia/example/external_client/
DWORKSPACE.bazel20 # - a user_config cc_library rule that has SkiaUserConfig.h available and
/external/skia/src/base/
DBUILD.bazel130 deps = ["@skia_user_config//:user_config"],
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dall.sh3004 echo '#undef MBEDTLS_NIST_KW_C' >user_config.h
3005 …-I '$PWD' -DMBEDTLS_CONFIG_FILE='\"full_config.h\"' -DMBEDTLS_USER_CONFIG_FILE='\"user_config.h\"'"
3008 rm -f user_config.h full_config.h
3472 echo '#undef MBEDTLS_NIST_KW_C' >user_config.h
3474 …LES=OFF -DMBEDTLS_CONFIG_FILE=full_config.h -DMBEDTLS_USER_CONFIG_FILE=user_config.h "$MBEDTLS_ROO…
3478 rm -f user_config.h full_config.h
3501 echo '#undef MBEDTLS_NIST_KW_C' >user_config.h
3503 …make -DGEN_FILES=OFF -DMBEDTLS_CONFIG_FILE=full_config.h -DMBEDTLS_USER_CONFIG_FILE=user_config.h .
3507 rm -f user_config.h full_config.h
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash_ex.c1191 uint32_t user_config = READ_REG(FLASH->OPTR); in FLASH_OB_GetUser() local
1192 CLEAR_BIT(user_config, FLASH_OPTR_RDP); in FLASH_OB_GetUser()
1194 return user_config; in FLASH_OB_GetUser()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash_ex.c1191 uint32_t user_config = READ_REG(FLASH->OPTR); in FLASH_OB_GetUser() local
1192 CLEAR_BIT(user_config, FLASH_OPTR_RDP); in FLASH_OB_GetUser()
1194 return user_config; in FLASH_OB_GetUser()
/external/mbedtls/tests/scripts/
Dall.sh4578 echo '#undef MBEDTLS_NIST_KW_C' >user_config.h
4579 …-I '$PWD' -DMBEDTLS_CONFIG_FILE='\"full_config.h\"' -DMBEDTLS_USER_CONFIG_FILE='\"user_config.h\"'"
4582 rm -f user_config.h full_config.h
5325 echo '#undef MBEDTLS_NIST_KW_C' >user_config.h
5327 …LES=OFF -DMBEDTLS_CONFIG_FILE=full_config.h -DMBEDTLS_USER_CONFIG_FILE=user_config.h "$MBEDTLS_ROO…
5331 rm -f user_config.h full_config.h
5354 echo '#undef MBEDTLS_NIST_KW_C' >user_config.h
5356 …make -DGEN_FILES=OFF -DMBEDTLS_CONFIG_FILE=full_config.h -DMBEDTLS_USER_CONFIG_FILE=user_config.h .
5360 rm -f user_config.h full_config.h
/external/libpng/scripts/
Dpnglibconf.dfa178 setting USER_CONFIG
/external/skia/platform_tools/android/bin/linux/
Dperfhostlibpthread.so.0 _Jv_RegisterClasses sem_post pthread_attr_init sem_init pthread_mutex_unlock pthread_create raise pthread_attr_setstacksize __errno_location fork nanosleep waitpid pthread_mutex_lock lseek64 ...