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

  /packages/apps/Exchange/src/com/android/exchange/
Exchange.java 17 package com.android.exchange;
25 public class Exchange extends Application {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 31 void *Exchange, void *Comparand);
39 long Exchange, long Comparand); // NOLINT
44 void *Exchange, void *Comparand) {
48 reinterpret_cast<long>(Exchange), // NOLINT
  /packages/apps/Exchange/tests/
Android.mk 27 # Notice that we don't have to include the src files of Exchange because, by
28 # running the tests using an instrumentation targeting Exchange, we
  /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);
malloc_hook-inl.h 75 PtrT Exchange(PtrT new_val);
  /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);
malloc_hook-inl.h 75 PtrT Exchange(PtrT new_val);
  /packages/apps/Exchange/
Android.mk 40 LOCAL_OVERRIDES_PACKAGES := Exchange
45 LOCAL_EMMA_COVERAGE_FILTER += +com.android.exchange.*
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 435 SCOPED_ATOMIC(Exchange, a, v, mo);
439 SCOPED_ATOMIC(Exchange, a, v, mo);
443 SCOPED_ATOMIC(Exchange, a, v, mo);
447 SCOPED_ATOMIC(Exchange, a, v, mo);
452 SCOPED_ATOMIC(Exchange, a, v, mo);
  /external/chromium/base/
atomicops_unittest.cc 223 TEST(AtomicOpsTest, Exchange) {