/external/stressapptest/ |
configure | 468 rm -f conf$$ conf$$.exe conf$$.file 469 if test -d conf$$.dir; then 470 rm -f conf$$.dir/conf$$.file 472 rm -f conf$$.dir 473 mkdir conf$$.dir 2>/dev/null 475 if (echo >conf$$.file) 2>/dev/null; then 476 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/ltrace/testsuite/lib/ |
ltrace.exp | 688 # conf Contents of ltrace config file. 702 proc ltraceLibTest {conf cdecl libcode maincode {params ""}} { 703 set conffile [ltraceSource conf $conf]
|
/external/qemu/audio/ |
audio_template.h | 322 if (glue (conf.fixed_, TYPE).enabled && glue (conf.fixed_, TYPE).greedy) { 351 if (glue (conf.fixed_, TYPE).enabled) { 352 hw_as = glue (conf.fixed_, TYPE).settings; 446 if (conf.plive && sw && (!sw->active && !sw->empty)) { 468 if (!glue (conf.fixed_, TYPE).enabled && sw) {
|
winaudio.c | 48 } conf = {
variable in typeref:struct:__anon33851 206 samples_size = format.nBlockAlign * conf.nb_samples;
243 hw->samples = conf.nb_samples*2;
450 samples_size = format.nBlockAlign * conf.nb_samples;
494 hw->samples = conf.nb_samples*2;
634 {"SAMPLES", AUD_OPT_INT, &conf.nb_samples,
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Usb.h | 136 byte getConfDescr( byte addr, byte ep, unsigned int nbytes, byte conf, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
165 inline byte USB::getConfDescr( byte addr, byte ep, unsigned int nbytes, byte conf, char* dataptr, unsigned int nak_limit ) {
166 return( ctrlReq( addr, ep, bmREQ_GET_DESCR, USB_REQUEST_GET_DESCRIPTOR, conf, USB_DESCRIPTOR_CONFIGURATION, 0x0000, nbytes, dataptr, nak_limit ));
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglsurface.c | 280 _EGLConfig *conf, const EGLint *attrib_list) 310 if ((conf->SurfaceType & type) == 0) { 318 surf->Config = conf;
|
/external/llvm/utils/ |
llvm-compilers-check | 532 for conf, mf in configure_files[component.replace("-", "_")]: 533 if conf is None: 537 if not os.path.exists(conf): 538 self.logger.info("[" + prefix + "] Configure failed, no configure script " + conf) 541 if os.path.exists(conf) and os.path.exists(mf): 542 confstat = os.stat(conf)
|
/external/mesa3d/src/egl/main/ |
eglsurface.c | 280 _EGLConfig *conf, const EGLint *attrib_list) 310 if ((conf->SurfaceType & type) == 0) { 318 surf->Config = conf;
|
/external/wpa_supplicant_8/src/ap/ |
hostapd.h | 101 struct hostapd_bss_config *conf; member in struct:hostapd_data 262 struct hostapd_config *conf; member in struct:hostapd_iface 376 struct hostapd_config *conf,
|
drv_callbacks.c | 131 (hapd->iface->conf->ht_capab & 160 if (hapd->conf->wpa) { 163 if (hapd->conf->wps_state) { 176 if (hapd->conf->wps_state && ie[0] == 0xdd && ie[1] >= 4 && 283 } else if (hapd->conf->wps_state) { 311 } else if (hapd->conf->osen) { 426 if (!sta || !hapd->conf->disassoc_low_ack) 896 hapd->conf->iface); 900 hapd->conf->iface);
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_aka.c | 178 struct eap_peer_config *conf) 185 resp = conf->external_sim_resp; 186 conf->external_sim_resp = NULL; 244 struct eap_peer_config *conf; local 248 conf = eap_get_config(sm); 249 if (conf == NULL) 253 if (conf->external_sim_resp) 254 return eap_aka_ext_sim_result(sm, data, conf); 259 if (conf->pcsc) { 266 if (conf->password) [all...] |
eap_sim.c | 182 struct eap_peer_config *conf) 190 resp = conf->external_sim_resp; 191 conf->external_sim_resp = NULL; 237 struct eap_peer_config *conf; local 241 conf = eap_get_config(sm); 242 if (conf == NULL) 246 if (conf->external_sim_resp) 247 return eap_sim_ext_sim_result(sm, data, conf); 252 if (conf->pcsc) { 268 if (conf->password) [all...] |
/device/lge/hammerhead/self-extractors/lge/staging/ |
device-partial.mk | 24 vendor/lge/hammerhead/proprietary/sensor_def_hh.conf:system/etc/sensor_def_hh.conf:lge \
|
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/ |
v3_pmaps.c | 61 #include <openssl/conf.h>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
ant | 49 if [ -f "/etc/ant.conf" ] ; then
50 . /etc/ant.conf
55 if [ -f "$HOME/.ant/ant.conf" ] ; then
56 . $HOME/.ant/ant.conf
151 # specified in the ant.conf configuration. Because the launcher is
271 echo ' --noconfig suppress sourcing of /etc/ant.conf,'
272 echo ' $HOME/.ant/ant.conf, and $HOME/.antrc'
|
/external/openssl/crypto/engine/ |
eng_fat.c | 62 #include <openssl/conf.h>
|
/external/openssl/crypto/x509v3/ |
v3_pmaps.c | 63 #include <openssl/conf.h>
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm_i.h | 28 struct eapol_auth_config conf; member in struct:eapol_authenticator
|
/external/e2fsprogs/ |
configure | 513 rm -f conf$$ conf$$.exe conf$$.file 514 if test -d conf$$.dir; then 515 rm -f conf$$.dir/conf$$.file 517 rm -f conf$$.dir 518 mkdir conf$$.dir 2>/dev/null 520 if (echo >conf$$.file) 2>/dev/null; then 521 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_x11.c | 178 _EGLConfig *conf, EGLNativeWindowType window, 182 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf); 197 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) 204 xcb_create_pixmap(dri2_dpy->conn, conf->BufferSize, 234 swrastCreateDrawable(dri2_dpy, dri2_surf, _eglGetConfigKey(conf, EGL_BUFFER_SIZE)); 272 _EGLConfig *conf, EGLNativeWindowType window, 275 return dri2_create_surface(drv, disp, EGL_WINDOW_BIT, conf, 281 _EGLConfig *conf, EGLNativePixmapType pixmap, 284 return dri2_create_surface(drv, disp, EGL_PIXMAP_BIT, conf, 290 _EGLConfig *conf, const EGLint *attrib_list [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
platform_x11.c | 178 _EGLConfig *conf, EGLNativeWindowType window, 182 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf); 197 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) 204 xcb_create_pixmap(dri2_dpy->conn, conf->BufferSize, 234 swrastCreateDrawable(dri2_dpy, dri2_surf, _eglGetConfigKey(conf, EGL_BUFFER_SIZE)); 272 _EGLConfig *conf, EGLNativeWindowType window, 275 return dri2_create_surface(drv, disp, EGL_WINDOW_BIT, conf, 281 _EGLConfig *conf, EGLNativePixmapType pixmap, 284 return dri2_create_surface(drv, disp, EGL_PIXMAP_BIT, conf, 290 _EGLConfig *conf, const EGLint *attrib_list [all...] |
/external/libexif/ |
configure | 484 rm -f conf$$ conf$$.exe conf$$.file 485 if test -d conf$$.dir; then 486 rm -f conf$$.dir/conf$$.file 488 rm -f conf$$.dir 489 mkdir conf$$.dir 2>/dev/null 491 if (echo >conf$$.file) 2>/dev/null; then 492 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/device/asus/fugu/ |
init.fugu.rc | 116 copy /system/etc/security/sep_policy.conf /sys/fs/sepfs/load 139 setprop ro.bt.bdaddr_path "/factory/bt/bd_addr.conf" 201 service wpa_supplicant /system/bin/wpa_supplicant -Dnl80211 -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf -g@android:wpa_wlan0 209 -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ 210 -m/data/misc/wifi/p2p_supplicant.conf \
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
fakenetworkinterface.h | 64 void SetConferenceMode(bool conf, const std::vector<uint32>& ssrcs) { 66 conf_ = conf; 176 // don't worry about RTCP in conf mode for now
|
/external/iproute2/ip/ |
ifcfg | 5 sbase=/proc/sys/net/ipv4/conf
|