HomeSort by relevance Sort by last modified time
    Searched refs:ini (Results 1 - 25 of 31) sorted by null

1 2

  /external/qemu/android/avd/
hw-config.c 13 #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, s, d);
    [all...]
util.c 17 #include "android/utils/ini.h"
78 /* Return the path to the AVD's root configuration .ini file. it is located in
79 * ~/.android/avd/<name>.ini or Windows equivalent
82 * includes its own config.ini.
90 p = bufprint(p, end, PATH_SEP ANDROID_AVD_DIR PATH_SEP "%s.ini", avdName);
117 IniFile* ini = NULL; local
122 ini = iniFile_newFromFile(iniPath);
126 if (ini == NULL) {
130 avdPath = iniFile_getString(ini, ROOT_ABS_PATH_KEY, NULL);
135 const char* relPath = iniFile_getString(ini, ROOT_REL_PATH_KEY, NULL)
155 IniFile* ini; local
    [all...]
  /device/asus/flo/
init.flo.wifi.sh 4 rm /data/misc/wifi/WCNSS_qcom_cfg.ini
device-common.mk 54 device/asus/flo/WCNSS_qcom_cfg.ini:system/etc/wifi/WCNSS_qcom_cfg.ini \
init.flo.rc 193 chmod 664 /persist/lightsensor/AL3010_Config.ini
  /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...]
  /device/lge/mako/conn_init/
Android.mk 52 ln -sf /data/misc/wifi/WCNSS_qcom_cfg.ini $(TARGET_OUT_VENDOR)/firmware/wlan/prima/WCNSS_qcom_cfg.ini; \
  /device/sample/products/
sample_addon.mk 17 device/sample/sdk_addon/manifest.ini:manifest.ini \
18 device/sample/sdk_addon/hardware.ini:hardware.ini \
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Makefile 26 cp -f _perf.ini $(OMXTESTDIR)
46 rm -f $(OMXTESTDIR)/_perf.ini
perf 320 mask=0x3cffff" > ./perf.ini
323 echo csv=1 > ./perf.ini
343 echo csv=1 > ./perf.ini
  /hardware/ti/wlan/mac80211/ti-utils/
Android.mk 13 ini.c
ini.c 27 #include "ini.h"
884 fprintf(stderr, "Uknown ini section %s\n", l);
891 return cmn->parse_ops->prs_general_prms(l, cmn, &cmn->ini);
898 return parse_fem_prms_128x(l, &cmn->ini);
901 return cmn->parse_ops->prs_band2_prms(l, &cmn->ini);
904 return cmn->parse_ops->prs_band5_prms(l, &cmn->ini);
907 return cmn->parse_ops->prs_fem0_band2_prms(l, &cmn->ini);
910 return cmn->parse_ops->prs_fem1_band2_prms(l, &cmn->ini);
913 return cmn->parse_ops->prs_fem1_band5_prms(l, &cmn->ini);
923 static void ini_dump(struct wl1271_ini *ini)
    [all...]
Makefile 8 OBJS = nvs.o misc_cmds.o calibrator.o plt.o ini.o
nvs.c 26 #include "ini.h"
32 int nvs_fill_radio_params(int fd, struct wl12xx_ini *ini, char *buf)
37 if (ini) {
38 gp = &ini->ini1271;
43 if (ini) { /* for reference NVS */
58 static int nvs_fill_radio_params_128x(int fd, struct wl12xx_ini *ini, char *buf)
61 struct wl128x_ini *gp = &ini->ini128x;
65 if (ini) { /* for reference NVS */
671 if (cmn->nvs_ops->nvs_fill_radio_prms(new_nvs, &cmn->ini, buf)) {
709 if (cmn->nvs_ops->nvs_fill_radio_prms(new_nvs, &cmn->ini, buf))
    [all...]
ini.h 198 /* INI section */
219 /* INI section */
303 struct wl12xx_ini ini; member in struct:wl12xx_common
  /hardware/ti/wlan/mac80211/config/
Android.mk 52 LOCAL_MODULE := TQS_D_1.7.ini
  /device/asus/flo/conn_init/
Android.mk 50 LOCAL_REQUIRED_MODULES := WCNSS_qcom_cfg.ini WCNSS_qcom_wlan_nv.bin
54 LOCAL_MODULE := WCNSS_qcom_cfg.ini
  /sdk/adtproductbuild/
Android.mk 87 # - Changing the product definition in eclipse.ini from org.eclipse.platform to ..adt.package.product
88 # - Setting eclipse.buildId in eclipse.ini
90 # - Changing the splash screen location from platform to adt.package in config.ini
92 # in the PDE build since the filesystems on Mac are case insensitive. In any case, eclipse.ini is
97 # over and specified in eclipse.ini, only because including it directly in the product definition
107 mv $(4)/eclipse/eclipse.app/Contents/MacOS/eclipse.ini $(4)/eclipse/Eclipse.app/Contents/MacOS && \
113 sed -i -e 's/Eclipse.icns/adt.icns/g' $(4)/eclipse/Eclipse.app/Contents/MacOS/eclipse.ini && \
117 $(4)/eclipse/$(if $(filter macosx.cocoa,$(1)),Eclipse.app/Contents/MacOS/)eclipse.ini && \
119 $(4)/eclipse/$(if $(filter macosx.cocoa,$(1)),Eclipse.app/Contents/MacOS/)eclipse.ini && \
124 $(4)/eclipse/configuration/config.ini
    [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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packaging.properties 15 root=epl-v10.html, notice.html, configuration/, startup.jar, .eclipseproduct, eclipse.ini, readme/
  /external/chromium_org/tools/grit/grit/
tclib_unittest.py 125 'the Notes application directory and a setting to the notes.ini \r\n'
128 'notes.ini file. Installation will complete if the user closes Notes\r\n'
146 'but just do so more slowly or quickly, the GoogleWaitTime notes.ini\r\n'
150 'ini parameter altogether returns it to the default (20).\r\n'
156 'notes.ini file:\r\n'
  /sdk/build/
tools.atree 100 external/qemu/android/avd/hardware-properties.ini tools/lib/hardware-properties.ini
  /device/lge/mako/
device.mk 49 device/lge/mako/WCNSS_qcom_cfg.ini:system/etc/wifi/WCNSS_qcom_cfg.ini \
  /prebuilts/devtools/tools/lib/
sdkmanager.jar 
  /hardware/ti/wlan/mac80211/ti-utils/scripts/
go.sh 18 echo -e "\t\t-c <path to INI file> [path to install NVS] -" \
20 echo -e "\t\t-c2 <path to INI file> <path to INI file> -" \
133 -ini)
322 echo -e "Missing ini file parameter"
417 # parameters are INI file, path where to install NVS (default /lib/firmware)
423 echo -e "Missing ini file parameter"
439 echo -e "+++ Create reference NVS with INI $path_to_ini"

Completed in 6521 milliseconds

1 2