Home
last modified time | relevance | path

Searched refs:CONFIG_TRUE (Results 1 – 15 of 15) sorted by relevance

/external/libconfig/lib/
Dlibconfig.c487 return(CONFIG_TRUE); in __config_list_checktype()
490 return(CONFIG_TRUE); in __config_list_checktype()
495 return(CONFIG_TRUE); in __config_list_checktype()
500 ? CONFIG_TRUE : CONFIG_FALSE); in __config_list_checktype()
528 return(CONFIG_TRUE); in __config_validate_name()
582 return(r == 0 ? CONFIG_TRUE : CONFIG_FALSE); in __config_read()
715 return(CONFIG_TRUE); in config_write_file()
864 return(CONFIG_TRUE); in __config_setting_get_int()
871 return(CONFIG_TRUE); in __config_setting_get_int()
880 return(CONFIG_TRUE); in __config_setting_get_int()
[all …]
Dlibconfig.h70 #define CONFIG_TRUE (1) macro
279 ((S)->parent ? CONFIG_FALSE : CONFIG_TRUE)
Dlibconfigcpp.c++359 config_set_option(_config, (int)option, flag ? CONFIG_TRUE : CONFIG_FALSE); in setOption()
366 return(config_get_option(_config, (int)option) == CONFIG_TRUE); in getOption()
/external/wmediumd/wmediumd/
Dconfig.c271 &path_loss_model_name) != CONFIG_TRUE) { in parse_path_loss()
289 &param->path_loss_exponent) != CONFIG_TRUE) { in parse_path_loss()
296 &param->Xg) != CONFIG_TRUE) { in parse_path_loss()
325 &param->nFLOORS) != CONFIG_TRUE) { in parse_path_loss()
332 &param->LF) != CONFIG_TRUE) { in parse_path_loss()
/external/arm-trusted-firmware/tools/marvell/doimage/
Ddoimage.c662 if (config_read_file(&sec_cfg, filename) != CONFIG_TRUE) { in parse_sec_config_file()
679 &cfg_string) != CONFIG_TRUE) { in parse_sec_config_file()
690 &cfg_string) == CONFIG_TRUE) { in parse_sec_config_file()
727 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
735 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
744 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
752 if (config_lookup_int(&sec_cfg, "box_id", &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
761 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
770 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
/external/toybox/kconfig/
Dmacos_miniconfig108 CONFIG_TRUE=y
Dfreebsd_miniconfig61 CONFIG_TRUE=y
Dandroid_miniconfig65 CONFIG_TRUE=y
/external/libconfig/contrib/
Dcopy_setting.c99 return CONFIG_TRUE; in config_setting_copy()
/external/libconfig/contrib/ls-config/src/
Dls-config.c912 if(ibuffer == CONFIG_TRUE) { in read_config()
967 if(ibuffer == CONFIG_TRUE) { in read_config()
1048 if(ibuffer == CONFIG_TRUE) { in read_config()
/external/libconfig/doc/
Dlibconfig.texi703 The boolean values @code{CONFIG_TRUE} and @code{CONFIG_FALSE} are
734 @code{CONFIG_TRUE} on success, or @code{CONFIG_FALSE} on failure; the
745 @code{CONFIG_TRUE} on success, or @code{CONFIG_FALSE} on failure; the
755 @code{CONFIG_TRUE} on success, or @code{CONFIG_FALSE} on failure; the
771 @var{filename}. It returns @code{CONFIG_TRUE} on success, or
970 @var{config}. The option is enabled if @var{flag} is @code{CONFIG_TRUE} and
1021 the setting at @var{value} and return @code{CONFIG_TRUE} on
1073 @var{value}. On success, they return @code{CONFIG_TRUE}. If
1089 @var{value} and return @code{CONFIG_TRUE} on success. If the setting
1119 @code{config_setting_set_format()} returns @code{CONFIG_TRUE} on
[all …]
/external/toybox/
D.config-device311 CONFIG_TRUE=y
D.config-linux312 CONFIG_TRUE=y
D.config-mac312 CONFIG_TRUE=y
/external/libconfig/
DChangeLog716 * libconfig.c - use CONFIG_TRUE & CONFIG_FALSE rather than 1 & 0