Home
last modified time | relevance | path

Searched refs:Orientation (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/boost/libs/numeric/ublas/test/
Dtest_banded_storage_layout.cpp51 template< typename Orientation >
59 banded_matrix< int, Orientation > test_matrix( m, n, kl, ku ); in test_band_storage()
91 std::cerr << expected_index( i, Orientation() ) << " "; in test_band_storage()
98 if ( test_matrix.data()[ i ] != expected_index( i, Orientation() ) ) { in test_band_storage()
106 template< typename Orientation >
115 banded_matrix< int, Orientation > test_matrix( m, n, kl, ku ); in test_band_storage_6_by_5()
149 std::cerr << expected_index_6_by_5( i, Orientation() ) << " "; in test_band_storage_6_by_5()
156 if ( test_matrix.data()[ i ] != expected_index_6_by_5( i, Orientation() ) ) { in test_band_storage_6_by_5()
164 template< typename Orientation >
172 banded_matrix< int, Orientation > test_matrix( m, n, kl, ku ); in test_band_storage_5_by_6()
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dorientation_builder.dart10 /// Signature for a function that builds a widget given an [Orientation].
13 typedef OrientationWidgetBuilder = Widget Function(BuildContext context, Orientation orientation);
47 // both infinite), we prefer Orientation.portrait because its more common to
49 …final Orientation orientation = constraints.maxWidth > constraints.maxHeight ? Orientation.landsca…
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_screen.js18 export const Orientation = { variable
31 orientation: Orientation,
107 Orientation, property
Dohos_window.js47 export const Orientation = { variable
409 args[len - 1].call(this, paramMock.businessErrorMock,Orientation)
412 resolve(Orientation)
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_decompose.inl30 …(tmat4x4<T, P> const & ModelMatrix, tvec3<T, P> & Scale, tquat<T, P> & Orientation, tvec3<T, P> & … argument
187 Orientation.x = x;
188 Orientation.y = y;
189 Orientation.z = z;
190 Orientation.w = w;
/third_party/cef/libcef/browser/views/
Dbox_layout_impl.cc57 settings_.horizontal ? views::BoxLayout::Orientation::kHorizontal in CreateLayout()
58 : views::BoxLayout::Orientation::kVertical, in CreateLayout()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Drender_object_widget_test.dart26 final Orientation orientation = MediaQuery.of(context).orientation;
28 case Orientation.landscape:
30 case Orientation.portrait:
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtime_picker.dart195 final Orientation orientation;
237 final bool layoutPortrait = orientation == Orientation.portrait;
271 … alignment: orientation == Orientation.portrait ? Alignment.topCenter : Alignment.centerLeft,
285 case Orientation.portrait:
294 case Orientation.landscape:
461 Orientation orientation
607 final Orientation orientation;
615 case Orientation.portrait:
618 case Orientation.landscape:
731 final Orientation orientation;
[all …]
Ddate_picker.dart70 final Orientation orientation;
110 case Orientation.portrait:
114 case Orientation.landscape:
1006 builder: (BuildContext context, Orientation orientation) {
1015 case Orientation.portrait:
1028 case Orientation.landscape:
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Deventhistory.h27 QVariant headerData(int section, Qt::Orientation orientation,
Deventhistory.cpp47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, in headerData()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Deventhistory.h27 QVariant headerData(int section, Qt::Orientation orientation,
Deventhistory.cpp47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, in headerData()
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dgrid_list_demo.dart340 final Orientation orientation = MediaQuery.of(context).orientation;
372 crossAxisCount: (orientation == Orientation.portrait) ? 2 : 3,
376 childAspectRatio: (orientation == Orientation.portrait) ? 1.0 : 1.3,
/third_party/ffmpeg/tests/ref/fate/
Dexif-image-webp33 TAG:Orientation= 1
Dexif-image-jpg33 TAG:Orientation= 1
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/calculator/
Dhome.dart248 final Orientation orientation = MediaQuery.of(context).orientation;
256 fontSize: (orientation == Orientation.portrait) ? 32.0 : 24.0
/third_party/libexif/test/testdata/
Dfuji_makernote_variant_1.jpg.parsed10 Entry 2: Orientation (Short)
41 Entry 1: Orientation (Short)
Dolympus_makernote_variant_4.jpg.parsed13 Entry 3: Orientation (Short)
Dolympus_makernote_variant_3.jpg.parsed13 Entry 3: Orientation (Short)
Dpentax_makernote_variant_2.jpg.parsed10 Entry 2: Orientation (Short)
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dhome.dart113 final int columnCount = (MediaQuery.of(context).orientation == Orientation.portrait) ? 2 : 3;
329 final bool centerHome = media.orientation == Orientation.portrait && media.size.height < 800.0;
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_surface_orientation.txt111 EGL_SURFACE_ORIENTATION_ANGLE bitmask Orientation of surface
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_surface_orientation.txt111 EGL_SURFACE_ORIENTATION_ANGLE bitmask Orientation of surface
/third_party/boost/boost/polygon/detail/
Dvoronoi_predicates.hpp83 enum Orientation { enum
92 static Orientation eval(T value) { in eval()
97 static Orientation eval(int_x2_type dif_x1_, in eval()
105 static Orientation eval(const Point& point1, in eval()
339 typename ot::Orientation orientation = ot::eval( in fast_ps()
478 typename ot::Orientation orient1 = ot::eval( in pps()
480 typename ot::Orientation orient2 = ot::eval( in pps()

1234