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

1 2 3

  /external/snakeyaml/src/test/java/org/pyyaml/
PyMarkTest.java 51 int dataPosition = data.indexOf("*");
53 assertEquals("Pointer should coincide with '*':\n " + snippet, dataPosition,
  /cts/tests/tests/content/src/android/content/cts/
CursorWindowContentProvider.java 75 fdPos = tmp.dataPosition();
91 tmp.setDataPosition(dest.dataPosition());
92 dest.appendFrom(tmp, dest.dataPosition(), tmp.dataAvail());
  /frameworks/base/core/java/android/app/usage/
UsageEvents.java 285 mParcel.appendFrom(in, in.dataPosition(), listByteLength);
286 mParcel.setDataSize(mParcel.dataPosition());
465 final int listByteLength = p.dataPosition();
484 dest.writeInt(mParcel.dataPosition());
  /frameworks/base/media/java/android/media/
TimedText.java 576 parcel.setDataPosition(parcel.dataPosition() - 4);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowParcel.java 65 return dataSize() - dataPosition();
69 public int dataPosition() {
758 int off = dataPosition() - 4;
772 int offset = dataPosition();
801 int oldPos = dataPosition();
805 int newPos = dataPosition();
  /frameworks/native/libs/binder/
Parcel.cpp 392 size_t result = dataSize() - dataPosition();
399 size_t Parcel::dataPosition() const
    [all...]
  /system/libhwbinder/
Parcel.cpp 390 size_t result = dataSize() - dataPosition();
397 size_t Parcel::dataPosition() const
    [all...]
  /frameworks/base/core/java/android/os/
Parcel.java 400 * parcel. That is, {@link #dataSize}-{@link #dataPosition}.
410 public final int dataPosition() {
523 * {@link #dataPosition}. This is used to validate that the marshalled
535 * Write a byte array into the parcel at the current {@link #dataPosition},
544 * Write a byte array into the parcel at the current {@link #dataPosition},
560 * Write a blob of data into the parcel at the current {@link #dataPosition},
571 * Write a blob of data into the parcel at the current {@link #dataPosition},
589 * Write an integer value into the parcel at the current dataPosition(),
597 * Write a long integer value into the parcel at the current dataPosition(),
606 * dataPosition(), growing dataCapacity() if needed
    [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 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /packages/apps/TV/libs/
exoplayer.jar 

Completed in 838 milliseconds

1 2 3