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

<<21222324252627282930>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/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))
  /external/chromium_org/third_party/WebKit/Source/core/animation/
StringKeyframe.cpp 58 , m_value(value)
63 , m_value(value)
70 CSSValue* fromCSSValue = m_value.get();
140 Keyframe::PropertySpecificKeyframe* theClone = new PropertySpecificKeyframe(offset, m_easing, m_value.get());
147 visitor->trace(m_value);
  /external/emma/core/java12/com/vladium/util/
IntObjectMap.java 119 return entry.m_value;
178 final Object currentKeyValue = currentKeyEntry.m_value;
179 currentKeyEntry.m_value = value;
227 m_value = value;
231 Object m_value; // reference to the value [never null] field in class:IntObjectMap.Entry
  /external/lldb/source/Target/
StopInfo.cpp 41 m_value (value),
144 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
180 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
192 log->Printf ("Process::%s could not find breakpoint site id: %" PRId64 "...", __FUNCTION__, m_value);
209 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
236 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
290 strm.Printf("breakpoint site %" PRIi64 " which has been deleted - unknown address", m_value);
292 strm.Printf("breakpoint site %" PRIi64 " which has been deleted - was at 0x%" PRIx64, m_value, m_address);
336 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
501 log_process->Printf ("Process::%s could not find breakpoint site id: %" PRId64 "...", __FUNCTION__, m_value);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
environment.hpp 68 new_vd.m_value.reset( new typed_argument<T>( new_vd ) );
70 arg_value<T>( *new_vd.m_value ) = *value;
78 if( !new_vd.m_value && m.has( default_value ) ) {
79 new_vd.m_value.reset( new typed_argument<T>( new_vd ) );
81 nfp::optionally_assign( arg_value<T>( *new_vd.m_value ), m[default_value] );
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeNumericFieldElement.cpp 58 , m_value(0)
170 m_value = 0;
177 m_value = m_hardLimits.clampValue(value);
184 int newValue = roundDown(m_hasValue ? m_value - 1 : defaultValueForStepDown());
193 int newValue = roundUp(m_hasValue ? m_value + 1 : defaultValueForStepUp());
202 return m_hasValue ? formatValue(m_value) : emptyString();
207 return m_hasValue ? m_value : -1;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
named_params.hpp 181 : m_value( v )
185 : m_value( np.m_value )
190 ref_type operator[]( keyword<unique_id,true> ) const { return m_erased ? nil_t::inst().template any_cast<ref_type>() : m_value; }
191 ref_type operator[]( keyword<unique_id,false> ) const { return m_erased ? nil_t::inst().template any_cast<ref_type>() : m_value; }
207 V.set_parameter( rtti::type_id<unique_id>(), m_value ); local
212 ref_type m_value; member in struct:boost::nfp::named_parameter
  /external/deqp/framework/common/
tcuFloat.hpp 105 StorageType bits (void) const { return m_value; }
109 inline int signBit (void) const { return (m_value >> (ExponentBits+MantissaBits)) & 1; }
110 inline StorageType exponentBits (void) const { return (m_value >> MantissaBits) & ((StorageType(1)<<ExponentBits)-1); }
111 inline StorageType mantissaBits (void) const { return m_value & ((StorageType(1)<<MantissaBits)-1); }
127 StorageType m_value; member in class:tcu::Float
137 : m_value(0)
143 : m_value(value)
149 : m_value(0)
158 : m_value(0)
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaQueryToken.cpp 37 , m_value(value)
75 if (!m_value.isNull())
76 return 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/pat_trie_/
rotate_fn_imps.hpp 125 p_update->operator()(& PB_DS_V2F(p_nd->m_value),(p_nd->m_p_left == 0) ?
127 & PB_DS_V2F(p_nd->m_p_left->m_value),(p_nd->m_p_right == 0) ?
129 & PB_DS_V2F(p_nd->m_p_right->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/rc_binomial_heap_/
insert_fn_imps.hpp 57 if (base_type::m_p_max == 0 || Cmp_Fn::operator()(base_type::m_p_max->m_value, r_val))
101 if (Cmp_Fn::operator()(p_nd->m_value, p_next->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/pat_trie_/
rotate_fn_imps.hpp 125 p_update->operator()(& PB_DS_V2F(p_nd->m_value),(p_nd->m_p_left == 0) ?
127 & PB_DS_V2F(p_nd->m_p_left->m_value),(p_nd->m_p_right == 0) ?
129 & PB_DS_V2F(p_nd->m_p_right->m_value));

Completed in 720 milliseconds

<<21222324252627282930>>