Searched defs:_option (Results 1 – 3 of 3) sorted by relevance
| /external/ppp/pppd/plugins/radius/ |
| D | options.h | 25 typedef struct _option { struct 37 static OPTION config_options[] = { argument
|
| /external/vulkan-validation-layers/layers/ |
| D | vk_layer_config.cpp | 80 VK_LAYER_EXPORT const char *getLayerOption(const char *_option) { return g_configFileObj.getOption(… in getLayerOption() 81 VK_LAYER_EXPORT const char *GetLayerEnvVar(const char *_option) { in GetLayerEnvVar() 88 VK_LAYER_EXPORT FILE *getLayerLogOutput(const char *_option, const char *layerName) { in getLayerLogOutput() 107 VK_LAYER_EXPORT VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, Vk… in GetLayerOptionFlags() 143 VK_LAYER_EXPORT void setLayerOption(const char *_option, const char *_val) { g_configFileObj.setOpt… in setLayerOption() 187 const char *ConfigFile::getOption(const std::string &_option) { in getOption() 200 void ConfigFile::setOption(const std::string &_option, const std::string &_val) { in setOption()
|
| /external/autotest/utils/frozen_chromite/lib/ |
| D | commandline.py | 88 def AbsolutePath(_option, _opt, value): argument 491 def OptparseWrapCheck(desc, check_f, _option, opt, value): argument
|