Home
last modified time | relevance | path

Searched refs:EmptyArray (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/base/keystore/java/android/security/keystore/
DKeyStoreCryptoOperationChunkedStreamer.java25 import libcore.util.EmptyArray;
75 private byte[] mBuffered = EmptyArray.BYTE;
94 return EmptyArray.BYTE; in update()
137 mBuffered = EmptyArray.BYTE; in update()
199 result = EmptyArray.BYTE; in update()
212 input = EmptyArray.BYTE; in doFinal()
233 return EmptyArray.BYTE; in flush()
255 mBuffered = EmptyArray.BYTE; in flush()
300 byte[] result = (bufferedOutput != null) ? bufferedOutput.toByteArray() : EmptyArray.BYTE; in flush()
DArrayUtils.java19 import libcore.util.EmptyArray;
28 return (array != null) ? array : EmptyArray.STRING; in nullToEmpty()
60 return EmptyArray.BYTE; in subarray()
DKeyProperties.java25 import libcore.util.EmptyArray;
352 return EmptyArray.STRING; in allFromKeymaster()
365 return EmptyArray.INT; in allToKeymaster()
448 return EmptyArray.INT; in allToKeymaster()
508 return EmptyArray.INT; in allToKeymaster()
642 return EmptyArray.STRING; in allFromKeymaster()
656 return EmptyArray.INT; in allToKeymaster()
724 return EmptyArray.INT; in getSetFlags()
DKeyStoreCryptoOperationUtils.java22 import libcore.util.EmptyArray;
100 return EmptyArray.BYTE; in getRandomBytesToMixIntoKeystoreRng()
DAndroidKeyStoreSignatureSpiBase.java28 import libcore.util.EmptyArray;
329 EmptyArray.BYTE, 0, 0, in engineSign()
355 EmptyArray.BYTE, 0, 0, in engineVerify()
DAndroidKeyStoreECDSASignatureSpi.java27 import libcore.util.EmptyArray;
79 return EmptyArray.BYTE; in update()
/frameworks/base/core/java/android/text/
DAutoGrowArray.java24 import libcore.util.EmptyArray;
68 mValues = EmptyArray.BYTE; in ByteArray()
121 mValues = EmptyArray.BYTE; in clearWithReleasingLargeArray()
177 mValues = EmptyArray.INT; in IntArray()
230 mValues = EmptyArray.INT; in clearWithReleasingLargeArray()
286 mValues = EmptyArray.FLOAT; in FloatArray()
339 mValues = EmptyArray.FLOAT; in clearWithReleasingLargeArray()
DPackedObjectVector.java22 import libcore.util.EmptyArray;
38 mValues = EmptyArray.OBJECT; in PackedObjectVector()
/frameworks/layoutlib/create/tests/mock_data/mock_android/widget/
DLinearLayout.java19 import mock_android.util.EmptyArray;
24 Object[] mObjects = EmptyArray.OBJECT;
/frameworks/base/core/java/android/hardware/location/
DNanoAppInstanceInfo.java24 import libcore.util.EmptyArray;
50 private int[] mNeededSensors = EmptyArray.INT;
51 private int[] mOutputEvents = EmptyArray.INT;
/frameworks/base/core/java/android/util/
DLongSparseLongArray.java24 import libcore.util.EmptyArray;
73 mKeys = EmptyArray.LONG; in LongSparseLongArray()
74 mValues = EmptyArray.LONG; in LongSparseLongArray()
DSparseIntArray.java24 import libcore.util.EmptyArray;
73 mKeys = EmptyArray.INT; in SparseIntArray()
74 mValues = EmptyArray.INT; in SparseIntArray()
DSparseLongArray.java22 import libcore.util.EmptyArray;
66 mKeys = EmptyArray.INT; in SparseLongArray()
67 mValues = EmptyArray.LONG; in SparseLongArray()
DLongArrayQueue.java22 import libcore.util.EmptyArray;
47 mValues = EmptyArray.LONG; in LongArrayQueue()
DSparseBooleanArray.java24 import libcore.util.EmptyArray;
65 mKeys = EmptyArray.INT; in SparseBooleanArray()
66 mValues = EmptyArray.BOOLEAN; in SparseBooleanArray()
DArrayMap.java23 import libcore.util.EmptyArray;
302 mArray = EmptyArray.OBJECT; in ArrayMap()
304 mHashes = EmptyArray.INT; in ArrayMap()
305 mArray = EmptyArray.OBJECT; in ArrayMap()
331 mHashes = EmptyArray.INT; in clear()
332 mArray = EmptyArray.OBJECT; in clear()
721 mHashes = EmptyArray.INT; in removeAt()
722 mArray = EmptyArray.OBJECT; in removeAt()
DLongSparseArray.java22 import libcore.util.EmptyArray;
76 mKeys = EmptyArray.LONG; in LongSparseArray()
77 mValues = EmptyArray.OBJECT; in LongSparseArray()
DSparseArray.java24 import libcore.util.EmptyArray;
83 mKeys = EmptyArray.INT; in SparseArray()
84 mValues = EmptyArray.OBJECT; in SparseArray()
DIntArray.java22 import libcore.util.EmptyArray;
54 mValues = EmptyArray.INT; in IntArray()
DLongArray.java25 import libcore.util.EmptyArray;
58 mValues = EmptyArray.LONG; in LongArray()
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityInteractionClientTest.java29 import libcore.util.EmptyArray;
90 return EmptyArray.STRING; in findAccessibilityNodeInfoByAccessibilityId()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs51 private static readonly T[] EmptyArray = new T[0]; field in Google.Protobuf.Collections.RepeatedField
54 private T[] array = EmptyArray;
71 if (array != EmptyArray) in Clone()
239 array = EmptyArray; in Clear()
/frameworks/base/core/java/android/net/
DNetworkStats.java31 import libcore.util.EmptyArray;
348 this.iface = EmptyArray.STRING; in clear()
349 this.uid = EmptyArray.INT; in clear()
350 this.set = EmptyArray.INT; in clear()
351 this.tag = EmptyArray.INT; in clear()
352 this.metered = EmptyArray.INT; in clear()
353 this.roaming = EmptyArray.INT; in clear()
354 this.defaultNetwork = EmptyArray.INT; in clear()
355 this.rxBytes = EmptyArray.LONG; in clear()
356 this.rxPackets = EmptyArray.LONG; in clear()
[all …]
/frameworks/layoutlib/create/tests/mock_data/mock_android/util/
DEmptyArray.java21 public class EmptyArray { class
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecMessage.java21 import libcore.util.EmptyArray;
32 public static final byte[] EMPTY_PARAM = EmptyArray.BYTE;

123