Home
last modified time | relevance | path

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

12

/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.cpp156 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/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
DArraySerializer.java48 private int[] getDimensions (Object array) { in getDimensions() method in ArraySerializer
99 int[] dimensions = getDimensions(object);
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DArrayProto.java70 public int getDimensions() { return dimensions; } in getDimensions() method in ArrayProto
/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/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/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 ...
Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/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/owasp/sanitizer/tools/findbugs/lib/
Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class <Unknown> ...
/external/jarjar/lib/
Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class <Unknown> ...
/external/doclava/src/com/google/doclava/
DInfoBuilder.java870 dimension = getDimensions(tree); in buildType()
1580 private String getDimensions(ParseTree tree) { in getDimensions() method in InfoBuilder
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DPerformanceResultsPreferencePage.java483 java.util.List dimensions = PerformanceTestPlugin.getDimensions(); in initDimensionsLists()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images ...
/external/dexmaker/lib/
Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/ ...

12