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

/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp61 * Retrieve the native heap information and the info from /proc/self/maps,
69 String8 maps; local
70 ReadFile("/proc/self/maps", maps);
71 header.mapSize = maps.size();
85 maps.size(), reinterpret_cast<const jbyte*>(maps.string()));
86 env->SetByteArrayRegion(array, sizeof(header) + maps.size(),
H A Dandroid_os_Debug.cpp493 const char* maps = "/proc/self/maps"; local
494 FILE* in = fopen(maps, "r");
496 fprintf(fp, "Could not open %s\n", maps);
/frameworks/base/tools/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/packages/InputDevices/
H A DAndroid.mk29 # Validate all key maps.
/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/services/java/com/android/server/
H A DMountService.java2679 final Iterator<Entry<String, ObbState>> maps = mObbPathToStateMap.entrySet().iterator();
2680 while (maps.hasNext()) {
2681 final Entry<String, ObbState> e = maps.next();

Completed in 8164 milliseconds