Home
last modified time | relevance | path

Searched refs:update_result (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/transient/
Dwpd_tree.cc82 int update_result = nodes_[1]->set_data(data, data_length); in Update() local
83 if (update_result != 0) { in Update()
102 update_result = nodes_[index_left_child]->Update( in Update()
104 if (update_result != 0) { in Update()
108 update_result = nodes_[index_right_child]->Update( in Update()
110 if (update_result != 0) { in Update()
/external/autotest/utils/
Dupdate_chameleons.sh45 update_result="$(disp_result $?)"
49 "${chameleond_result}" "${root_result}" "${update_result}" \
/external/python/google-api-python-client/samples/coordinate/
Dcoordinate.py88 update_result = service.jobs().update(body='',
93 pprint.pprint(update_result)