HomeSort by relevance Sort by last modified time
    Searched full:mmap (Results 76 - 100 of 1306) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/valgrind/main/docs/internals/
segments-seginfos.txt 14 * mmap
28 which will be later mmaped by the client's ELF loader. If a new mmap
45 that Valgrind has to make its own mmap of each .so for reading
46 symtab information is because the client won't necessary mmap the
53 > than the range of its parent Segment? Or can you eg. mmap a whole
78 > Can a new mmap appear in the address range of an existing SegInfo?
89 > Load symbols following an mmap if:
102 covers the p_memsz of all PT_LOAD, mmap()s that much from the file [even if
105 mmap(,,,MAP_FIXED,,) each remaining PT_LOAD. This is done to overcome the
106 possibility that a kernel which randomizes the placement of mmap(0, ...
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 81 * <p/><b>All accesses must be inside a synchronized(mMap) block</b>, and do as a little as
84 private final Map<IProject, ProjectResources> mMap =
156 synchronized (mMap) {
157 ProjectResources resources = mMap.get(project);
161 mMap.put(project, resources);
250 synchronized (mMap) {
251 resources = mMap.get(project);
256 mMap.put(project, resources);
270 synchronized (mMap) {
271 resources = mMap.get(folder.getProject())
    [all...]
  /dalvik/libdex/
SysUtil.cpp 38 * bytes. The actual segment may be larger because mmap() operates on
46 ptr = mmap(NULL, length, PROT_READ | PROT_WRITE,
49 ALOGW("mmap(%d, RW, SHARED|ANON) failed: %s", (int) length,
112 /* No MMAP, just fake it by copying the bits.
162 memPtr = mmap(NULL, length, PROT_READ | PROT_WRITE, MAP_FILE | MAP_PRIVATE,
165 ALOGW("mmap(%d, R/W, FILE|PRIVATE, %d, %d) failed: %s", (int) length,
209 memPtr = mmap(NULL, actualLength, PROT_READ, MAP_FILE | MAP_SHARED,
212 ALOGW("mmap(%d, R, FILE|SHARED, %d, %d) failed: %s",
222 LOGVV("mmap seg (st=%d ln=%d): bp=%p bl=%d ad=%p ln=%d",
  /frameworks/base/core/java/android/os/
UEventObserver.java 128 private final HashMap<String,String> mMap = new HashMap<String,String>();
141 mMap.put(message.substring(offset, equals),
150 return mMap.get(key);
154 String result = mMap.get(key);
159 return mMap.toString();
  /frameworks/base/drm/java/android/drm/
DrmUtils.java 131 HashMap<String, String> mMap = new HashMap<String, String>();
174 mMap.put(strKey, strValue);
185 return mMap.values().iterator();
195 return mMap.keySet().iterator();
207 return mMap.get(key);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
mman.h 44 /* Return value of `mmap' in case of an error. */
54 for errors (in which case `errno' is set). A successful `mmap' call
58 extern void *mmap (void *__addr, size_t __len, int __prot,
62 extern void * __REDIRECT_NTH (mmap,
67 # define mmap mmap64
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mman.h 44 /* Return value of `mmap' in case of an error. */
54 for errors (in which case `errno' is set). A successful `mmap' call
58 extern void *mmap (void *__addr, size_t __len, int __prot,
62 extern void * __REDIRECT_NTH (mmap,
67 # define mmap mmap64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mman.h 44 /* Return value of `mmap' in case of an error. */
54 for errors (in which case `errno' is set). A successful `mmap' call
58 extern void *mmap (void *__addr, size_t __len, int __prot,
62 extern void * __REDIRECT_NTH (mmap,
67 # define mmap mmap64
  /development/ndk/sources/android/libportable/arch-mips/
mmap.c 91 extern void* REAL(mmap)(void *, size_t, int, int, int, off_t);
92 void *WRAP(mmap)(void *addr, size_t size, int prot, int flags, int fd, long byte_offset) function
105 ret_addr = REAL(mmap)(addr, size, native_prot, native_flags, fd, byte_offset);
  /external/linux-tools-perf/
design.txt 58 mmap : 1, /* include mmap data */
193 available to user-space using mmap() (see below).
225 The 'mmap' and 'munmap' bits allow recording of PROT_EXEC mmap/munmap
277 Like stated, asynchronous events, like counter overflow or PROT_EXEC mmap
279 accessed through mmap().
281 The mmap size should be 1+2^n pages, where the first page is a meta-data page
286 * Structure of the page that can be mapped via mmap
319 * Control data for the mmap() data buffer
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_mapping.c 27 /* hash map device mmap */
46 hashmap = mmap(0, OP_HASH_MAP_SIZE, PROT_READ, MAP_SHARED, hashmapdevfd, 0);
48 perror("oprofiled: couldn't mmap hash map");
  /external/valgrind/main/memcheck/tests/
mempool.c 37 p = (pool *)mmap(0, sizeof(pool), PROT_READ|PROT_WRITE|PROT_EXEC,
39 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE,
58 l = (level_list *)mmap(0, sizeof(level_list),
file_locking.c 62 if (mmap(NULL, 1, PROT_WRITE, MAP_SHARED, fd, 0) == 0)
64 perror("mmap");
  /frameworks/base/services/java/com/android/server/
AttributeCache.java 46 private final SparseArray<HashMap<int[], Entry>> mMap
104 map = pkg.mMap.get(resId);
128 pkg.mMap.put(resId, map);
  /external/stlport/src/details/
fstream_unistd.cpp 34 # include <sys/mman.h> // For mmap
62 # define MMAP mmap
68 # define MMAP mmap64
72 #ifndef MAP_FAILED /* MMAP failure return code */
320 base = MMAP(0, len, PROT_READ, MAP_PRIVATE, _M_file_id, offset);
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 34 # include <sys/mman.h> // For mmap
62 # define MMAP mmap
68 # define MMAP mmap64
72 #ifndef MAP_FAILED /* MMAP failure return code */
320 base = MMAP(0, len, PROT_READ, MAP_PRIVATE, _M_file_id, offset);
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 99 private Bundle mMap;
288 long id = mMap.getLong(BrowserContract.Bookmarks._ID);
406 mMap.putLong(BrowserContract.Bookmarks._ID, info.id);
438 return new EditBookmarkInfoLoader(AddBookmarkPage.this, mMap);
470 whereArgs = new String[] { Long.toString(mMap.getLong(
602 mMap = getIntent().getExtras();
613 if (mMap != null) {
614 Bundle b = mMap.getBundle(EXTRA_EDIT_BOOKMARK);
616 mEditingFolder = mMap.getBoolean(EXTRA_IS_FOLDER, false);
617 mMap = b
    [all...]
  /cts/tests/tests/security/jni/
android_security_cts_CharDeviceTest.cpp 42 mmap(NULL, length, PROT_READ|PROT_WRITE, MAP_SHARED, fd, PHYS_OFFSET);
80 mmap(NULL, length, PROT_READ, MAP_SHARED, fd, PHYS_OFFSET);
  /external/webkit/Source/JavaScriptCore/wtf/
VMTags.h 29 // On Mac OS X, the VM subsystem allows tagging memory requested from mmap and vm_map
57 // mmap on Tiger fails with tags that work on Leopard, so fall
TCSystemAlloc.cpp 81 // the mmap address space (1300MBish) are disjoint, so we need both allocators
91 #if HAVE(MMAP)
161 #if HAVE(MMAP)
179 void* result = mmap(NULL, size + extra,
207 #endif /* HAVE(MMAP) */
261 #endif /* HAVE(MMAP) */
312 void *result = mmap(0, size + extra, PROT_READ | PROT_WRITE,
368 #if HAVE(MMAP)
442 #elif HAVE(MMAP)
446 void* newAddress = mmap(start, length, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS | MAP_FIXED, -1, 0)
    [all...]
  /frameworks/rs/driver/linkloader/lib/
MemChunk.cpp 58 buf = (unsigned char *)mmap((void *)StartAddr, size,
63 buf = (unsigned char *)mmap(0, size,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libmemusage.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libmemusage.so 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
WidgetClassLoader.java 140 private final Map<String, ClassDescriptor> mMap = new TreeMap<String, ClassDescriptor>();
246 if (mMap.containsKey(fqcn)) {
247 return mMap.get(fqcn);
252 mMap.put(fqcn, clazz);
282 ClassDescriptor enclosingType = mMap.get(enclosed);
287 mMap.remove(fqcn);
288 mMap.put(param.getFullClassName(), param);
340 return mMap.get(className);
  /system/core/toolbox/
r.c 63 page = mmap(0, mmap_size, PROT_READ | PROT_WRITE,
67 fprintf(stderr,"cannot mmap region\n");

Completed in 772 milliseconds

1 2 34 5 6 7 8 91011>>