Searched refs:ini (Results 1 - 12 of 12) sorted by relevance

/external/qemu/android/
H A Duser-config.c38 #define USER_CONFIG_FILE "emulator-user.ini"
56 IniFile* ini = NULL; local
61 * in ~/.android/emulator-user.ini. otherwise, store it in the file
62 * emulator-user.ini in the AVD's content directory.
109 ini = iniFile_newFromFile(uc->iniPath);
110 if (ini == NULL) {
116 if (ini != NULL) {
117 uc->windowX = iniFile_getInteger(ini, KEY_WINDOW_X, DEFAULT_X);
120 uc->windowY = iniFile_getInteger(ini, KEY_WINDOW_Y, DEFAULT_Y);
123 if (iniFile_getValue(ini, KEY_UUI
182 IniFile* ini; local
[all...]
/external/qemu/android/avd/
H A Dhw-config.c13 #include "android/utils/ini.h"
70 * a custom hardware.ini
79 IniFile* ini )
81 if (ini == NULL)
86 #define HWCFG_BOOL(n,s,d,a,t) if (iniFile_getValue(ini, s)) { config->n = iniFile_getBoolean(ini, s, d); }
87 #define HWCFG_INT(n,s,d,a,t) if (iniFile_getValue(ini, s)) { config->n = iniFile_getInteger(ini, s, d); }
88 #define HWCFG_STRING(n,s,d,a,t) if (iniFile_getValue(ini, s)) { AFREE(config->n); config->n = iniFile_getString(ini,
[all...]
H A Dutil.c18 #include "android/utils/ini.h"
80 /* Return the path to the AVD's root configuration .ini file. it is located in
81 * ~/.android/avd/<name>.ini or Windows equivalent
84 * includes its own config.ini.
92 p = bufprint(p, end, PATH_SEP ANDROID_AVD_DIR PATH_SEP "%s.ini", avdName);
119 IniFile* ini = NULL; local
124 ini = iniFile_newFromFile(iniPath);
128 if (ini == NULL) {
132 avdPath = iniFile_getString(ini, ROOT_ABS_PATH_KEY, NULL);
137 const char* relPath = iniFile_getString(ini, ROOT_REL_PATH_KE
300 IniFile* ini; local
[all...]
/external/qemu/android/utils/
H A Dini.c12 #include "android/utils/ini.h"
27 /* a simple .ini file parser and container for Android
28 * no sections support. see android/utils/ini.h for
183 IniFile* ini = iniFile_alloc(); local
189 D("%s: parsing as .ini file", fileName);
246 iniFile_addPair(ini, key, keyLen, value, valueLen);
255 return ini;
264 IniFile* ini = NULL; local
268 D("could not open .ini file: %s: %s",
293 ini
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
H A Dpackaging.properties15 root=epl-v10.html, notice.html, configuration/, startup.jar, .eclipseproduct, eclipse.ini, readme/
/external/jemalloc/test/unit/
H A DSFMT.c1492 uint32_t ini[4] = {0x1234, 0x5678, 0x9abc, 0xdef0}; local
1498 ctx = init_by_array(ini, 4);
1503 ctx = init_by_array(ini, 4);
1565 uint32_t ini[] = {5, 4, 3, 2, 1}; local
1570 ctx = init_by_array(ini, 5);
1575 ctx = init_by_array(ini, 5);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/fio/
H A Dclient.c270 dprint(FD_NET, "client <%s>: add ini %s\n", client->hostname, ini_file);
616 dprint(FD_NET, "send ini %s to %s\n", filename, client->hostname);
694 const char *ini = client->ini_file[i]; local
696 if (fio_client_send_ini(client, ini)) {
/external/libpng/contrib/libtests/
H A Dpngvalid.c5508 void (*ini)(PNG_CONST struct image_transform *this, member in struct:image_transform
6082 d.transform_list->ini(d.transform_list, &d);
6167 this->next->ini(this->next, that);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 1379 milliseconds