Home
last modified time | relevance | path

Searched refs:config (Results 2951 - 2975 of 3792) sorted by relevance

1...<<111112113114115116117118119120>>...152

/third_party/backends/backend/
H A Dhp-scl.c62 #include "../include/sane/config.h"
779 connect = info->config.connect; in sanei_hp_get_connect()
780 got_connect_type = info->config.got_connect_type; in sanei_hp_get_connect()
979 if ((info != NULL) && (info->config_is_up) && info->config.dumb_read) in hp_scsi_read()
1537 enable_requests = info->config.use_scsi_request; in sanei_hp_scsi_pipeout()
1538 enable_image_buffering = info->config.use_image_buffering; in sanei_hp_scsi_pipeout()
/third_party/nghttp2/src/
H A Dshrpx_http2_session.cc1106 auto config = get_config(); in on_response_headers() local
1107 auto &loggingconf = config->logging; in on_response_headers()
1699 auto config = get_config(); in connection_made() local
1700 auto &http2conf = config->http2; in connection_made()
1720 if (http2conf.no_server_push || config->http2_proxy) { in connection_made()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h253 TopTierRegisterAllocationData(const RegisterConfiguration* config,
301 const RegisterConfiguration* config() const { return config_; } in config() function in v8::internal::compiler::RegisterAllocationFlag::final
674 void Print(const RegisterConfiguration* config, bool with_children) const;
1226 const RegisterConfiguration* config() const { return data()->config(); } in config() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc1649 const RegisterConfiguration* config = RegisterConfiguration::Default(); in DoComputeBuiltinContinuation() local
1657 continuation_descriptor, config, in DoComputeBuiltinContinuation()
1767 int total_registers = config->num_general_registers(); in DoComputeBuiltinContinuation()
1839 config->num_allocatable_general_registers(); in DoComputeBuiltinContinuation()
1841 int code = config->GetAllocatableGeneralCode(i); in DoComputeBuiltinContinuation()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp1383 const BindingTestConfig& config) in PipelineLayoutBindingTestCases()
1385 , m_config(config) in PipelineLayoutBindingTestCases()
1400 const BindingTestConfig& config) in PipelineLayoutBindingTestInstance()
1405 , m_graphicsPipeline (context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), config.construction) in PipelineLayoutBindingTestInstance()
1406 , m_config (config) in PipelineLayoutBindingTestInstance()
1381 PipelineLayoutBindingTestCases(tcu::TestContext& testCtx, const std::string& name, const BindingTestConfig& config) PipelineLayoutBindingTestCases() argument
1399 PipelineLayoutBindingTestInstance(Context& context, const BindingTestConfig& config) PipelineLayoutBindingTestInstance() argument
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_configdialog.py12 from idlelib import config namespace
20 'main': config.IdleUserConfParser(''),
21 'highlight': config.IdleUserConfParser(''),
22 'keys': config.IdleUserConfParser(''),
23 'extensions': config.IdleUserConfParser(''),
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c446 uint32_t config, in emit_tmu_general_address_write()
466 if (config == ~0) in emit_tmu_general_address_write()
489 if (config != ~0) { in emit_tmu_general_address_write()
491 vir_get_uniform_index(c, QUNIFORM_CONSTANT, config); in emit_tmu_general_address_write()
641 uint32_t config = 0; in ntq_emit_tmu_general() local
658 config = 0xffffff00 | tmu_op << 3 | perquad; in ntq_emit_tmu_general()
661 config |= GENERAL_TMU_LOOKUP_TYPE_VEC2; in ntq_emit_tmu_general()
665 config |= GENERAL_TMU_LOOKUP_TYPE_32BIT_UI; in ntq_emit_tmu_general()
668 config |= GENERAL_TMU_LOOKUP_TYPE_16BIT_UI; in ntq_emit_tmu_general()
671 config | in ntq_emit_tmu_general()
443 emit_tmu_general_address_write(struct v3d_compile *c, enum emit_mode mode, nir_intrinsic_instr *instr, uint32_t config, bool dynamic_src, int offset_src, struct qreg base_offset, uint32_t const_offset, uint32_t *tmu_writes) emit_tmu_general_address_write() argument
[all...]
/third_party/libfuse/lib/
H A Dfuse.c4553 int fuse_loop_mt_312(struct fuse *f, struct fuse_loop_config *config) in fuse_loop_mt_312() argument
4562 res = fuse_session_loop_mt_312(fuse_get_session(f), config); in fuse_loop_mt_312()
4571 struct fuse_loop_config *config = fuse_loop_cfg_create(); in fuse_loop_mt_32() local
4572 if (config == NULL) in fuse_loop_mt_32()
4575 fuse_loop_cfg_convert(config, config_v1); in fuse_loop_mt_32()
4577 int res = fuse_loop_mt_312(f, config); in fuse_loop_mt_32()
4579 fuse_loop_cfg_destroy(config); in fuse_loop_mt_32()
4589 struct fuse_loop_config *config = fuse_loop_cfg_create(); in fuse_loop_mt_31() local
4591 if (config == NULL) in fuse_loop_mt_31()
4594 fuse_loop_cfg_set_clone_fd(config, clone_f in fuse_loop_mt_31()
[all...]
/third_party/python/Lib/test/
H A Dtest_xml_etree.py4138 def get_option(config, option_name, default=None):
4139 return config.get(option_name, (default, ()))[0]
4142 for output_file, config in output_files:
4144 config, 'IgnoreComments') == 'true' # no, it's right :)
4146 config, 'TrimTextNodes') == 'true'
4148 config, 'PrefixRewrite') == 'sequential'
4149 if 'QNameAware' in config:
4152 for el in config['QNameAware'][1].findall(
4157 for el in config['QNameAware'][1].findall(
4163 # Build subtest description from config
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dconfigure925 --config-cache | -C)
926 cache_file=config.cache ;;
1391 -C, --config-cache alias for \`--cache-file=config.cache'
1475 you use libpng.pc or libpng-config for all builds
1492 --enable-unversioned-libpng-config
1493 Install the configuration file 'libpng-config' as a
1495 default - use --disable-unversioned-libpng-config to
1538 --with-binconfigs Generate shell libpng-config scripts as well as
1539 pkg-config dat
[all...]
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
H A DActsMediaCameraTest.cpp296 auto config = CameraConfig::CreateCameraConfig(); variable
297 config->SetFrameStateCallback(&fsCb, &eventHandler_);
298 c.Configure(*config);
480 auto config = CameraConfig::CreateCameraConfig(); variable
481 config->SetFrameStateCallback(&fsCb, &eventHandler_);
482 c.Configure(*config);
1084 /* start frame config & frame state call back interface test */
2123 } /* end frame config & frame state call back interface test */ in HWTEST_F()
/third_party/gn/src/gn/
H A Dninja_c_binary_target_writer_unittest.cc11 #include "gn/config.h"
550 // A config that force linking with the framework. in TEST_F()
1287 // This target has one input itself, one from an immediate config, and one in TEST_F()
1288 // from a config tacked on to said config. in TEST_F()
1294 Config config(setup.settings(), Label(SourceDir("//foo/"), "baz")); in TEST_F()
1295 config.visibility().SetPublic(); in TEST_F()
1296 config.own_values().inputs().push_back(SourceFile("//foo/input2.data")); in TEST_F()
1297 config.configs().push_back(LabelConfigPair(&far_config)); in TEST_F()
1298 ASSERT_TRUE(config in TEST_F()
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc1173 StaticKnowledge config = in RefTest() local
1175 result->node = builder_->RefTest(object.node, rtt.node, config); in RefTest()
1180 StaticKnowledge config = in RefCast() local
1183 builder_->RefCast(object.node, rtt.node, config, decoder->position()); in RefCast()
1192 StaticKnowledge config = in BrOnCastAbs() local
1199 (builder_->*branch_function)(object.node, rtt.node, config, in BrOnCastAbs()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c364 BIO_printf(bio_err, "config file \"%s\"\n", filename); in app_load_config_bio()
366 BIO_printf(bio_err, "config input"); in app_load_config_bio()
394 /* Return empty config if filename is empty string. */ in app_load_config_internal()
400 int app_load_modules(const CONF *config) in app_load_modules() argument
404 if (config == NULL) in app_load_modules()
405 config = to_free = app_load_config_quiet(default_config_file); in app_load_modules()
406 if (config == NULL) in app_load_modules()
409 if (CONF_modules_load(config, NULL, 0) <= 0) { in app_load_modules()
2257 int disabled = ASN1_STRING_length(data) <= 2; /* config said "none" */ in adapt_keyid_ext()
/third_party/openssl/apps/lib/
H A Dapps.c364 BIO_printf(bio_err, "config file \"%s\"\n", filename); in app_load_config_bio()
366 BIO_printf(bio_err, "config input"); in app_load_config_bio()
394 /* Return empty config if filename is empty string. */ in app_load_config_internal()
400 int app_load_modules(const CONF *config) in app_load_modules() argument
404 if (config == NULL) in app_load_modules()
405 config = to_free = app_load_config_quiet(default_config_file); in app_load_modules()
406 if (config == NULL) in app_load_modules()
409 if (CONF_modules_load(config, NULL, 0) <= 0) { in app_load_modules()
2250 int disabled = ASN1_STRING_length(data) <= 2; /* config said "none" */ in adapt_keyid_ext()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DClearTest.cpp337 EGLConfig config = window->getConfig(); in TEST_P() local
339 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &backbufferAlphaBits); in TEST_P()
357 EGLConfig config = window->getConfig(); in TEST_P() local
359 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &backbufferAlphaBits); in TEST_P()
393 EGLConfig config = window->getConfig(); in TEST_P() local
395 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &backbufferAlphaBits); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLPreRotationTest.cpp164 EGLConfig config; in initializeSurfaceWithRGBA8888Config() local
165 ASSERT_TRUE(eglChooseConfig(mDisplay, configAttributes, &config, 1, &configCount) || in initializeSurfaceWithRGBA8888Config()
168 mConfig = config; in initializeSurfaceWithRGBA8888Config()
194 EGLConfig config; in initializeSurfaceWithRGBA8888d24s8Config() local
195 ASSERT_TRUE(eglChooseConfig(mDisplay, configAttributes, &config, 1, &configCount) || in initializeSurfaceWithRGBA8888d24s8Config()
198 mConfig = config; in initializeSurfaceWithRGBA8888d24s8Config()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/
H A DMakefile19 include $(LITEOSTOPDIR)/config.mk
/device/soc/hisilicon/hi3861v100/sdk_liteos/
H A Dfactory.mk22 include $(MAIN_TOPDIR)/build/make_scripts/config.mk
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dpwm.h182 /* Then fill it with the reference config */ in pwm_init_state()
246 * @apply: atomically apply a new PWM config
251 * @config: configure duty cycles and period length for this PWM
265 int (*config)(struct pwm_chip *chip, struct pwm_device *pwm, int duty_ns, int period_ns); member
516 * PWM users calling pwm_apply_args() expect to have a fresh config in pwm_apply_args()
528 * the PWM device and set the reference period and polarity config. in pwm_apply_args()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Disp_params_v3x.h7 #include <linux/rkisp1-config.h>
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Daidmp.h198 uint32 config; /* 0xe00 */ member
392 /* config */
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v3x.h7 #include <linux/rkisp1-config.h>
/test/testfwk/developer_test/src/core/testcase/
H A Dtestcase_manager.py28 from core.config.config_manager import FilterConfigManager
/third_party/elfutils/libdwfl/
H A Doffline.c32 # include <config.h>

Completed in 64 milliseconds

1...<<111112113114115116117118119120>>...152