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

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
abstract.h 597 Py_ssize_t *shape,
604 array of the given shape with the given number of bytes
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
abstract.h 597 Py_ssize_t *shape,
604 array of the given shape with the given number of bytes
    [all...]
  /external/python/cpython2/Include/
abstract.h 597 Py_ssize_t *shape,
604 array of the given shape with the given number of bytes
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
abstract.h 597 Py_ssize_t *shape,
604 array of the given shape with the given number of bytes
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
abstract.h 597 Py_ssize_t *shape,
604 array of the given shape with the given number of bytes
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 597 Py_ssize_t *shape,
604 array of the given shape with the given number of bytes
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 597 Py_ssize_t *shape,
604 array of the given shape with the given number of bytes
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
abstract.c 381 if (view->ndim == 1) return (view->shape[0] == 1 ||
384 dim = view->shape[i];
402 if (view->ndim == 1) return (view->shape[0] == 1 ||
405 dim = view->shape[i];
446 _Py_add_one_to_index_F(int nd, Py_ssize_t *index, const Py_ssize_t *shape)
451 if (index[k] < shape[k]-1) {
462 _Py_add_one_to_index_C(int nd, Py_ssize_t *index, const Py_ssize_t *shape)
467 if (index[k] < shape[k]-1) {
527 addone(view->ndim, indices, view->shape);
578 addone(view->ndim, indices, view->shape);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
abstract.c 381 if (view->ndim == 1) return (view->shape[0] == 1 ||
384 dim = view->shape[i];
402 if (view->ndim == 1) return (view->shape[0] == 1 ||
405 dim = view->shape[i];
446 _Py_add_one_to_index_F(int nd, Py_ssize_t *index, const Py_ssize_t *shape)
451 if (index[k] < shape[k]-1) {
462 _Py_add_one_to_index_C(int nd, Py_ssize_t *index, const Py_ssize_t *shape)
467 if (index[k] < shape[k]-1) {
524 addone(view->ndim, indices, view->shape);
575 addone(view->ndim, indices, view->shape);
    [all...]
  /external/python/cpython2/Objects/
abstract.c 381 if (view->ndim == 1) return (view->shape[0] == 1 ||
384 dim = view->shape[i];
402 if (view->ndim == 1) return (view->shape[0] == 1 ||
405 dim = view->shape[i];
446 _Py_add_one_to_index_F(int nd, Py_ssize_t *index, const Py_ssize_t *shape)
451 if (index[k] < shape[k]-1) {
462 _Py_add_one_to_index_C(int nd, Py_ssize_t *index, const Py_ssize_t *shape)
467 if (index[k] < shape[k]-1) {
527 addone(view->ndim, indices, view->shape);
578 addone(view->ndim, indices, view->shape);
    [all...]
  /cts/apps/CameraITS/tests/
tutorial.py 135 print "RGB image dimensions:", rgbimg.shape
  /external/harfbuzz_ng/win32/
create-lists-msvc.mak 78 # For hb-shape
88 # For hb-ot-shape-closure
info-msvc.mak 10 BUILT_TOOLS = hb-shape.exe hb-ot-shape-closure.exe
config-msvc.mak 147 $(CFG)\$(PLAT)\hb-shape.exe \
148 $(CFG)\$(PLAT)\hb-ot-shape-closure.exe
163 $(CFG)\$(PLAT)\test-shape.exe \
  /external/skia/src/gpu/
GrRenderTargetContext.cpp 1627 &shape, local
1657 GrShape shape; local
1724 &shape, local
    [all...]
  /external/skia/tools/
SkShaper_harfbuzz.cpp 84 SkScalar SkShaper::shape(SkTextBlobBuilder* builder, function in class:SkShaper
  /external/speex/libspeex/
cb_search.c 56 VARDECL(spx_word16_t *shape);
57 ALLOC(shape, subvect_size, spx_word16_t);
64 shape[k] = (spx_word16_t)shape_cb[i*subvect_size+k];
73 resj = MAC16_16(resj,shape[k],r[j-k]);
  /frameworks/base/libs/hwui/
PathCache.h 137 union Shape {
165 } shape; member in struct:android::uirenderer::PathDescription
172 * A simple LRU shape cache. The cache has a maximum size expressed in bytes.
TessellationCache.h 67 union Shape {
74 } shape; member in struct:android::uirenderer::TessellationCache::Description
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizardState.java 22 import com.android.assetstudiolib.GraphicGenerator.Shape;
84 /** The background shape */
85 public Shape shape = Shape.SQUARE; field in class:CreateAssetSetWizardState
93 /** The background color to use for the shape (unless the shape is {@link Shape#NONE} */
96 /** The background color to use for the text or clipart (unless shape is {@link Shape#NONE} *
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 276 for (GraphicGenerator.Shape shape : GraphicGenerator.Shape.values()) {
277 if (shapeString.equals(shape.name())) {
278 mIconState.shape = shape;
284 AdtPlugin.log(null, "Unknown shape %1$s", shapeString);
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 254 Py_ssize_t *shape; member in struct:__anon30172
439 const Py_ssize_t *shape,
  /frameworks/ml/nn/common/include/
Operations.h 35 struct Shape;
37 bool addFloat32(const float* in1, const Shape& shape1,
38 const float* in2, const Shape& shape2,
40 float* out, const Shape& shapeOut);
41 bool addQuant8(const uint8_t* in1, const Shape& shape1,
42 const uint8_t* in2, const Shape& shape2,
44 uint8_t* out, const Shape& shapeOut);
46 bool mulFloat32(const float* in1, const Shape& shape1,
47 const float* in2, const Shape& shape2,
49 float* out, const Shape& shapeOut)
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/lettertiles/
LetterTileDrawable.java 70 * Shape indicates the letter tile shape. It can be either a {@link #SHAPE_CIRCLE}, otherwise, it
75 public @interface Shape {}
77 /** Shape constants */
372 * @param shape The shape of the tile.
379 @Shape final int shape,
382 this.setIsCircular(shape == SHAPE_CIRCLE);
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0/
asset-studio-25.2.0.jar 

Completed in 641 milliseconds

1 2 3 4 5 6 7 891011>>