/aosp12/bionic/libc/kernel/uapi/linux/tc_ematch/ |
H A D | tc_em_cmp.h | 24 __u32 val; member 26 __u16 off; member
|
/aosp12/system/libhwbinder/ |
H A D | Debug.cpp | 37 ssize_t off = sizeof(indentStr)-1-(indentLevel*2); in stringForIndent() local 61 static inline char makehexdigit(uint32_t val) in makehexdigit() 66 static char* appendhexnum(uint32_t val, char* out) in appendhexnum() 239 const unsigned char val = *(pos+startIndex-index); in printHexData() local 256 const unsigned char val = *(pos+startIndex-index); in printHexData() local 274 const unsigned char val = pos[index]; in printHexData() local
|
/aosp12/frameworks/native/libs/binder/ |
H A D | Debug.cpp | 53 ssize_t off = sizeof(indentStr)-1-(indentLevel*2); in stringForIndent() local 77 static inline char makehexdigit(uint32_t val) in makehexdigit() 82 static char* appendhexnum(uint32_t val, char* out) in appendhexnum() 255 const unsigned char val = *(pos+startIndex-index); in printHexData() local 272 const unsigned char val = *(pos+startIndex-index); in printHexData() local 290 const unsigned char val = pos[index]; in printHexData() local
|
H A D | Parcel.cpp | 456 size_t off = objects[i]; in appendFrom() local 501 size_t off = objects[i] - offset + startPos; in appendFrom() local 960 status_t Parcel::writeInt32(int32_t val) in writeInt32() 1003 status_t Parcel::writeBool(bool val) in writeBool() 1008 status_t Parcel::writeChar(char16_t val) in writeChar() 1013 status_t Parcel::writeByte(int8_t val) in writeByte() 1018 status_t Parcel::writeInt64(int64_t val) in writeInt64() 1033 status_t Parcel::writeFloat(float val) in writeFloat() 1040 status_t Parcel::writeDouble(double val) in writeDouble() 1503 status_t Parcel::writeAligned(T val) { in writeAligned() [all …]
|
/aosp12/system/core/trusty/storage/tests/ |
H A D | main.cpp | 36 static bool is_valid_offset(storage_off_t off) in is_valid_offset() 41 static void fill_pattern32(uint32_t *buf, size_t len, storage_off_t off) in fill_pattern32() 462 uint32_t val; in TEST_P() local 588 uint32_t val; in TEST_P() local 831 uint32_t val = 0xDEADBEEF; in TEST_P() local 1136 uint32_t val = 0xDEDBEEF; in TEST_P() local 1182 uint32_t val = 0xDEDBEEF; in TEST_P() local 1825 uint32_t val; in TEST_P() local 2548 uint32_t val = 0xDEDBEEF; in TEST_P() local 2805 uint32_t val = 0; in TEST_P() local [all …]
|
/aosp14/system/core/trusty/storage/tests/ |
H A D | main.cpp | 36 static bool is_valid_offset(storage_off_t off) in is_valid_offset() 41 static void fill_pattern32(uint32_t *buf, size_t len, storage_off_t off) in fill_pattern32() 462 uint32_t val; in TEST_P() local 588 uint32_t val; in TEST_P() local 831 uint32_t val = 0xDEADBEEF; in TEST_P() local 1136 uint32_t val = 0xDEDBEEF; in TEST_P() local 1182 uint32_t val = 0xDEDBEEF; in TEST_P() local 1825 uint32_t val; in TEST_P() local 2548 uint32_t val = 0xDEDBEEF; in TEST_P() local 2805 uint32_t val = 0; in TEST_P() local [all …]
|
/aosp12/frameworks/base/core/java/android/text/method/ |
H A D | MultiTapKeyListener.java | 75 int off = cap.ordinal() * 2 + (autotext ? 1 : 0); in getInstance() local 141 String val = sRecs.valueAt(rec); in onKeyDown() local 176 String val = sRecs.valueAt(rec); in onKeyDown() local 178 int off = 0; in onKeyDown() local
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | MultiTapKeyListener.java | 75 int off = cap.ordinal() * 2 + (autotext ? 1 : 0); in getInstance() local 141 String val = sRecs.valueAt(rec); in onKeyDown() local 176 String val = sRecs.valueAt(rec); in onKeyDown() local 178 int off = 0; in onKeyDown() local
|
/aosp12/bionic/libc/kernel/uapi/linux/tc_act/ |
H A D | tc_pedit.h | 58 __u32 val; member 59 __u32 off; member
|
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_ad.cpp | 109 int val = 0; in AssertiveDisplay() local 142 const int off = 0; in turnOffAD() local
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_ad.cpp | 112 int val = 0; in AssertiveDisplay() local 146 const int off = 0; in turnOffAD() local
|
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_ad.cpp | 141 int val = 0; in AssertiveDisplay() local 178 const int off = 0; in prepare() local
|
/aosp12/system/extras/tests/directiotest/ |
H A D | directiotest.c | 142 int val = data[i]; in dump_hex() local 143 int off = i % 16; in dump_hex() local
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | TextRenderer.cpp | 62 static bool isPowerOfTwo(uint32_t val) { in isPowerOfTwo() 67 static uint32_t powerOfTwoCeil(uint32_t val) { in powerOfTwoCeil() 217 size_t off = i * quadCoords; in drawString() local
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | Parcel.java | 794 public final void writeInt(int val) { in writeInt() 805 public final void writeLong(long val) { in writeLong() 957 public final void writeByte(byte val) { in writeByte() 1274 char[] val = new char[N]; in createCharArray() local 1311 int[] val = new int[N]; in createIntArray() local 1349 long[] val = new long[N]; in createLongArray() local 1387 float[] val = new float[N]; in createFloatArray() local 1425 double[] val = new double[N]; in createDoubleArray() local 1477 String[] val = new String[N]; in createString8Array() local 1517 String[] val = new String[N]; in createString16Array() local [all …]
|
/aosp12/hardware/google/graphics/common/libacryl/ |
H A D | acrylic_layer.cpp | 391 int32_t val = src_area.left | src_area.top | src_area.right | src_area.bottom; in setCompositArea() local 526 off_t off[3]; in importLayer() local
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Parcel.java | 1069 public final void writeInt(int val) { in writeInt() 1551 short[] val = new short[n]; in createShortArray() local 1589 char[] val = new char[N]; in createCharArray() local 1626 int[] val = new int[N]; in createIntArray() local 1664 long[] val = new long[N]; in createLongArray() local 1702 float[] val = new float[N]; in createFloatArray() local 1958 T[] val = newArray.apply(N); in createInterfaceArray() local 4179 T val = null; in createFixedArray() local 4248 T val = null; in createFixedArray() local 4304 T val = null; in createFixedArray() local [all …]
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | RenderScript.java | 478 …native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int size… in rsnAllocationData1D() 480 …synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes,… in nAllocationData1D() 571 native void rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, in rsnAllocationRead1D() 573 synchronized void nAllocationRead1D(long id, int off, int mip, int count, Object d, in nAllocationRead1D() 711 synchronized void nScriptSetVarI(long id, int slot, int val, boolean mUseInc) { in nScriptSetVarI() 720 synchronized void nScriptSetVarJ(long id, int slot, long val, boolean mUseInc) { in nScriptSetVarJ() 729 synchronized void nScriptSetVarF(long id, int slot, float val, boolean mUseInc) { in nScriptSetVarF() 738 synchronized void nScriptSetVarD(long id, int slot, double val, boolean mUseInc) { in nScriptSetVarD() 747 synchronized void nScriptSetVarV(long id, int slot, byte[] val, boolean mUseInc) { in nScriptSetVarV() 755 native void rsnScriptSetVarVE(long con, long id, int slot, byte[] val, in rsnScriptSetVarVE() [all …]
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 541 …native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int size… in rsnAllocationData1D() 543 …synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes,… in nAllocationData1D() 626 native void rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, in rsnAllocationRead1D() 628 synchronized void nAllocationRead1D(long id, int off, int mip, int count, Object d, in nAllocationRead1D() 776 synchronized void nScriptSetVarI(long id, int slot, int val) { in nScriptSetVarI() 787 synchronized void nScriptSetVarJ(long id, int slot, long val) { in nScriptSetVarJ() 798 synchronized void nScriptSetVarF(long id, int slot, float val) { in nScriptSetVarF() 808 synchronized void nScriptSetVarD(long id, int slot, double val) { in nScriptSetVarD() 818 synchronized void nScriptSetVarV(long id, int slot, byte[] val) { in nScriptSetVarV() 823 synchronized void nScriptGetVarV(long id, int slot, byte[] val) { in nScriptGetVarV() [all …]
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 541 …native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int size… in rsnAllocationData1D() 543 …synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes,… in nAllocationData1D() 626 native void rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, in rsnAllocationRead1D() 628 synchronized void nAllocationRead1D(long id, int off, int mip, int count, Object d, in nAllocationRead1D() 776 synchronized void nScriptSetVarI(long id, int slot, int val) { in nScriptSetVarI() 787 synchronized void nScriptSetVarJ(long id, int slot, long val) { in nScriptSetVarJ() 798 synchronized void nScriptSetVarF(long id, int slot, float val) { in nScriptSetVarF() 808 synchronized void nScriptSetVarD(long id, int slot, double val) { in nScriptSetVarD() 818 synchronized void nScriptSetVarV(long id, int slot, byte[] val) { in nScriptSetVarV() 823 synchronized void nScriptGetVarV(long id, int slot, byte[] val) { in nScriptGetVarV() [all …]
|
/aosp12/hardware/google/pixel/vibrator/cs40l26/ |
H A D | Vibrator.cpp | 180 static int dspmem_chunk_write(struct dspmem_chunk *ch, int nbits, uint32_t val) { in dspmem_chunk_write() 229 uint32_t val = 0; local 387 ndk::ScopedAStatus Vibrator::off() { in off() function in aidl::android::hardware::vibrator::Vibrator
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | pkt_cls.h | 184 __be32 val; member 185 int off; member 193 __u16 off; member 200 __u32 val; member
|
/aosp12/system/vold/ |
H A D | cryptfs.cpp | 248 char val[PROPERTY_VALUE_MAX]; member 612 static int get_crypt_ftr_info(char** metadata_fname, off64_t* off) { in get_crypt_ftr_info() 2113 off64_t off; in cryptfs_init_crypt_mnt_ftr() local
|
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | ... {
final synthetic java.lang.reflect.Method val$method
final synthetic Object[] val$args ... |
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | httpcore-4.4.13.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |