OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iniFile_getDouble
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/utils/
ini.h
86
double
iniFile_getDouble
( IniFile* f, const char* key, double defaultValue );
ini.c
397
iniFile_getDouble
( IniFile* f, const char* key, double defaultValue )
/external/qemu/android/avd/
hw-config.c
89
#define HWCFG_DOUBLE(n,s,d,a,t) if (iniFile_getValue(ini, s)) { config->n =
iniFile_getDouble
(ini, s, d); }
Completed in 336 milliseconds