Searched refs:cfg (Results 1 – 5 of 5) sorted by relevance
/development/vndk/tools/header-checker/src/utils/ |
D | config_file_test.cpp | 40 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 &§ion1 = cfg.GetSection("section1"); in TEST() 54 auto &§ion2 = 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/ |
D | sql.go | 21 cfg := mysql.Cfg( 26 cfg.DBName = constants.GetConfigVar("GCP_DB_NAME") 27 return mysql.DialCfg(cfg)
|
/development/vndk/tools/header-checker/src/diff/ |
D | header_abi_diff.cpp | 157 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/samples/training/NsdChat/ |
D | Android.bp | 7 proguard_flags_files: ["proguard.cfg"],
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 6058 …form/system/core,fake_q3AfsaCERmyl-aaPxzrFxA@fakeemail.com,Add a PREUPLOAD.cfg file to run git-cla… 8411 …st/connectivity,fake_6aRNTluaSTu9at5rSHu1XA@fakeemail.com,Using QC_Default.cfg as the default QXDM… 10620 …s/PackageInstaller,fake_wEaC-W2gRuaKlcqxAiIzJA@fakeemail.com,Add PREUPLOAD.cfg with relevant built… 13279 …form/external/freetype,fake_IFIinmEVR2a5weQoLfiIkg@fakeemail.com,* modules.cfg: compile ftgxval.c … 13749 …l/freetype,fake_IFIinmEVR2a5weQoLfiIkg@fakeemail.com,Keep existing modules.cfg in the building tre… 14185 …form/external/freetype,fake_2pYOXwJEQK-u68eFLNTnfg@fakeemail.com,* modules.cfg: Compile in ftotval… 16435 …ion. With GNU make it is now sufficient to modify a single file, `modules.cfg', to control the in… 17559 …tform/system/update_engine,fake_MGuIvDtcTnyECgGciwwDIg@fakeemail.com,update_engine: Add CPPLINT.cfg 17571 …0f05,platform/system/update_engine,fake_1DHqQnNMQOOg6ea6DVClPQ@fakeemail.com,Add PREUPLOAD.cfg file 17879 …_G9aGRaOmSiCCpFlBFD_ebA@fakeemail.com,net: wireless: bcmdhd: add bssid count element in hotlist cfg [all …]
|