Searched defs:SparseArray (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dsparse_array.h7 // SparseArray<T>(m) is a map from integers in [0, m) to T values.
27 // change after visiting. Thus SparseArray can be a convenient
30 // The SparseArray implementation is NOT thread-safe. It is up to the
35 // The SparseArray interface does not present all the usual STL bells and
55 // SparseArray uses a vector dense_ and an array sparse_to_dense_, both of
90 // destroyed when the SparseArray destructor is called.
100 class SparseArray { class in namespace:re2
102 SparseArray();
103 SparseArray(int max_size);
104 ~SparseArray();
233 SparseArray<Value>::SparseArray() function in class:re2::SparseArray
419 template<typename Value> SparseArray<Value>::SparseArray(int max_size) { function in class:re2::SparseArray
[all...]
/external/regex-re2/util/
H A Dsparse_array.h7 // SparseArray<T>(m) is a map from integers in [0, m) to T values.
27 // change after visiting. Thus SparseArray can be a convenient
30 // The SparseArray implementation is NOT thread-safe. It is up to the
35 // The SparseArray interface does not present all the usual STL bells and
55 // SparseArray uses a vector dense_ and an array sparse_to_dense_, both of
90 // destroyed when the SparseArray destructor is called.
100 class SparseArray { class in namespace:re2
102 SparseArray();
103 SparseArray(int max_size);
104 ~SparseArray();
233 SparseArray<Value>::SparseArray() function in class:re2::SparseArray
418 template<typename Value> SparseArray<Value>::SparseArray(int max_size) { function in class:re2::SparseArray
[all...]
/external/smali/util/src/main/java/org/jf/util/
H A DSparseArray.java43 public class SparseArray<E> { class
48 * Creates a new SparseArray containing no mappings.
50 public SparseArray() { method in class:SparseArray
55 * Creates a new SparseArray containing no mappings that will not
59 public SparseArray(int initialCapacity) { method in class:SparseArray
109 // Log.e("SparseArray", "gc start with " + mSize);
132 // Log.e("SparseArray", "gc end with " + mSize);
167 // Log.e("SparseArray", "grow " + mKeys.length + " to " + n);
176 // Log.e("SparseArray", "move " + (mSize - i));
188 * Returns the number of key-value mappings that this SparseArray
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 581 milliseconds