HomeSort by relevance Sort by last modified time
    Searched refs:offsetBytes (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/content/pm/
IPackageInstallerSession.aidl 29 ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes);
PackageInstaller.java 699 * @param offsetBytes offset into the file to begin writing at, or 0 to
710 public @NonNull OutputStream openWrite(@NonNull String name, long offsetBytes,
714 offsetBytes, lengthBytes);
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerSession.java 416 public ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes) {
418 return openWriteInternal(name, offsetBytes, lengthBytes);
424 private ParcelFileDescriptor openWriteInternal(String name, long offsetBytes, long lengthBytes)
468 if (offsetBytes > 0) {
469 Libcore.os.lseek(targetFd, offsetBytes, OsConstants.SEEK_SET);
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 635 void setSubData (const void* src, int offsetBytes, int sizeBytes, deUint32 target) const;
673 void Buffer::setSubData (const void* const src, const int offsetBytes, const int sizeBytes, const deUint32 target) const
676 glBufferSubData(target, offsetBytes, sizeBytes, src);
    [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 216 milliseconds