/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_tf.c | 86 { "sess_config", "config for SessionOptions", OFFSET(options.sess_config), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, FLAGS }, 401 // prepare the sess config data in load_tf_model() 403 const char *config; in load_tf_model() local 414 config = tf_model->ctx.options.sess_config + 2; in load_tf_model() 415 sess_config_length = hex_to_data(NULL, config); in load_tf_model() 422 if (hex_to_data(sess_config, config) < 0) { in load_tf_model() 458 av_log(ctx, AV_LOG_ERROR, "Failed to set config for sess options with %s\n", in load_tf_model()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_android.c | 640 const __DRIconfig *config; local 710 config = dri2_get_dri_config(dri2_conf, type, 712 if (!config) { 717 if (!dri2_create_drawable(dri2_dpy, config, dri2_surf, dri2_surf)) 1346 _eglLog(_EGL_DEBUG, "No DRI config supports native format 0x%x",
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.h | 1170 // Replaces the current config with given |new_config|. The old config is 1381 // stored into the object pointed by |config|. This function returns 0 1388 int parse_config(Config *config, const StringRef &opt, const StringRef &optarg, 1394 int parse_config(Config *config, int optid, const StringRef &opt, 1398 // Loads configurations from |filename| and stores them in |config|. 1401 int load_config(Config *config, const char *filename, 1439 int configure_downstream_group(Config *config, bool http2_proxy,
|
/third_party/ninja/src/ |
H A D | build.cc | 465 explicit RealCommandRunner(const BuildConfig& config) : config_(config) {}
in RealCommandRunner() 541 Builder::Builder(State* state, const BuildConfig& config,
in Builder() argument 545 : state_(state), config_(config), plan_(this), status_(status),
in Builder()
|
/third_party/libfuse/example/ |
H A D | passthrough_ll.c | 31 * gcc -Wall passthrough_ll.c `pkg-config fuse3 --cflags --libs` -o passthrough_ll 1186 struct fuse_loop_config config; in main() local 1292 config.clone_fd = opts.clone_fd; in main() 1293 config.max_idle_threads = opts.max_idle_threads; in main() 1294 ret = fuse_session_loop_mt(se, &config); in main()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | TracePerfTest.cpp | 90 EGLConfig config, 186 EGLConfig config, in EglCreateContext() 190 return gCurrentTracePerfTest->onEglCreateContext(display, config, share_context, attrib_list); in EglCreateContext() 1522 EGLConfig config, in onEglCreateContext() 185 EglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, EGLint const *attrib_list) EglCreateContext() argument 1521 onEglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, EGLint const *attrib_list) onEglCreateContext() argument
|
/base/inputmethod/imf/services/src/ |
H A D | peruser_session.cpp | 82 UpdateClientInfo(inputClient, { { UpdateFlag::TEXT_CONFIG, clientInfo.config } }); in AddClientInfo() 169 info->config = std::get<TextTotalConfig>(updateInfo.second); in UpdateClientInfo() 1270 return clientInfo->config.inputAttribute.GetSecurityFlag(); 1715 if (newClientInfo.config.inputAttribute.GetSecurityFlag()) { 1717 return !exClientInfo->config.inputAttribute.GetSecurityFlag(); 1720 return exClientInfo->config.inputAttribute.GetSecurityFlag();
|
/base/security/crypto_framework/frameworks/key/ |
H A D | asy_key_generator.c | 21 #include "config.h" 556 static HcfResult ParseAsyKeyGenParams(const HcfParaConfig* config, void *params) in ParseAsyKeyGenParams() argument 558 if (config == NULL || params == NULL) { in ParseAsyKeyGenParams() 563 LOGD("Set Parameter: %s", config->tag); in ParseAsyKeyGenParams() 564 switch (config->paraType) { in ParseAsyKeyGenParams() 566 SetKeyType(config->paraValue, paramsObj); in ParseAsyKeyGenParams() 569 SetPrimes(config->paraValue, paramsObj); in ParseAsyKeyGenParams()
|
/base/usb/usb_manager/test/native/mock/src/ |
H A D | usb_device_pipe_mock_test.cpp | 1217 * @tc.desc: Test functions to SetConfiguration(const USBConfig &config); 1223 USBConfig config = device_.GetConfigs().front(); in HWTEST_F() local 1224 uint8_t configIndex = config.GetiConfiguration(); in HWTEST_F() 1233 * @tc.desc: Test functions to SetConfiguration(const USBConfig &config); 1239 USBConfig config = device_.GetConfigs().front(); in HWTEST_F() local 1240 uint8_t configIndex = config.GetiConfiguration(); in HWTEST_F() 1252 * @tc.desc: Test functions to SetConfiguration(const USBConfig &config); 1258 USBConfig config = device_.GetConfigs().front(); in HWTEST_F() local 1259 uint8_t configIndex = config.GetiConfiguration(); in HWTEST_F()
|
/third_party/backends/backend/ |
H A D | xerox_mfp.c | 18 #include "../include/sane/config.h" 1057 list_conf_devices(SANEI_Config __sane_unused__ *config, const char *devname, in list_conf_devices() argument 1092 SANEI_Config config; in sane_get_devices() local 1107 config.count = 0; in sane_get_devices() 1108 config.descriptors = NULL; in sane_get_devices() 1109 config.values = NULL; in sane_get_devices() 1110 sanei_configure_attach(XEROX_CONFIG_FILE, &config, list_conf_devices, NULL); in sane_get_devices()
|
/third_party/backends/backend/pixma/ |
H A D | pixma.c | 43 #include "../include/sane/config.h" 162 static SANE_Status config_attach_pixma(SANEI_Config __sane_unused__ * config, in config_attach_pixma() argument 1657 SANEI_Config config; in sane_init() local 1675 config.count = 0; in sane_init() 1676 config.descriptors = NULL; in sane_init() 1677 config.values = NULL; in sane_init() 1679 if (sanei_configure_attach(PIXMA_CONFIG_FILE, &config, in sane_init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Display.cpp | 954 for (auto &config : mConfigSet) in initialize() 957 // config.second.conformant |= EGL_OPENGL_ES_BIT; in initialize() 959 config.second.renderableType |= EGL_OPENGL_ES_BIT; in initialize() 1729 bool Display::isValidConfig(const Config *config) const in isValidConfig() 1731 return mConfigSet.contains(config); in isValidConfig() 1929 Error Display::valdiatePixmap(const Config *config, in valdiatePixmap() argument 1933 return mImplementation->validatePixmap(config, pixmap, attributes); in valdiatePixmap()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | D3DTextureTest.cpp | 149 EGLConfig config = window->getConfig(); in createD3D11PBuffer() local 160 texture, config, attribs); in createD3D11PBuffer() 202 EGLConfig config = window->getConfig(); in createPBuffer() local 219 texture, config, attribs); in createPBuffer() 712 EGLConfig config = window->getConfig(); in TEST_P() local 715 eglCreatePbufferFromClientBuffer(display, EGL_D3D_TEXTURE_ANGLE, texture, config, attribs); in TEST_P() 762 // Test creating a pbuffer with a D3D texture and depth stencil bits in the EGL config creates keeps 1064 // Test creating a pbuffer with a D3D texture and depth stencil bits in the EGL config creates keeps
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_egl_ext_autogen.cpp | 639 EGLConfig config, in EGL_CreatePlatformPixmapSurfaceEXT() 645 "dpy = 0x%016" PRIxPTR ", config = 0x%016" PRIxPTR ", native_pixmap = 0x%016" PRIxPTR in EGL_CreatePlatformPixmapSurfaceEXT() 647 (uintptr_t)dpy, (uintptr_t)config, (uintptr_t)native_pixmap, (uintptr_t)attrib_list); in EGL_CreatePlatformPixmapSurfaceEXT() 652 Config *configPacked = PackParam<Config *>(config); in EGL_CreatePlatformPixmapSurfaceEXT() 663 EGLConfig config, in EGL_CreatePlatformWindowSurfaceEXT() 669 "dpy = 0x%016" PRIxPTR ", config = 0x%016" PRIxPTR ", native_window = 0x%016" PRIxPTR in EGL_CreatePlatformWindowSurfaceEXT() 671 (uintptr_t)dpy, (uintptr_t)config, (uintptr_t)native_window, (uintptr_t)attrib_list); in EGL_CreatePlatformWindowSurfaceEXT() 676 Config *configPacked = PackParam<Config *>(config); in EGL_CreatePlatformWindowSurfaceEXT() 638 EGL_CreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) EGL_CreatePlatformPixmapSurfaceEXT() argument 662 EGL_CreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list) EGL_CreatePlatformWindowSurfaceEXT() argument
|
/third_party/python/Python/ |
H A D | pystate.c | 295 PyConfig_InitPythonConfig(&interp->config); in init_interpreter() 415 PyConfig_Clear(&interp->config); in interpreter_clear() 2149 return &interp->config; in _PyInterpreterState_GetConfig() 2154 _PyInterpreterState_GetConfigCopy(PyConfig *config) in _PyInterpreterState_GetConfigCopy() argument 2158 PyStatus status = _PyConfig_Copy(config, &interp->config); in _PyInterpreterState_GetConfigCopy()
|
/base/location/frameworks/js/napi/include/ |
H A D | napi_util.h | 75 std::unique_ptr<LocatingRequiredDataConfig>& config);
|
/base/hiviewdfx/hiview/plugins/performance/ |
H A D | XperfEvt.h | 175 int64_t config{0};
|
/base/request/request/services/src/service/ |
H A D | notification_bar.rs | 18 use crate::config::{Action, Mode, Version};
|
/base/request/request/services/src/task/ |
H A D | info.rs | 20 use crate::task::config::{Action, Version};
|
/base/usb/usb_manager/interfaces/innerkits/native/include/ |
H A D | usb_srv_client.h | 69 int32_t SetConfiguration(USBDevicePipe &pip, const USBConfig &config);
|
/third_party/elfutils/backends/ |
H A D | ia64_retval.c | 30 # include <config.h>
|
/third_party/elfutils/tests/ |
H A D | asm-tst9.c | 19 # include <config.h>
|
H A D | asm-tst3.c | 19 # include <config.h>
|
H A D | dwflmodtest.c | 18 #include <config.h>
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module.c | 30 # include <config.h>
|