HomeSort by relevance Sort by last modified time
    Searched defs:Exchange (Results 1 - 6 of 6) 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);
  /art/compiler/optimizing/
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 4420 milliseconds