HomeSort by relevance Sort by last modified time
    Searched defs:m_value (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/emma/ant/ant14/com/vladium/emma/ant/
StringValue.java 27 if (m_value == null)
29 m_value = new StringBuffer (value);
33 m_value.append (separator);
34 m_value.append (value); // no trailing separator kept
41 return m_value != null ? m_value.toString () : null;
62 private StringBuffer m_value; field in class:StringValue
PropertyElement.java 34 return m_value;
44 m_value = value;
54 private String m_name, m_value; field in class:PropertyElement
  /external/lldb/include/lldb/Interpreter/
OptionGroupBoolean.h 66 return m_value;
72 return m_value;
76 OptionValueBoolean m_value; member in class:lldb_private::OptionGroupBoolean
OptionGroupString.h 65 return m_value;
71 return m_value;
75 OptionValueString m_value; member in class:lldb_private::OptionGroupString
OptionGroupUInt64.h 65 return m_value;
71 return m_value;
75 OptionValueUInt64 m_value; member in class:lldb_private::OptionGroupUInt64
  /external/lldb/test/lang/cpp/breakpoints/
nested.cpp 10 Baz (int value):m_value(value) {}
13 printf ("%s returning: %d.\n", __FUNCTION__, m_value);
14 return m_value;
17 int m_value; member in class:Foo::Bar::Baz
23 Baz2 (int value):m_value(value) {}
26 printf ("%s returning: %d.\n", __FUNCTION__, m_value);
27 return m_value;
30 int m_value; member in class:Foo::Bar::Baz2
45 Baz (int value):m_value(value) {}
48 printf ("%s returning: %d.\n", __FUNCTION__, m_value);
52 int m_value; member in class:Baz
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_Double_info.java 33 public double m_value; field in class:CONSTANT_Double_info
38 m_value = value;
55 return Double.toString (m_value);
75 out.writeDouble (m_value);
83 m_value = bytes.readDouble ();
CONSTANT_Float_info.java 33 public float m_value; field in class:CONSTANT_Float_info
38 m_value = value;
55 return Float.toString (m_value);
66 out.writeFloat (m_value);
74 m_value = bytes.readFloat ();
CONSTANT_Integer_info.java 34 public int m_value; field in class:CONSTANT_Integer_info
39 m_value = value;
56 return Integer.toString (m_value);
67 out.writeInt (m_value);
75 m_value = bytes.readInt ();
CONSTANT_Long_info.java 35 public long m_value; field in class:CONSTANT_Long_info
40 m_value = value;
57 return Long.toString (m_value);
76 out.writeLong (m_value);
84 m_value = bytes.readLong ();
CONSTANT_Utf8_info.java 37 public String m_value; field in class:CONSTANT_Utf8_info
42 m_value = value;
60 return "CONSTANT_Utf8: [" + m_value + ']';
71 out.writeUTF (m_value);
79 m_value = bytes.readUTF ();
  /external/lldb/include/lldb/Core/
ThreadSafeValue.h 29 m_value (),
35 m_value (value),
50 value = m_value;
60 return m_value;
67 m_value = value;
75 m_value = value;
85 T m_value; member in class:lldb_private::ThreadSafeValue
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
input_iterator_facade.hpp 64 input_iterator_facade() : m_valid( false ), m_value() {}
75 ValueType m_value; member in class:boost::unit_test::input_iterator_facade
89 return m_value;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
lazy_ostream.hpp 69 , m_value( value )
74 return m_prev(ostr) << m_value;
79 T m_value; member in class:boost::unit_test::lazy_ostream_impl
  /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_/
node.hpp 62 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
81 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 62 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
81 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
  /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_/
node.hpp 62 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
81 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 75 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
111 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 75 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
111 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 75 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
111 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 75 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
111 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 75 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
111 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 62 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
81 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 75 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
111 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 62 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
81 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_

Completed in 435 milliseconds

1 2 3 4 5 6