Home
last modified time | relevance | path

Searched refs:SparseArray (Results 1 – 22 of 22) sorted by relevance

/external/regex-re2/util/
Dsparse_array.h100 class SparseArray {
102 SparseArray();
103 SparseArray(int max_size);
104 ~SparseArray();
229 DISALLOW_EVIL_CONSTRUCTORS(SparseArray);
233 SparseArray<Value>::SparseArray() in SparseArray() function
238 class SparseArray<Value>::IndexValue {
239 friend class SparseArray; variable
259 const typename SparseArray<Value>::IndexValue&
260 SparseArray<Value>::iv(int i) const { in iv()
[all …]
Dsparse_array_test.cc14 TEST(SparseArray, BasicOperations) { in TEST() argument
16 SparseArray<int> set(n); in TEST()
44 for (SparseArray<int>::iterator i = set.begin(); i != set.end(); ++i) { in TEST()
68 SparseArray<string> str_map_;
69 typedef SparseArray<string>::iterator iterator;
98 SparseArray<string> str_map(5); in TEST()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DClassProto.java50 import org.jf.util.SparseArray;
394 @Nonnull SparseArray<FieldReference> getInstanceFields() { in getInstanceFields()
402 @Nonnull private final Supplier<SparseArray<FieldReference>> dalvikInstanceFieldsSupplier =
403 Suppliers.memoize(new Supplier<SparseArray<FieldReference>>() {
404 @Override public SparseArray<FieldReference> get() {
493 SparseArray<FieldReference> superFields;
497 superFields = new SparseArray<FieldReference>();
503SparseArray<FieldReference> instanceFields = new SparseArray<FieldReference>(totalFieldCount);
603 @Nonnull private final Supplier<SparseArray<FieldReference>> artInstanceFieldsSupplier =
604 Suppliers.memoize(new Supplier<SparseArray<FieldReference>>() {
[all …]
DDumpFields.java44 import org.jf.util.SparseArray;
121 SparseArray<FieldReference> fields = classProto.getInstanceFields(); in main()
DMethodAnalyzer.java55 import org.jf.util.SparseArray;
84 @Nonnull private final SparseArray<AnalyzedInstruction> analyzedInstructions =
85 new SparseArray<AnalyzedInstruction>(0);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSparseIntArray.java3 import android.util.SparseArray;
13 private SparseArray<Integer> sparseArray = new SparseArray<Integer>();
DShadowSparseBooleanArray.java9 import android.util.SparseArray;
14 private SparseArray<Boolean> sparseArray = new SparseArray<Boolean>();
DShadowSparseArray.java24 import android.util.SparseArray;
40 @Implements(SparseArray.class)
47 private SparseArray<E> realObject;
388 ShadowSparseArray<?> target = (ShadowSparseArray<?>) shadowOf((SparseArray<?>) o); in equals()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DSparseArrayTest.java19 import android.util.SparseArray;
48 SparseArray<Integer> sparseArray = new SparseArray<Integer>(); in testSparseArrayWithDefaultCapacity()
114 SparseArray<Integer> sparseArray = new SparseArray<Integer>(5); in testSparseArrayWithSpecifiedCapacity()
/external/smali/util/src/main/java/org/jf/util/
DSparseArray.java43 public class SparseArray<E> { class
50 public SparseArray() { in SparseArray() method in SparseArray
59 public SparseArray(int initialCapacity) { in SparseArray() method in SparseArray
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiAwareManagerFacade.java45 import android.util.SparseArray;
80 private SparseArray<DiscoverySession> mDiscoverySessions = new SparseArray<>();
90 private SparseArray<WifiAwareSession> mSessions = new SparseArray<>();
98 private SparseArray<Long> mMessageStartTime = new SparseArray<>();
/external/regex-re2/re2/
Dprefilter_tree.h24 typedef SparseArray<int> IntMap;
Dnfa.cc82 typedef SparseArray<Thread*> Threadq;
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
DRobolectric.java60 import android.util.SparseArray;
901 public static <E> ShadowSparseArray<E> shadowOf(SparseArray<E> other) { in shadowOf()
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java103 import android.util.SparseArray;
401 SparseArray<byte[]> manufacturerSpecificData = scanResult in buildJsonBleScanResult()
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...