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

<<111213141516

  /external/python/cpython2/Lib/test/
test_memoryview.py 180 self.assertEqual(m.shape, (6,))
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 62 * <p>It can be defined in an XML file with the <code>&lt;shape></code> element. For more
96 * Shape is a rectangle, possibly with rounded corners
101 * Shape is an ellipse
106 * Shape is a line
111 * Shape is a ring.
118 public @interface Shape {}
226 * is honored only when the shape is of type {@link #RECTANGLE}.
265 * rectangle. This property is honored only when the shape is of type
272 * @param radius The radius in pixels of the corners of the rectangle shape
291 * @return the radius in pixels of the corners of the rectangle shape, or
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 197 XkbShapeDoodadRec shape; member in union:_XkbDoodad
343 XkbShapePtr /* shape */,
495 XkbShapePtr /* shape */,
578 XkbShapePtr /* shape */,
615 XkbShapePtr /* shape */,
621 XkbShapePtr /* shape */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 197 XkbShapeDoodadRec shape; member in union:_XkbDoodad
343 XkbShapePtr /* shape */,
495 XkbShapePtr /* shape */,
578 XkbShapePtr /* shape */,
615 XkbShapePtr /* shape */,
621 XkbShapePtr /* shape */
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_memoryview.py 178 self.assertEqual(m.shape, (6,))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_memoryview.py 178 self.assertEqual(m.shape, (6,))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 178 self.assertEqual(m.shape, (6,))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 178 self.assertEqual(m.shape, (6,))
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/
jackson-annotations-2.6.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizard.java 133 // ADT 20: White icon with blue shape
134 //iconState.shape = GraphicGenerator.Shape.CIRCLE;
142 iconState.shape = GraphicGenerator.Shape.NONE;
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/eigen/lapack/
clarft.f 142 *> The shape of the matrix V and the storage of the vectors which define
dlarft.f 142 *> The shape of the matrix V and the storage of the vectors which define
slarft.f 142 *> The shape of the matrix V and the storage of the vectors which define
zlarft.f 142 *> The shape of the matrix V and the storage of the vectors which define
  /external/libvorbis/doc/
04-codec.tex 306 shape.
312 shape.
316 short-window shape.
323 lapping requirements can affect overall shape. Window generation
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 173 Py_ssize_t *shape; member in struct:bufferinfo
176 Py_ssize_t smalltable[2]; /* static store for shape and strides of
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 173 Py_ssize_t *shape; member in struct:bufferinfo
176 Py_ssize_t smalltable[2]; /* static store for shape and strides of
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
CanonGSUBBuilder.java 66 ArabicShaping.shape(chars, leftType, rightType, isolClassTable);
  /external/libmojo/mojo/public/cpp/bindings/tests/
sample_service_unittest.cc 373 EXPECT_EQ(imported::Shape::RECTANGLE, defaults->a22->shape);
  /external/python/cpython2/Include/
object.h 173 Py_ssize_t *shape; member in struct:bufferinfo
176 Py_ssize_t smalltable[2]; /* static store for shape and strides of
    [all...]
  /external/python/cpython2/Modules/
_testcapimodule.c 386 Py_ssize_t shape = 5; local
396 &shape,
434 Py_ssize_t shape = 5; local
444 &shape,
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 173 Py_ssize_t *shape; member in struct:bufferinfo
176 Py_ssize_t smalltable[2]; /* static store for shape and strides of
    [all...]

Completed in 831 milliseconds

<<111213141516