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

<<4142434445464748

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/
splay_tree_.hpp 178 return ins_pair.first.m_p_nd->m_value.second;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
types_traits.hpp 81 value_type m_value; member in struct:__gnu_pbds::detail::stored_value
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 461 m_value(value), m_result(result)
470 RegisterValue &m_value; member in class:ReadRegOperation
486 m_value = data;
503 m_value(value), m_result(result)
512 const RegisterValue &m_value; member in class:WriteRegOperation
523 buf = (void*) m_value.GetAsUInt32();
525 buf = (void*) m_value.GetAsUInt64();
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pycontainer.swg 456 SwigPySequence_ArrowProxy(const T& x): m_value(x) {}
457 const T* operator->() const { return &m_value; }
458 operator const T*() const { return &m_value; }
459 T m_value;
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubycontainer.swg 220 RubySequence_ArrowProxy(const T& x): m_value(x) {}
221 const T* operator->() const { return &m_value; }
222 operator const T*() const { return &m_value; }
223 T m_value;
  /external/deqp/framework/randomshaders/
rsgBinaryOps.cpp 108 ExecValueAccess dst = m_value.getValue(m_type);
137 this->m_value.setStorage(this->m_type);
410 this->m_value.setStorage(this->m_type);
705 this->m_value.setStorage(this->m_type);
  /external/emma/lib/
emma_ant.jar 
emma.jar 
  /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_/
pat_trie_base.hpp 172 value_type m_value; member in struct:__gnu_pbds::detail::pat_trie_base::_Leaf
178 : base_type(leaf_node), m_value(other) { }
182 { return m_value; }
186 { return m_value; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 172 value_type m_value; member in struct:__gnu_pbds::detail::pat_trie_base::_Leaf
178 : base_type(leaf_node), m_value(other) { }
182 { return m_value; }
186 { return m_value; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 172 value_type m_value; member in struct:__gnu_pbds::detail::pat_trie_base::_Leaf
178 : base_type(leaf_node), m_value(other) { }
182 { return m_value; }
186 { return m_value; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 172 value_type m_value; member in struct:__gnu_pbds::detail::pat_trie_base::_Leaf
178 : base_type(leaf_node), m_value(other) { }
182 { return m_value; }
186 { return m_value; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 172 value_type m_value; member in struct:__gnu_pbds::detail::pat_trie_base::_Leaf
178 : base_type(leaf_node), m_value(other) { }
182 { return m_value; }
186 { return m_value; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 172 value_type m_value; member in struct:__gnu_pbds::detail::pat_trie_base::_Leaf
178 : base_type(leaf_node), m_value(other) { }
182 { return m_value; }
186 { return m_value; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FastTextAutosizer.cpp 60 , m_value(value)
66 m_element->setAttribute("data-autosizing", m_value, ASSERT_NO_EXCEPTION);
71 AtomicString m_value; member in class:WebCore::WriteDebugInfoTask
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.cpp 78 : m_element(element), m_name(name), m_value(value)
84 m_element->setAttribute(m_name, AtomicString(m_value));
95 String m_value; member in class:WebCore::AttributeChange
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 820 Index m_value; member in class:Eigen::SparseMatrix::SingletonVector
824 : m_index(i), m_value(v)
827 Index operator[](Index i) const { return i==m_index ? m_value : 0; }
    [all...]
  /external/chromium_org/content/renderer/media/
media_stream_impl.cc 43 mandatory_constraints[i].m_value.utf8()));
51 optional_constraints[i].m_value.utf8()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.h     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 710 , m_value (value)
721 os << " = " << *m_value << ";\n"; local
727 ctx.env.bind(*m_variable, m_value->evaluate(ctx));
729 ctx.env.lookup(*m_variable) = m_value->evaluate(ctx);
734 m_value->getUsedFuncs(dst);
738 ExprP<T> m_value; member in class:deqp::gls::BuiltinPrecisionTests::VariableStatement
1043 Constant (const T& value) : m_value(value) {}
1046 void doPrintExpr (ostream& os) const { os << m_value; } local
1047 IVal doEvaluate (const EvalContext&) const { return makeIVal(m_value); }
1050 T m_value; member in class:deqp::gls::BuiltinPrecisionTests::Constant
    [all...]
  /external/elfutils/0.153/libelf/
abstract.h 292 TYPE_NAME (ElfW2(Bits, Ext##Xword), m_value) \
elf.h 1076 Elf32_Xword m_value; \/* Symbol value. *\/ member in struct:__anon25059
1085 Elf64_Xword m_value; \/* Symbol value. *\/ member in struct:__anon25060
    [all...]
  /external/lldb/include/lldb/Core/
ValueObject.h 1198 Value m_value; member in class:lldb_private::ValueObject
    [all...]
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 1064 Elf32_Xword m_value; \/* Symbol value. *\/ member in struct:__anon45601
1073 Elf64_Xword m_value; \/* Symbol value. *\/ member in struct:__anon45602
    [all...]

Completed in 2193 milliseconds

<<4142434445464748