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

<<21222324252627282930>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
erase_fn_imps.hpp 46 _GLIBCXX_DEBUG_ONLY(debug_base::erase_existing(PB_DS_V2F(r_p_e->m_value)));
64 while (m_entries[pos] != 0 && pred(m_entries[pos]->m_value))
75 if (pred(p_e->m_p_next->m_value))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp 47 _GLIBCXX_DEBUG_ONLY(debug_base::erase_existing(PB_DS_V2F(p_e->m_value));)
48 p_e->m_value.~value_type();
81 if (pred(p_e->m_value))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/
insert_fn_imps.hpp 64 else if (Cmp_Fn::operator()(base_type::m_p_root->m_value, p_nd->m_value))
85 it.m_p_nd->m_value = r_new_val;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h 60 , m_value(value)
67 , m_value(value)
76 CSSValue* value() const { return m_value.get(); }
86 void trace(Visitor* visitor) { visitor->trace(m_value); }
90 RefPtrWillBeMember<CSSValue> m_value; member in class:WebCore::CSSProperty
  /external/deqp/framework/common/
tcuFormatUtil.hpp 90 : m_value (value)
98 deUint64 bitsLeft = m_value;
103 if (bitsLeft != m_value)
112 if (bitsLeft != m_value)
121 deUint64 m_value; member in class:tcu::Format::Bitfield
142 , m_value (value)
148 const char* name = m_getName(m_value);
152 return stream << Hex<sizeof(int)*2>(m_value);
157 const char* name = m_getName(m_value);
161 return Hex<sizeof(int)*2>(m_value).toString()
166 int m_value; member in class:tcu::Format::Enum
    [all...]
  /external/lldb/source/Core/
ValueObjectDynamicValue.cpp 56 return m_value.GetClangType();
104 return m_value.GetValueByteSize(NULL);
188 m_value = m_parent->GetValue();
189 m_error = m_value.GetValueAsData (&exe_ctx, m_data, 0, GetModule().get());
193 Value old_value(m_value);
224 m_value.GetScalar() = load_address;
252 //m_value.SetContext (Value::eContextTypeClangType, corrected_type);
253 m_value.SetClangType (corrected_type);
257 m_value.SetValueType(Value::eValueTypeScalar);
267 // The variable value is in the Scalar value inside the m_value
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGRect.cpp 50 , m_value(rect)
56 return SVGRect::create(m_value);
92 m_value = FloatRect(x, y, width, height);
103 m_value = FloatRect(0.0f, 0.0f, 0.0f, 0.0f);
135 m_value += toSVGRect(other)->value();
154 m_value = FloatRect(animatedX, animatedY, animatedWidth, animatedHeight);
165 m_value = FloatRect(0.0f, 0.0f, 0.0f, 0.0f);
  /external/deqp/modules/internal/
ditBuildInfoTests.cpp 96 , m_value (value)
102 m_testCtx.getLog() << TestLog::Message << m_valueName << " = " << m_value << TestLog::EndMessage;
109 std::string m_value; member in class:dit::BuildInfoStringCase
120 , m_value (value)
127 const char* valueName = m_getString(m_value);
129 std::string logValue = valueName ? std::string(valueName) : de::toString(m_value);
140 int m_value; member in class:dit::BuildEnumCase
  /external/chromium_org/third_party/WebKit/Source/wtf/
CheckedArithmetic.h 426 : m_value(0)
431 : m_value(0)
440 m_value = static_cast<T>(value);
444 : m_value(rhs.m_value)
453 if (!isInBounds<T>(rhs.m_value))
455 m_value = static_cast<T>(rhs.m_value);
462 if (!isInBounds<T>(rhs.m_value))
464 m_value = static_cast<T>(rhs.m_value)
641 T m_value; member in class:WTF::Checked
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
CrossThreadCopier.h 156 explicit AllowCrossThreadAccessWrapper(T* value) : m_value(value) { }
157 T* value() const { return m_value; }
159 T* m_value; member in struct:WebCore::AllowCrossThreadAccessWrapper
176 explicit AllowAccessLaterWrapper(T* value) : m_value(value) { }
177 T* value() const { return m_value; }
179 T* m_value; member in struct:WebCore::AllowAccessLaterWrapper
  /external/stlport/test/unit/
sort_test.cpp 79 : m_index(index), m_value(value) {}
82 { return m_index == other.m_index && m_value == other.m_value; }
84 { return m_value < other.m_value; }
87 int m_index, m_value; member in struct:Data
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
variable.hpp 48 argument_ptr m_value; member in struct:boost::BOOST_RT_PARAM_NAMESPACE::environment::rt_env_detail::variable_data
65 return arg_value<T>( *m_data->m_value );
72 res = arg_value<T>( *m_data->m_value );
77 bool has_value() const { return m_data->m_value; }
120 m_data->m_value.reset( new typed_argument<T>( *m_data ) );
122 arg_value<T>( *m_data->m_value ) = v;
  /ndk/tests/device/test-gnustl-full/unit/
sort_test.cpp 79 : m_index(index), m_value(value) {}
82 { return m_index == other.m_index && m_value == other.m_value; }
84 { return m_value < other.m_value; }
87 int m_index, m_value; member in struct:Data
  /ndk/tests/device/test-stlport/unit/
sort_test.cpp 79 : m_index(index), m_value(value) {}
82 { return m_index == other.m_index && m_value == other.m_value; }
84 { return m_value < other.m_value; }
87 int m_index, m_value; member in struct:Data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 58 PB_DS_V2F(p_nd->m_value),
75 PB_DS_V2F(p_pot->m_value)))
115 PB_DS_V2F(p_nd->m_value)));
126 PB_DS_V2F(p_nd->m_value),
182 static_cast<const void* >(&p_new_nd->m_value)))
202 static_cast<const void* >(&p_new_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/bin_search_tree_/
insert_fn_imps.hpp 56 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value),
71 PB_DS_V2F(p_pot->m_value)))
105 PB_DS_V2F(p_nd->m_value)));
114 _GLIBCXX_DEBUG_ASSERT(Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value),
158 new (const_cast<void* >(static_cast<const void* >(&p_new_nd->m_value)))
174 new (const_cast<void* >(static_cast<const void* >(&p_new_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/bin_search_tree_/
insert_fn_imps.hpp 56 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value),
71 PB_DS_V2F(p_pot->m_value)))
105 PB_DS_V2F(p_nd->m_value)));
114 _GLIBCXX_DEBUG_ASSERT(Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value),
158 new (const_cast<void* >(static_cast<const void* >(&p_new_nd->m_value)))
174 new (const_cast<void* >(static_cast<const void* >(&p_new_nd->m_value)))
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 58 PB_DS_V2F(p_nd->m_value),
75 PB_DS_V2F(p_pot->m_value)))
115 PB_DS_V2F(p_nd->m_value)));
126 PB_DS_V2F(p_nd->m_value),
182 static_cast<const void* >(&p_new_nd->m_value)))
202 static_cast<const void* >(&p_new_nd->m_value)))
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 58 PB_DS_V2F(p_nd->m_value),
75 PB_DS_V2F(p_pot->m_value)))
115 PB_DS_V2F(p_nd->m_value)));
126 PB_DS_V2F(p_nd->m_value),
182 static_cast<const void* >(&p_new_nd->m_value)))
202 static_cast<const void* >(&p_new_nd->m_value)))
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 58 PB_DS_V2F(p_nd->m_value),
75 PB_DS_V2F(p_pot->m_value)))
115 PB_DS_V2F(p_nd->m_value)));
126 PB_DS_V2F(p_nd->m_value),
182 static_cast<const void* >(&p_new_nd->m_value)))
202 static_cast<const void* >(&p_new_nd->m_value)))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 58 PB_DS_V2F(p_nd->m_value),
75 PB_DS_V2F(p_pot->m_value)))
115 PB_DS_V2F(p_nd->m_value)));
126 PB_DS_V2F(p_nd->m_value),
182 static_cast<const void* >(&p_new_nd->m_value)))
202 static_cast<const void* >(&p_new_nd->m_value)))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 58 PB_DS_V2F(p_nd->m_value),
75 PB_DS_V2F(p_pot->m_value)))
115 PB_DS_V2F(p_nd->m_value)));
126 PB_DS_V2F(p_nd->m_value),
182 static_cast<const void* >(&p_new_nd->m_value)))
202 static_cast<const void* >(&p_new_nd->m_value)))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 56 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value),
71 PB_DS_V2F(p_pot->m_value)))
105 PB_DS_V2F(p_nd->m_value)));
114 _GLIBCXX_DEBUG_ASSERT(Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value),
158 new (const_cast<void* >(static_cast<const void* >(&p_new_nd->m_value)))
174 new (const_cast<void* >(static_cast<const void* >(&p_new_nd->m_value)))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 58 PB_DS_V2F(p_nd->m_value),
75 PB_DS_V2F(p_pot->m_value)))
115 PB_DS_V2F(p_nd->m_value)));
126 PB_DS_V2F(p_nd->m_value),
182 static_cast<const void* >(&p_new_nd->m_value)))
202 static_cast<const void* >(&p_new_nd->m_value)))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 56 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value),
71 PB_DS_V2F(p_pot->m_value)))
105 PB_DS_V2F(p_nd->m_value)));
114 _GLIBCXX_DEBUG_ASSERT(Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value),
158 new (const_cast<void* >(static_cast<const void* >(&p_new_nd->m_value)))
174 new (const_cast<void* >(static_cast<const void* >(&p_new_nd->m_value)))

Completed in 1020 milliseconds

<<21222324252627282930>>