OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemoryIntArray
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/core/java/android/util/
MemoryIntArray.aidl
19
parcelable
MemoryIntArray
;
MemoryIntArray.java
49
public final class
MemoryIntArray
implements Parcelable, Closeable {
50
private static final String TAG = "
MemoryIntArray
";
67
public
MemoryIntArray
(int size, boolean clientWritable) throws IOException {
78
private
MemoryIntArray
(Parcel parcel) throws IOException {
191
MemoryIntArray
other = (
MemoryIntArray
) obj;
245
public static final Parcelable.Creator<
MemoryIntArray
> CREATOR =
246
new Parcelable.Creator<
MemoryIntArray
>() {
248
public
MemoryIntArray
createFromParcel(Parcel parcel) {
250
return new
MemoryIntArray
(parcel)
[
all
...]
/frameworks/base/core/tests/utiltests/src/android/util/
IRemoteMemoryIntArray.aidl
19
import android.util.
MemoryIntArray
;
22
MemoryIntArray
peekInstance();
MemoryIntArrayTest.java
36
MemoryIntArray
array = null;
38
array = new
MemoryIntArray
(3, false);
47
MemoryIntArray
array = null;
49
array = new
MemoryIntArray
(3, false);
65
MemoryIntArray
array = null;
67
array = new
MemoryIntArray
(3, true);
76
MemoryIntArray
array = null;
78
array = new
MemoryIntArray
(3, false);
90
MemoryIntArray
firstArray = null;
91
MemoryIntArray
secondArray = null
[
all
...]
RemoteMemoryIntArrayService.java
26
* Service to interact with a {@link
MemoryIntArray
} in another process.
31
private
MemoryIntArray
mArray;
41
mArray = new
MemoryIntArray
(size, clientWritable);
49
public
MemoryIntArray
peekInstance() {
RemoteIntArray.java
58
public
MemoryIntArray
peekInstance() {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
GenerationRegistry.java
22
import android.util.
MemoryIntArray
;
45
private
MemoryIntArray
mBackingStore;
53
MemoryIntArray
backingStore = getBackingStoreLocked();
71
MemoryIntArray
backingStore = getBackingStoreLocked();
96
MemoryIntArray
backingStore = getBackingStoreLocked();
114
private
MemoryIntArray
getBackingStoreLocked() {
122
mBackingStore = new
MemoryIntArray
(size, false);
142
MemoryIntArray
backingStore) throws IOException {
155
MemoryIntArray
backingStore) throws IOException {
173
private static int findNextEmptyIndex(
MemoryIntArray
backingStore) throws IOException
[
all
...]
/frameworks/base/core/java/android/provider/
Settings.java
63
import android.util.
MemoryIntArray
;
[
all
...]
/frameworks/base/
Android.mk
[
all
...]
compiled-classes-phone
[
all
...]
Completed in 675 milliseconds