Home
last modified time | relevance | path

Searched refs:views (Results 1 – 25 of 95) sorted by relevance

1234

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Durls.py10 from django.views.generic import RedirectView
17 from toastergui import views
21 url(r'^landing/$', views.landing, name='landing'),
28 url(r'^build/(?P<build_id>\d+)$', views.builddashboard, name="builddashboard"),
34 url(r'^build/(?P<build_id>\d+)/task/(?P<task_id>\d+)$', views.task, name='task'),
41 …ild_id>\d+)/recipe/(?P<recipe_id>\d+)/active_tab/(?P<active_tab>\d{1})$', views.recipe, name='reci…
43 url(r'^build/(?P<build_id>\d+)/recipe/(?P<recipe_id>\d+)$', views.recipe, name='recipe'),
44 …url(r'^build/(?P<build_id>\d+)/recipe_packages/(?P<recipe_id>\d+)$', views.recipe_packages, name='…
51 url(r'^build/(?P<build_id>\d+)/package/(?P<package_id>\d+)$', views.package_built_detail,
54 views.package_built_dependencies, name='package_built_dependencies'),
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dplaces.pro28 views/SuggestionView.qml \
29 views/RatingView.qml \
30 views/CategoryView.qml \
31 views/CategoryDelegate.qml \
32 views/SearchResultDelegate.qml \
33 views/SearchResultView.qml \
34 views/EditorialView.qml \
35 views/EditorialDelegate.qml \
36 views/EditorialPage.qml \
37 views/ReviewView.qml \
[all …]
H A Dplaces.qrc20 <file>views/SuggestionView.qml</file>
21 <file>views/CategoryDelegate.qml</file>
22 <file>views/CategoryView.qml</file>
23 <file>views/EditorialDelegate.qml</file>
24 <file>views/EditorialPage.qml</file>
25 <file>views/EditorialView.qml</file>
26 <file>views/ImageView.qml</file>
27 <file>views/RatingView.qml</file>
28 <file>views/ReviewDelegate.qml</file>
29 <file>views/ReviewPage.qml</file>
[all …]
H A Dplaces.qml229 push({ item: Qt.resolvedUrl("views/CategoryView.qml") ,
241 push({ item: Qt.resolvedUrl("views/SuggestionView.qml") ,
254 push({ item: Qt.resolvedUrl("views/SearchResultView.qml") ,
277 push({ item: Qt.resolvedUrl("views/EditorialView.qml") ,
285 push({ item: Qt.resolvedUrl("views/ReviewView.qml") ,
293 push({ item: Qt.resolvedUrl("views/ImageView.qml") ,
300 push({ item: Qt.resolvedUrl("views/EditorialPage.qml") ,
307 push({ item: Qt.resolvedUrl("views/ReviewPage.qml") ,
/OK3568_Linux_fs/buildroot/package/pulseview/
H A D0001-Replace-obsolete-deprecated-Qt-methods.patch15 pv/views/trace/decodetrace.cpp | 3 ++-
16 pv/views/trace/ruler.cpp | 2 +-
93 diff --git a/pv/views/trace/decodetrace.cpp b/pv/views/trace/decodetrace.cpp
95 --- a/pv/views/trace/decodetrace.cpp
96 +++ b/pv/views/trace/decodetrace.cpp
107 diff --git a/pv/views/trace/ruler.cpp b/pv/views/trace/ruler.cpp
109 --- a/pv/views/trace/ruler.cpp
110 +++ b/pv/views/trace/ruler.cpp
H A D0002-Fix-broken-build-due-to-C-template-behind-C-linkage.patch25 pv/views/trace/decodetrace.cpp | 2 --
42 diff --git a/pv/views/trace/decodetrace.cpp b/pv/views/trace/decodetrace.cpp
44 --- a/pv/views/trace/decodetrace.cpp
45 +++ b/pv/views/trace/decodetrace.cpp
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/
H A Durls.py10 from django.views.generic import RedirectView, TemplateView
11 from django.views.decorators.cache import never_cache
12 import bldcollector.views
33 url(r'^orm/eventfile$', bldcollector.views.eventfile),
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcollector/
H A Durls.py11 import bldcollector.views
15 url(r'^eventfile$', bldcollector.views.eventfile, name='eventfile'),
H A Dviews.py15 from django.views.decorators.csrf import csrf_exempt
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dranges916 namespace views
945 } // namespace views
1059 namespace views
1220 } // namespace views
1274 namespace views
1290 } // namespace views
1633 filter_view(_Range&&, _Pred) -> filter_view<views::all_t<_Range>, _Pred>;
1635 namespace views
1642 } // namespace views
1990 transform_view(_Range&&, _Fp) -> transform_view<views::all_t<_Range>, _Fp>;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dranges916 namespace views
945 } // namespace views
1059 namespace views
1220 } // namespace views
1274 namespace views
1290 } // namespace views
1633 filter_view(_Range&&, _Pred) -> filter_view<views::all_t<_Range>, _Pred>;
1635 namespace views
1642 } // namespace views
1990 transform_view(_Range&&, _Fp) -> transform_view<views::all_t<_Range>, _Fp>;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/doc/src/
H A Dplaces.qdoc78 \snippet places/views/CategoryView.qml CategoryModel view
94 \snippet places/views/CategoryDelegate.qml CategoryModel delegate text
98 \snippet places/views/CategoryDelegate.qml CategoryModel delegate arrow
122 \snippet places/views/SuggestionView.qml PlaceSearchSuggestionModel view 1
124 \snippet places/views/SuggestionView.qml PlaceSearchSuggestionModel view 2
148 \snippet places/views/SearchResultView.qml PlaceSearchModel place list
154 \snippet places/views/SearchResultDelegate.qml PlaceSearchModel place delegate
164 \snippet places/views/EditorialView.qml PlaceEditorialModel view
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/boundary_view/
H A Dimplementation.hpp272 static inline void apply(Polygon const& polygon, BoundaryView* views) in apply()
278 views); in apply()
323 BoundaryView* views) in apply() argument
329 std::uninitialized_copy(first, last, views); in apply()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0023-Avoid-adding-views-to-other-outputs.patch4 Subject: [PATCH 23/79] Avoid adding views to other outputs
29 + /* HACK: Avoid adding views to other outputs */
H A D0043-desktop-shell-Resize-views-when-work-area-changed.patch4 Subject: [PATCH 43/79] desktop-shell: Resize views when work area changed
/OK3568_Linux_fs/buildroot/package/weston/
H A D0026-Avoid-adding-views-to-other-outputs.patch4 Subject: [PATCH 26/93] Avoid adding views to other outputs
29 + /* HACK: Avoid adding views to other outputs */
H A D0081-gl-renderer-Fix-crash-when-painting-views-without-bu.patch4 Subject: [PATCH 81/92] gl-renderer: Fix crash when painting views without
H A D0049-HACK-gl-renderer-Fix-random-hang-during-hotplug.patch19 wl_list_for_each(view, &surface->views, surface_link) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0026-Avoid-adding-views-to-other-outputs.patch4 Subject: [PATCH 26/93] Avoid adding views to other outputs
29 + /* HACK: Avoid adding views to other outputs */
H A D0082-gl-renderer-Fix-crash-when-painting-views-without-bu.patch4 Subject: [PATCH 82/93] gl-renderer: Fix crash when painting views without
H A D0049-HACK-gl-renderer-Fix-random-hang-during-hotplug.patch19 wl_list_for_each(view, &surface->views, surface_link) {
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Ddebug.c254 memset(rc->views, 0, DEBUG_MAX_VIEWS * sizeof(struct debug_view *)); in debug_info_alloc()
540 if (!debug_info->views[i]) in debug_open()
555 if (!debug_info->views[i]->format_proc && !debug_info->views[i]->header_proc) in debug_open()
573 p_info->view = debug_info->views[i]; in debug_open()
701 if (!id->views[i]) in _debug_unregister()
1152 if (!id->views[i]) in debug_register_view()
1160 id->views[i] = view; in debug_register_view()
1192 if (id->views[i] == view) in debug_unregister_view()
1199 id->views[i] = NULL; in debug_unregister_view()
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Ds390dbf.rst67 The content of the directories are files which represent different views
68 to the debug log. Each component can decide which views should be
70 Predefined views for hex/ascii and sprintf data are provided.
71 It is also possible to define other views. The content of
115 Predefined views:
214 See section about predefined views for explanation of the above output!
298 There are two predefined views: hex_ascii and sprintf.
341 Defining views
402 and which produces the same header output as the predefined views.
408 of the default views!
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/
H A Dflickr.qml72 id: views
107 …Mobile.ImageDetails { id: imageDetails; width: parent.width; anchors.left: views.right; height: pa…
132 PropertyChanges { target: views; x: -parent.width }
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/views/
H A DREADME4 To run just these tests use ./manage.py test tests.views

1234