Searched refs:maps (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp69 * Retrieve the native heap information and the info from /proc/self/maps,
77 String8 maps; local
78 ReadFile("/proc/self/maps", maps);
79 header.mapSize = maps.size();
99 maps.size(), reinterpret_cast<const jbyte*>(maps.string()));
100 env->SetByteArrayRegion(array, sizeof(header) + maps.size(),
H A Dandroid_os_Debug.cpp1031 const char* maps = "/proc/self/maps"; local
1032 UniqueFile in = MakeUniqueFile(maps, "re");
1034 fprintf(fp, "Could not open %s\n", maps);
/frameworks/layoutlib/bridge/src/com/google/android/maps/
H A DMapView.java17 package com.google.android.maps;
/frameworks/base/data/keyboards/
H A DAndroid.mk21 # Validate all key maps.
H A Dcommon.mk15 # This is the list of framework provided keylayouts and key character maps to include.
/frameworks/base/core/java/android/gesture/
H A DGestureStore.java234 final HashMap<String, ArrayList<Gesture>> maps = mNamedGestures;
241 out.writeInt(maps.size());
243 for (Map.Entry<String, ArrayList<Gesture>> entry : maps.entrySet()) {
/frameworks/base/packages/InputDevices/
H A DAndroid.mk30 # Validate all key maps.
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java4053 final Iterator<Entry<String, ObbState>> maps = mObbPathToStateMap.entrySet().iterator();
4054 while (maps.hasNext()) {
4055 final Entry<String, ObbState> e = maps.next();

Completed in 313 milliseconds