Searched defs:config (Results 1 - 25 of 804) sorted by relevance

1234567891011>>

/external/syslinux/com32/gpllib/zzjson/
H A Dzzjson_free.c8 void zzjson_free(ZZJSON_CONFIG *config, ZZJSON *zzjson) { argument
13 config->free(zzjson->value.object.label);
14 zzjson_free(config, zzjson->value.object.val);
17 zzjson_free(config, zzjson->value.array.val);
20 config->free(zzjson->value.string.string);
26 config->free(zzjson);
/external/syslinux/com32/hdt/
H A Dhdt-dump-syslinux.c31 #include <syslinux/config.h>
33 void dump_syslinux(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
H A Dhdt-dump-vpd.c32 void dump_vpd(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
H A Dhdt-dump-hdt.c31 #include <syslinux/config.h>
33 void dump_hdt(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
H A Dhdt-dump-cpu.c32 void dump_cpu(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
H A Dhdt-dump-kernel.c32 void dump_kernel(struct s_hardware *hardware, ZZJSON_CONFIG * config, argument
H A Dhdt-dump-pxe.c34 void dump_pxe(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
H A Dhdt-dump-vesa.c31 #include <syslinux/config.h>
33 void dump_vesa(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
/external/toolchain-utils/crosperf/
H A Dconfig.py5 config = {} variable
9 return config.get(key)
13 config[key] = value
H A Dconfig_unittest.py4 """Unit tests for config.py"""
8 import config namespace
14 """Class for the config unit tests."""
17 # Verify that config exists, that it's a dictionary, and that it's
19 self.assertTrue(type(config.config) is dict)
20 self.assertEqual(len(config.config), 0)
24 self.assertIsNone(config.GetConfig('rabbit'))
25 self.assertIsNone(config
[all...]
/external/webrtc/webrtc/modules/audio_processing/
H A Decho_cancellation_impl_unittest.cc32 Config config; local
33 config.Set<ExtendedFilter>(new ExtendedFilter(true));
34 ap->SetExtraOptions(config);
41 config.Set<ExtendedFilter>(new ExtendedFilter(false));
42 ap->SetExtraOptions(config);
62 Config config; local
63 config.Set<DelayAgnostic>(new DelayAgnostic(true));
64 ap->SetExtraOptions(config);
71 config.Set<DelayAgnostic>(new DelayAgnostic(false));
72 ap->SetExtraOptions(config);
[all...]
H A Daudio_processing_impl_unittest.cc15 #include "webrtc/config.h"
26 explicit MockInitialize(const Config& config) : AudioProcessingImpl(config) { argument
36 Config config; local
37 MockInitialize mock(config);
/external/curl/src/macos/src/
H A Dcurl_GUSIConfig.cpp71 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Mon Oct 29 15:41:51 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig.h> #include <sys/cdefs.h> /* Declarations of Socket Factories */ __BEGIN_DECLS void GUSIwithInetSockets(); void GUSIwithLocalSockets(); void GUSIwithMTInetSockets(); void GUSIwithMTTcpSockets(); void GUSIwithMTUdpSockets(); void GUSIwithOTInetSockets(); void GUSIwithOTTcpSockets(); void GUSIwithOTUdpSockets(); void GUSIwithPPCSockets(); void GUSISetupFactories(); __END_DECLS /* Configure Socket Factories */ void GUSISetupFactories() { #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif GUSIwithInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif } /* Declarations of File Devices */ __BEGIN_DECLS void GUSIwithNullSockets(); void GUSISetupDevices(); __END_DECLS /* Configure File Devices */ void GUSISetupDevices() { #ifdef GUSISetupDevices_BeginHook GUSISetupDevices_BeginHook #endif GUSIwithNullSockets(); #ifdef GUSISetupDevices_EndHook GUSISetupDevices_EndHook #endif } #ifndef __cplusplus #error GUSISetupConfig() needs to be written in C++ #endif GUSIConfiguration::FileSuffix sSuffices[] = { "", '????', '????' }; extern "C" void GUSISetupConfig() { GUSIConfiguration * config = GUSIConfiguration::CreateInstance(GUSIConfiguration::kNoResource); config->ConfigureDefaultTypeCreator('TEXT', 'CWIE'); config->ConfigureSuffices( sizeof(sSuffices)/sizeof(GUSIConfiguration::FileSuffix)-1, sSuffices); } /* (…)
1 /**************** BEGIN GUSI CONFIGURATION **************************** local
/external/libxml2/macos/src/
H A Dlibxml2_GUSIConfig.cp71 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Wed Oct 31 17:07:45 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig.h> #include <sys/cdefs.h> /* Declarations of Socket Factories */ __BEGIN_DECLS void GUSIwithInetSockets(); void GUSIwithLocalSockets(); void GUSIwithMTInetSockets(); void GUSIwithMTTcpSockets(); void GUSIwithMTUdpSockets(); void GUSIwithOTInetSockets(); void GUSIwithOTTcpSockets(); void GUSIwithOTUdpSockets(); void GUSIwithPPCSockets(); void GUSISetupFactories(); __END_DECLS /* Configure Socket Factories */ void GUSISetupFactories() { #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif GUSIwithInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif } /* Declarations of File Devices */ __BEGIN_DECLS void GUSIwithNullSockets(); void GUSISetupDevices(); __END_DECLS /* Configure File Devices */ void GUSISetupDevices() { #ifdef GUSISetupDevices_BeginHook GUSISetupDevices_BeginHook #endif GUSIwithNullSockets(); #ifdef GUSISetupDevices_EndHook GUSISetupDevices_EndHook #endif } #ifndef __cplusplus #error GUSISetupConfig() needs to be written in C++ #endif GUSIConfiguration::FileSuffix sSuffices[] = { "", '????', '????' }; extern "C" void GUSISetupConfig() { GUSIConfiguration * config = GUSIConfiguration::CreateInstance(GUSIConfiguration::kNoResource); config->ConfigureDefaultTypeCreator('TEXT', 'CWIE'); config->ConfigureSuffices( sizeof(sSuffices)/sizeof(GUSIConfiguration::FileSuffix)-1, sSuffices); } /* (…)
1 /**************** BEGIN GUSI CONFIGURATION **************************** local
/external/caliper/caliper/src/test/java/com/google/caliper/config/
H A DVmConfigTest.java17 package com.google.caliper.config;
/external/deqp/framework/platform/null/
H A DtcuNullContextFactory.cpp37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const argument
39 return new RenderContext(config);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Daudio_encoder_isac_unittest.cc20 void TestBadConfig(const AudioEncoderIsac::Config& config) { argument
21 EXPECT_FALSE(config.IsOk());
24 void TestGoodConfig(const AudioEncoderIsac::Config& config) { argument
25 EXPECT_TRUE(config.IsOk());
26 AudioEncoderIsac aei(config);
37 AudioEncoderIsac::Config config; local
40 EXPECT_GT(config.bit_rate, 1);
41 S(TestGoodConfig(config));
44 config.bit_rate = 0;
45 S(TestGoodConfig(config));
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_none.c16 #include "config.h"
22 struct wpa_config *config; local
27 config = cfgp;
29 config = wpa_config_alloc_empty(NULL, NULL);
30 if (config == NULL)
33 return config;
37 int wpa_config_write(const char *name, struct wpa_config *config) argument
44 /* TODO: write global config parameters */
47 for (ssid = config->ssid; ssid; ssid = ssid->next) {
51 for (blob = config
[all...]
/external/arm-neon-tests/
H A Dretarget.c40 struct __initial_stackheap config; local
42 config.heap_base = (unsigned int)&Image$$HEAP$$ZI$$Base; // placed by scatterfile
43 config.stack_base = SP; // inherit SP from the execution environment
45 return config;
/external/autotest/scheduler/
H A Dscheduler_config.py30 Reads the attributes (listed in `FIELDS`) from the global config
33 config = global_config.global_config
34 config.parse_config_file()
36 setattr(self, field, config.get_config_value(CONFIG_SECTION,
41 config = SchedulerConfig() variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
H A DPKCS12StoreParameter.java1 package org.bouncycastle.jcajce.provider.config;
/external/caliper/caliper/src/main/java/com/google/caliper/config/
H A DConfigModule.java17 package com.google.caliper.config;
H A DInvalidConfigurationException.java17 package com.google.caliper.config;
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DHttpUploader.java20 import com.google.caliper.config.CaliperConfig;
21 import com.google.caliper.config.InvalidConfigurationException;
36 @Inject HttpUploader(@Stdout PrintWriter stdout, Gson gson, CaliperConfig config) argument
38 super(stdout, gson, Client.create(), config.getResultProcessorConfig(HttpUploader.class));
/external/curl/src/
H A Dtool_cfgable.c29 void config_init(struct OperationConfig* config) argument
31 memset(config, 0, sizeof(struct OperationConfig));
33 config->postfieldsize = -1;
34 config->use_httpget = FALSE;
35 config->create_dirs = FALSE;
36 config->maxredirs = DEFAULT_MAXREDIRS;
37 config->proto = CURLPROTO_ALL; /* FIXME: better to read from library */
38 config->proto_present = FALSE;
39 config->proto_redir = CURLPROTO_ALL & /* All except FILE, SCP and SMB */
42 config
47 free_config_fields(struct OperationConfig *config) argument
161 config_free(struct OperationConfig *config) argument
[all...]

Completed in 523 milliseconds

1234567891011>>