/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/ |
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()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_pattern.cpp | 519 ImagePaintConfig config { 523 config.imageFit_ = layoutProps->GetImageFit().value_or(ImageFit::COVER); 524 config.isSvg_ = sourceInfo.IsSvg(); 525 config.frameCount_ = frameCount; 526 canvasImage->SetPaintConfig(config); 568 bool ImagePattern::OnDirtyLayoutWrapperSwap(const RefPtr<LayoutWrapper>& dirty, const DirtySwapConfig& config) 582 if (config.skipMeasure || dirty->SkipMeasureContent()) { 1702 void ImagePattern::SetImageAnalyzerConfig(const ImageAnalyzerConfig &config) 1709 void ImagePattern::SetImageAnalyzerConfig(void* config) 1713 imageAnalyzerManager_->SetImageAnalyzerConfig(config); [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...] |
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_config.cpp | 277 // If configs did not meet all the conditions above, sort the config region with dictionary order. in IsOnBacktrackingPath() 489 bool IsDialectsOfEnUs(const AceResConfig& config) in IsDialectsOfEnUs() argument 492 if (config.language_ == "en") { in IsDialectsOfEnUs() 493 std::string configTag = config.language_ + "-" + config.region_; in IsDialectsOfEnUs() 496 FindBacktrackPath(config, backtrackPath, configTag); in IsDialectsOfEnUs()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
H A D | progress_test_ng.cpp | 19 DirtySwapConfig config; member 105 config.skipMeasure = skipMeasures[i]; in HWTEST_F() 110 auto isSwap = pattern_->OnDirtyLayoutWrapperSwap(layoutWrapperNode, config); in HWTEST_F() 1070 auto node = [](ProgressConfiguration config) -> RefPtr<FrameNode> { in HWTEST_F() 1071 EXPECT_EQ(config.value_, VALUE_OF_PROGRESS); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/ |
H A D | image_animator_test_ng.cpp | 1181 DirtySwapConfig config; in HWTEST_F() local 1192 bool bResult = imageAnimatorPattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config); in HWTEST_F() 1198 imageAnimatorPattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config); in HWTEST_F() 1206 imageAnimatorPattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config); in HWTEST_F() 1214 imageAnimatorPattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_click_test_ng.cpp | 714 * @tc.steps: step2. create layoutWrapper and config. in HWTEST_F() 721 DirtySwapConfig config; in HWTEST_F() local 722 config.skipMeasure = true; in HWTEST_F() 729 auto ret = richEditorPattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config); in HWTEST_F() 742 ret = richEditorPattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config); in HWTEST_F() 756 ret = richEditorPattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_pattern.cpp | 314 SessionConfig config; in UpdateWant() local 315 config.isAsyncModalBinding = isAsyncModalBinding_; in UpdateWant() 316 config.uiExtensionUsage = uIExtensionUsage; in UpdateWant() 317 sessionWrapper_->CreateSession(want, config); in UpdateWant() 462 void UIExtensionPattern::OnSyncGeometryNode(const DirtySwapConfig& config) in OnSyncGeometryNode() argument
|
/third_party/json/tests/src/ |
H A D | unit-regression1.cpp | 319 json config = variable 328 for (auto it = config.begin(); it != config.end(); ++it) 333 for (auto it = config.rbegin(); it != config.rend(); ++it)
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 40 ac_shader_config config; variable 77 memset(&config, 0, sizeof(config)); in create_program() 81 aco::init_program(program.get(), stage, &info, gfx_level, family, false, &config); in create_program() 98 config.float_mode = program->blocks[0].fp_mode.val; in create_program()
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | command.js | 584 _optionEx(config, flags, description, fn, defaultValue) { 589 option.makeOptionMandatory(!!config.mandatory); 791 * @param {string} source - expected values are default/config/env/cli/implied 807 * Expected values are default | config | env | cli | implied 819 * Expected values are default | config | env | cli | implied 1588 const config = errorOptions || {}; 1589 const exitCode = config.exitCode || 1; 1590 const code = config.code || 'commander.error'; 1605 if (this.getOptionValue(optionKey) === undefined || ['default', 'config', 'env'].includes(this.getOptionValueSource(optionKey))) {
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-gestures.c | 24 #include "config.h" 1512 tp->gesture.config.set_hold_enabled = tp_gesture_set_hold_enabled; in tp_init_gesture() 1513 tp->gesture.config.get_hold_enabled = tp_gesture_is_hold_enabled; in tp_init_gesture() 1514 tp->gesture.config.get_hold_default = tp_gesture_get_hold_default; in tp_init_gesture() 1515 tp->device->base.config.gesture = &tp->gesture.config; in tp_init_gesture()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayTimingTests.cpp | 1193 TestConfig config; in createDisplayTimingTests() local 1195 config.wsiType = wsiType; in createDisplayTimingTests() 1196 config.useDisplayTiming = !isReference; in createDisplayTimingTests() 1197 config.presentMode = presentModes[presentModeNdx].mode; in createDisplayTimingTests() 1199 presentModeGroup->addChild(new vkt::InstanceFactory1<DisplayTimingTestInstance, TestConfig, Programs>(testGroup->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, Programs(), config)); in createDisplayTimingTests()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_fontconfig.cpp | 219 // Note that this config is only used for FcFontRenderPrepare, which we don't even want. in is_weak() 221 SkAutoFcConfig config; in is_weak() local 223 SkAutoFcPattern match(FcFontSetMatch(config, fontSets, SK_ARRAY_COUNT(fontSets), in is_weak() 719 /** Takes control of the reference to 'config'. */ 720 explicit SkFontMgr_fontconfig(FcConfig* config) 721 : fFC(config ? config : FcInitLoadConfigAndFonts()) 726 // Hold the lock while unrefing the config.
|
/third_party/skia/gm/ |
H A D | compositor_quads.cpp | 589 SkString config; variable 595 config.appendf(kFormat, "yes", "yes"); 597 config.appendf(kFormat, "no", "no"); 600 config.appendf(kFormat, "yes", "no"); 602 draw_text(canvas, config.c_str());
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiDisplayTimingTests.cpp | 1193 TestConfig config; in createDisplayTimingTests() local 1195 config.wsiType = wsiType; in createDisplayTimingTests() 1196 config.useDisplayTiming = !isReference; in createDisplayTimingTests() 1197 config.presentMode = presentModes[presentModeNdx].mode; in createDisplayTimingTests() 1199 presentModeGroup->addChild(new vkt::InstanceFactory1<DisplayTimingTestInstance, TestConfig, Programs>(testGroup->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, name, Programs(), config)); in createDisplayTimingTests()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ui_ability_impl_test.cpp | 102 Configuration config; in HWTEST_F() local 105 mockUIAbilityimpl->ScheduleUpdateConfiguration(config); in HWTEST_F() 152 Configuration config; in HWTEST_F() local 153 mockUIAbilityimpl->ScheduleUpdateConfiguration(config); in HWTEST_F() 158 config.AddItem(AAFwk::GlobalConfigurationKey::SYSTEM_LANGUAGE, language); in HWTEST_F() 160 mockUIAbilityimpl->ScheduleUpdateConfiguration(config); in HWTEST_F() 208 Configuration config; in HWTEST_F() local 211 mockUIAbilityimpl->ScheduleUpdateConfiguration(config); in HWTEST_F() 216 config.AddItem(AAFwk::GlobalConfigurationKey::SYSTEM_LANGUAGE, language); in HWTEST_F() 218 mockUIAbilityimpl->ScheduleUpdateConfiguration(config); in HWTEST_F() 1490 Configuration config; HWTEST_F() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_draw.cpp | 333 scratch_size = MAX2(scratch_size, sctx->shader.vs.current->config.scratch_bytes_per_wave); in si_update_shaders() 335 scratch_size = MAX2(scratch_size, sctx->queued.named.hs->config.scratch_bytes_per_wave); in si_update_shaders() 339 scratch_size = MAX2(scratch_size, sctx->shader.tes.current->config.scratch_bytes_per_wave); in si_update_shaders() 341 scratch_size = MAX2(scratch_size, sctx->shader.gs.current->config.scratch_bytes_per_wave); in si_update_shaders() 343 scratch_size = MAX2(scratch_size, sctx->shader.tes.current->config.scratch_bytes_per_wave); in si_update_shaders() 347 scratch_size = MAX2(scratch_size, sctx->shader.vs.current->config.scratch_bytes_per_wave); in si_update_shaders() 349 scratch_size = MAX2(scratch_size, sctx->shader.gs.current->config.scratch_bytes_per_wave); in si_update_shaders() 351 scratch_size = MAX2(scratch_size, sctx->shader.vs.current->config.scratch_bytes_per_wave); in si_update_shaders() 354 scratch_size = MAX2(scratch_size, sctx->shader.ps.current->config.scratch_bytes_per_wave); in si_update_shaders() 801 assert(ls_current->config [all...] |
/third_party/icu/icu4c/source/ |
H A D | configure | 919 --config-cache | -C) 920 cache_file=config.cache ;; 1394 -C, --config-cache alias for \`--cache-file=config.cache' 1453 --enable-icu-config install icu-config 1471 icu-le-hb must be installed via pkg-config. See http://harfbuzz.org 1505 PKG_CONFIG path to pkg-config utility 1507 directories to add to pkg-config's search path 1509 path overriding pkg-config' [all...] |
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 917 --config-cache | -C) 918 cache_file=config.cache ;; 1383 -C, --config-cache alias for \`--cache-file=config.cache' 1441 --enable-icu-config install icu-config 1459 icu-le-hb must be installed via pkg-config. See http://harfbuzz.org 1493 PKG_CONFIG path to pkg-config utility 1495 directories to add to pkg-config's search path 1497 path overriding pkg-config' [all...] |