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

1 2 3

  /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_/
iterators_fn_imps.hpp 55 pointer p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 pointer p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /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_/
iterator_fn_imps.hpp 55 pointer_ p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 const_pointer_ p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /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_/
iterators_fn_imps.hpp 55 pointer p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 pointer p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /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_/
iterator_fn_imps.hpp 55 pointer_ p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 const_pointer_ p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /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_/
iterators_fn_imps.hpp 55 pointer p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 pointer p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 55 pointer_ p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 const_pointer_ p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 pointer p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 55 pointer_ p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 const_pointer_ p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /external/pdfium/third_party/libopenjpeg20/
cio.h 177 * @param p_value the value to write
180 void opj_write_bytes_BE (OPJ_BYTE * p_buffer, OPJ_UINT32 p_value, OPJ_UINT32 p_nb_bytes);
185 * @param p_value pointer to the value that will store the data.
189 void opj_read_bytes_BE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value, OPJ_UINT32 p_nb_bytes);
194 * @param p_value the value to write
198 void opj_write_bytes_LE (OPJ_BYTE * p_buffer, OPJ_UINT32 p_value, OPJ_UINT32 p_nb_bytes);
203 * @param p_value pointer to the value that will store the data.
207 void opj_read_bytes_LE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value, OPJ_UINT32 p_nb_bytes);
213 * @param p_value the value to write
215 void opj_write_double_LE(OPJ_BYTE * p_buffer, OPJ_FLOAT64 p_value);
    [all...]
  /external/libnfc-nci/halimpl/pn54x/utils/
phNxpConfig.h 47 int GetNxpStrValue(const char* name, char* p_value, unsigned long len);
48 int GetNxpNumValue(const char* name, void* p_value, unsigned long len);
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.h 25 int GetNxpStrValue (const char* name, char* p_value, unsigned long len);
26 int GetNxpNumValue (const char* name, void* p_value, unsigned long len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 97 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos,
99 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
point_const_iterator.hpp 70 point_const_iterator_(const_pointer p_value) : m_p_value(p_value)
point_iterator.hpp 116 point_iterator_(pointer p_value) : m_p_value(p_value)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 97 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos,
99 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
point_const_iterator.hpp 70 point_const_iterator_(const_pointer p_value) : m_p_value(p_value)
point_iterator.hpp 116 point_iterator_(pointer p_value) : m_p_value(p_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/unordered_iterator/
const_iterator.hpp 97 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos,
99 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
point_const_iterator.hpp 70 point_const_iterator_(const_pointer p_value) : m_p_value(p_value)
point_iterator.hpp 116 point_iterator_(pointer p_value) : m_p_value(p_value)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 97 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos,
99 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
  /external/chromium-trace/catapult/experimental/statistical_analysis/
results_stats.py 178 p_value = stats.chi2.sf(test_statistic, 2 * len(p_values))
179 return p_value
193 p_value: The calculated p-value.
199 _, p_value = stats.shapiro(sample)
201 is_normally_distributed = p_value >= significance_level
202 return is_normally_distributed, p_value
226 p_value: The p-value the test has produced.
235 _, p_value = stats.mannwhitneyu(sample_1, sample_2, use_continuity=True)
243 p_value = p_value * 2 if p_value < 0.5 else
    [all...]
  /hardware/broadcom/libbt/src/
conf.c 97 char *p_value; local
118 p_value = strtok(NULL, CONF_DELIMITERS);
120 if (NULL == p_value)
132 p_entry->p_action(p_name, p_value, p_entry->param);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
argument.hpp 72 , p_value( t )
75 unit_test::readwrite_property<T> p_value; member in class:boost::BOOST_RT_PARAM_NAMESPACE::typed_argument
88 return static_cast<typed_argument<T> const&>( arg_ ).p_value.value;
99 return static_cast<typed_argument<T>&>( arg_ ).p_value.value;
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera.c 65 void* p_value);
593 void* p_value)
600 (mm_camera_op_mode_type_t *)p_value);
604 CAMERA_SET_PARM_DIMENSION, sizeof(cam_ctrl_dimension_t), p_value);
609 memcpy(&my_obj->dim, (cam_ctrl_dimension_t *)p_value,
620 my_obj->snap_burst_num_by_user = *((uint32_t *)p_value);
623 rc = mm_camera_set_general_parm(my_obj, parm_type, p_value);
632 void* p_value)
641 p_value);
649 (mm_camera_dimension_t *)p_value;
    [all...]

Completed in 366 milliseconds

1 2 3