HomeSort by relevance Sort by last modified time
    Searched full:_value (Results 1 - 25 of 286) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
numeric_traits.h 52 template<typename _Value>
56 static const _Value __min = __glibcxx_min(_Value);
57 static const _Value __max = __glibcxx_max(_Value);
61 static const bool __is_signed = __glibcxx_signed(_Value);
62 static const int __digits = __glibcxx_digits(_Value);
65 template<typename _Value>
66 const _Value __numeric_traits_integer<_Value>::__min
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
numeric_traits.h 54 template<typename _Value>
58 static const _Value __min = __glibcxx_min(_Value);
59 static const _Value __max = __glibcxx_max(_Value);
63 static const bool __is_signed = __glibcxx_signed(_Value);
64 static const int __digits = __glibcxx_digits(_Value);
67 template<typename _Value>
68 const _Value __numeric_traits_integer<_Value>::__min
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
numeric_traits.h 54 template<typename _Value>
58 static const _Value __min = __glibcxx_min(_Value);
59 static const _Value __max = __glibcxx_max(_Value);
63 static const bool __is_signed = __glibcxx_signed(_Value);
64 static const int __digits = __glibcxx_digits(_Value);
67 template<typename _Value>
68 const _Value __numeric_traits_integer<_Value>::__min
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric_traits.h 52 template<typename _Value>
56 static const _Value __min = __glibcxx_min(_Value);
57 static const _Value __max = __glibcxx_max(_Value);
61 static const bool __is_signed = __glibcxx_signed(_Value);
62 static const int __digits = __glibcxx_digits(_Value);
65 template<typename _Value>
66 const _Value __numeric_traits_integer<_Value>::__min
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric_traits.h 52 template<typename _Value>
56 static const _Value __min = __glibcxx_min(_Value);
57 static const _Value __max = __glibcxx_max(_Value);
61 static const bool __is_signed = __glibcxx_signed(_Value);
62 static const int __digits = __glibcxx_digits(_Value);
65 template<typename _Value>
66 const _Value __numeric_traits_integer<_Value>::__min
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric_traits.h 52 template<typename _Value>
56 static const _Value __min = __glibcxx_min(_Value);
57 static const _Value __max = __glibcxx_max(_Value);
61 static const bool __is_signed = __glibcxx_signed(_Value);
62 static const int __digits = __glibcxx_digits(_Value);
65 template<typename _Value>
66 const _Value __numeric_traits_integer<_Value>::__min
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
numeric_traits.h 52 template<typename _Value>
56 static const _Value __min = __glibcxx_min(_Value);
57 static const _Value __max = __glibcxx_max(_Value);
61 static const bool __is_signed = __glibcxx_signed(_Value);
62 static const int __digits = __glibcxx_digits(_Value);
65 template<typename _Value>
66 const _Value __numeric_traits_integer<_Value>::__min
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
numeric_traits.h 54 template<typename _Value>
58 static const _Value __min = __glibcxx_min(_Value);
59 static const _Value __max = __glibcxx_max(_Value);
63 static const bool __is_signed = __glibcxx_signed(_Value);
64 static const int __digits = __glibcxx_digits(_Value);
67 template<typename _Value>
68 const _Value __numeric_traits_integer<_Value>::__min
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
numeric_traits.h 54 template<typename _Value>
58 static const _Value __min = __glibcxx_min(_Value);
59 static const _Value __max = __glibcxx_max(_Value);
63 static const bool __is_signed = __glibcxx_signed(_Value);
64 static const int __digits = __glibcxx_digits(_Value);
67 template<typename _Value>
68 const _Value __numeric_traits_integer<_Value>::__min
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
unordered_set.h 38 template<class _Value,
39 class _Hash = hash<_Value>,
40 class _Pred = std::equal_to<_Value>,
41 class _Alloc = std::allocator<_Value>,
44 : public _Hashtable<_Value, _Value, _Alloc,
45 std::_Identity<_Value>, _Pred,
51 typedef _Hashtable<_Value, _Value, _Alloc,
52 std::_Identity<_Value>, _Pred
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
unordered_set.h 38 template<class _Value,
39 class _Hash = hash<_Value>,
40 class _Pred = std::equal_to<_Value>,
41 class _Alloc = std::allocator<_Value>,
44 : public _Hashtable<_Value, _Value, _Alloc,
45 std::_Identity<_Value>, _Pred,
51 typedef _Hashtable<_Value, _Value, _Alloc,
52 std::_Identity<_Value>, _Pred
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_set.h 38 template<class _Value,
39 class _Hash = hash<_Value>,
40 class _Pred = std::equal_to<_Value>,
41 class _Alloc = std::allocator<_Value>,
44 : public _Hashtable<_Value, _Value, _Alloc,
45 std::_Identity<_Value>, _Pred,
51 typedef _Hashtable<_Value, _Value, _Alloc,
52 std::_Identity<_Value>, _Pred
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_set.h 38 template<class _Value,
39 class _Hash = hash<_Value>,
40 class _Pred = std::equal_to<_Value>,
41 class _Alloc = std::allocator<_Value>,
44 : public _Hashtable<_Value, _Value, _Alloc,
45 std::_Identity<_Value>, _Pred,
51 typedef _Hashtable<_Value, _Value, _Alloc,
52 std::_Identity<_Value>, _Pred
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
unordered_set 36 template<class _Value,
37 class _Hash = hash<_Value>,
38 class _Pred = std::equal_to<_Value>,
39 class _Alloc = std::allocator<_Value>,
42 : public _Hashtable<_Value, _Value, _Alloc,
43 std::_Identity<_Value>, _Pred,
49 typedef _Hashtable<_Value, _Value, _Alloc,
50 std::_Identity<_Value>, _Pred
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
unordered_set 36 template<class _Value,
37 class _Hash = hash<_Value>,
38 class _Pred = std::equal_to<_Value>,
39 class _Alloc = std::allocator<_Value>,
42 : public _Hashtable<_Value, _Value, _Alloc,
43 std::_Identity<_Value>, _Pred,
49 typedef _Hashtable<_Value, _Value, _Alloc,
50 std::_Identity<_Value>, _Pred
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
unordered_set 36 template<class _Value,
37 class _Hash = hash<_Value>,
38 class _Pred = std::equal_to<_Value>,
39 class _Alloc = std::allocator<_Value>,
42 : public _Hashtable<_Value, _Value, _Alloc,
43 std::_Identity<_Value>, _Pred,
49 typedef _Hashtable<_Value, _Value, _Alloc,
50 std::_Identity<_Value>, _Pred
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
unordered_set 36 template<class _Value,
37 class _Hash = hash<_Value>,
38 class _Pred = std::equal_to<_Value>,
39 class _Alloc = std::allocator<_Value>,
42 : public _Hashtable<_Value, _Value, _Alloc,
43 std::_Identity<_Value>, _Pred,
49 typedef _Hashtable<_Value, _Value, _Alloc,
50 std::_Identity<_Value>, _Pred
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
unordered_set 36 template<class _Value,
37 class _Hash = hash<_Value>,
38 class _Pred = std::equal_to<_Value>,
39 class _Alloc = std::allocator<_Value>,
42 : public _Hashtable<_Value, _Value, _Alloc,
43 std::_Identity<_Value>, _Pred,
49 typedef _Hashtable<_Value, _Value, _Alloc,
50 std::_Identity<_Value>, _Pred
    [all...]
  /external/clang/test/CodeGenObjC/
class-getter-dotsyntax.m 9 static int _value;
19 + (void)setCrash: (int)value{ _value = value; }
  /external/webrtc/src/system_wrappers/source/
atomic32_win.cc 21 Atomic32::Atomic32(WebRtc_Word32 initialValue) : _value(initialValue)
25 COMPILE_ASSERT(sizeof(_value) == sizeof(LONG));
36 reinterpret_cast<volatile LONG*>(&_value)));
42 reinterpret_cast<volatile LONG*>(&_value)));
47 return InterlockedExchangeAdd(reinterpret_cast<volatile LONG*>(&_value),
53 return InterlockedExchangeAdd(reinterpret_cast<volatile LONG*>(&_value),
61 reinterpret_cast<volatile LONG*>(&_value),
70 return _value;
atomic32_mac.cc 21 Atomic32::Atomic32(WebRtc_Word32 initialValue) : _value(initialValue)
32 return OSAtomicIncrement32Barrier(&_value);
37 return OSAtomicDecrement32Barrier(&_value);
42 return OSAtomicAdd32Barrier(value, &_value);
47 return OSAtomicAdd32Barrier(-value, &_value);
53 return OSAtomicCompareAndSwap32Barrier(compareValue, newValue, &_value);
58 return _value;
atomic32_posix.cc 21 Atomic32::Atomic32(WebRtc_Word32 initialValue) : _value(initialValue)
32 return __sync_fetch_and_add(&_value, 1) + 1;
37 return __sync_fetch_and_sub(&_value, 1) - 1;
42 WebRtc_Word32 returnValue = __sync_fetch_and_add(&_value, value);
49 WebRtc_Word32 returnValue = __sync_fetch_and_sub(&_value, value);
57 return __sync_bool_compare_and_swap(&_value, compareValue, newValue);
62 return _value;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unordered_set.h 39 template<class _Value,
40 class _Hash = hash<_Value>,
41 class _Pred = std::equal_to<_Value>,
42 class _Alloc = std::allocator<_Value>,
44 __not_<__and_<is_integral<_Value>, is_empty<_Hash>,
46 __detail::__is_noexcept_hash<_Value, _Hash>>>::value>
48 : public _Hashtable<_Value, _Value, _Alloc,
49 std::_Identity<_Value>, _Pred,
55 typedef _Hashtable<_Value, _Value, _Alloc
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
unordered_set.h 39 template<class _Value,
40 class _Hash = hash<_Value>,
41 class _Pred = std::equal_to<_Value>,
42 class _Alloc = std::allocator<_Value>,
45 : public _Hashtable<_Value, _Value, _Alloc,
46 std::_Identity<_Value>, _Pred,
52 typedef _Hashtable<_Value, _Value, _Alloc,
53 std::_Identity<_Value>, _Pred
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unordered_set.h 39 template<class _Value,
40 class _Hash = hash<_Value>,
41 class _Pred = std::equal_to<_Value>,
42 class _Alloc = std::allocator<_Value>,
45 : public _Hashtable<_Value, _Value, _Alloc,
46 std::_Identity<_Value>, _Pred,
52 typedef _Hashtable<_Value, _Value, _Alloc,
53 std::_Identity<_Value>, _Pred
    [all...]

Completed in 899 milliseconds

1 2 3 4 5 6 7 8 91011>>