Searched defs:dataArray (Results 1 - 14 of 14) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
H A DEmpiricalDistribution.java56 * @param dataArray the data array
58 void load(double[] dataArray); argument
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DCompactQuaternionArray.java53 * @param dataArray the data array
56 public CompactQuaternionArray(float[] dataArray, int[] index) { argument
57 super(dataArray, index);
H A DCompactVector3Array.java53 * @param dataArray the data array
56 public CompactVector3Array(float[] dataArray, int[] index) { argument
57 super(dataArray, index);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DArrays.java1058 private final T[] dataArray; field in class:Arrays.Iterator
1068 * @param dataArray array backing the iterator.
1070 public Iterator(T[] dataArray) argument
1072 this.dataArray = dataArray;
1077 return position < dataArray.length;
1082 if (position == dataArray.length)
1087 return dataArray[position++];
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryImporter.java72 private byte[] dataArray; field in class:BinaryImporter
240 dataArray = baos.toByteArray();
248 logger.log(Level.INFO, "Data Size: {0}", dataArray.length);
250 dataArray = null;
300 data[j] = dataArray[j+offset];
325 int dataLength = ByteUtils.convertIntFromBytes(dataArray, loc);
336 cap.setContent(dataArray, loc, loc+dataLength);
/external/skia/tests/
H A DPathOpsAngleTest.cpp433 IntersectData* dataArray = intersectDataSets[index]; local
439 IntersectData& data = dataArray[index2 + index3];
457 seg1->debugAddAngle(dataArray[index2 + 0].fTStart, dataArray[index2 + 0].fTEnd, &allocator);
459 seg2->debugAddAngle(dataArray[index2 + 1].fTStart, dataArray[index2 + 1].fTEnd, &allocator);
461 seg3->debugAddAngle(dataArray[index2 + 2].fTStart, dataArray[index2 + 2].fTEnd, &allocator);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 296 milliseconds