Searched refs:config (Results 26 - 50 of 2963) sorted by relevance

1234567891011>>

/external/syslinux/com32/modules/
H A Dzzjson.c34 ZZJSON_CONFIG config = { ZZJSON_VERY_STRICT, NULL, local
45 tmp = zzjson_create_array(&config,
46 zzjson_create_number_d(&config, 3.14),
47 zzjson_create_number_i(&config, 1234LL),
48 zzjson_create_number_i(&config, -4321LL),
49 zzjson_create_true(&config),
50 zzjson_create_false(&config),
51 zzjson_create_null(&config),
52 zzjson_create_string(&config, "hello, world"),
53 zzjson_create_object(&config,
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
H A Dchrome_trace_config_unittest.py13 config = chrome_trace_config.ChromeTraceConfig()
15 # Trace config for startup tracing.
18 }, config.GetChromeTraceConfigForStartupTracing())
20 # Trace config for DevTools (modern API).
23 }, config.GetChromeTraceConfigForDevTools())
26 self.assertFalse(config.requires_modern_devtools_tracing_start_api)
29 config.GetChromeTraceCategoriesAndOptionsForDevTools())
34 config = chrome_trace_config.ChromeTraceConfig()
35 config.SetCategoryFilter(category_filter)
36 config
[all...]
/external/f2fs-tools/mkfs/
H A Df2fs_format_main.c25 extern struct f2fs_configuration config;
51 config.heap = atoi(optarg);
52 if (config.heap == 0)
56 config.dbg_lv = atoi(optarg);
57 MSG(0, "Info: Debug level = %d\n", config.dbg_lv);
60 config.extension_list = strdup(optarg);
69 config.vol_label = optarg;
70 MSG(0, "Info: Label = %s\n", config.vol_label);
73 config.overprovision = atoi(optarg);
78 config
[all...]
/external/dhcpcd-6.8.2/
H A DGNUmakefile6 CONFIG_MK?= $(shell test -e ${TOP}/config.mk && \
7 echo config.mk || echo config-null.mk)
/external/libtextclassifier/tests/
H A Dtokenizer_test.cc40 TokenizationCodepointRange* config; local
43 config = &configs.back();
44 config->set_start(0);
45 config->set_end(10);
46 config->set_role(TokenizationCodepointRange::TOKEN_SEPARATOR);
49 config = &configs.back();
50 config->set_start(32);
51 config->set_end(33);
52 config->set_role(TokenizationCodepointRange::WHITESPACE_SEPARATOR);
55 config
95 TokenizationCodepointRange* config; local
113 TokenizationCodepointRange* config; local
[all...]
/external/curl/src/
H A Dtool_msgs.h26 void warnf(struct GlobalConfig *config, const char *fmt, ...);
27 void notef(struct GlobalConfig *config, const char *fmt, ...);
H A Dtool_parsecfg.h26 int parseconfig(const char *filename, struct GlobalConfig *config);
/external/libpcap/
H A DMakefile-devel-adds8 # autoheader might not change config.h.in, so touch a stamp file.
9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
14 config.h: stamp-h
15 stamp-h: ${srcdir}/config.h.in config.status
16 ./config.status
18 Makefile: Makefile.in config.status
19 ./config.status
21 config.status: ${srcdir}/configure
22 ./config
[all...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
H A DRobolectricConfigTest.java19 RobolectricConfig config = newConfig("TestAndroidManifestWithReceivers.xml");
21 assertEquals(7, config.getReceiverCount());
23 assertEquals("com.xtremelabs.robolectric.RobolectricConfigTest.ConfigTestReceiver", config.getReceiverClassName(0));
24 assertEquals("com.xtremelabs.robolectric.ACTION1", config.getReceiverIntentFilterActions(0).get(0));
26 assertEquals("com.xtremelabs.robolectric.RobolectricConfigTest.ConfigTestReceiver", config.getReceiverClassName(1));
27 assertEquals("com.xtremelabs.robolectric.ACTION2", config.getReceiverIntentFilterActions(1).get(0));
29 assertEquals("com.xtremelabs.robolectric.test.ConfigTestReceiver", config.getReceiverClassName(2));
30 assertEquals("com.xtremelabs.robolectric.ACTION_SUPERSET_PACKAGE", config.getReceiverIntentFilterActions(2).get(0));
32 assertEquals("com.xtremelabs.ConfigTestReceiver", config.getReceiverClassName(3));
33 assertEquals("com.xtremelabs.robolectric.ACTION_SUBSET_PACKAGE", config
[all...]
/external/selinux/restorecond/
H A Drestorecond_user.conf7 ~/.config/*
/external/tcpdump/
H A DMakefile-devel-adds8 # autoheader might not change config.h.in, so touch a stamp file.
9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
14 config.h: stamp-h
15 stamp-h: ${srcdir}/config.h.in config.status
16 ./config.status
18 Makefile: Makefile.in config.status
19 ./config.status
21 config.status: ${srcdir}/configure
22 ./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/autotest/client/site_tests/desktopui_SonicExtension/
H A Dconfig_manager.py17 def __init__(self, config):
20 @param config: String of config file path.
22 if os.path.isfile(config):
24 config_parser.set_config_dir(config)
25 self._settings = config_parser.aggregated_config(config)
/external/bison/lib/
H A Dexitfail.c18 #include <config.h>
H A Dfpending.c20 #include <config.h>
H A Ditold.c18 #include <config.h>
H A Dspawnattr_destroy.c17 #include <config.h>
/external/elfutils/libelf/
H A Dlibelf_next_prime.c29 # include <config.h>
/external/elfutils/tests/
H A Ddeleted-lib.c18 #include <config.h>
/external/freetype/include/
H A Dft2build.h37 #include <freetype/config/ftheader.h>
/external/pdfium/third_party/freetype/include/
H A Dft2build.h37 #include <freetype/config/ftheader.h>
/external/selinux/gui/
H A Dsystem-config-selinux3 exec /usr/bin/pkexec /usr/share/system-config-selinux/system-config-selinux.py
/external/syslinux/gpxe/src/config/
H A Dconfig_romprefix.c10 #include <config/general.h>
H A Dconsole.h15 #include <config/defaults.h>
H A Dioapi.h12 #include <config/defaults.h>

Completed in 1651 milliseconds

1234567891011>>