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

1 2 3 4 5 6 7 8 91011>>

  /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/libhevc/decoder/
ihevcd_trace.h 68 #define BITS_PARSE(m_str, m_value, m_ps_bitstrm, m_numbits) \
70 m_value = ihevcd_bits_get(m_ps_bitstrm, m_numbits); \
71 fprintf( g_trace.fp, "%-40s u(%d) : %d\n", m_str, m_numbits, m_value ); \
79 #define UEV_PARSE(m_str, m_value, m_ps_bitstrm) \
81 m_value = ihevcd_uev(m_ps_bitstrm); \
82 fprintf( g_trace.fp, "%-40s ue(v) : %d\n", m_str, m_value ); \
88 #define SEV_PARSE(m_str, m_value, m_ps_bitstrm) \
90 m_value = ihevcd_sev(m_ps_bitstrm); \
91 fprintf( g_trace.fp, "%-40s se(v) : %d\n", m_str, m_value ); \
109 #define AEV_TRACE(m_str, m_value, m_range)
    [all...]
  /external/testng/src/main/java/org/testng/internal/annotations/
ExpectedExceptionsAnnotation.java 15 private Class[] m_value = {}; field in class:ExpectedExceptionsAnnotation
19 return m_value;
23 m_value = value;
ListenersAnnotation.java 8 private Class<? extends ITestNGListener>[] m_value; field in class:ListenersAnnotation
12 return m_value;
17 m_value = value;
ParametersAnnotation.java 16 private String[] m_value = {}; field in class:ParametersAnnotation
20 return m_value;
24 m_value = value;
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 244 static WrappedType<Type> create (Type value) { WrappedType<Type> v; v.m_value = value; return v; }
245 static WrappedType<Type> fromFloat (float value) { WrappedType<Type> v; v.m_value = (Type)value; return v; }
246 inline Type getValue (void) const { return m_value; }
248 inline WrappedType<Type> operator+ (const WrappedType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value + other.getValue())); }
249 inline WrappedType<Type> operator* (const WrappedType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value * other.getValue())); }
250 inline WrappedType<Type> operator/ (const WrappedType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value / other.getValue())); }
251 inline WrappedType<Type> operator% (const WrappedType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value % other.getValue())); }
252 inline WrappedType<Type> operator- (const WrappedType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value - other.getValue())); }
254 inline WrappedType<Type>& operator+= (const WrappedType<Type>& other) { m_value += other.getValue(); return *this; }
255 inline WrappedType<Type>& operator*= (const WrappedType<Type>& other) { m_value *= other.getValue(); return *this;
270 Type m_value; member in class:deqp::gls::GLValue::WrappedType
303 Type m_value; member in class:deqp::gls::GLValue::WrappedFloatType
349 deFloat16 m_value; member in class:deqp::gls::GLValue::Half
381 deInt32 m_value; member in class:deqp::gls::GLValue::Fixed
    [all...]
  /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_/
find_fn_imps.hpp 53 return m_p_max->m_value;
65 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->m_value))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
find_fn_imps.hpp 53 return m_p_max->m_value;
65 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->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_/
find_fn_imps.hpp 53 return m_p_max->m_value;
65 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->m_value))
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/
find_fn_imps.hpp 53 return m_p_max->m_value;
65 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->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/pairing_heap_/
find_fn_imps.hpp 48 return base_type::m_p_root->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_/
find_fn_imps.hpp 50 return m_p_max->m_value;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 48 return base_type::m_p_root->m_value;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
find_fn_imps.hpp 50 return m_p_max->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/pairing_heap_/
find_fn_imps.hpp 48 return base_type::m_p_root->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_/
find_fn_imps.hpp 50 return m_p_max->m_value;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 48 return base_type::m_p_root->m_value;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/
find_fn_imps.hpp 50 return m_p_max->m_value;
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonECI.cpp 27 m_value = value;
31 return 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/cc_hash_table_map_/
debug_store_hash_fn_imps.hpp 49 debug_base::check_key_exists(PB_DS_V2F(p_e->m_value), __file, __line);
50 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(PB_DS_V2F(p_e->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_/
constructor_destructor_no_store_hash_fn_imps.hpp 50 new (&p_e->m_value) mapped_value_type(r_val);
52 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(p_e->m_value.first);)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
debug_store_hash_fn_imps.hpp 49 debug_base::check_key_exists(PB_DS_V2F(p_e->m_value), __file, __line);
50 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(PB_DS_V2F(p_e->m_value));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_no_store_hash_fn_imps.hpp 50 new (&p_e->m_value) mapped_value_type(r_val);
52 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(p_e->m_value.first);)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
debug_store_hash_fn_imps.hpp 49 debug_base::check_key_exists(PB_DS_V2F(p_e->m_value), __file, __line);
50 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(PB_DS_V2F(p_e->m_value));

Completed in 271 milliseconds

1 2 3 4 5 6 7 8 91011>>