Home
last modified time | relevance | path

Searched refs:getDimensions (Results 1 – 25 of 52) sorted by relevance

123

/external/javassist/src/main/javassist/bytecode/analysis/
DMultiArrayType.java58 public int getDimensions() { in getDimensions() method in MultiArrayType
96 int typeDims = type.getDimensions(); in isAssignableTo()
DType.java205 public int getDimensions() { in getDimensions() method in Type
358 int typeDims = type.getDimensions(); in mergeArray()
359 int thisDims = this.getDimensions(); in mergeArray()
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp132 virtual void getDimensions (int* width, int* height) = 0;
152 void getDimensions (int* width, int* height);
350 getDimensions(&width, DE_NULL); in getWidth()
357 getDimensions(DE_NULL, &height); in getHeight()
370 void GlxWindow::getDimensions (int* width, int* height) in getDimensions() function in tcu::x11::glx::GlxWindow
379 m_x11Window.getDimensions(width, height); in getDimensions()
DtcuX11.hpp95 void getDimensions (int* width, int* height) const;
DtcuX11.cpp209 void Window::getDimensions (int* width, int* height) const in getDimensions() function in tcu::x11::Window
DtcuX11EglPlatform.cpp157 m_window.getDimensions(&ret.x(), &ret.y()); in getSurfaceSize()
/external/glide/library/src/main/java/com/bumptech/glide/
DListPreloader.java70 protected abstract int[] getDimensions(T item); in getDimensions() method in ListPreloader
134 final int[] dimensions = getDimensions(item); in preloadItem()
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DType.java403 public int getDimensions() { in getDimensions() method in Type
418 return getType(buf, off + getDimensions()); in getElementType()
448 for (int i = getDimensions(); i > 0; --i) { in getClassName()
/external/skia/src/utils/
DSkPatchGrid.h128 SkISize getDimensions() const { in getDimensions() function
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DDownsampler.java133 final int[] inDimens = getDimensions(stream, options); in decode()
285 public int[] getDimensions(ExceptionCatchingInputStream is, BitmapFactory.Options options) { in getDimensions() method in Downsampler
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DBuildResults.java216 public Dim[] getDimensions() { in getDimensions() method in BuildResults
459 int length = DB_Results.getDimensions().length; in setValue()
DDB_Results.java565 public static Dim[] getDimensions() {
632 getDimensions(); // init dimensions
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DArrayProto.java71 public int getDimensions() { return dimensions; } in getDimensions() method in ArrayProto
/external/skia/gm/
Dpatchgrid.cpp145 SkISize dims = grid.getDimensions(); in onDraw()
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DSimpleVerifier.java132 for (int i = 0; i < type.getDimensions(); ++i) { in newValue()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp105 deUint32 getDimensions (const ImageType imageType); //!< Coordinate dimension used for addr…
DvktImageTestsUtil.cpp145 deUint32 getDimensions (const ImageType imageType) in getDimensions() function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts ...
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp109 deUint32 getDimensions (const ImageType imageType); //!< Coordinate dimension used for add…
DvktSparseResourcesTestsUtil.cpp155 deUint32 getDimensions(const ImageType imageType) in getDimensions() function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
DBuildResultsElement.java297 Dim[] dimensions = buildResults.getDimensions(); in initChildren()
/external/jarjar/lib/
Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class <Unknown> ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class <Unknown> ...
/external/guice/lib/build/
Dasm-5.0.3.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ ...
/external/doclava/src/com/google/doclava/
DInfoBuilder.java871 dimension = getDimensions(tree); in buildType()
1582 private String getDimensions(ParseTree tree) { in getDimensions() method in InfoBuilder

123