Searched refs:readArray (Results 1 – 8 of 8) sorted by relevance
290 return reader.readArray<minikin::FontVariation>().second; in Font_getAxisCount()305 var = reader.readArray<minikin::FontVariation>().first[index]; in Font_getAxisInfo()
194 assertNull(throughBytes(p).readArray(null)); in nullArray()
858 Object[] accepted = in.readArray(RtpHeaderExtensionType.class.getClassLoader(), in readFromParcel()
226 std::tie(axesPtr, axesCount) = reader.readArray<minikin::FontVariation>(); in create()
3552 public Object[] readArray(@Nullable ClassLoader loader) { in readArray() method in Parcel3573 public <T> T[] readArray(@Nullable ClassLoader loader, @NonNull Class<T> clazz) { in readArray() method in Parcel
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
24216 HSPLjava/io/ObjectInputStream;->readArray(Z)Ljava/lang/Object;31775 HSPLorg/json/JSONTokener;->readArray()Lorg/json/JSONArray;+]Lorg/json/JSONTokener;Lorg/json/JSONTok…
33281 method @Deprecated @Nullable public Object[] readArray(@Nullable ClassLoader);33282 method @Nullable public <T> T[] readArray(@Nullable ClassLoader, @NonNull Class<T>);