HomeSort by relevance Sort by last modified time
    Searched refs:dimension (Results 101 - 125 of 672) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTexture.cpp 126 int Texture::dimension (void) const function in class:vkt::image::Texture
vktImageSizeTests.cpp 197 const int dimension = m_texture.dimension(); local
216 << (dimension == 1 ?
218 : dimension == 2 || m_texture.type() == IMAGE_TYPE_CUBE ? // cubes return ivec2
220 : dimension == 3 ? // cube arrays return ivec3
235 const int numComponents = texture.dimension();
  /external/eigen/lapack/
ilaclc.f 56 *> A is COMPLEX array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
ilaclr.f 56 *> A is array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
iladlc.f 56 *> A is DOUBLE PRECISION array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
iladlr.f 56 *> A is DOUBLE PRECISION array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
ilaslc.f 56 *> A is REAL array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
ilaslr.f 56 *> A is REAL array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
ilazlc.f 56 *> A is COMPLEX*16 array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
ilazlr.f 56 *> A is COMPLEX*16 array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
clarft.f 91 *> V is COMPLEX array, dimension
100 *> The leading dimension of the array V.
106 *> TAU is COMPLEX array, dimension (K)
113 *> T is COMPLEX array, dimension (LDT,K)
122 *> The leading dimension of the array T. LDT >= K.
dlarft.f 91 *> V is DOUBLE PRECISION array, dimension
100 *> The leading dimension of the array V.
106 *> TAU is DOUBLE PRECISION array, dimension (K)
113 *> T is DOUBLE PRECISION array, dimension (LDT,K)
122 *> The leading dimension of the array T. LDT >= K.
slarft.f 91 *> V is REAL array, dimension
100 *> The leading dimension of the array V.
106 *> TAU is REAL array, dimension (K)
113 *> T is REAL array, dimension (LDT,K)
122 *> The leading dimension of the array T. LDT >= K.
zlarft.f 91 *> V is COMPLEX*16 array, dimension
100 *> The leading dimension of the array V.
106 *> TAU is COMPLEX*16 array, dimension (K)
113 *> T is COMPLEX*16 array, dimension (LDT,K)
122 *> The leading dimension of the array T. LDT >= K.
  /external/eigen/unsupported/test/
cxx11_tensor_broadcast_sycl.cpp 41 VERIFY_IS_EQUAL(out.dimension(i), out_range[i]);
  /frameworks/base/core/tests/coretests/src/android/view/
ZeroSizedTest.java 28 * Builds the drawing cache of Views of various dimension. The assumption is that
29 * a View with a 0-sized dimension (width or height) will always have a null
47 mWithDimension = activity.findViewById(R.id.dimension);
  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.h 61 static uint32_t computeIdealDimension(uint32_t dimension);
  /packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
SortingCursorWrapper.java 39 public SortingCursorWrapper(Cursor cursor, SortDimension dimension) {
49 final @SortDimensionId int id = dimension.getId();
89 binarySort(displayNames, isDirs, mPosition, dimension.getSortDirection());
93 binarySort(longValues, isDirs, mPosition, ids, dimension.getSortDirection());
SortDimension.java 29 * A model class that describes a sort dimension and its sort state.
251 SortDimension dimension = new SortDimension( local
253 dimension.mVisibility = mVisibility;
254 return dimension;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ResourceUtils.java 229 public static boolean isValidDimensionPixelSize(final int dimension) {
230 return dimension > 0;
234 public static boolean isValidDimensionPixelOffset(final int dimension) {
235 return dimension >= 0;
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortModelTest.java 96 for (SortDimension dimension : DIMENSIONS) {
97 assertSame(dimension, mModel.getDimensionById(dimension.getId()));
  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 213 int dimension = a.getDimensionPixelOffset(index, 0); local
214 if (dimension != 0) {
215 return new InsetValue(0, dimension);
393 public InsetValue(float fraction, int dimension) {
395 mDimension = dimension;
  /external/doclava/src/com/google/doclava/
TypeInfo.java 28 public TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName,
31 mDimension = dimension;
140 mDimension = other.dimension();
164 public String dimension() { method in class:TypeInfo
168 public void setDimension(String dimension) {
169 mDimension = dimension;
290 label += (isLastVararg) ? "..." : dimension();
424 + mIsWildcard + " Dimension: " + mDimension + " QualifedTypeName: "
  /external/pdfium/xfa/fxbarcode/pdf417/
BC_PDF417.cpp 415 CFX_ArrayTemplate<int32_t>* dimension = local
419 int32_t cols = dimension->GetAt(0);
420 int32_t rows = dimension->GetAt(1);
421 delete dimension;
544 CFX_ArrayTemplate<int32_t>* dimension = nullptr; local
    [all...]
  /external/aac/libAACdec/src/
aacdec_hcr.cpp 167 UCHAR dimension);
1050 UCHAR dimension; local
    [all...]

Completed in 864 milliseconds

1 2 3 45 6 7 8 91011>>