/external/google-breakpad/src/client/mac/crash_generation/ |
ConfigFile.h | 41 class ConfigFile { 43 ConfigFile() { 49 ~ConfigFile() {
|
Inspector.h | 38 #import "client/mac/crash_generation/ConfigFile.h" 158 ConfigFile config_file_;
|
/development/vndk/tools/header-checker/src/utils/ |
config_file.h | 79 class ConfigFile { 86 ConfigFile() = default; 87 ConfigFile(ConfigFile &&) = default; 88 ConfigFile &operator=(ConfigFile &&) = default; 132 ConfigFile(const ConfigFile &) = delete; 133 ConfigFile &operator=(const ConfigFile &) = delete [all...] |
config_file.cpp | 28 ConfigFile ConfigParser::ParseFile(std::istream &istream) { 34 ConfigFile ConfigParser::ParseFile(const std::string &path) { 40 ConfigFile ConfigParser::ParseFile() {
|
/external/vulkan-validation-layers/layers/ |
vk_layer_config.cpp | 41 class ConfigFile { 43 ConfigFile(); 44 ~ConfigFile(); 57 static ConfigFile g_configFileObj; 139 // Constructor for ConfigFile. Initialize layers to log error messages to stdout by default. If a vk_layer_settings file is present, 141 ConfigFile::ConfigFile() : m_fileIsParsed(false) { 175 ConfigFile::~ConfigFile() {} 177 const char *ConfigFile::getOption(const std::string &_option) [all...] |
/external/autotest/site_utils/lxc/ |
lxc_config_unittest.py | 61 with ConfigFile(config) as test_cfg, MockContainer() as container: 84 with ConfigFile(config) as test_cfg, MockContainer() as container: 156 def ConfigFile(config):
|
/external/vulkan-validation-layers/tests/ |
vktestframework.h | 89 std::string ConfigFile;
|
vktestframework.cpp | 345 ConfigFile = name; 358 if (ConfigFile.size() > 0) { 359 configStrings = ReadFileData(ConfigFile.c_str()); [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
Ecc.py | 110 EccGlobalData.gConfig = Configuration(self.ConfigFile)
142 self.ConfigFile = path
144 self.ConfigFile = 'config.ini'
349 if Options.ConfigFile != None:
350 self.ConfigFile = Options.ConfigFile
403 Parser.add_option("-c", "--config filename", action="store", type="string", dest="ConfigFile",
|
/external/clang/lib/Format/ |
Format.cpp | [all...] |
/development/vndk/tools/header-checker/src/diff/ |
header_abi_diff.cpp | 33 using header_checker::utils::ConfigFile; 157 ConfigFile cfg = ConfigParser::ParseFile(config_file_path);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
CommandLineTest.cpp | 762 std::ofstream ConfigFile(TestCfg.c_str()); 763 EXPECT_TRUE(ConfigFile.is_open()); 764 ConfigFile << "# Comment\n" 770 ConfigFile.close();
|
/external/deqp-deps/glslang/StandAlone/ |
StandAlone.cpp | 139 std::string ConfigFile; 146 if (ConfigFile.size() == 0) 149 char* configString = ReadFileData(ConfigFile.c_str()); 282 ConfigFile = name; [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/ |
IFWIStitch.bat | 67 if not exist %~2 echo ConfigFile not found. & goto Usage
|
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/ |
servicemanagement_v1_messages.py | 359 class ConfigFile(_messages.Message): 430 files = _messages.MessageField('ConfigFile', 1, repeated=True) [all...] |