HomeSort by relevance Sort by last modified time
    Searched refs:shape (Results 176 - 200 of 394) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-alpha4/
asset-studio-25.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.3.0/
asset-studio-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.3.0-beta1/
asset-studio-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.3.0-beta2/
asset-studio-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.3.0-beta3/
asset-studio-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.3.0-beta4/
asset-studio-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.3.1/
asset-studio-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.3.3/
asset-studio-25.3.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.4.0-alpha1/
asset-studio-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.4.0-alpha3/
asset-studio-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.5.0-alpha-preview-01/
asset-studio-25.5.0-alpha-preview-01.jar 
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
ArabicShapingTest.java 187 result = shaper.shape(src, ss, sl, dest, ds, dl);
191 shaper.shape(src, ss, sl);
198 dest = shaper.shape(text).toCharArray();
242 " -let:[no|sh|un|ta] (letters: noop, shape, unshape, tashkeel)\n" +
243 // " -let:[no|sh|un] (letters: noop, shape, unshape)\n" +
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomDataImpl.java 532 * @param alpha first distribution shape parameter
533 * @param beta second distribution shape parameter
606 * @param shape the median of the Gamma distribution
608 * @return random value sampled from the Gamma(shape, scale) distribution
612 public double nextGamma(double shape, double scale) throws MathException {
613 return nextInversionDeviate(new GammaDistributionImpl(shape, scale));
666 * @param shape the shape parameter of the Weibull distribution
668 * @return random value sampled from the Weibull(shape, size) distribution
672 public double nextWeibull(double shape, double scale) throws MathException
    [all...]
  /external/gemmlowp/meta/generators/
quantized_mul_kernels_common.py 496 """Main muliply loop. Pick best implementation for given kernel shape."""
629 for shape in shapes:
631 shape[0], shape[1], 8)
632 for shape in shapes:
635 shape[0], shape[1],
638 for shape in shapes:
640 shape[0], shape[1]
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 26 import com.android.assetstudiolib.GraphicGenerator.Shape;
329 mShapeLabel.setText("Shape");
523 // Shape=NONE does not apply for notification icons; it's needed for API < 9
524 if (mValues.shape == Shape.NONE && mValues.type == AssetType.NOTIFICATION) {
525 mValues.shape = Shape.SQUARE;
528 setShape(mValues.shape);
712 mValues.shape = GraphicGenerator.Shape.SQUARE
    [all...]
  /external/python/cpython2/Lib/lib-tk/
turtle.py 119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
135 'setundobuffer', 'setx', 'sety', 'shape', 'shapesize', 'showturtle',
161 "shape": "classic",
826 class Shape(object):
846 raise TurtleGraphicsError("There is no shape type %s" % type_)
850 """Add component to a shape of type compound.
861 >>> s = Shape("compound")
866 raise TurtleGraphicsError("Cannot add component to %s Shape"
2658 def shape(self, name=None): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
135 'setundobuffer', 'setx', 'sety', 'shape', 'shapesize', 'showturtle',
161 "shape": "classic",
825 class Shape(object):
845 raise TurtleGraphicsError("There is no shape type %s" % type_)
849 """Add component to a shape of type compound.
860 >>> s = Shape("compound")
865 raise TurtleGraphicsError("Cannot add component to %s Shape"
2657 def shape(self, name=None): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
135 'setundobuffer', 'setx', 'sety', 'shape', 'shapesize', 'showturtle',
161 "shape": "classic",
825 class Shape(object):
845 raise TurtleGraphicsError("There is no shape type %s" % type_)
849 """Add component to a shape of type compound.
860 >>> s = Shape("compound")
865 raise TurtleGraphicsError("Cannot add component to %s Shape"
2657 def shape(self, name=None): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
135 'setundobuffer', 'setx', 'sety', 'shape', 'shapesize', 'showturtle',
161 "shape": "classic",
825 class Shape(object):
845 raise TurtleGraphicsError("There is no shape type %s" % type_)
849 """Add component to a shape of type compound.
860 >>> s = Shape("compound")
865 raise TurtleGraphicsError("Cannot add component to %s Shape"
2657 def shape(self, name=None): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
135 'setundobuffer', 'setx', 'sety', 'shape', 'shapesize', 'showturtle',
161 "shape": "classic",
825 class Shape(object):
845 raise TurtleGraphicsError("There is no shape type %s" % type_)
849 """Add component to a shape of type compound.
860 >>> s = Shape("compound")
865 raise TurtleGraphicsError("Cannot add component to %s Shape"
2657 def shape(self, name=None): function
    [all...]
  /external/skia/tests/
GrShapeTest.cpp 22 static bool make_key(Key* key, const GrShape& shape) {
23 int size = shape.unstyledKeySize();
30 shape.writeUnstyledKey(key->begin());
262 TestCase(const GrShape& shape, skiatest::Reporter* r, SkScalar scale = SK_Scalar1)
263 : fBase(shape) {
288 // The returned array's count will be 0 if the key shape has no key.
295 static void CheckBounds(skiatest::Reporter* r, const GrShape& shape, const SkRect& bounds) {
297 shape.asPath(&path);
442 static bool can_interchange_winding_and_even_odd_fill(const GrShape& shape) {
444 shape.asPath(&path)
866 GrShape shape = geo.makeShape(hairline); local
888 GrShape shape = geo.makeShape(hairline); local
916 GrShape shape = geo.makeShape(hairline); local
    [all...]
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 30 * This animated wallpaper draws a rotating wireframe shape. It is similar to
107 String shape = prefs.getString("cube2_shape", "cube"); local
110 readModel(shape);
116 // get the resource identifiers for the arrays for the selected shape
  /libcore/ojluni/src/main/java/java/util/stream/
MatchOps.java 204 * @param shape the output shape of the stream pipeline
207 * appropriate shape which implements the matching operation
209 MatchOp(StreamShape shape,
212 this.inputShape = shape;
248 * results. Subclasses implement the shape-specific functionality.
  /frameworks/ml/nn/common/operations/
LSTM.cpp 232 Shape *scratchShape,
233 Shape *outputStateShape,
234 Shape *cellStateShape,
235 Shape *outputShape) {
268 const Shape &inputShape = input->shape();
303 const uint32_t n_batch = input_->shape().dimensions[0];
304 const uint32_t n_input = input_->shape().dimensions[1];
306 const uint32_t n_cell = input_to_output_weights_->shape().dimensions[0];
307 const uint32_t n_output = recurrent_to_output_weights_->shape().dimensions[1]
    [all...]
  /external/skia/src/gpu/
GrReducedClip.cpp 158 // check if the shape subtracted either contains the entire bounds (and makes
184 // check if the shape intersected contains the entire bounds and therefore can
217 // If the union-ed shape contains the entire bounds then after this element
218 // the bounds is entirely inside the clip. If the union-ed shape is outside the
240 // If the bounds is entirely inside the shape being xor-ed then the effect is
242 // able to take advantage of this in the forward pass. If the xor-ed shape
262 // When the bounds is entirely within the rev-diff shape then this behaves like xor
263 // and reverses every point inside the bounds. If the shape is completely outside
288 // at the replace op or detect here than the shape is either completely inside
344 // Intersecting an inverse shape is the same as differencing the non-inverse shape
795 &shape, local
830 &shape, local
    [all...]

Completed in 306 milliseconds

1 2 3 4 5 6 78 91011>>