HomeSort by relevance Sort by last modified time
    Searched defs:Exchange (Results 1 - 3 of 3) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/
Exchange.java 17 package com.android.exchange;
25 public class Exchange extends Application {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook.cc 162 PtrT AtomicPtr<PtrT>::Exchange(PtrT new_val) {
457 return new_hook_.Exchange(hook);
463 return delete_hook_.Exchange(hook);
469 return premmap_hook_.Exchange(hook);
475 return mmap_hook_.Exchange(hook);
481 return munmap_hook_.Exchange(hook);
487 return mremap_hook_.Exchange(hook);
493 return presbrk_hook_.Exchange(hook);
499 return sbrk_hook_.Exchange(hook);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_hook.cc 162 PtrT AtomicPtr<PtrT>::Exchange(PtrT new_val) {
457 return new_hook_.Exchange(hook);
463 return delete_hook_.Exchange(hook);
469 return premmap_hook_.Exchange(hook);
475 return mmap_hook_.Exchange(hook);
481 return munmap_hook_.Exchange(hook);
487 return mremap_hook_.Exchange(hook);
493 return presbrk_hook_.Exchange(hook);
499 return sbrk_hook_.Exchange(hook);

Completed in 429 milliseconds