HomeSort by relevance Sort by last modified time
    Searched defs:dimensions (Results 1 - 25 of 57) sorted by null

1 2 3

  /dalvik/vm/native/
java_lang_reflect_Array.cpp 57 * int[] dimensions) throws NegativeArraySizeException;
75 int* dimensions; local
83 * Verify dimensions.
92 dimensions = (int*)(void*)dimArray->contents;
94 if (dimensions[i] < 0) {
95 dvmThrowNegativeArraySizeException(dimensions[i]);
98 LOGVV("DIM %d: %d", i, dimensions[i]);
131 newArray = dvmAllocMultiArray(arrayClass, numDim-1, dimensions);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
ArraySerializer.java 55 int[] dimensions = new int[depth]; local
56 dimensions[0] = Array.getLength(array);
57 if (depth > 1) collectDimensions(array, 1, dimensions);
58 return dimensions;
61 private void collectDimensions (Object array, int dimension, int[] dimensions) {
62 boolean elementsAreArrays = dimension < dimensions.length - 1;
66 dimensions[dimension] = Math.max(dimensions[dimension], Array.getLength(element));
67 if (elementsAreArrays) collectDimensions(element, dimension + 1, dimensions);
76 int[] dimensions = new int[dimensionCount]
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
MutableFrameFormat.java 52 public void setDimensions(int[] dimensions) {
53 mDimensions = (dimensions == null) ? null : Arrays.copyOf(dimensions, dimensions.length);
58 int[] dimensions = new int[1]; local
59 dimensions[0] = size;
60 mDimensions = dimensions;
65 int[] dimensions = new int[2]; local
66 dimensions[0] = width;
67 dimensions[1] = height
73 int[] dimensions = new int[3]; local
    [all...]
  /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/
PerformanceResultsPreferenceInitializer.java 58 // Result dimensions
59 Dimension[] dimensions = PerformanceTestPlugin.getResultsDimensions(); local
60 int length = dimensions.length;
62 Dim dim = (Dim) dimensions[i];
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaTexture.h 58 void setDimensions(const ANativeWindow* window, const SkRect& dimensions);
68 SkRect dimensions; // only used by the video layer member in struct:WebCore::MediaTexture::TextureWrapper
MediaTexture.cpp 144 if (!video->surfaceTexture.get() || video->dimensions.isEmpty()
153 SkRect dimensions = video->dimensions; local
154 dimensions.offset(mediaBounds.fLeft, mediaBounds.fTop);
157 if (!mediaBounds.contains(dimensions)) {
163 surfaceMatrix, dimensions, video->textureId);
254 const SkRect& dimensions)
259 m_videoTextures[i]->dimensions = dimensions;
285 wrapper->dimensions.setEmpty()
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldAndroidArrayTest.java 75 int[] dimensions = {3, 2, 1}; local
76 Object intIntIntArray = Array.newInstance(Integer.TYPE, dimensions);
93 int[] dimensions = {1, 2, 3}; local
94 Object strStrStrArray = Array.newInstance(String.class, dimensions);
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
TestDelegates.java 181 int dimensions = 0; local
183 dimensions++;
186 for (int i = 0; i < dimensions; i++) {
  /libcore/luni/src/main/java/java/lang/reflect/
AccessibleObject.java 238 int dimensions = 0; local
241 dimensions++;
244 for (int d = 0; d < dimensions; d++) {
  /dalvik/tests/045-reflect-array/src/
Main.java 196 int[] dimensions = { 3, 2, 1 }; local
198 intIntIntArray = Array.newInstance(Integer.TYPE, dimensions);
215 int[] dimensions = { 1, 2, 3 }; local
217 strStrStrArray = Array.newInstance(String.class, dimensions);
  /external/chromium/chrome/browser/
bug_report_util.cc 319 // Set the dimensions of the screenshot
320 userfeedback::Dimensions dimensions; local
321 dimensions.set_width(static_cast<float>(png_width));
322 dimensions.set_height(static_cast<float>(png_height));
323 *(screenshot.mutable_dimensions()) = dimensions;
browser_main.cc 1044 std::vector<std::string> dimensions; local
    [all...]
  /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/
SQL_Results.java 146 Dim[] dimensions = DB_Results.getResultsDimensions(); local
147 int length = dimensions.length;
155 buffer.append(dimensions[i].getId());
BuildResults.java 37 // Dimensions information
38 Dim[] dimensions; field in class:BuildResults
212 * Returns the dimensions supported for the current build.
214 * @return An array of dimensions.
217 return this.dimensions;
244 if (this.dimensions == null) return -1;
245 int length = this.dimensions.length;
247 if (this.dimensions[i] == null) break;
248 if (this.dimensions[i].getId() == dim_id) {
407 this.dimensions = new Dim[length]
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
RawDataTable.java 33 private Dim[] dimensions = DB_Results.getResultsDimensions(); field in class:RawDataTable
66 int length = this.dimensions.length;
69 buffer.append(this.dimensions[i].getName());
91 int dimLength = this.dimensions.length;
93 Dim dimension = this.dimensions[d];
116 int length = this.dimensions.length;
119 dimStats[i] = this.configResults.getStatistics(this.buildPrefixes, this.dimensions[i].getId());
124 String dimName = this.dimensions[i].getName();
152 int length = this.dimensions.length;
155 String dimName = this.dimensions[i].getName()
    [all...]
ScenarioData.java 53 private Dim[] dimensions = DB_Results.getResultsDimensions(); field in class:ScenarioData
277 int dimLength = this.dimensions.length;
279 Dim dim = this.dimensions[d];
303 Dim dim = this.dimensions[d];
342 int dimLength = this.dimensions.length;
344 Dim dim = this.dimensions[d];
367 int dimLength = this.dimensions.length;
369 Dim currentDim = this.dimensions[d];
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
DeviceWriter.java 144 Element dimensions = doc.createElement(PREFIX + DeviceSchema.NODE_DIMENSIONS); local
145 screen.appendChild(dimensions);
147 addElement(doc, dimensions, DeviceSchema.NODE_X_DIMENSION,
149 addElement(doc, dimensions, DeviceSchema.NODE_Y_DIMENSION,
  /external/chromium/chrome/common/
automation_messages.h 65 const gfx::Rect& dimensions,
77 gfx::Rect dimensions; member in struct:ExternalTabSettings
155 const gfx::Rect& dimensions,
163 gfx::Rect dimensions; member in struct:AttachExternalTabParams
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 831 int dimensions; local
834 dimensions = iter.byteAt(pos + 3);
837 dimensions = 1;
840 while (dimensions-- > 0) {
    [all...]
  /external/proguard/src/proguard/classfile/util/
ClassUtil.java 221 * Returns the number of dimensions of the given internal type.
224 * @return the number of dimensions, e.g. 2.
228 int dimensions = 0; local
229 while (internalType.charAt(dimensions) == ClassConstants.INTERNAL_TYPE_ARRAY)
231 dimensions++;
234 return dimensions;
324 * of dimensions. If the number of dimensions is 0, the class name itself is
328 * @param dimensionCount the number of array dimensions.
603 * Returns the number of dimensions of the given external type
610 int dimensions = 0; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 783 int dimensions = bytes.getUnsignedByte(offset + 3); local
785 visitor.visitConstant(opcode, offset, 4, cst, dimensions);
    [all...]
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 176 int [] dimensions = local
179 mPreviewWidth = dimensions[0];
180 mPreviewHeight = dimensions[1];
  /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/
BuildResultsElement.java 297 Dim[] dimensions = buildResults.getDimensions(); local
298 int length = dimensions.length;
301 this.children[i] = new DimResultsElement(this.results, this, dimensions[i]);
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MeshLoader.java 412 int dimensions = parseInt(attribs.getValue("tangent_dimensions"), 3); local
414 fb = BufferUtils.createFloatBuffer(vertCount * dimensions);
415 vb.setupData(Usage.Static, dimensions, Format.Float, fb);
429 throw new SAXException("Texture coord dimensions must be 1 <= dims <= 4");
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
ClassPath.java 418 //if the two arrays have the same number of dimensions, then we should return an array class with the
419 //same number of dimensions, for the common superclass of the 2 element classes
427 int dimensions = Math.min(class1.arrayDimensions, class2.arrayDimensions); local
428 return getArrayClassDefByElementClassAndDimension(theClassPath.javaLangObjectClassDef, dimensions);
446 " with " + i + " dimensions. The maximum number of dimensions is 256");
471 * For example, for a multi-dimensional array of stings with 2 dimensions ([[Ljava/lang/String;), this method
    [all...]

Completed in 683 milliseconds

1 2 3