HomeSort by relevance Sort by last modified time
    Searched refs:m_value (Results 626 - 650 of 1181) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaQueryToken.h 62 String value() const { return m_value; }
73 String m_value; member in class:WebCore::MediaQueryToken
75 UChar m_delimiter; // Could be rolled into m_value?
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMSettableTokenList.cpp 33 : m_value()
91 m_value = value;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CounterNode.h 49 int value() const { return m_value; }
82 int m_value; member in class:WebCore::CounterNode
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathResult.h 77 const XPath::Value& value() const { return m_value; }
85 XPath::Value m_value; member in class:WebCore::XPathResult
87 OwnPtrWillBeMember<XPath::NodeSet> m_nodeSet; // FIXME: why duplicate the node set stored in m_value?
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_NameAndType_info.java 58 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value;
63 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_descriptor_index)).m_value;
  /external/valgrind/main/drd/tests/
annotate_smart_pointer.cpp 50 AtomicInt32(const int value = 0) : m_value(value) { }
52 LONG operator++() { return InterlockedIncrement(&m_value); }
53 LONG operator--() { return InterlockedDecrement(&m_value); }
56 volatile LONG m_value; member in class:AtomicInt32
112 AtomicInt32(const int value = 0) : m_value(value) { }
114 int operator++() { return __sync_add_and_fetch(&m_value, 1); }
115 int operator--() { return __sync_sub_and_fetch(&m_value, 1); }
117 volatile int m_value; member in class:AtomicInt32
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
floating_point_comparison.hpp 109 explicit percent_tolerance_t( FPT v ) : m_value( v ) {}
111 FPT m_value; member in struct:boost::test_tools::percent_tolerance_t
119 return out << t.m_value;
135 explicit fraction_tolerance_t( FPT v ) : m_value( v ) {}
137 FPT m_value; member in struct:boost::test_tools::fraction_tolerance_t
145 return out << t.m_value;
173 : p_fraction_tolerance( tt_detail::fpt_abs( static_cast<FPT>(0.01)*tolerance.m_value ) )
180 : p_fraction_tolerance( tt_detail::fpt_abs( tolerance.m_value ) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 63 _GLIBCXX_DEBUG_ASSERT(!Cmp_Fn::operator()(m_p_max->m_value,
64 it.m_p_nd->m_value));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/cc_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 67 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
88 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_next_e->m_value), r_key))
erase_store_hash_fn_imps.hpp 58 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
80 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_next_e->m_value),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/gp_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 74 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
105 return std::make_pair(&(m_entries + pos)->m_value, false);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_point_iterator.hpp 123 return &m_p_nd->m_value;
131 return m_p_nd->m_value;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 68 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), PB_DS_V2F(r_value)))
70 if (!Cmp_Fn::operator()(PB_DS_V2F(r_value), PB_DS_V2F(p_nd->m_value)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/thin_heap_/
constructors_destructor_fn_imps.hpp 79 if (Cmp_Fn::operator()(m_p_max->m_value, p_nd->m_value))
debug_fn_imps.hpp 78 _GLIBCXX_DEBUG_ASSERT(!Cmp_Fn::operator()(m_p_max->m_value, it.m_p_nd->m_value));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 63 PB_DS_DEBUG_VERIFY(!Cmp_Fn::operator()(m_p_max->m_value,
64 it.m_p_nd->m_value));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 74 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
105 return std::make_pair(&(m_entries + pos)->m_value, false);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 119 return &m_p_nd->m_value;
127 return m_p_nd->m_value;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 69 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), PB_DS_V2F(r_value)))
71 if (!Cmp_Fn::operator()(PB_DS_V2F(r_value), PB_DS_V2F(p_nd->m_value)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
constructors_destructor_fn_imps.hpp 78 if (Cmp_Fn::operator()(m_p_max->m_value, p_nd->m_value))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 63 PB_DS_DEBUG_VERIFY(!Cmp_Fn::operator()(m_p_max->m_value,
64 it.m_p_nd->m_value));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 74 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
105 return std::make_pair(&(m_entries + pos)->m_value, false);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 119 return &m_p_nd->m_value;
127 return m_p_nd->m_value;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 69 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), PB_DS_V2F(r_value)))
71 if (!Cmp_Fn::operator()(PB_DS_V2F(r_value), PB_DS_V2F(p_nd->m_value)))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
constructors_destructor_fn_imps.hpp 78 if (Cmp_Fn::operator()(m_p_max->m_value, p_nd->m_value))

Completed in 750 milliseconds

<<21222324252627282930>>