HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 101 - 125 of 550) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/wpa_supplicant_8/src/ap/
ieee802_1x.c 57 xhdr->version = hapd->conf->eapol_version;
142 if (hapd->conf->eapol_key_index_workaround) {
173 hdr->version = hapd->conf->eapol_version;
210 hapd->conf->default_wep_key_len);
213 if (hapd->conf->individual_wep_key_len > 0) {
215 ikey = os_malloc(hapd->conf->individual_wep_key_len);
217 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
226 ikey, hapd->conf->individual_wep_key_len);
229 hapd->conf->individual_wep_key_len);
233 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP
1694 struct eapol_auth_config conf; local
    [all...]
eap_user_db.c 168 if (sqlite3_open(hapd->conf->eap_user_sqlite, &db)) {
170 hapd->conf->eap_user_sqlite, sqlite3_errmsg(db));
215 const struct hostapd_bss_config *conf = hapd->conf; local
216 struct hostapd_eap_user *user = conf->eap_user;
219 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
228 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN &&
234 wsc_registrar.password = (u8 *) conf->ap_pin;
235 wsc_registrar.password_len = conf->ap_pin ?
236 os_strlen(conf->ap_pin) : 0
    [all...]
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-down.sh 30 test -f /etc/resolv.conf.bak && cp /etc/resolv.conf.bak /etc/resolv.conf
  /build/target/board/vbox_x86/
device.mk 30 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
  /external/chromium_org/third_party/icu/source/i18n/
csmatch.cpp 27 void CharsetMatch::set(InputText *input, CharsetRecognizer *cr, int32_t conf)
31 confidence = conf;
csmatch.h 30 void set(InputText *input, CharsetRecognizer *cr, int32_t 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/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_akeya.c 61 #include <openssl/conf.h>
  /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
3270 conf = Config() variable
    [all...]
  /external/dnsmasq/contrib/slackware-dnsmasq/
doinst.sh.gz 
  /external/icu4c/i18n/
csmatch.cpp 27 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf,
31 confidence = conf;
csmatch.h 50 int32_t 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>
  /build/target/product/
large_emu_hw.mk 44 wpa_supplicant.conf
  /external/dnsmasq/contrib/openvpn/
dhclient-enter-hooks 29 write_resolv_conf /etc/resolv.conf
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Makefile 8 FILES += wpa_supplicant.conf
24 rm -f wpa_supplicant.conf.5
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
PersonalizationDictionarySessionRegister.java 26 public static void onConfigurationChanged(final Context context, final Configuration conf) {
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.h 145 _eglSetConfigKey(_EGLConfig *conf, EGLint key, EGLint val)
149 *((EGLint *) ((char *) conf + offset)) = val;
157 _eglGetConfigKey(const _EGLConfig *conf, EGLint key)
161 return *((EGLint *) ((char *) conf + offset));
170 _eglLinkConfig(_EGLConfig *conf);
181 _eglGetConfigHandle(_EGLConfig *conf)
183 return (EGLConfig) conf;
188 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching);
192 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria);
196 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *dpy
    [all...]
  /external/mesa3d/src/egl/main/
eglconfig.h 145 _eglSetConfigKey(_EGLConfig *conf, EGLint key, EGLint val)
149 *((EGLint *) ((char *) conf + offset)) = val;
157 _eglGetConfigKey(const _EGLConfig *conf, EGLint key)
161 return *((EGLint *) ((char *) conf + offset));
170 _eglLinkConfig(_EGLConfig *conf);
181 _eglGetConfigHandle(_EGLConfig *conf)
183 return (EGLConfig) conf;
188 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching);
192 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria);
196 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *dpy
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_das.c 305 radius_das_init(struct radius_das_conf *conf)
309 if (conf->port == 0 || conf->shared_secret == NULL ||
310 conf->client_addr == NULL)
317 das->time_window = conf->time_window;
318 das->require_event_timestamp = conf->require_event_timestamp;
319 das->ctx = conf->ctx;
320 das->disconnect = conf->disconnect;
322 os_memcpy(&das->client_addr, conf->client_addr,
325 das->shared_secret = os_malloc(conf->shared_secret_len)
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 30 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 1)
32 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 0)
38 #define abortAuth() sm->eapol->cb.abort_auth(sm->eapol->conf.ctx, sm->sta)
39 #define txKey() sm->eapol->cb.tx_key(sm->eapol->conf.ctx, sm->sta)
54 eapol->cb.logger(eapol->conf.ctx, addr, level, txt);
98 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta,
127 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta,
221 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0,
278 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0,
304 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 1
    [all...]

Completed in 1357 milliseconds

1 2 3 45 6 7 8 91011>>