HomeSort by relevance Sort by last modified time
    Searched defs:ini (Results 1 - 16 of 16) sorted by null

  /external/jemalloc/test/unit/
SFMT.c 1492 uint32_t ini[4] = {0x1234, 0x5678, 0x9abc, 0xdef0}; local
1565 uint32_t ini[] = {5, 4, 3, 2, 1}; local
    [all...]
  /external/qemu/android/
user-config.c 38 #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_UUID) != NULL)
182 IniFile* ini; local
    [all...]
  /external/qemu/android/avd/
util.c 18 #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_KEY, NULL)
300 IniFile* ini; local
    [all...]
  /external/qemu/android/utils/
ini.c 12 #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 = iniFile_newFromMemory(text, filepath)
    [all...]
  /external/fio/
client.c 270 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)) {
    [all...]
  /prebuilts/devtools/tools/lib/
sdkmanager.jar 
  /external/libpng/contrib/libtests/
pngvalid.c 5508 void (*ini)(PNG_CONST struct image_transform *this, member in struct:image_transform
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 529 milliseconds