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

  /external/autotest/server/cros/network/
netperf_session.py 109 final_result = None
127 final_result = self._from_samples(history)
128 if final_result.all_deviations_less_than_fraction(
132 if final_result is None:
133 final_result = self._from_samples(history)
134 logging.info('Took averaged measurement %r.', final_result)
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 45 int final_result; member in struct:eap_fast_data
609 data->final_result = 0;
611 data->final_result = 1;
613 if (!data->final_result || data->eap_seq > 1) {
625 if (data->final_result) {
    [all...]
  /external/autotest/site_utils/
test_runner_utils.py 701 final_result = subprocess.call(test_report_command)
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
embedding_ops.py 173 final_result = array_ops.reshape(
181 final_result.set_shape(tensor_shape.unknown_shape(
183 return final_result
    [all...]
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 1470 VkResult final_result = VK_SUCCESS; local
    [all...]
  /external/libchrome/base/
bind_unittest.cc 1082 MoveOnlyVector final_result = unbound_cb.Run(std::move(intermediate_result)); local
    [all...]
  /external/tensorflow/tensorflow/python/feature_column/
feature_column.py     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 1240 status_t final_result = NO_INIT; local
    [all...]

Completed in 206 milliseconds