Searched refs:mvalue (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/tests/ |
D | debuginfod-subr.sh | 91 mvalue="$(curl -s http://127.0.0.1:$port/metrics \ 93 if [ -z "$mvalue" ]; then mvalue=0; fi 94 echo "metric $what: $mvalue" 95 if [ "$mvalue" -eq "$value" ]; then
|
/external/python/pybind11/tests/ |
D | test_stl.py | 132 mvalue = holder.member 133 assert mvalue.initialized 160 mvalue = holder.member 161 assert mvalue.initialized
|
/external/ply/ply/ply/ |
D | cpp.py | 846 mvalue = self.tokenstrip(linetok[1+tokcount:]) 848 while i < len(mvalue): 849 if i+1 < len(mvalue): 850 if mvalue[i].type in self.t_WS and mvalue[i+1].value == '##': 851 del mvalue[i] 853 elif mvalue[i].value == '##' and mvalue[i+1].type in self.t_WS: 854 del mvalue[i+1] 856 m = Macro(name.value,mvalue,[x[0].value for x in args],variadic)
|
/external/python/pycparser/pycparser/ply/ |
D | cpp.py | 837 mvalue = self.tokenstrip(linetok[1+tokcount:]) 839 while i < len(mvalue): 840 if i+1 < len(mvalue): 841 if mvalue[i].type in self.t_WS and mvalue[i+1].value == '##': 842 del mvalue[i] 844 elif mvalue[i].value == '##' and mvalue[i+1].type in self.t_WS: 845 del mvalue[i+1] 847 m = Macro(name.value,mvalue,[x[0].value for x in args],variadic)
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.cc | 120 MapValue* mvalue = &(*global_pool_map)[name]; in NewThreadPoolFromThreadPoolOptions() local 121 if (mvalue->second == nullptr) { in NewThreadPoolFromThreadPoolOptions() 122 mvalue->first = thread_pool_options.num_threads(); in NewThreadPoolFromThreadPoolOptions() 123 mvalue->second = new thread::ThreadPool( in NewThreadPoolFromThreadPoolOptions() 128 if (mvalue->first != thread_pool_options.num_threads()) { in NewThreadPoolFromThreadPoolOptions() 131 " configured previously with num_threads=", mvalue->first, in NewThreadPoolFromThreadPoolOptions() 137 *pool = mvalue->second; in NewThreadPoolFromThreadPoolOptions()
|
/external/libxaac/decoder/ |
D | ixheaacd_env_calc.c | 612 WORD32 num_sf_bands, WORD32 mvalue, WORD32 env, in ixheaacd_calc_subband_gains() argument 630 WORD16 *ptr_env_sf_arr = &ptr_frame_data->int_env_sf_arr[mvalue]; in ixheaacd_calc_subband_gains()
|