/device/moto/shamu/ |
init.shamu.rc | 200 write /proc/sys/net/ipv6/conf/rmnet0/accept_ra 2 201 write /proc/sys/net/ipv6/conf/rmnet1/accept_ra 2 202 write /proc/sys/net/ipv6/conf/rmnet2/accept_ra 2 203 write /proc/sys/net/ipv6/conf/rmnet3/accept_ra 2 204 write /proc/sys/net/ipv6/conf/rmnet4/accept_ra 2 205 write /proc/sys/net/ipv6/conf/rmnet5/accept_ra 2 206 write /proc/sys/net/ipv6/conf/rmnet6/accept_ra 2 207 write /proc/sys/net/ipv6/conf/rmnet7/accept_ra 2 208 write /proc/sys/net/ipv6/conf/rmnet_sdio0/accept_ra 2 209 write /proc/sys/net/ipv6/conf/rmnet_sdio1/accept_ra [all...] |
/external/wpa_supplicant_8/src/radius/ |
radius_server.c | [all...] |
radius_das.h | 53 radius_das_init(struct radius_das_conf *conf);
|
radius_server.h | 238 radius_server_init(struct radius_server_conf *conf);
|
/external/skia/src/utils/ |
SkRTConf.cpp | 73 return "skia.conf"; // for now -- should probably do something fancier like home directories or whatever. 160 void SkRTConfRegistry::registerConf(SkRTConfBase *conf) { 162 if (fConfs.find(conf->getName(), &confArray)) { 163 if (!conf->equals(confArray->getAt(0))) { 164 SkDebugf("WARNING: Skia config \"%s\" was registered more than once in incompatible ways.\n", conf->getName()); 166 confArray->append(1, &conf); 170 confArray->append(1, &conf); 171 fConfs.set(conf->getName(),confArray);
|
/external/wpa_supplicant_8/src/ap/ |
ap_list.c | 37 iface->conf->channel != ap->channel) 159 if (iface->num_ap > iface->conf->ap_table_max_size && ap != ap->prev) { 178 if (iface->conf->ap_table_max_size < 1) 234 ap->channel == iface->conf->channel || 235 ap->channel == iface->conf->channel + 236 iface->conf->secondary_channel * 4)) { 265 iface->conf->ap_table_expiration_time))
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_p2p.c | 362 ssid = wpa_config_get_network(wpa_s->conf, group_id); 733 ssid = wpa_config_get_network(wpa_s->conf, group_id); 835 dev_name = wpa_s->conf->device_name; 842 (char *) wpa_s->conf->device_type, 847 if (wpa_s->conf->num_sec_device_types) { 857 for (i = 0; i < wpa_s->conf->num_sec_device_types; i++) 860 wpa_s->conf->sec_device_type[i], 872 if (wpa_s->conf->wps_vendor_ext[i] == NULL) 875 wpa_s->conf->wps_vendor_ext[i]; 884 wpa_s->conf->p2p_go_intent) | [all...] |
/build/target/product/ |
generic_no_telephony.mk | 35 clatd.conf \ 55 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
|
/external/ipsec-tools/src/racoon/ |
genlist.c | 112 struct conf { 139 struct conf *cf; 143 cf = calloc(sizeof(struct conf), 1);
|
/device/linaro/hikey/bt-wifi-firmware-util/ |
Android.mk | 38 LOCAL_MODULE := wl18xx-conf.bin 39 LOCAL_SRC_FILES := $(FW_WLAN_FULL_PATH)/wl18xx-conf.bin
|
/external/dbus/test/name-test/ |
run-test-systemserver.sh | 20 SOURCE_CONFIG_FILE=$DBUS_TOP_SRCDIR/test/name-test/tmp-session-like-system.conf
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
Makefile | 7 SCRIPTS+= 10-mtu 10-wpa_supplicant 15-timezone 20-resolv.conf
|
/external/libxml2/ |
check-xinclude-test-suite.py | 13 CONF="testdescr.xml" 188 conf = libxml2.parseFile(CONF) variable 189 if conf == None: 190 print "Unable to load %s" % CONF 193 testsuite = conf.getRootElement() 217 conf.freeDoc()
|
/external/tlsdate/ |
run-tests | 9 elif [ -r "$1"/test.conf ]; then 10 flags="-U -w -p -r -l -s -b -f $1/test.conf -v" 12 flags="-U -w -p -r -l -s -b -f test.conf -v"
|
/external/wpa_supplicant_8/wpa_supplicant/ |
mesh_rsn.c | 59 hapd->conf->ap_max_inactivity); 141 struct wpa_auth_config conf; local 147 os_memset(&conf, 0, sizeof(conf)); 148 conf.wpa = 2; 149 conf.wpa_key_mgmt = WPA_KEY_MGMT_SAE; 150 conf.wpa_pairwise = WPA_CIPHER_CCMP; 151 conf.rsn_pairwise = WPA_CIPHER_CCMP; 152 conf.wpa_group = WPA_CIPHER_CCMP; 153 conf.eapol_version = 0 [all...] |
mesh_rsn.h | 23 struct mesh_conf *conf);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
asoundlib.h | 48 #include <alsa/conf.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
asoundlib.h | 48 #include <alsa/conf.h>
|
/prebuilts/go/darwin-x86/src/go/types/ |
sizes.go | 151 func (conf *Config) alignof(T Type) int64 { 152 if s := conf.Sizes; s != nil { 161 func (conf *Config) offsetsof(T *Struct) []int64 { 165 if s := conf.Sizes; s != nil { 187 func (conf *Config) offsetof(typ Type, index []int) int64 { 191 o += conf.offsetsof(s)[i] 197 func (conf *Config) sizeof(T Type) int64 { 198 if s := conf.Sizes; s != nil {
|
/prebuilts/go/linux-x86/src/go/types/ |
sizes.go | 151 func (conf *Config) alignof(T Type) int64 { 152 if s := conf.Sizes; s != nil { 161 func (conf *Config) offsetsof(T *Struct) []int64 { 165 if s := conf.Sizes; s != nil { 187 func (conf *Config) offsetof(typ Type, index []int) int64 { 191 o += conf.offsetsof(s)[i] 197 func (conf *Config) sizeof(T Type) int64 { 198 if s := conf.Sizes; s != nil {
|
/system/bt/btif/src/ |
btif_config.c | 65 static const char *CONFIG_FILE_PATH = "bt_config.conf"; 69 static const char *CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf"; 503 static void btif_config_remove_unpaired(config_t *conf) { 504 assert(conf != NULL); 510 const config_section_node_t *snode = config_section_begin(conf); 511 while (snode != config_section_end(conf)) { 514 if (!config_has_key(conf, section, "LinkKey") && 515 !config_has_key(conf, section, "LE_KEY_PENC") && 516 !config_has_key(conf, section, "LE_KEY_PID") && 517 !config_has_key(conf, section, "LE_KEY_PCSRK") & [all...] |
/device/google/marlin/ |
device-marlin.mk | 65 device/google/marlin/nfc/libnfc-nxp.marlin.conf:system/etc/libnfc-nxp.conf
|
device-sailfish.mk | 65 device/google/marlin/nfc/libnfc-nxp.sailfish.conf:system/etc/libnfc-nxp.conf
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
firmware_utils.py | 14 import test_conf as conf 81 log_files = glob.glob(os.path.join(conf.log_root_dir, directory, '*.log')) 144 result = re.search('-(%s[^-]+?)-' % conf.fw_prefix, filename) 155 dir_basename = conf.filename.sep.join([get_current_time_str(), 156 conf.fw_prefix + firmware_version, 158 log_root_dir = conf.log_root_dir 202 else conf.gesture_names_complete) 206 gesture_dict = conf.get_gesture_dict()
|
/external/selinux/policycoreutils/restorecond/ |
restorecond.init | 7 # listed in the /etc/selinux/restorecond.conf file, and restores the \ 11 # config: /etc/selinux/restorecond.conf 35 test -f /etc/selinux/restorecond.conf || exit 6
|