HomeSort by relevance Sort by last modified time
    Searched refs:config (Results 401 - 425 of 8028) sorted by null

<<11121314151617181920>>

  /hardware/broadcom/wlan/bcmdhd/config/
config-bcm.mk 19 hardware/broadcom/wlan/bcmdhd/config/wpa_supplicant_overlay.conf:system/etc/wifi/wpa_supplicant_overlay.conf \
20 hardware/broadcom/wlan/bcmdhd/config/p2p_supplicant_overlay.conf:system/etc/wifi/p2p_supplicant_overlay.conf
  /packages/apps/Camera2/src_pd_gcam/com/android/camera/util/
GcamHelper.java 23 import com.android.camera.one.config.OneCameraFeatureConfig;
24 import com.android.camera.one.config.OneCameraFeatureConfig.HdrPlusSupportLevel;
33 public static boolean hasGcamAsSeparateModule(OneCameraFeatureConfig config) {
37 public static boolean hasGcamCapture(OneCameraFeatureConfig config) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
tgmath.h 29 #include <bits/c++config.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
tgmath.h 29 #include <bits/c++config.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
config.h 4 #error config.h is for the host, not build, machine.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
tgmath.h 29 #include <bits/c++config.h>
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/
tgmath.h 29 #include <bits/c++config.h>
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/
tgmath.h 29 #include <bits/c++config.h>
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/
tgmath.h 29 #include <bits/c++config.h>
  /system/extras/simpleperf/
generate_event_type_table.py 39 for config in hardware_configs:
40 event_type_name = config
41 event_config = "PERF_COUNT_HW_" + config.replace('-', '_').upper()
61 for config in software_configs:
62 if isinstance(config, list):
63 event_type_name = config[0]
64 event_config = config[1]
66 event_type_name = config
67 event_config = "PERF_COUNT_SW_" + config.replace('-', '_').upper()
  /bionic/libc/malloc_debug/tests/
malloc_debug_config_tests.cpp 24 #include "Config.h"
37 std::unique_ptr<Config> config; member in class:MallocDebugConfigTest
40 config.reset(new Config);
41 return config->Set(options);
204 ASSERT_EQ(BACKTRACE | TRACK_ALLOCS, config->options);
205 ASSERT_EQ(10U, config->backtrace_frames);
213 ASSERT_EQ(BACKTRACE | TRACK_ALLOCS, config->options);
214 ASSERT_EQ(10U, config->backtrace_frames)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ConfigurationMap.java 32 public WifiConfiguration put(WifiConfiguration config) {
33 final WifiConfiguration current = mPerID.put(config.networkId, config);
34 if (WifiConfigurationUtil.isVisibleToAnyProfile(config,
36 mPerIDForCurrentUser.put(config.networkId, config);
37 if (config.FQDN != null && config.FQDN.length() > 0) {
38 mPerFQDNForCurrentUser.put(config.FQDN, config);
45 WifiConfiguration config = mPerID.remove(netID); local
    [all...]
WifiConfigManager.java 327 // parsing data to/from the config store.
412 * This currently masks the following elements: psk, wepKeys & enterprise config password.
460 for (WifiConfiguration config : getInternalConfiguredNetworks()) {
461 if (savedOnly && config.ephemeral) {
464 networks.add(createExternalWifiConfiguration(config, maskPasswords));
508 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
509 if (config == null) {
514 return createExternalWifiConfiguration(config, true);
518 * Retrieves the configured network corresponding to the provided config key with password
525 WifiConfiguration config = getInternalConfiguredNetwork(configKey) local
545 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1112 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1324 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1339 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1394 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1418 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1453 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1493 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1523 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1550 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1572 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1595 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1622 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1669 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1698 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1715 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1731 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1749 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
1802 WifiConfiguration config = getInternalConfiguredNetwork(mLastSelectedNetworkId); local
1947 WifiConfiguration config = getInternalConfiguredNetwork(info.getNetworkId()); local
2191 WifiConfiguration config = getInternalConfiguredNetwork(networkId); local
2272 WifiConfiguration config = iter.next(); local
2305 WifiConfiguration config = iter.next(); local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ApConfigUtilTest.java 185 WifiConfiguration config = new WifiConfiguration(); local
186 config.apChannel = 36;
187 config.apBand = WifiConfiguration.AP_BAND_5GHZ;
191 mWifiNative, TEST_COUNTRY_CODE, mAllowed2GChannels, config));
193 assertEquals(ApConfigUtil.DEFAULT_AP_BAND, config.apBand);
194 assertEquals(ApConfigUtil.DEFAULT_AP_CHANNEL, config.apChannel);
203 WifiConfiguration config = new WifiConfiguration(); local
204 config.apBand = WifiConfiguration.AP_BAND_5GHZ;
208 mWifiNative, null, mAllowed2GChannels, config));
216 WifiConfiguration config = new WifiConfiguration() local
233 WifiConfiguration config = new WifiConfiguration(); local
250 WifiConfiguration config = new WifiConfiguration(); local
    [all...]
  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarPropertyConfigTest.java 32 CarPropertyConfig<Float> config = CarPropertyConfig local
38 assertEquals(PROPERTY_ID, config.getPropertyId());
39 assertEquals(CAR_AREA_TYPE, config.getAreaType());
40 assertEquals(Float.class, config.getPropertyType());
41 assertEquals(2, config.getAreaCount());
44 assertNull(config.getMinValue(WINDOW_DRIVER));
45 assertNull(config.getMaxValue(WINDOW_DRIVER));
47 assertEquals(10f, config.getMinValue(WINDOW_PASSENGER));
48 assertEquals(20f, config.getMaxValue(WINDOW_PASSENGER));
50 return config;
54 CarPropertyConfig<Float> config = createFloatPropertyConfig(); local
73 CarPropertyConfig<Integer[]> config = CarPropertyConfig local
98 CarPropertyConfig<Float> config = createFloatPropertyConfig(); local
124 CarPropertyConfig<Point> config = CarPropertyConfig local
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
ConfigurationFactoryTest.java 16 package com.android.tradefed.config;
19 import com.android.tradefed.config.ConfigurationFactory.ConfigId;
50 // reduce the runtime of reloading the config thanks to the caching of configurations.
53 /** the test config name that is built into this jar */
54 private static final String TEST_CONFIG = "test-config";
55 private static final String GLOBAL_TEST_CONFIG = "global-config";
56 private static final String INCLUDE_CONFIG = "include-config";
73 * Sanity test to ensure all config names on classpath are loadable
92 // Printing the help involves more checks since it tries to resolve the config objects.
99 * Test that a config xml defined in this test jar can be read as a built-i
250 IConfiguration config = mFactory.createConfigurationFromArgs(new String[] {name}); local
259 IGlobalConfiguration config = local
309 IConfiguration config = mFactory.createConfigurationFromArgs(new String[] {TEST_CONFIG, local
390 IConfiguration config = mFactory.createConfigurationFromArgs( local
407 IConfiguration config = mFactory.createConfigurationFromArgs( local
425 IConfiguration config = mFactory.createConfigurationFromArgs( local
444 IConfiguration config = mFactory.createConfigurationFromArgs( local
465 IConfiguration config = mFactory.createConfigurationFromArgs( local
541 IConfiguration config = mFactory.createConfigurationFromArgs( local
565 IConfiguration config = mFactory.createConfigurationFromArgs(new String[]{configName, local
631 IConfiguration config = mFactory.createConfigurationFromArgs(new String[]{configName, local
775 IConfiguration config = mFactory.createConfigurationFromArgs( local
898 IConfiguration config = mFactory.createConfigurationFromArgs( local
937 IConfiguration config = mFactory.createConfigurationFromArgs(new String[] {"multi-device"}); local
966 IConfiguration config = mFactory.createConfigurationFromArgs( local
1014 IConfiguration config = local
1072 IConfiguration config = mFactory.createConfigurationFromArgs( local
1113 IConfiguration config = local
1146 IConfiguration config = local
1193 IConfiguration config = mFactory.createConfigurationFromArgs( local
1377 File config = spyFactory.getTestCaseConfigPath(configName); local
1393 File config = spyFactory.getTestCaseConfigPath("non-exist"); local
    [all...]
  /external/autotest/client/site_tests/platform_CrosDisksFilesystem/
platform_CrosDisksFilesystem.py 28 def _run_test_config(self, config):
29 logging.info('Testing "%s"', config['description'])
30 test_mount_filesystem_type = config.get('test_mount_filesystem_type')
31 test_mount_options = config.get('test_mount_options')
32 is_write_test = config.get('is_write_test', False)
38 block_size=config['block_size'],
39 block_count=config['block_count'],
40 filesystem_type=config['filesystem_type'],
41 mount_filesystem_type=config.get('mount_filesystem_type'),
42 mkfs_options=config.get('mkfs_options')) as image
    [all...]
  /external/syslinux/com32/gplinclude/zzjson/
zzjson.h 85 ZZJSON *zzjson_parse(ZZJSON_CONFIG *config);
86 void zzjson_free(ZZJSON_CONFIG *config, ZZJSON *zzjson);
87 int zzjson_print(ZZJSON_CONFIG *config, ZZJSON *zzjson);
94 ZZJSON *zzjson_create_true(ZZJSON_CONFIG *config);
95 ZZJSON *zzjson_create_false(ZZJSON_CONFIG *config);
96 ZZJSON *zzjson_create_null(ZZJSON_CONFIG *config);
97 ZZJSON *zzjson_create_number_d(ZZJSON_CONFIG *config, double d);
98 ZZJSON *zzjson_create_number_i(ZZJSON_CONFIG *config, long long i);
99 ZZJSON *zzjson_create_string(ZZJSON_CONFIG *config, char *s);
102 ZZJSON *zzjson_create_array(ZZJSON_CONFIG *config, ...)
    [all...]
  /external/syslinux/com32/gpllib/zzjson/
zzjson_parse.c 12 #define GETC() config->getchar(config->ihandle)
13 #define UNGETC(c) config->ungetchar(c, config->ihandle)
14 #define SKIPWS() skipws(config)
18 #define ERROR(x...) config->error(config->ehandle, ##x)
22 #define ALLOW_EXTRA_COMMA (config->strictness & ZZJSON_ALLOW_EXTRA_COMMA)
23 #define ALLOW_ILLEGAL_ESCAPE (config->strictness & ZZJSON_ALLOW_ILLEGAL_ESCAPE)
24 #define ALLOW_CONTROL_CHARS (config->strictness & ZZJSON_ALLOW_CONTROL_CHARS
    [all...]
  /system/update_engine/payload_generator/
delta_diff_generator.cc 54 const PayloadGenerationConfig& config,
58 if (!config.version.Validate()) {
59 LOG(ERROR) << "Unsupported major.minor version: " << config.version.major
60 << "." << config.version.minor;
66 TEST_AND_RETURN_FALSE(payload.Init(config));
80 if (config.is_delta) {
81 TEST_AND_RETURN_FALSE(config.source.partitions.size() ==
82 config.target.partitions.size());
85 for (size_t i = 0; i < config.target.partitions.size(); i++) {
87 config.is_delta ? config.source.partitions[i] : empty_part
    [all...]
  /frameworks/av/services/audioflinger/
SpdifStreamOut.cpp 49 struct audio_config *config,
52 struct audio_config customConfig = *config;
54 mApplicationFormat = config->format;
55 mApplicationSampleRate = config->sample_rate;
56 mApplicationChannelMask = config->channel_mask;
60 switch(config->format) {
71 config->format);
74 customConfig.sample_rate = config->sample_rate * mRateMultiplier;
84 config->sample_rate,
85 config->format
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 573 CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared, SharedPtr<GLES2Context>& context);
584 CreateContext::CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared, SharedPtr<GLES2Context>& context)
587 , m_config (config)
794 CreatePBufferSurface (EGLDisplay display, EGLConfig config, EGLint width, EGLint height, SharedPtr<Surface>& surface);
805 CreatePBufferSurface::CreatePBufferSurface (EGLDisplay display, EGLConfig config, EGLint width, EGLint height, SharedPtr<Surface>& surface)
808 , m_config (config)
3768 GLES2ThreadedSharingTest::TestConfig config; local
3780 GLES2ThreadedSharingTest::TestConfig config; local
3792 GLES2ThreadedSharingTest::TestConfig config; local
3804 GLES2ThreadedSharingTest::TestConfig config; local
3816 GLES2ThreadedSharingTest::TestConfig config; local
3834 GLES2ThreadedSharingTest::TestConfig config; local
3846 GLES2ThreadedSharingTest::TestConfig config; local
3858 GLES2ThreadedSharingTest::TestConfig config; local
3870 GLES2ThreadedSharingTest::TestConfig config; local
3882 GLES2ThreadedSharingTest::TestConfig config; local
3894 GLES2ThreadedSharingTest::TestConfig config; local
3906 GLES2ThreadedSharingTest::TestConfig config; local
3918 GLES2ThreadedSharingTest::TestConfig config; local
3930 GLES2ThreadedSharingTest::TestConfig config; local
3942 GLES2ThreadedSharingTest::TestConfig config; local
3954 GLES2ThreadedSharingTest::TestConfig config; local
3966 GLES2ThreadedSharingTest::TestConfig config; local
3978 GLES2ThreadedSharingTest::TestConfig config; local
3996 GLES2ThreadedSharingTest::TestConfig config; local
4008 GLES2ThreadedSharingTest::TestConfig config; local
4020 GLES2ThreadedSharingTest::TestConfig config; local
4032 GLES2ThreadedSharingTest::TestConfig config; local
4044 GLES2ThreadedSharingTest::TestConfig config; local
4056 GLES2ThreadedSharingTest::TestConfig config; local
4074 GLES2ThreadedSharingTest::TestConfig config; local
4086 GLES2ThreadedSharingTest::TestConfig config; local
4098 GLES2ThreadedSharingTest::TestConfig config; local
4117 GLES2ThreadedSharingTest::TestConfig config; local
4129 GLES2ThreadedSharingTest::TestConfig config; local
4141 GLES2ThreadedSharingTest::TestConfig config; local
4153 GLES2ThreadedSharingTest::TestConfig config; local
4165 GLES2ThreadedSharingTest::TestConfig config; local
4177 GLES2ThreadedSharingTest::TestConfig config; local
4189 GLES2ThreadedSharingTest::TestConfig config; local
4201 GLES2ThreadedSharingTest::TestConfig config; local
4213 GLES2ThreadedSharingTest::TestConfig config; local
4225 GLES2ThreadedSharingTest::TestConfig config; local
4237 GLES2ThreadedSharingTest::TestConfig config; local
4265 GLES2SharingRandomTest::TestConfig config; local
4291 GLES2SharingRandomTest::TestConfig config; local
4323 GLES2SharingRandomTest::TestConfig config; local
4363 GLES2SharingRandomTest::TestConfig config; local
4396 GLES2SharingRandomTest::TestConfig config; local
4441 GLES2SharingRandomTest::TestConfig config; local
4467 GLES2SharingRandomTest::TestConfig config; local
4499 GLES2SharingRandomTest::TestConfig config; local
4543 GLES2SharingRandomTest::TestConfig config; local
4576 GLES2SharingRandomTest::TestConfig config; local
4617 GLES2SharingRandomTest::TestConfig config; local
4672 GLES2SharingRandomTest::TestConfig config; local
4698 GLES2SharingRandomTest::TestConfig config; local
4792 GLES2SharingRandomTest::TestConfig config; local
4908 GLES2SharingRandomTest::TestConfig config; local
4965 GLES2SharingRandomTest::TestConfig config; local
5028 GLES2SharingRandomTest::TestConfig config; local
5105 GLES2SharingRandomTest::TestConfig config; local
5168 GLES2SharingRandomTest::TestConfig config; local
    [all...]
  /external/libchrome/base/trace_event/
trace_config_unittest.cc 57 // Default trace config enables every category filter except the
73 TraceConfig config("", "record-until-full");
74 EXPECT_EQ(RECORD_UNTIL_FULL, config.GetTraceRecordMode());
75 EXPECT_FALSE(config.IsSamplingEnabled());
76 EXPECT_FALSE(config.IsSystraceEnabled());
77 EXPECT_FALSE(config.IsArgumentFilterEnabled());
78 EXPECT_STREQ("record-until-full", config.ToTraceOptionsString().c_str());
80 config = TraceConfig("", "record-continuously");
81 EXPECT_EQ(RECORD_CONTINUOUSLY, config.GetTraceRecordMode());
82 EXPECT_FALSE(config.IsSamplingEnabled())
    [all...]
  /external/skia/src/gpu/gl/
GrGLCaps.h 117 bool isConfigTexturable(GrPixelConfig config) const override {
118 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kTextureable_Flag);
121 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const override {
123 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kRenderableWithMSAA_Flag);
125 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kRenderable_Flag);
128 bool canConfigBeImageStorage(GrPixelConfig config) const override {
129 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kCanUseAsImageStorage_Flag);
131 bool canConfigBeFBOColorAttachment(GrPixelConfig config) const {
132 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kFBOColorAttachment_Flag);
135 bool isConfigTexSupportEnabled(GrPixelConfig config) const
    [all...]
  /build/soong/android/
config.go 35 const configFileName = "soong.config"
39 // config file. These will be included in the config struct.
50 // A Config object represents the entire build configuration for Android.
51 type Config struct {
52 *config
62 type config struct { type
87 config *config
96 func loadConfig(config *config) error
    [all...]

Completed in 2077 milliseconds

<<11121314151617181920>>