Searched defs:valueOffset (Results 1 - 13 of 13) sorted by relevance

/external/libese/apps/weaver/card/src/com/android/weaver/
H A DSlots.java30 * @param valueOffset Offset of the value in the buffer.
32 void write(short slotId, byte[] key, short keyOffset, byte[] value, short valueOffset); argument
43 * @param valueOffset Offset into the buffer to write the value.
46 byte read(short slotId, byte[] key, short keyOffset, byte[] value, short valueOffset); argument
/external/libese/apps/weaver/card/src/com/android/weaver/core/
H A DCoreSlots.java54 byte[] value, short valueOffset) {
56 mSlots[slotId].write(key, keyOffset, value, valueOffset);
104 * @param valueOffset the offset of the value in its buffer
107 byte[] keyBuffer, short keyOffset, byte[] valueBuffer, short valueOffset) {
110 Util.arrayCopy(valueBuffer, valueOffset, mValue, (short) 0, Consts.SLOT_VALUE_BYTES);
53 write(short rawSlotId, byte[] key, short keyOffset, byte[] value, short valueOffset) argument
106 write( byte[] keyBuffer, short keyOffset, byte[] valueBuffer, short valueOffset) argument
/external/skia/src/core/
H A DSkConvolver.h79 // Retrieves a filter for the given |valueOffset|, a position in the output
84 inline const ConvolutionFixed* FilterForValue(int valueOffset, argument
87 const FilterInstance& filter = fFilters[valueOffset];
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 213 milliseconds