HomeSort by relevance Sort by last modified time
    Searched full:square (Results 326 - 350 of 2496) sorted by null

<<11121314151617181920>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileStarredView.java 26 * in a square. The actual dimensions are set by
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_pcqwerty1_shift.xml 54 U+221A: "?" SQUARE ROOT -->
rowkeys_symbols_shift1.xml 34 <!-- U+221A: "?" SQUARE ROOT -->
  /prebuilts/go/darwin-x86/src/net/
tcpsock.go 46 // in square brackets, as in "[::1]:80", "[ipv6-host]:http" or
udpsock.go 46 // in square brackets, as in "[::1]:80", "[ipv6-host]:http" or
  /prebuilts/go/linux-x86/src/net/
tcpsock.go 46 // in square brackets, as in "[::1]:80", "[ipv6-host]:http" or
udpsock.go 46 // in square brackets, as in "[::1]:80", "[ipv6-host]:http" or
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
MyGLRenderer.java 39 private Square mSquare;
56 mSquare = new Square();
72 // Draw square
  /external/opencv3/samples/cpp/
squares.cpp 1 // The "Square Detector" program.
32 const char* wndname = "Square Detection Demo";
98 // square contours should have 4 vertices after approximation
  /external/skia/gm/
path_stroke_with_zero_length.cpp 132 SkPaint square(butt);
133 square.setStrokeCap(SkPaint::kSquare_Cap);
134 drawPaths(square, -1);
  /frameworks/base/docs/html/training/wearables/watch-faces/
designing.jd 54 <dt><em>Plan for square and round devices</em></dt>
55 <dd>Your design should work for both square and round Android Wear devices, including devices with
102 both square and round devices. The corners of the background image are not visible on round
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 315 // Top-left square is bright
321 // One-right square is dark
327 // One-down square is dark
333 // One-diag square is bright
354 // Top-left square is bright red
360 // One-right square is bright green
366 // One-down square is bright green
372 // One-diag square is bright blue
397 // Top-left square is red
403 // One-right square is blu
    [all...]
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
SimpleGLRenderer.java 41 private Square mSquare;
58 mSquare = new Square();
74 // Draw square
  /external/dng_sdk/source/
dng_lens_correction.h 140 /// Parameter r2 is the square of the destination (i.e., corrected)
141 /// normalized radius, i.e., the square of the normalized Euclidean
145 /// to EvaluateRatio () is the square of the radius, not the radius
153 /// r2 is the square of the destination (i.e., corrected) normalized
154 /// radius, i.e., the square of the normalized Euclidean distance
178 /// r2 is the square of the destination (i.e., corrected) normalized
179 /// radius, i.e., the square of the normalized Euclidean distance
  /external/eigen/Eigen/src/Core/
Transpose.h 254 struct inplace_transpose_selector<MatrixType,true> { // square matrix
261 struct inplace_transpose_selector<MatrixType,false> { // non square matrix
287 * \note if the matrix is not square, then \c *this must be a resizable matrix.
288 * This excludes (non-square) fixed-size matrices, block-expressions and maps.
295 && "transposeInPlace() called on a non-square non-resizable matrix");
318 * \note if the matrix is not square, then \c *this must be a resizable matrix.
319 * This excludes (non-square) fixed-size matrices, block-expressions and maps.
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_menu.jd 102 asset</em>, to create a consistent visual weight. If your icon is square or
103 nearly square, it should be scaled even smaller.</p>
114 the content is square. The box for square icons is smaller than that for other
127 <li>Square Icon: 44 x 44 px</li>
143 <li>Square Icon: 30 x 30 px</li>
160 <li>Square Icon: 22 x 22 px</li>
  /cts/tests/tests/text/src/android/text/cts/
EmojiConstants.java 56 0x025AA, // BLACK SMALL SQUARE
57 0x025AB, // WHITE SMALL SQUARE
60 0x025FB, // WHITE MEDIUM SQUARE
61 0x025FC, // BLACK MEDIUM SQUARE
62 0x025FD, // WHITE MEDIUM SMALL SQUARE
63 0x025FE, // BLACK MEDIUM SMALL SQUARE
142 0x02B1B, // BLACK LARGE SQUARE
143 0x02B1C, // WHITE LARGE SQUARE
641 0x1F532, // BLACK SQUARE BUTTON
642 0x1F533, // WHITE SQUARE BUTTO
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 28 * \brief Performs a complex Schur decomposition of a real or complex square matrix
34 * Given a real or complex square matrix A, this class computes the
78 * This is a square matrix with entries of type #ComplexScalar.
105 * \param[in] matrix Square matrix whose Schur decomposition is to be computed.
154 * Note that this function returns a plain square matrix. If you want to reference
169 * \param[in] matrix Square matrix whose Schur decomposition is to be computed.
  /external/eigen/Eigen/src/QR/
HouseholderQR.h 155 * (that is, O(n) where n is the dimension of the square matrix)
158 * \note This is only for square matrices.
170 * (that is, O(n) where n is the dimension of the square matrix)
173 * \note This is only for square matrices.
209 eigen_assert(m_qr.rows() == m_qr.cols() && "You can't take the determinant of a non-square matrix!");
217 eigen_assert(m_qr.rows() == m_qr.cols() && "You can't take the determinant of a non-square matrix!");
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Utils.java 187 * Calculates the square insets on a round device. If the system insets are not set
188 * (set to 0) then the inner square of the circle is applied instead.
192 * @return adjusted square insets for use on a round device
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Utils.java 187 * Calculates the square insets on a round device. If the system insets are not set
188 * (set to 0) then the inner square of the circle is applied instead.
192 * @return adjusted square insets for use on a round device
  /development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Utils.java 187 * Calculates the square insets on a round device. If the system insets are not set
188 * (set to 0) then the inner square of the circle is applied instead.
192 * @return adjusted square insets for use on a round device
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
GaussNewtonEstimator.java 104 * values (square sum of the weighted residuals of considered measurements).
129 * values (square sum of the weighted residuals of considered measurements).
143 * minimize a weighted least square criterion based on the
  /external/eigen/test/eigen2/
eigen2_submatrices.cpp 55 square = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
68 VERIFY_IS_APPROX(square.row(r1).eigen2_dot(m1.col(c1)), (square.lazy() * m1.conjugate())(r1,c1));
  /external/freetype/src/truetype/
ttinterp.h 70 /* getting current ppem. Take care of non-square pixels if necessary */
74 /* reading a cvt value. Take care of non-square pixels if necessary */
79 /* setting or moving a cvt value. Take care of non-square pixels */

Completed in 686 milliseconds

<<11121314151617181920>>