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

1 2 3 45 6 7 8 91011>>

  /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
  /external/selinux/policycoreutils/mcstrans/share/examples/nato/
setrans.conf 19 Include=/etc/selinux/mls/setrans.d/rel.conf
20 Include=/etc/selinux/mls/setrans.d/eyes-only.conf
21 Include=/etc/selinux/mls/setrans.d/constraints.conf
  /external/wpa_supplicant_8/src/ap/
acs.c 482 if (!iface->conf->acs_ch_list.num)
485 return freq_range_list_includes(&iface->conf->acs_ch_list, chan->chan);
583 if (iface->conf->ieee80211n &&
584 iface->conf->secondary_channel == -1) {
589 if (iface->conf->ieee80211n &&
590 iface->conf->secondary_channel)
593 if (iface->conf->ieee80211ac &&
594 iface->conf->vht_oper_chwidth == 1)
619 iface->conf->ieee80211n &&
620 iface->conf->secondary_channel &
    [all...]
  /external/selinux/libsemanage/src/
handle.c 73 if ((sh->conf = semanage_conf_parse(conf_name)) == NULL)
158 len = strlen(sh->conf->compiler_directory_path) + strlen("/") + strlen(lower_lang_ext) + 1;
167 num_printed = snprintf(compiler, len, "%s/%s", sh->conf->compiler_directory_path, lower_lang_ext);
226 return sh->conf->ignore_module_cache;
233 sh->conf->ignore_module_cache = ignore_module_cache;
279 free(sh->conf->store_path);
280 sh->conf->store_path = strdup(storename);
281 assert(sh->conf->store_path); /* no way to return failure */
282 sh->conf->store_type = storetype;
291 free(sh->conf->store_root_path)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus.cc 168 auto conf = config_; local
169 conf.fec_enabled = enable;
170 return RecreateEncoderInstance(conf);
174 auto conf = config_; local
175 conf.dtx_enabled = enable;
176 return RecreateEncoderInstance(conf);
180 auto conf = config_; local
183 conf.application = AudioEncoderOpus::kVoip;
186 conf.application = AudioEncoderOpus::kAudio;
189 return RecreateEncoderInstance(conf);
193 auto conf = config_; local
    [all...]
  /device/huawei/angler/
aosp_angler.mk 21 PRODUCT_COPY_FILES := device/huawei/angler/apns-full-conf.xml:system/etc/apns-conf.xml
  /device/lge/bullhead/
aosp_bullhead.mk 21 PRODUCT_COPY_FILES := device/lge/bullhead/apns-full-conf.xml:system/etc/apns-conf.xml
  /external/autotest/frontend/
urls.py 2 from django.conf.urls import defaults
3 from django.conf import settings
urls_common.py 2 from django.conf.urls import defaults
  /external/autotest/utils/modelviz/
generate_schema_diagrams.py 28 import django.conf namespace
30 reload(django.conf)
  /external/boringssl/src/crypto/x509v3/
v3_akeya.c 61 #include <openssl/conf.h>
  /external/dbus/test/data/equiv-config-files/basic/basic.d/
basic.conf 9 <include ignore_missing="yes">nonexistent.conf</include>
  /external/dbus/test/data/equiv-config-files/entities/basic.d/
basic.conf 9 <include ignore_missing="yes">nonexistent.conf</include>
  /external/dbus/test/data/valid-config-files/basic.d/
basic.conf 9 <include ignore_missing="yes">nonexistent.conf</include>
  /external/dhcpcd-6.8.2/
genembedh 7 CONF=${1:-dhcpcd-definitions.conf}
10 INITDEFINES=$($TOOL_GREP "^define " $CONF | $TOOL_WC -l)
11 INITDEFINE6S=$($TOOL_GREP "^define6 " $CONF | $TOOL_WC -l)
  /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;
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/testng/src/test/java/test/multiplelisteners/
SimpleReporter.java 26 final IConfiguration conf = (IConfiguration) field.get(iSuite); local
27 ListenerAssert.assertListenerType(conf.getConfigurationListeners(), TestListenerAdapter.class);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/bin/
m2.conf 8 load ${maven.home}/conf/loggin
  /external/autotest/client/site_tests/firmware_TouchMTB/
main.py 26 import test_conf as conf namespace
42 url = os.path.join('file://' + conf.docroot, base_url)
103 _, firmware_version = fw_str.split(conf.fw_prefix)
119 conf.score_colors,
159 if not os.path.isfile(conf.version_filename):
167 print err_msg % conf.version_filename
170 with open(conf.version_filename) as version_file:
217 (conf.device_description_dir, '%s.%s' % (board, device_ext),)
246 firmware_str = conf.fw_prefix + firmware_version
248 fname = conf.filename.sep.join([conf.report_basename
    [all...]
  /external/dbus/bus/
Android.mk 10 -DDBUS_SYSTEM_CONFIG_FILE=\"/system/etc/dbus.conf\" \
11 -DDBUS_SESSION_CONFIG_FILE=\"/system/etc/session.conf\" \
  /external/dnsmasq/contrib/openvpn/
dhclient-enter-hooks 29 write_resolv_conf /etc/resolv.conf

Completed in 428 milliseconds

1 2 3 45 6 7 8 91011>>