Home
last modified time | relevance | path

Searched refs:temp_base (Results 1 – 6 of 6) sorted by relevance

/external/v8/tools/unittests/
Drun_tests_test.py57 def temp_base(baseroot='testroot1'): function
167 with temp_base() as basedir:
185 with temp_base() as basedir:
210 with temp_base() as basedir:
233 with temp_base() as basedir:
280 with temp_base() as basedir:
320 with temp_base(baseroot='testroot2') as basedir:
353 with temp_base() as basedir:
387 with temp_base() as basedir:
410 with temp_base() as basedir:
[all …]
/external/mksh/src/
Dcheck.pl261 $temp_base = $opt_T || "/tmp";
332 die "$prog: couldn't cd to $temp_base - $!\n" if !chdir($temp_base);
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp1885 src_reg temp_base = get_temp(ir->type); in visit() local
1886 dst_reg temp = dst_reg(temp_base); in visit()
1904 this->result = temp_base; in visit()
1909 src_reg temp_base = get_temp(ir->type); in visit() local
1910 dst_reg temp = dst_reg(temp_base); in visit()
1925 this->result = temp_base; in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3069 st_src_reg temp_base = get_temp(ir->type); in visit() local
3070 st_dst_reg temp = st_dst_reg(temp_base); in visit()
3088 this->result = temp_base; in visit()
3093 st_src_reg temp_base = get_temp(ir->type); in visit() local
3094 st_dst_reg temp = st_dst_reg(temp_base); in visit()
3110 this->result = temp_base; in visit()
/external/libaom/libaom/av1/encoder/
Dencoder.c429 MB_MODE_INFO **temp_base = cm->prev_mi_grid_base; in swap_mi_and_prev_mi() local
439 cm->mi_grid_base = temp_base; in swap_mi_and_prev_mi()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c867 MODE_INFO **temp_base = cm->prev_mi_grid_base; in vp9_swap_mi_and_prev_mi() local
881 cm->mi_grid_base = temp_base; in vp9_swap_mi_and_prev_mi()