Home
last modified time | relevance | path

Searched refs:cfg (Results 1 – 6 of 6) sorted by relevance

/development/vndk/tools/header-checker/src/utils/
Dconfig_file_test.cpp40 auto &&cfg = ConfigParser::ParseFile(stream); in TEST()
41 EXPECT_TRUE(cfg.HasSection("section1")); in TEST()
42 EXPECT_TRUE(cfg.HasSection("section2")); in TEST()
43 EXPECT_FALSE(cfg.HasSection("section3")); in TEST()
45 auto &&section1 = cfg.GetSection("section1"); in TEST()
54 auto &&section2 = cfg.GetSection("section2"); in TEST()
60 EXPECT_EQ("value1", cfg.GetProperty("section1", "key1")); in TEST()
61 EXPECT_EQ("value2", cfg.GetProperty("section1", "key2")); in TEST()
63 EXPECT_EQ("value1", cfg["section1"]["key1"]); in TEST()
64 EXPECT_EQ("value2", cfg["section1"]["key2"]); in TEST()
/development/tools/repo_diff/service/repodiff/persistence/sql/
Dsql.go21 cfg := mysql.Cfg(
26 cfg.DBName = constants.GetConfigVar("GCP_DB_NAME")
27 return mysql.DialCfg(cfg)
/development/samples/training/NsdChat/
DAndroid.bp7 proguard_flags_files: ["proguard.cfg"],
/development/python-packages/
D.gitignore24 .installed.cfg
/development/vndk/tools/header-checker/src/diff/
Dheader_abi_diff.cpp157 ConfigFile cfg = ConfigParser::ParseFile(config_file_path); in ReadConfigFile() local
158 if (cfg.HasSection("global")) { in ReadConfigFile()
159 for (auto &&p : cfg.GetSection("global")) { in ReadConfigFile()
/development/python-packages/adb/
D.gitignore24 .installed.cfg