HomeSort by relevance Sort by last modified time
    Searched full:final_result (Results 1 - 6 of 6) sorted by null

  /external/autotest/server/cros/network/
netperf_session.py 108 final_result = None
121 final_result = self._from_samples(history)
122 if final_result.all_deviations_less_than_fraction(
126 if final_result is None:
127 final_result = self._from_samples(history)
128 logging.info('Took averaged measurement %r.', final_result)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
util.py 154 final_result = {} # Used in absence of Python local scoping.
161 and 'response_headers' in final_result.
170 final_result['status'] = status
171 final_result['response_headers'] = response_headers
175 if final_result:
176 start_response(final_result['status'], final_result['response_headers'])
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 45 int final_result; member in struct:eap_fast_data
611 data->final_result = 0;
613 data->final_result = 1;
615 if (!data->final_result || data->eap_seq > 1) {
627 if (data->final_result) {
    [all...]
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 861 VkResult final_result = VK_SUCCESS; local
    [all...]
  /external/autotest/site_utils/
test_runner_utils.py 690 final_result = subprocess.call(test_report_command)
703 final_result = final_result or 1
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 1104 status_t final_result = NO_ERROR; local
    [all...]

Completed in 152 milliseconds