| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/ |
| H A D | test_builder_registry.py | 8 builder_registry as registry, unknown 34 self.assertEqual(registry.lookup('fast', 'html'), 38 self.assertEqual(registry.lookup('permissive', 'xml'), 40 self.assertEqual(registry.lookup('strict', 'html'), 43 self.assertEqual(registry.lookup('html5lib', 'html'), 48 self.assertEqual(registry.lookup('html'), LXMLTreeBuilder) 49 self.assertEqual(registry.lookup('xml'), LXMLTreeBuilderForXML) 51 self.assertEqual(registry.lookup('xml'), None) 53 self.assertEqual(registry.lookup('html'), HTML5TreeBuilder) 55 self.assertEqual(registry.lookup('html'), HTMLParserTreeBuilder) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/decorator/ |
| H A D | depends.py | 13 def _add_depends(registry, case, depends): argument 29 if not case_id in registry: 30 registry[case_id] = [] 31 if not depend_id in registry[case_id]: 32 registry[case_id].append(depend_id) 83 def bind(self, registry, case): argument 84 super(OETestDepends, self).bind(registry, case) 85 if not registry.get('depends'): 86 registry['depends'] = {} 87 _add_depends(registry['depends'], case, self.depends) [all …]
|
| H A D | __init__.py | 43 def bind(self, registry, case): argument 63 def discover(registry): argument 64 return registry['cases']
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | classutils.py | 8 cls.registry = {} 37 cls.registry[cls.name] = cls 41 return sorted(list(tcls.registry.values()), 45 for key in cls.registry.keys(): 46 if cls.registry[key] is cls: 47 del cls.registry[key]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_npm.py | 45 registry = None 48 nonlocal registry 50 registry = re.sub(r"^npm://", "http://", origvalue.split(";")[0]) 55 return registry 97 def _run_npm_install(self, d, srctree, registry, dev): argument 102 if registry: 103 configs.append(("registry", registry)) 186 registry = self._get_registry(lines_before) 217 self._run_npm_install(d, srctree, registry, dev)
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | meson.build | 9 khronos_spec_dir = dependency('khronos-opengl-registry').get_pkgconfig_variable('specdir') 16 …command: [gen_gl_wrappers_cmd, '-registry', '@INPUT@', '-prefix', 'wgl', '-wrapper', '-preresolve'… 24 command: [gen_gl_wrappers_cmd, '-registry', '@INPUT@', '-shim', '-outfile', '@OUTPUT@'], 32 command: [gen_gl_wrappers_cmd, '-registry', '@INPUT@', '-thunk', '-outfile', '@OUTPUT@'], 40 command: [gen_gl_wrappers_cmd, '-registry', '@INPUT@', '-thunkdefs', '-outfile', '@OUTPUT@'],
|
| H A D | Makefile.am | 55 …$(AM_V_GEN)PYTHONPATH=$(KHRONOS_SPEC_DIR) $(PYTHON3) $(srcdir)/gen_gl_wrappers.py -registry $(KHRO… 58 …$(AM_V_GEN)PYTHONPATH=$(KHRONOS_SPEC_DIR) $(PYTHON3) $(srcdir)/gen_gl_wrappers.py -registry $(KHRO… 61 …$(AM_V_GEN)PYTHONPATH=$(KHRONOS_SPEC_DIR) $(PYTHON3) $(srcdir)/gen_gl_wrappers.py -registry $(KHRO… 64 …$(AM_V_GEN)PYTHONPATH=$(KHRONOS_SPEC_DIR) $(PYTHON3) $(srcdir)/gen_gl_wrappers.py -registry $(KHRO…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | is_expression.cpp | 16 const ExpressionRegistry& registry = getExpressionRegistry(); in isExpression() local 22 return (registry.find(*name) != registry.end()) || in isExpression()
|
| H A D | parsing_context.cpp | 97 static ExpressionRegistry registry {{ in getExpressionRegistry() local 121 return registry; in getExpressionRegistry() 144 const ExpressionRegistry& registry = getExpressionRegistry(); in parse() local 145 auto parseFunction = registry.find(*op); in parse() 146 if (parseFunction != registry.end()) { in parse()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
| H A D | 0004-tests-add-helper-script-to-run-the-installed_tests.patch | 30 + # we use the home folder ~ for the registry which will then expand at runtime. 31 + # Using the /tmp/gstreamer-1.0/@0@.registry can be problematic as it mostly 32 + # is mounted using tmpfs and if the machine crash from some reason we can lost the registry 34 + env += {'GST_REGISTRY': '~/.cache/gstreamer-1.0/@0@.registry'.format(test_name)}
|
| H A D | 0003-tests-use-a-dictionaries-for-environment.patch | 29 - env.set('GST_REGISTRY', '@0@/@1@.registry'.format(meson.current_build_dir(), test_name)) 41 + 'GST_REGISTRY': '@0@/@1@.registry'.format(meson.current_build_dir(), test_name),
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0023-waylandsink-Use-create_immed-to-create-dmabuf.patch | 18 @@ -277,7 +277,7 @@ registry_handle_global (void *data, struct wl_registry *registry, 19 wl_registry_bind (registry, id, &wp_viewporter_interface, 1); 22 - wl_registry_bind (registry, id, &zwp_linux_dmabuf_v1_interface, 1); 23 + wl_registry_bind (registry, id, &zwp_linux_dmabuf_v1_interface, 2);
|
| H A D | 0032-waylandsink-Support-pointer-and-touch.patch | 51 struct wl_registry *registry; 345 + input->seat = wl_registry_bind (priv->registry, id, &wl_seat_interface, 1); 354 registry_handle_global (void *data, struct wl_registry *registry, 356 @@ -307,6 +586,18 @@ registry_handle_global (void *data, struct wl_registry *registry, 358 priv->shm = wl_registry_bind (registry, id, &wl_shm_interface, 1); 374 wl_registry_bind (registry, id, &wp_viewporter_interface, 1); 383 priv->registry = wl_display_get_registry (priv->display_wrapper);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0023-waylandsink-Use-create_immed-to-create-dmabuf.patch | 18 @@ -277,7 +277,7 @@ registry_handle_global (void *data, struct wl_registry *registry, 19 wl_registry_bind (registry, id, &wp_viewporter_interface, 1); 22 - wl_registry_bind (registry, id, &zwp_linux_dmabuf_v1_interface, 1); 23 + wl_registry_bind (registry, id, &zwp_linux_dmabuf_v1_interface, 2);
|
| H A D | 0032-waylandsink-Support-pointer-and-touch.patch | 51 struct wl_registry *registry; 345 + input->seat = wl_registry_bind (priv->registry, id, &wl_seat_interface, 1); 354 registry_handle_global (void *data, struct wl_registry *registry, 356 @@ -307,6 +586,18 @@ registry_handle_global (void *data, struct wl_registry *registry, 358 priv->shm = wl_registry_bind (registry, id, &wl_shm_interface, 1); 374 wl_registry_bind (registry, id, &wp_viewporter_interface, 1); 383 priv->registry = wl_display_get_registry (priv->display_wrapper);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0022-waylandsink-Use-create_immed-to-create-dmabuf.patch | 18 @@ -235,7 +235,7 @@ registry_handle_global (void *data, struct wl_registry *registry, 19 wl_registry_bind (registry, id, &wp_viewporter_interface, 1); 22 - wl_registry_bind (registry, id, &zwp_linux_dmabuf_v1_interface, 1); 23 + wl_registry_bind (registry, id, &zwp_linux_dmabuf_v1_interface, 2);
|
| H A D | 0031-waylandsink-Support-pointer-and-touch.patch | 330 + input->seat = wl_registry_bind (self->registry, id, &wl_seat_interface, 1); 339 registry_handle_global (void *data, struct wl_registry *registry, 341 @@ -247,6 +511,18 @@ registry_handle_global (void *data, struct wl_registry *registry, 343 self->shm = wl_registry_bind (registry, id, &wl_shm_interface, 1); 359 wl_registry_bind (registry, id, &wp_viewporter_interface, 1); 368 self->registry = wl_display_get_registry (self->display_wrapper); 393 struct wl_registry *registry;
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor.c | 72 struct wl_registry *registry, in xwl_glamor_init_wl_registry() argument 78 registry, in xwl_glamor_init_wl_registry() 84 registry, in xwl_glamor_init_wl_registry()
|
| H A D | xwayland.c | 890 registry_global(void *data, struct wl_registry *registry, uint32_t id, in registry_global() argument 897 wl_registry_bind(registry, id, &wl_compositor_interface, 1); in registry_global() 900 xwl_screen->shm = wl_registry_bind(registry, id, &wl_shm_interface, 1); in registry_global() 904 wl_registry_bind(registry, id, &wl_shell_interface, 1); in registry_global() 912 wl_registry_bind(registry, id, &zxdg_output_manager_v1_interface, 1); in registry_global() 917 xwl_glamor_init_wl_registry(xwl_screen, registry, id, interface, in registry_global() 924 global_remove(void *data, struct wl_registry *registry, uint32_t name) in global_remove() argument 1200 xwl_screen->registry = wl_display_get_registry(xwl_screen->display); in xwl_screen_init() 1201 wl_registry_add_listener(xwl_screen->registry, in xwl_screen_init()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | npm.py | 139 ud.registry = None 159 ud.registry = re.sub(r"^npm://", "https://", ud.url.split(";")[0]) 184 args.append(("registry", ud.registry)) 188 check_network_access(d, cmd, ud.registry)
|
| /OK3568_Linux_fs/buildroot/package/xenomai/ |
| H A D | xenomai.mk | 62 XENOMAI_CONF_OPTS += --enable-registry 64 XENOMAI_CONF_OPTS += --enable-registry=$(XENOMAI_REGISTRY_PATH) 67 XENOMAI_CONF_OPTS += --disable-registry
|
| H A D | Config.in | 154 bool "Enable registry" 165 comment "registry needs a toolchain w/ threads, dynamic library" 170 string "Custom registry root path" 173 Specify the root path of the registry here.
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1/ |
| H A D | Config.in | 47 bool "enable plugin registry" 50 Enable support for the GStreamer plugin registry. This may
|
| /OK3568_Linux_fs/buildroot/support/docker/ |
| H A D | Dockerfile | 3 # docker build -t registry.gitlab.com/buildroot.org/buildroot/base:YYYYMMDD.HHMM support/docker 4 # docker push registry.gitlab.com/buildroot.org/buildroot/base:YYYYMMDD.HHMM
|
| /OK3568_Linux_fs/buildroot/package/vulkan-headers/ |
| H A D | Config.in | 5 registry.
|