Searched refs:off (Results 51 - 75 of 98) sorted by relevance

1234

/frameworks/data-binding/developmentPlugins/
H A Dgradlew.bat1 @if "%DEBUG%" == "" @echo off
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dgradlew.bat1 @if "%DEBUG%" == "" @echo off
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dgradlew.bat1 @if "%DEBUG%" == "" @echo off
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew.bat1 @if "%DEBUG%" == "" @echo off
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew.bat1 @if "%DEBUG%" == "" @echo off
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew.bat1 @if "%DEBUG%" == "" @echo off
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew.bat1 @if "%DEBUG%" == "" @echo off
/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew.bat1 @if "%DEBUG%" == "" @echo off
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java643 public final int read(byte[] b, int off, int len) throws IOException { argument
644 return readAsset(mAsset, b, off, len);
809 private native final int readAsset(long asset, byte[] b, int off, int len); argument
/frameworks/base/core/java/android/util/jar/
H A DStrictJarVerifier.java121 public void write(byte[] buf, int off, int nbytes) { argument
122 digest.update(buf, off, nbytes);
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp289 int off = 0; local
290 U16_NEXT_UNSAFE(decomposed, off, ch);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp372 size_t off = (target - buf - 8) >> 2; local
373 rsAssert(((off & 0xff000000) == 0) ||
374 ((off & 0xff000000) == 0xff000000));
378 op |= 0xffffff & off;
918 // Currently this generates off by one errors.
H A DrsCpuIntrinsics_neon_Blend.S611 .set off,0
612 #define BLEND_X(d, n) .rept d-off ; .word 0 ; .endr ; .word blend_line_##n-1b ; .set off, d+1 ;
H A DrsCpuIntrinsics_advsimd_Blend.S609 .set off,0
610 #define BLEND_X(d, n) .rept d-off ; .hword 0 ; .endr ; .hword blend_line_##n - 2b ; .set off, d+1 ;
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A Dvr.rs91 int off = brickno + (p.z & 0x1F) * 32 + (p.y & 0x1F);
92 uint slice = rsGetElementAt_uint(bricks, off);
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java535 native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, argument
537 synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, argument
540 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
620 native void rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, argument
622 synchronized void nAllocationRead1D(long id, int off, int mip, int count, Object d, argument
625 rsnAllocationRead1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java461 native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, argument
463 synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, argument
466 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
554 native void rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, argument
556 synchronized void nAllocationRead1D(long id, int off, int mip, int count, Object d, argument
559 rsnAllocationRead1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java778 // Since we're about to close, read off any remote status. It's
939 public int read(byte[] b, int off, int len) throws IOException { argument
940 final int result = super.read(b, off, len);
/frameworks/base/core/java/android/text/
H A DSpannableStringInternal.java147 public final void getChars(int start, int end, char[] dest, int off) { argument
148 mText.getChars(start, end, dest, off);
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java424 public char charAt(int off) { argument
425 return mString.charAt(off);
/frameworks/native/cmds/servicemanager/
H A Dbinder.c631 size_t off = bio->data - bio->data0; local
635 if (bio->offs[n] == off)
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp461 jint off, jint len)
475 if (off < 0 || off >= bLen || len < 0 || len > bLen || (off+len) > bLen) {
481 ssize_t res = a->read(b+off, len);
459 android_content_AssetManager_readAsset(JNIEnv* env, jobject clazz, jlong assetHandle, jbyteArray bArray, jint off, jint len) argument
/frameworks/native/libs/binder/
H A DParcel.cpp496 size_t off = objects[i]; local
497 if ((off >= offset) && (off + sizeof(flat_binder_object) <= offset + len)) {
538 size_t off = objects[i] - offset + startPos; local
539 mObjects[idx++] = off;
543 = reinterpret_cast<flat_binder_object*>(mData + off);
2622 // will need to rescan because we may have lopped off the only FDs
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java215 public void sendBurstDtmf(String dtmfString, int on, int off, argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp701 const uint32_t off = mEntries[idx]/(isUTF8?sizeof(uint8_t):sizeof(uint16_t)); local
702 if (off < (mStringPoolSize-1)) {
705 const uint16_t* str = strings+off;
722 const uint8_t* u8str = strings+off;
790 (int)idx, (int)(off*sizeof(uint16_t)),
803 const uint32_t off = mEntries[idx]/sizeof(char); local
804 if (off < (mStringPoolSize-1)) {
806 const uint8_t* str = strings+off;
823 (int)idx, (int)(off*sizeof(uint16_t)),
853 const uint32_t off local
[all...]

Completed in 1647 milliseconds

1234