Searched refs:parse_config_file (Results 1 - 13 of 13) sorted by relevance

/external/autotest/scheduler/
H A Dscheduler_config.py34 config.parse_config_file()
H A Ddrone_manager.py293 config.parse_config_file()
/external/autotest/client/common_lib/
H A Dglobal_config.py101 self.parse_config_file()
272 self.parse_config_file()
293 def parse_config_file(self): member in class:global_config_class
397 def parse_config_file(self): member in class:FakeGlobalConfig
/external/toybox/toys/pending/
H A Dbootchartd.c109 static int parse_config_file(char *fname) function
285 if (!parse_config_file("bootchartd.conf"))
286 parse_config_file("/etc/bootchartd.conf");
H A Dsyslogd.c152 static int parse_config_file(void) function
473 if (parse_config_file() == -1) goto clean_and_exit;
/external/skia/src/ports/
H A DSkFontMgr_android_parser.cpp617 static int parse_config_file(const char* filename, SkTDArray<FontFamily*>& families, function
678 int version = parse_config_file(LMP_SYSTEM_FONTS_FILE, fontFamilies, basePath, false);
680 version = parse_config_file(OLD_SYSTEM_FONTS_FILE, fontFamilies, basePath, false);
720 parse_config_file(absoluteFilename.c_str(), langSpecificFonts, basePath, true);
733 parse_config_file(FALLBACK_FONTS_FILE, fallbackFonts, basePath, true);
743 parse_config_file(VENDOR_FONTS_FILE, vendorFonts, basePath, true);
795 parse_config_file(fontsXml, fontFamilies, basePath, false);
798 parse_config_file(fallbackFontsXml, fontFamilies, basePath, true);
/external/skqp/src/ports/
H A DSkFontMgr_android_parser.cpp617 static int parse_config_file(const char* filename, SkTDArray<FontFamily*>& families, function
678 int version = parse_config_file(LMP_SYSTEM_FONTS_FILE, fontFamilies, basePath, false);
680 version = parse_config_file(OLD_SYSTEM_FONTS_FILE, fontFamilies, basePath, false);
720 parse_config_file(absoluteFilename.c_str(), langSpecificFonts, basePath, true);
733 parse_config_file(FALLBACK_FONTS_FILE, fallbackFonts, basePath, true);
743 parse_config_file(VENDOR_FONTS_FILE, vendorFonts, basePath, true);
795 parse_config_file(fontsXml, fontFamilies, basePath, false);
798 parse_config_file(fallbackFontsXml, fontFamilies, basePath, true);
/external/e2fsprogs/util/
H A Dsubst.c222 static void parse_config_file(FILE *f) function
343 parse_config_file(in);
/external/syslinux/com32/elflink/ldlinux/
H A Dreadconfig.c813 static void parse_config_file(FILE * f);
839 parse_config_file(f);
869 parse_config_file(f);
876 static void parse_config_file(FILE * f) function
1457 parse_config_file(f);
/external/autotest/site_utils/
H A Ddeploy_server_local.py498 global_config.global_config.parse_config_file()
/external/scapy/scapy/tools/
H A DUTscapy.py203 def parse_config_file(config_path, verb=3): function
732 data = parse_config_file(optarg, VERB)
/external/syslinux/com32/menu/
H A Dreadconfig.c651 static void parse_config_file(FILE * f) function
1078 parse_config_file(f);
/external/autotest/frontend/afe/
H A Dmoblab_rpc_interface.py440 _CONFIG.parse_config_file()

Completed in 551 milliseconds