/external/wpa_supplicant_8/src/ap/ |
gas_serv.c | 151 if (hapd->conf->hs20_oper_friendly_name) 153 if (hapd->conf->hs20_wan_metrics) 155 if (hapd->conf->hs20_connection_capability) 157 if (hapd->conf->nai_realm_data) 159 if (hapd->conf->hs20_operating_class) 161 if (hapd->conf->hs20_osu_providers_count) 163 if (hapd->conf->hs20_icons_count) 177 if (hapd->conf->venue_name) 179 if (hapd->conf->network_auth_type) 181 if (hapd->conf->roaming_consortium [all...] |
dfs.c | 27 if (iface->conf->ieee80211n && iface->conf->secondary_channel) 30 if (iface->conf->ieee80211ac) { 31 switch (iface->conf->vht_oper_chwidth) { 155 if (!iface->conf->chanlist) 158 for (entry = iface->conf->chanlist; *entry != -1; entry++) { 189 if (iface->conf->ieee80211n && 190 iface->conf->secondary_channel && 219 if (!iface->conf->ieee80211ac) 227 switch (iface->conf->vht_oper_chwidth) [all...] |
wpa_auth_ie.c | 27 static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len) 40 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, conf->wpa_group); 43 conf->wpa_group); 52 num_suites = wpa_cipher_put_suites(pos, conf->wpa_pairwise); 55 conf->wpa_pairwise); 65 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { 70 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { 78 conf->wpa_key_mgmt); 91 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, 105 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, conf->wpa_group) [all...] |
/build/target/board/generic/ |
device.mk | 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ 32 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
|
/build/target/board/generic_mips/ |
device.mk | 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ 32 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
|
/build/target/board/generic_mips64/ |
device.mk | 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ 32 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
|
/external/aac/libMpegTPEnc/include/ |
mpegFileWrite.h | 108 * \param conf 115 UCHAR *conf,
|
/external/ltrace/testsuite/ltrace.main/ |
system_call_params.exp | 45 set conf [ltraceNamedSource "$dir/syscalls.conf" { 56 # somelib.conf is passed, and syscalls.conf is not available, or 57 # doesn't list readdir, that would be taken from somelib.conf with a 60 ltraceMatch1 [ltraceRun -L -S -F $conf -- $bin] {^open@SYS\("/some/path"} == 0 63 # syscalls.conf found there.
|
/external/openssl/crypto/conf/ |
conf_mall.c | 62 #include <openssl/conf.h>
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
phase1-up.sh | 29 test -f /etc/resolv.conf.bak || cp /etc/resolv.conf /etc/resolv.conf.bak 30 echo "# Generated by racoon on `date`" > /etc/resolv.conf 31 echo "nameserver ${INTERNAL_DNS4}" >> /etc/resolv.conf
|
phase1-down.sh | 30 test -f /etc/resolv.conf.bak && cp /etc/resolv.conf.bak /etc/resolv.conf
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglConfig.h | 29 bool operator<(const EglConfig& conf) const; 30 bool operator>=(const EglConfig& conf) const; 31 bool compitableWith(const EglConfig& conf) const; //compitability 62 EglConfig(const EglConfig& conf); 64 EglConfig(const EglConfig& conf,
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/ |
publish.js | 3 publish.conf = { // trailing slash expected for dirs 19 IO.mkPath((publish.conf.outDir+"symbols/src").split("/")); 26 var classTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"class.tmpl"); 27 var classesTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"allclasses.tmpl"); 46 var srcDir = publish.conf.outDir + "symbols/src/"; 84 IO.saveFile(publish.conf.outDir+"symbols/", ((JSDOC.opt.u)? Link.filemap[symbol.alias] : symbol.alias) + publish.conf.ext, output); 93 var classesindexTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"index.tmpl"); 98 IO.saveFile(publish.conf.outDir, "index"+publish.conf.ext, classesIndex) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
SDL_DirectFB_yuv.c | 79 DFBDisplayLayerConfig conf; local 98 conf.flags = DLCONF_WIDTH | DLCONF_HEIGHT | DLCONF_PIXELFORMAT; 99 conf.width = width; 100 conf.height = height; 105 conf.pixelformat = DSPF_YV12; 108 conf.pixelformat = DSPF_I420; 111 conf.pixelformat = DSPF_YUY2; 114 conf.pixelformat = DSPF_UYVY; 130 ret = layer->SetConfiguration (layer, &conf); 256 DFBDisplayLayerConfig conf; local [all...] |
/external/e2fsprogs/tests/ |
Makefile.in | 16 test_one: $(srcdir)/test_one.in Makefile mke2fs.conf 26 test_script: test_one test_script.in Makefile mke2fs.conf 33 mke2fs.conf: $(srcdir)/mke2fs.conf.in 34 $(CP) $(srcdir)/mke2fs.conf.in mke2fs.conf 82 $(RM) -f *~ *.log *.new *.failed *.ok *.tmp test_one test_script mke2fs.conf
|
/external/clang/bindings/python/clang/ |
cindex.py | 153 conf.lib.clang_disposeString(self) 158 return conf.lib.clang_getCString(res) 170 conf.lib.clang_getInstantiationLocation(self, byref(f), byref(l), 185 return conf.lib.clang_getLocation(tu, file, line, column) 195 return conf.lib.clang_getLocationForOffset(tu, file, offset) 218 return conf.lib.clang_equalLocations(self, other) 245 return conf.lib.clang_getRange(start, end) 253 return conf.lib.clang_getRangeStart(self) 261 return conf.lib.clang_getRangeEnd(self) 264 return conf.lib.clang_equalRanges(self, other 3476 conf = Config() variable [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/ |
v3_akeya.c | 61 #include <openssl/conf.h>
|
/external/chromium_org/third_party/icu/source/i18n/ |
csmatch.cpp | 27 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, 31 confidence = conf;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d.c | 227 init_config_attributes(_EGLConfig *conf, const struct native_config *nconf, 281 conf->Conformant = api_mask; 282 conf->RenderableType = api_mask; 284 conf->RedSize = rgba[0]; 285 conf->GreenSize = rgba[1]; 286 conf->BlueSize = rgba[2]; 287 conf->AlphaSize = rgba[3]; 288 conf->BufferSize = buffer_size; 290 conf->DepthSize = depth_stencil[0]; 291 conf->StencilSize = depth_stencil[1] [all...] |
/external/dnsmasq/contrib/slackware-dnsmasq/ |
doinst.sh.gz | |
/external/icu/icu4c/source/i18n/ |
csmatch.cpp | 27 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, 31 confidence = conf;
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.conf | 3 // Instructions for /etc/dnsextd.conf (this file) 14 // Instructions for /etc/named.conf 16 // In /etc/named.conf you will need to modify the "options" section to 21 // You also need a "zone" statement in /etc/named.conf to tell BIND the update
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d.c | 227 init_config_attributes(_EGLConfig *conf, const struct native_config *nconf, 281 conf->Conformant = api_mask; 282 conf->RenderableType = api_mask; 284 conf->RedSize = rgba[0]; 285 conf->GreenSize = rgba[1]; 286 conf->BlueSize = rgba[2]; 287 conf->AlphaSize = rgba[3]; 288 conf->BufferSize = buffer_size; 290 conf->DepthSize = depth_stencil[0]; 291 conf->StencilSize = depth_stencil[1] [all...] |
/external/openssl/crypto/x509v3/ |
v3_akeya.c | 61 #include <openssl/conf.h>
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/bin/ |
m2.conf | 8 load ${maven.home}/conf/loggin
|