Searched refs:_option (Results 1 – 7 of 7) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | vk_layer_config.cpp | 46 const char *getOption(const std::string &_option); 47 void setOption(const std::string &_option, const std::string &_val); 78 …AYER_EXPORT const char *getLayerOption(const char *_option) { return g_configFileObj.getOption(_op… in getLayerOption() argument 82 VK_LAYER_EXPORT FILE *getLayerLogOutput(const char *_option, const char *layerName) { in getLayerLogOutput() argument 84 if (!_option || !strcmp("stdout", _option)) in getLayerLogOutput() 87 log_output = fopen(_option, "w"); in getLayerLogOutput() 89 if (_option) in getLayerLogOutput() 91 …<< layerName << " ERROR: Bad output filename specified: " << _option << ". Writing to STDOUT inste… in getLayerLogOutput() 101 VK_LAYER_EXPORT VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, Vk… in GetLayerOptionFlags() argument 104 std::string option_list = g_configFileObj.getOption(_option.c_str()); in GetLayerOptionFlags() [all …]
|
D | vk_layer_config.h | 60 VK_LAYER_EXPORT const char *getLayerOption(const char *_option); 61 VK_LAYER_EXPORT FILE *getLayerLogOutput(const char *_option, const char *layerName); 62 VK_LAYER_EXPORT VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, Vk… 65 VK_LAYER_EXPORT void setLayerOption(const char *_option, const char *_val);
|
/external/ppp/pppd/plugins/radius/ |
D | options.h | 25 typedef struct _option { struct
|
/external/libpcap/ |
D | CMakeLists.txt | 50 macro(check_and_add_compiler_option _option) 51 message(STATUS "Checking C compiler flag ${_option}") 52 string(REPLACE "=" "-" _temp_option_variable ${_option}) 54 check_c_compiler_flag("${_option}" ${_option_variable}) 56 set(C_ADDITIONAL_FLAGS "${C_ADDITIONAL_FLAGS} ${_option}")
|
/external/libexif/ |
D | ChangeLog | 974 (exif_data_[set,unset]_option): New
|
/external/python/cpython2/Doc/library/ |
D | doctest.rst | 525 .. _option-flags-and-directives:
|
/external/python/cpython3/Doc/library/ |
D | doctest.rst | 511 .. _option-flags-and-directives:
|