/frameworks/base/core/res/res/drawable/ |
vector_drawable_progress_bar_large.xml | 32 android:strokeLineCap="square"
|
vector_drawable_progress_bar_medium.xml | 32 android:strokeLineCap="square"
|
vector_drawable_progress_bar_small.xml | 32 android:strokeLineCap="square"
|
/frameworks/base/core/res/res/values/ |
donottranslate.xml | 24 <string name="lock_pattern_view_aspect">square</string>
|
/frameworks/base/data/keyboards/ |
Vendor_054c_Product_0268.kl | 75 # Square
|
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
CalendarColorSquare.java | 29 * The color square used as an entry point to launching the {@link CalendarColorPickerDialog}.
|
/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
TinyPlanetNative.java | 36 * @param outputSize the width and height of the square output image.
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
GalleryBitmapPool.java | 34 // We found that Gallery uses bitmaps that are either square (for example, 35 // tiles of large images or square thumbnails), match one of the common 39 // O(1) lookups for square bitmaps, and average-case - but *not* asymptotically - 42 // to the pool with different non-square aspect ratios but the same width, as
|
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/ |
Square.java | 27 * A two-dimensional square for use as a drawn object in OpenGL ES 2.0. 30 public class Square { 80 public Square() { 148 // Draw the square
|
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/ |
okhttp-2.5.0.pom | 42 <link>http://square.github.io/okio/</link>
|
/docs/source.android.com/src/devices/camera/ |
camera3_crop_reprocess.jd | 83 smaller than the crop region. Specifically, each stream should maintain square 122 And a final example, a 1024x1024 square aspect ratio stream instead of the 480p 128 <img src="images/crop-region-43-square-ratio.png" alt="crop-region-43-square-ratio" id="figure4" /> 130 <strong>Figure 4.</strong> 4:3 aspect ratio, square
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
UnknownDistributionChiSquareTest.java | 22 * An interface for Chi-Square tests for unknown distributions. 34 * Chi-Square two sample test statistic</a> comparing bin frequency counts 43 * <p>This statistic can be used to perform a Chi-Square test evaluating the null hypothesis that 70 * p-value</a>, associated with a Chi-Square two sample test comparing 107 * <p>Performs a Chi-Square two sample test comparing two binned data
|
/external/eigen/Eigen/src/Core/ |
Diagonal.h | 26 * The matrix is not required to be square. 29 * of a square matrix. It is the return type of MatrixBase::diagonal() and MatrixBase::diagonal(Index) and most of the 160 * \c *this is not required to be square. 183 * \c *this is not required to be square. 209 * \c *this is not required to be square.
|
/external/eigen/demos/mandelbrot/ |
mandelbrot.cpp | 76 pzr = pzr.square(); \ 77 pzr -= pzi.square(); \ 83 pix_dont_diverge = ((pzr.square() + pzi.square()) 87 // the square modulus is >4 then divergence is inevitable.
|
/external/eigen/test/ |
basicstuff.cpp | 30 square = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime>::Random(rows, rows); local 73 square.col(r) = square.row(r).eval(); 76 rv = square.row(r); 77 cv = square.col(r);
|
/external/okhttp/ |
pom.xml | 19 <url>https://github.com/square/okhttp</url> 61 <url>https://github.com/square/okhttp/</url> 62 <connection>scm:git:https://github.com/square/okhttp.git</connection> 63 <developerConnection>scm:git:git@github.com:square/okhttp.git</developerConnection> 69 <url>https://github.com/square/okhttp/issues</url>
|
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/parent/2.5.0/ |
parent-2.5.0.pom | 19 <url>https://github.com/square/okhttp</url> 61 <url>https://github.com/square/okhttp/</url> 62 <connection>scm:git:https://github.com/square/okhttp.git</connection> 63 <developerConnection>scm:git:git@github.com:square/okhttp.git</developerConnection> 69 <url>https://github.com/square/okhttp/issues</url>
|
/external/libvpx/libvpx/vp9/common/ |
vp9_mfqe.c | 257 // Do mfqe on the first square partition. 260 // Do mfqe on the second square partition. 266 // Do mfqe on the first square partition. 271 // Do mfqe on the second square partition. 290 // Do mfqe on the first square partition. 293 // Do mfqe on the second square partition. 300 // Do mfqe on the first square partition. 304 // Do mfqe on the second square partition. 326 // Recursion on four square partitions, e.g. if bs is 64X64,
|
/external/icu/icu4c/source/data/unidata/norm2/ |
uts46.txt | 57 # 005B..0060 disallowed_STD3_valid # 1.1 LEFT SQUARE BRACKET..GRAVE ACCENT [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
AbstractEstimator.java | 74 /** Cost value (square root of the sum of the residuals). */ 172 * Get the Root Mean Square value. 173 * Get the Root Mean Square value, i.e. the root of the arithmetic 174 * mean of the square of all weighted residuals. This is related to the 193 * Get the Chi-Square value. 195 * @return chi-square value
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
SingularValueDecompositionImpl.java | 312 * Solve the linear equation A × X = B in least square sense. 314 * The m×n matrix A may not be square, the solution X is such that 328 * Solve the linear equation A × X = B in least square sense. 330 * The m×n matrix A may not be square, the solution X is such that 345 * Solve the linear equation A × X = B in least square sense. 347 * The m×n matrix A may not be square, the solution X is such that
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
AbstractLeastSquaresOptimizer.java | 95 /** Cost value (square root of the sum of the residuals). */ 239 * Get the Root Mean Square value. 240 * Get the Root Mean Square value, i.e. the root of the arithmetic 241 * mean of the square of all weighted residuals. This is related to the 253 * Get a Chi-Square-like value assuming the N residuals follow N 256 * @return chi-square value
|
/external/libpng/contrib/tools/ |
genpng.c | 31 * square: a rectangle 35 * coordinate space (as real numbers) which describe the circle, square, or 48 * shape ::= circle|square|line 67 * The line end-caps are 'flat'; they go through the points. The square line 200 * 2) If the shape is within a square of size 1x1 centered on the pixel assume 202 * that square. 342 /* "square", 348 /* Is x,y inside the square (x1,y1)..(x2,y2)? */ 410 * the check has to expand and contract the square by that amount; '0' 411 * means close enough to the edge of the square that the bicubic filter ha [all...] |
/developers/build/prebuilts/gradle/ElevationBasic/ |
README.md | 11 This sample uses two shapes, a circle and a square, and it demonstrates two 13 has a fixed elevation, which is defined in XML. The second view, the square,
|
/developers/samples/android/ui/views/Elevation/ElevationBasic/ |
README.md | 11 This sample uses two shapes, a circle and a square, and it demonstrates two 13 has a fixed elevation, which is defined in XML. The second view, the square,
|