/third_party/lame/ |
H A D | config.guess | 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. 47 Report bugs and patches to <config-patches@gnu.org>." 50 GNU config.guess ($timestamp) 406 # According to config.sub, this is the proper way to canonicalize 707 # $ CC_FOR_BUILD=cc ./config.guess 709 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess 1130 # Note: whatever this is, it MUST be the same as what config.sub 1440 copies of config [all...] |
/third_party/node/ |
H A D | configure.py | 210 help="The OpenSSL config appname (config section name) used by Node.js") 916 """Run pkg-config on the specified package 919 pkg_config = os.environ.get('PKG_CONFIG', 'pkg-config') 920 args = [] # Print pkg-config warnings on first round. 937 return (None, None, None, None) # No pkg-config/pkgconf installed. 1765 # ICU from pkg-config. 1769 error('''Could not load pkg-config data for "icu-i18n". 2119 write('config.gypi', do_not_edit + 2122 write('config 2127 config = { global() variable [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 190 DepthStencilResolveTest (Context& context, TestConfig config); 244 DepthStencilResolveTest::DepthStencilResolveTest (Context& context, TestConfig config) in DepthStencilResolveTest() argument 246 , m_config (config) in DepthStencilResolveTest() 259 , m_singlesampleImage (createImage(m_config.resolveFormat(), 1, (VK_IMAGE_USAGE_TRANSFER_SRC_BIT | (config.unusedResolve ? static_cast<vk::VkImageUsageFlags>(VK_IMAGE_USAGE_TRANSFER_DST_BIT) : 0u)))) in DepthStencilResolveTest() 1223 void init (vk::SourceCollections& dst, TestConfig config) const in init() 1226 if (config.imageLayers > 1) in init() 1270 if (config.verifyBuffer == VB_DEPTH) in init() 1289 if (config.sampleMask) in init()
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglext.h | 433 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC) (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list); 435 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list); 845 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list); 846 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list); 849 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list); 850 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list); 962 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap); 964 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap);
|
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
H A D | unittests.cpp | 124 EGLBoolean success = eglChooseConfig(display, configAttributes, &config, 1, &num_config); in Initialize() 132 eglGetConfigAttrib(display, config, EGL_CONFORMANT, &conformant); in Initialize() 137 eglGetConfigAttrib(display, config, EGL_RENDERABLE_TYPE, &renderableType); in Initialize() 142 eglGetConfigAttrib(display, config, EGL_SURFACE_TYPE, &surfaceType); in Initialize() 153 surface = eglCreatePbufferSurface(display, config, surfaceAttributes); in Initialize() 162 context = eglCreateContext(display, config, NULL, contextAttributes); in Initialize() 471 EGLConfig getConfig() const { return config; } in getConfig() 477 EGLConfig config; member in SwiftShaderTest
|
/third_party/skia/third_party/externals/libpng/ |
H A D | config.guess | 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. 47 Report bugs and patches to <config-patches@gnu.org>." 50 GNU config.guess ($timestamp) 408 # According to config.sub, this is the proper way to canonicalize 709 # $ CC_FOR_BUILD=cc ./config.guess 711 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess 1127 # Note: whatever this is, it MUST be the same as what config.sub 1436 copies of config [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
H A D | TestSuite.cpp | 893 std::string config = GetConfigNameFromTestIdentifier(id); in BatchTests() local 894 testsSortedByConfig[config].push_back(id); in BatchTests() 903 // Count the number of batches needed for this config. in BatchTests() 1574 std::string config = GetConfigNameFromTestIdentifier(id); in finishProcess() local 1575 printf("Completed batch with config: %s\n", config.c_str()); in finishProcess() 1990 bool TestSuite::loadTestExpectationsFromFileWithConfig(const GPUTestConfig &config, in loadTestExpectationsFromFileWithConfig() argument 1993 if (!mTestExpectationsParser.loadTestExpectationsFromFile(config, fileName)) in loadTestExpectationsFromFileWithConfig() 2042 int32_t TestSuite::getTestExpectationWithConfigAndUpdateTimeout(const GPUTestConfig &config, in getTestExpectationWithConfigAndUpdateTimeout() argument 2045 uint32_t expectation = mTestExpectationsParser.getTestExpectationWithConfig(config, testNam in getTestExpectationWithConfigAndUpdateTimeout() [all...] |
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/ |
H A D | on-transitive-references-in-different-folders-with-no-files-clause.js | 431 Change:: edit on config file
529 Change:: Revert config file edit
622 Change:: edit in referenced config file
716 Change:: Revert referenced config file edit
799 Change:: deleting referenced config file
885 Change:: Revert deleting referenced config file
980 Change:: deleting transitively referenced config file
1076 Change:: Revert deleting transitively referenced config file
|
H A D | on-transitive-references-in-different-folders.js | 427 Change:: edit on config file
523 Change:: Revert config file edit
614 Change:: edit in referenced config file
704 Change:: Revert referenced config file edit
783 Change:: deleting referenced config file
867 Change:: Revert deleting referenced config file
960 Change:: deleting transitively referenced config file
1054 Change:: Revert deleting transitively referenced config file
|
H A D | on-transitive-references.js | 436 Change:: edit on config file
524 Change:: Revert config file edit
607 Change:: edit in referenced config file
691 Change:: Revert referenced config file edit
764 Change:: deleting referenced config file
842 Change:: Revert deleting referenced config file
938 Change:: deleting transitively referenced config file
1024 Change:: Revert deleting transitively referenced config file
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglext.h | 433 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC) (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list); 435 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list); 845 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list); 846 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list); 849 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list); 850 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list); 962 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap); 964 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap);
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | eglext.h | 414 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC) (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list); 416 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list); 847 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list); 848 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list); 851 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list); 852 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list); 970 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap); 972 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 190 DepthStencilResolveTest (Context& context, TestConfig config); 244 DepthStencilResolveTest::DepthStencilResolveTest (Context& context, TestConfig config) in DepthStencilResolveTest() argument 246 , m_config (config) in DepthStencilResolveTest() 259 , m_singlesampleImage (createImage(m_config.resolveFormat(), 1, (VK_IMAGE_USAGE_TRANSFER_SRC_BIT | (config.unusedResolve ? static_cast<vk::VkImageUsageFlags>(VK_IMAGE_USAGE_TRANSFER_DST_BIT) : 0u)))) in DepthStencilResolveTest() 1223 void init (vk::SourceCollections& dst, TestConfig config) const in init() 1226 if (config.imageLayers > 1) in init() 1270 if (config.verifyBuffer == VB_DEPTH) in init() 1289 if (config.sampleMask) in init()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-aes.c | 820 struct dma_slave_config config; in atmel_aes_dma_transfer_start() local 825 memset(&config, 0, sizeof(config)); in atmel_aes_dma_transfer_start() 826 config.src_addr_width = addr_width; in atmel_aes_dma_transfer_start() 827 config.dst_addr_width = addr_width; in atmel_aes_dma_transfer_start() 828 config.src_maxburst = maxburst; in atmel_aes_dma_transfer_start() 829 config.dst_maxburst = maxburst; in atmel_aes_dma_transfer_start() 835 config.dst_addr = dd->phys_base + AES_IDATAR(0); in atmel_aes_dma_transfer_start() 841 config.src_addr = dd->phys_base + AES_ODATAR(0); in atmel_aes_dma_transfer_start() 848 err = dmaengine_slave_config(dma->chan, &config); in atmel_aes_dma_transfer_start() [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83795.c | 356 * no config register, only affected by chip 1862 u8 config; in w83795_init_client() local 1868 config = w83795_read(client, W83795_REG_CONFIG); in w83795_init_client() 1869 if (!(config & W83795_REG_CONFIG_START)) { in w83795_init_client() 1872 config | W83795_REG_CONFIG_START); in w83795_init_client() 1875 data->clkin = clkin[(config >> 3) & 0x3]; in w83795_init_client() 1905 int bank, vendor_id, device_id, expected, i2c_addr, config; in w83795_detect() local 1964 config = i2c_smbus_read_byte_data(client, W83795_REG_CONFIG); in w83795_detect() 1965 if (config & W83795_REG_CONFIG_CONFIG48) in w83795_detect() 2118 static void w83795_apply_temp_config(struct w83795_data *data, u8 config, in w83795_apply_temp_config() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic_scsi.c | 286 if ((fnic->config.flags & VFCF_FIP_CAPABLE) && !fnic->ctlr.map_dest) { in fnic_flogi_reg_handler() 389 if ((fnic->config.flags & VFCF_FCP_SEQ_LVL_ERR) && in fnic_queue_wq_copy_desc() 1546 fnic->config.ra_tov, fnic->config.ed_tov); in fnic_queue_abort_io_req() 1979 (2 * fnic->config.ra_tov + in fnic_abort_cmd() 1980 fnic->config.ed_tov)); in fnic_abort_cmd() 2106 fnic->config.ra_tov, fnic->config.ed_tov); in fnic_queue_dr_io_req() 2236 (fnic->config.ed_tov)); in fnic_clean_pending_aborts() 2280 schedule_timeout(msecs_to_jiffies(2 * fnic->config in fnic_clean_pending_aborts() [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 3162 struct fsg_lun_config config; in fsg_lun_make() local 3195 memset(&config, 0, sizeof(config)); in fsg_lun_make() 3196 config.removable = true; in fsg_lun_make() 3198 ret = fsg_common_create_lun(fsg_opts->common, &config, num, name, in fsg_lun_make() 3364 struct fsg_lun_config config; in fsg_alloc_inst() local 3385 memset(&config, 0, sizeof(config)); in fsg_alloc_inst() 3386 config.removable = true; in fsg_alloc_inst() 3387 rc = fsg_common_create_lun(opts->common, &config, in fsg_alloc_inst() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 3288 struct fsg_lun_config config; in fsg_lun_make() local 3321 memset(&config, 0, sizeof(config)); in fsg_lun_make() 3322 config.removable = true; in fsg_lun_make() 3324 ret = fsg_common_create_lun(fsg_opts->common, &config, num, name, in fsg_lun_make() 3490 struct fsg_lun_config config; in fsg_alloc_inst() local 3511 memset(&config, 0, sizeof(config)); in fsg_alloc_inst() 3512 config.removable = true; in fsg_alloc_inst() 3513 rc = fsg_common_create_lun(opts->common, &config, in fsg_alloc_inst() [all...] |
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | icm.c | 658 sw->config.route_hi = upper_32_bits(route); in update_switch() 659 sw->config.route_lo = lower_32_bits(route); in update_switch() 1050 request.route_lo = sw->config.route_lo; in icm_tr_approve_switch() 1051 request.route_hi = sw->config.route_hi; in icm_tr_approve_switch() 1077 request.route_lo = sw->config.route_lo; in icm_tr_add_switch_key() 1078 request.route_hi = sw->config.route_hi; in icm_tr_add_switch_key() 1106 request.route_lo = sw->config.route_lo; in icm_tr_challenge_switch_key() 1107 request.route_hi = sw->config.route_hi; in icm_tr_challenge_switch_key() 1770 * Hold on here until the switch config space is accessible so in __icm_driver_ready() 1771 * that we can read root switch config successfull in __icm_driver_ready() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-aes.c | 807 struct dma_slave_config config; in atmel_aes_dma_transfer_start() local 812 memset(&config, 0, sizeof(config)); in atmel_aes_dma_transfer_start() 813 config.src_addr_width = addr_width; in atmel_aes_dma_transfer_start() 814 config.dst_addr_width = addr_width; in atmel_aes_dma_transfer_start() 815 config.src_maxburst = maxburst; in atmel_aes_dma_transfer_start() 816 config.dst_maxburst = maxburst; in atmel_aes_dma_transfer_start() 822 config.dst_addr = dd->phys_base + AES_IDATAR(0); in atmel_aes_dma_transfer_start() 828 config.src_addr = dd->phys_base + AES_ODATAR(0); in atmel_aes_dma_transfer_start() 835 err = dmaengine_slave_config(dma->chan, &config); in atmel_aes_dma_transfer_start() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83795.c | 356 * no config register, only affected by chip 1862 u8 config; in w83795_init_client() local 1868 config = w83795_read(client, W83795_REG_CONFIG); in w83795_init_client() 1869 if (!(config & W83795_REG_CONFIG_START)) { in w83795_init_client() 1872 config | W83795_REG_CONFIG_START); in w83795_init_client() 1875 data->clkin = clkin[(config >> 3) & 0x3]; in w83795_init_client() 1905 int bank, vendor_id, device_id, expected, i2c_addr, config; in w83795_detect() local 1964 config = i2c_smbus_read_byte_data(client, W83795_REG_CONFIG); in w83795_detect() 1965 if (config & W83795_REG_CONFIG_CONFIG48) in w83795_detect() 2118 static void w83795_apply_temp_config(struct w83795_data *data, u8 config, in w83795_apply_temp_config() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_scsi.c | 274 if ((fnic->config.flags & VFCF_FIP_CAPABLE) && !fnic->ctlr.map_dest) { in fnic_flogi_reg_handler() 377 if ((fnic->config.flags & VFCF_FCP_SEQ_LVL_ERR) && in fnic_queue_wq_copy_desc() 1534 fnic->config.ra_tov, fnic->config.ed_tov); in fnic_queue_abort_io_req() 1862 (2 * fnic->config.ra_tov + in fnic_abort_cmd() 1863 fnic->config.ed_tov)); in fnic_abort_cmd() 1991 fnic->config.ra_tov, fnic->config.ed_tov); in fnic_queue_dr_io_req() 2108 (fnic->config.ed_tov)); in fnic_pending_aborts_iter() 2178 schedule_timeout(msecs_to_jiffies(2 * fnic->config in fnic_clean_pending_aborts() [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 2131 zink_internal_create_screen(const struct pipe_screen_config *config) in zink_internal_create_screen() argument 2164 if (config) { in zink_internal_create_screen() 2165 driParseConfigFiles(config->options, config->options_info, 0, "zink", in zink_internal_create_screen() 2167 screen->driconf.dual_color_blend_by_location = driQueryOptionb(config->options, "dual_color_blend_by_location"); in zink_internal_create_screen() 2168 //screen->driconf.inline_uniforms = driQueryOptionb(config->options, "radeonsi_inline_uniforms"); in zink_internal_create_screen() 2169 screen->instance_info.disable_xcb_surface = driQueryOptionb(config->options, "disable_xcb_surface"); in zink_internal_create_screen() 2409 zink_create_screen(struct sw_winsys *winsys, const struct pipe_screen_config *config) in zink_create_screen() argument 2411 struct zink_screen *ret = zink_internal_create_screen(config); in zink_create_screen() 2420 zink_drm_create_screen(int fd, const struct pipe_screen_config *config) in zink_drm_create_screen() argument [all...] |
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 26 from idlelib.config import idleConf, ConfigChanges 88 # Attach callbacks after loading config to avoid calling them. 175 """Apply config changes, then dismiss dialog.""" 180 """Apply config changes and leave dialog open.""" 187 """Dismiss config dialog. 202 """Create textview for config dialog help. 218 # Before a config is saved, some cleanup of current 219 # config must be done - remove the previous keybindings. 354 scroll_font.config(command=self.fontlist.yview) 355 self.fontlist.config(yscrollcomman [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.cc | 524 const RegisterConfiguration* config, CallDescriptor* call_descriptor, in InitializeTopTierRegisterAllocationData() 529 config, register_allocation_zone(), frame(), sequence(), flags, in InitializeTopTierRegisterAllocationData() 534 const RegisterConfiguration* config, CallDescriptor* call_descriptor) { in InitializeMidTierRegisterAllocationData() 538 config, register_allocation_zone(), frame(), sequence(), in InitializeMidTierRegisterAllocationData() 711 void AllocateRegistersForTopTier(const RegisterConfiguration* config, 714 void AllocateRegistersForMidTier(const RegisterConfiguration* config, 3349 bool Pipeline::AllocateRegistersForTesting(const RegisterConfiguration* config, in AllocateRegistersForTesting() argument 3367 pipeline.AllocateRegistersForMidTier(config, nullptr, run_verifier); in AllocateRegistersForTesting() 3369 pipeline.AllocateRegistersForTopTier(config, nullptr, run_verifier); in AllocateRegistersForTesting() 3487 const RegisterConfiguration* config in SelectInstructions() local 523 InitializeTopTierRegisterAllocationData( const RegisterConfiguration* config, CallDescriptor* call_descriptor, RegisterAllocationFlags flags) InitializeTopTierRegisterAllocationData() argument 533 InitializeMidTierRegisterAllocationData( const RegisterConfiguration* config, CallDescriptor* call_descriptor) InitializeMidTierRegisterAllocationData() argument 3721 AllocateRegistersForTopTier( const RegisterConfiguration* config, CallDescriptor* call_descriptor, bool run_verifier) AllocateRegistersForTopTier() argument 3815 AllocateRegistersForMidTier( const RegisterConfiguration* config, CallDescriptor* call_descriptor, bool run_verifier) AllocateRegistersForMidTier() argument [all...] |