HomeSort by relevance Sort by last modified time
    Searched full:addressof (Results 51 - 75 of 88) sorted by null

1 23 4

  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 213 public native long addressOf(Object array);
  /libcore/libdvm/src/main/java/dalvik/system/
VMRuntime.java 213 public native long addressOf(Object array);
  /libcore/luni/src/main/java/java/nio/
MemoryBlock.java 126 long address = runtime.addressOf(array);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
hash_map 355 __alloc_traits::destroy(__na_, _VSTD::addressof(__p->__value_.second));
357 __alloc_traits::destroy(__na_, _VSTD::addressof(__p->__value_.first));
683 __node_traits::construct(__na, _VSTD::addressof(__h->__value_.first), __k);
685 __node_traits::construct(__na, _VSTD::addressof(__h->__value_.second));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__hash_table 469 __alloc_traits::destroy(__na_, _VSTD::addressof(__p->__value_));
    [all...]
memory 164 template <class T> T* addressof(T& r) noexcept;
621 // addressof
626 addressof(_Tp& __x) _NOEXCEPT
633 // that require special addressof() signatures. When
639 addressof(__strong _Tp& __x) _NOEXCEPT
648 addressof(__weak _Tp& __x) _NOEXCEPT
657 addressof(__autoreleasing _Tp& __x) _NOEXCEPT
665 addressof(__unsafe_unretained _Tp& __x) _NOEXCEPT
961 {return _VSTD::addressof(__r);}
    [all...]
__tree 534 __alloc_traits::destroy(__na_, _VSTD::addressof(__p->__value_));
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 35 #include <boost/utility/addressof.hpp>
559 explicit optional ( Expr const& expr ) : base(expr,boost::addressof(expr)) {}
575 this->assign_expr(expr,boost::addressof(expr));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_local_iterator.h 176 * @todo Use addressof() instead of & operator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_local_iterator.h 176 * @todo Use addressof() instead of & operator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
safe_local_iterator.h 176 * @todo Use addressof() instead of & operator
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 622 bool AddressOf;
792 return AddressOf;
943 bool AddressOf = false,
949 Res->AddressOf = AddressOf;
975 Res->AddressOf = false;
1002 Res->AddressOf = false;
    [all...]
  /dalvik/vm/native/
dalvik_system_VMRuntime.cpp 551 { "addressOf", "(Ljava/lang/Object;)J",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_iterator.h 183 * @todo Use addressof() instead of & operator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 183 * @todo Use addressof() instead of & operator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 183 * @todo Use addressof() instead of & operator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 183 * @todo Use addressof() instead of & operator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_iterator.h 183 * @todo Use addressof() instead of & operator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pointer.h 585 { return pointer(std::addressof(__r)); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pointer.h 585 { return pointer(std::addressof(__r)); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
pointer.h 586 { return pointer(std::addressof(__r)); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 143 from _ctypes import sizeof, byref, addressof, alignment, resize namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 143 from _ctypes import sizeof, byref, addressof, alignment, resize namespace
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_iterator.h 201 * @todo Use addressof() instead of & operator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_iterator.h 201 * @todo Use addressof() instead of & operator

Completed in 2992 milliseconds

1 23 4