HomeSort by relevance Sort by last modified time
    Searched refs:readFrom (Results 1 - 25 of 39) sorted by null

1 2

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
IndexedSection.java 50 item.readFrom(in, i, readContext);
OffsettedSection.java 48 item.readFrom(in, i, readContext);
Item.java 70 protected void readFrom(Input in, int index, ReadContext readContext) {
Section.java 131 protected void readFrom(int size, Input in, ReadContext readContext) {
DexFile.java 390 HeaderItem.readFrom(in, 0, readContext);
396 MapItem.readFrom(in, 0, readContext);
431 section.readFrom(sectionSize, in, readContext);
    [all...]
  /frameworks/base/native/android/
obb.cpp 30 if (obbFile == NULL || !obbFile->readFrom(filename)) {
  /frameworks/base/include/androidfw/
ObbFile.h 39 bool readFrom(const char* filename);
40 bool readFrom(int fd);
  /frameworks/base/libs/androidfw/tests/
ObbFile_test.cpp 59 EXPECT_FALSE(mObbFile->readFrom(-1))
79 EXPECT_TRUE(mObbFile->readFrom(mFileName))
  /frameworks/base/libs/androidfw/
ObbFile.cpp 86 bool ObbFile::readFrom(const char* filename)
96 success = readFrom(fd);
107 bool ObbFile::readFrom(int fd)
336 if (!readFrom(fd)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
BytesBufferPool.java 40 public void readFrom(JobContext jc, FileDescriptor fd) throws IOException {
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 71 * When copying an InputStream into a ByteString with .readFrom(),
285 public static ByteString readFrom(InputStream streamToDrain)
287 return readFrom(
314 public static ByteString readFrom(InputStream streamToDrain, int chunkSize)
316 return readFrom(streamToDrain, chunkSize, chunkSize);
320 public static ByteString readFrom(InputStream streamToDrain, int minChunkSize,
    [all...]
  /frameworks/base/core/jni/
android_content_res_ObbScanner.cpp 45 if (!obb->readFrom(filePath)) {
  /frameworks/base/tools/obbtool/
Main.cpp 94 if (obb->readFrom(filename)) {
117 if (!obb->readFrom(filename)) {
132 if (!obb->readFrom(filename)) {
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ByteStringTest.java 174 ByteString.readFrom(new ByteArrayInputStream(new byte[0]));
186 ByteString byteString = ByteString.readFrom(eis);
250 // Tests that IOExceptions propagate through ByteString.readFrom().
253 ByteString.readFrom(new FailStream());
254 fail("readFrom must throw the underlying IOException");
257 assertEquals("readFrom must throw the expected exception",
262 // Tests that ByteString.readFrom works with streams that don't
267 ByteString byteString = ByteString.readFrom(new ReluctantStream(data));
268 assertTrue("readFrom byte stream must contain the expected bytes",
281 // Fails unless ByteString.readFrom reads the bytes correctly from
    [all...]
  /external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java 422 static Uri__FromAndroid readFrom(Parcel parcel) {
788 static Uri__FromAndroid readFrom(Parcel parcel) {
791 Part.readFrom(parcel),
792 Part.readFrom(parcel)
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 473 static Uri readFrom(Parcel parcel) {
839 static Uri readFrom(Parcel parcel) {
842 Part.readFrom(parcel),
843 Part.readFrom(parcel)
    [all...]
  /libcore/json/src/main/java/org/json/
JSONArray.java 82 * @param readFrom a tokener whose nextValue() method will yield a
87 public JSONArray(JSONTokener readFrom) throws JSONException {
92 Object object = readFrom.nextValue();
JSONObject.java 145 * @param readFrom a tokener whose nextValue() method will yield a
150 public JSONObject(JSONTokener readFrom) throws JSONException {
155 Object object = readFrom.nextValue();
  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 68 public void readFrom(Dex dex) throws IOException {
Dex.java 81 this.tableOfContents.readFrom(this);
156 this.tableOfContents.readFrom(this);
    [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxKbExplorerScript.js 24 cvox.ChromeVox.storeOn=function(a){a.isStickyOn=cvox.ChromeVox.isStickyOn;cvox.ChromeVox.navigationManager.storeOn(a)};cvox.ChromeVox.readFrom=function(a){cvox.ChromeVox.isStickyOn=a.isStickyOn;cvox.ChromeVox.navigationManager.readFrom(a)};cvox.KeySequence=function(a,b,c,d){this.doubleTap=!!d;this.cvoxModifier=void 0==b?this.isCVoxModifierActive(a):b;this.stickyMode=!!a.stickyMode;this.prefixKey=!!a.keyPrefix;this.skipStripping=!!c;if(this.stickyMode&&this.prefixKey)throw"Prefix key and sticky mode cannot both be enabled: "+a;a=this.resolveChromeOSSpecialKeys_(a);this.keys={ctrlKey:[],searchKeyHeld:[],altKey:[],altGraphKey:[],shiftKey:[],metaKey:[],keyCode:[]};this.extractKey_(a)};
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /external/dexmaker/lib/
jarjar.jar 

Completed in 239 milliseconds

1 2