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

1 2 3 4

  /external/llvm/include/llvm/DebugInfo/CodeView/
StreamReader.h 57 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) {
74 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) {
83 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) {
  /dalvik/dx/src/com/android/dx/command/grep/
Grep.java 55 private void readArray(EncodedValueReader reader) {
56 for (int i = 0, size = reader.readArray(); i < size; i++) {
62 readArray(reader);
102 readArray(new EncodedValueReader(dex.open(staticValuesOffset)));
  /libcore/ojluni/src/main/java/java/sql/
SQLInput.java 336 Array readArray() throws SQLException;
  /dalvik/dx/src/com/android/dex/
EncodedValueReader.java 89 * int arraySize = readArray();
95 public int readArray() {
260 for (int i = 0, size = readArray(); i < size; i++) {
  /external/skia/src/core/
SkValidatingReadBuffer.cpp 186 bool SkValidatingReadBuffer::readArray(void* value, size_t size, size_t elementSize) {
202 return this->readArray(static_cast<unsigned char*>(value), size, sizeof(unsigned char));
206 return this->readArray(colors, size, sizeof(SkColor));
210 return this->readArray(colors, size, sizeof(SkColor4f));
214 return this->readArray(values, size, sizeof(int32_t));
218 return this->readArray(points, size, sizeof(SkPoint));
222 return this->readArray(values, size, sizeof(SkScalar));
SkReadBuffer.cpp 178 bool SkReadBuffer::readArray(void* value, size_t size, size_t elementSize) {
192 return readArray(static_cast<unsigned char*>(value), size, sizeof(unsigned char));
196 return readArray(colors, size, sizeof(SkColor));
200 return readArray(colors, size, sizeof(SkColor4f));
204 return readArray(values, size, sizeof(int32_t));
208 return readArray(points, size, sizeof(SkPoint));
212 return readArray(values, size, sizeof(SkScalar));
  /libcore/json/src/main/java/org/json/
JSONTokener.java 103 return readArray();
404 private JSONArray readArray() throws JSONException {
  /cts/tests/tests/media/libaudiojni/
audio-record-native.cpp 596 static inline jint readArray(JNIEnv *env, jclass /* clazz */, jlong jrecord,
618 return readArray(env, clazz, jrecord, byteArray, offsetInSamples, sizeInSamples, readFlags);
625 return readArray(env, clazz, jrecord, shortArray, offsetInSamples, sizeInSamples, readFlags);
632 return readArray(env, clazz, jrecord, floatArray, offsetInSamples, sizeInSamples, readFlags);
  /libcore/benchmarks/src/benchmarks/regression/
ParseBenchmark.java 142 public void readArray(android.util.JsonReader reader) throws IOException {
153 readArray(reader);
  /external/jsoncpp/src/lib_json/
json_reader.cpp 175 successful = readArray(token);
461 bool Reader::readArray(Token& tokenStart) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
FirstOrderIntegratorWithJacobians.java 765 readArray(in, y);
766 readArray(in, dydy0);
767 readArray(in, dydp);
768 readArray(in, yDot);
769 readArray(in, dydy0Dot);
770 readArray(in, dydpDot);
820 private static void readArray(final ObjectInput in, final double[] array)
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
AsynchronousSocketChannelTest.java 299 byte[] readArray = new byte[messageSize];
300 assertEquals(messageSize, sss.getInputStream().read(readArray));
304 assertEquals(sendData, ByteBuffer.wrap(readArray));
359 byte[] readArray = new byte[messageSize];
360 assertEquals(messageSize, sss.getInputStream().read(readArray));
362 assertEquals(sendData, ByteBuffer.wrap(readArray));
428 byte[] readArray = new byte[messageSize];
429 assertEquals(messageSize, sss.getInputStream().read(readArray));
431 assertEquals(sendData1, ByteBuffer.wrap(readArray));
433 assertEquals(messageSize, sss.getInputStream().read(readArray));
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowParcel.java 600 public Object[] readArray(ClassLoader loader) {
740 return readArray(loader);
  /prebuilts/misc/common/json/
json-prebuilt.jar 
  /libcore/ojluni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /frameworks/base/core/java/android/os/
Parcel.java 185 * {@link #writeArray(Object[])}, {@link #readArray(ClassLoader)},
    [all...]
  /external/dexmaker/lib/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/org/json/json/20141113/
json-20141113.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 

Completed in 774 milliseconds

1 2 3 4