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

1 2 3 4

  /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;
  /external/skia/src/core/
SkReadBuffer.cpp 157 bool SkReadBuffer::readArray(void* value, size_t size, size_t elementSize) {
171 return readArray(static_cast<unsigned char*>(value), size, sizeof(unsigned char));
175 return readArray(colors, size, sizeof(SkColor));
179 return readArray(values, size, sizeof(int32_t));
183 return readArray(points, size, sizeof(SkPoint));
187 return readArray(values, size, sizeof(SkScalar));
SkValidatingReadBuffer.cpp 174 bool SkValidatingReadBuffer::readArray(void* value, size_t size, size_t elementSize) {
190 return readArray(static_cast<unsigned char*>(value), size, sizeof(unsigned char));
194 return readArray(colors, size, sizeof(SkColor));
198 return readArray(values, size, sizeof(int32_t));
202 return readArray(points, size, sizeof(SkPoint));
206 return readArray(values, size, sizeof(SkScalar));
  /libcore/dex/src/main/java/com/android/dex/
EncodedValueReader.java 89 * int arraySize = readArray();
95 public int readArray() {
260 for (int i = 0, size = readArray(); i < size; i++) {
  /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...]
  /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 182 * {@link #writeArray(Object[])}, {@link #readArray(ClassLoader)},
    [all...]
  /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/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 

Completed in 3294 milliseconds

1 2 3 4