Searched refs:result_list (Results 1 - 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/python/tools/
H A Dselective_registration_header_lib.py88 result_list = []
91 result_list.append(s)
154 return '\n'.join(result_list)
/external/autotest/server/site_tests/network_WiFi_ChannelScanDwellTime/
H A Dnetwork_WiFi_ChannelScanDwellTime.py156 result_list = [bss.ssid for bss in bss_list if
158 if result_list is None:
169 return self._get_dwell_time(result_list, result_beacon_frames)
/external/libxcam/xcore/
H A Dsmart_analysis_handler.cpp123 X3aResultList result_list; local
124 XCamReturn ret = convert_results (results, res_count, result_list);
132 _analyzer->post_smart_results (result_list, (buffer ? buffer->timestamp : InvalidTimestamp));
H A Dimage_processor.cpp121 X3aResultList result_list; local
128 result_list.push_back (result);
130 result_list.push_back (result);
133 XCamReturn ret = _processor->process_3a_results (result_list);
/external/python/cpython2/Lib/test/
H A Dtest_platform.py209 result_list = res[0].split('.')
211 len_diff = len(result_list) - len(expect_list)
215 self.assertEqual(result_list, expect_list)
/external/python/cpython3/Lib/test/
H A Dtest_platform.py225 result_list = res[0].split('.')
227 len_diff = len(result_list) - len(expect_list)
231 self.assertEqual(result_list, expect_list)
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
H A Dplatform_CompressedSwapPerf.py336 result_list = []
354 result_list.append(result)
360 results_unzipped = [list(x) for x in zip(*result_list)]
/external/python/cpython3/Modules/
H A Dselectmodule.c528 PyObject *result_list = NULL, *timeout_obj = NULL; local
615 result_list = PyList_New(poll_result);
616 if (!result_list)
626 clean up result_list */
647 if ((PyList_SetItem(result_list, j, value)) == -1) {
653 return result_list;
656 Py_DECREF(result_list);
883 PyObject *result_list = NULL, *timeout_obj = NULL; local
959 result_list = PyList_New(poll_result);
960 if (!result_list)
[all...]
/external/python/cpython2/Lib/unittest/test/
H A Dtest_result.py478 result_list = getattr(result, message_attr)
479 self.assertEqual(len(result_list), 1)
481 test, message = result_list[0]
/external/python/cpython3/Lib/unittest/test/
H A Dtest_result.py605 result_list = getattr(result, message_attr)
606 self.assertEqual(len(result_list), 1)
608 test, message = result_list[0]
/external/python/cpython2/Modules/
H A Dselectmodule.c507 PyObject *result_list = NULL, *tout = NULL; local
561 result_list = PyList_New(poll_result);
562 if (!result_list)
572 clean up result_list */
593 if ((PyList_SetItem(result_list, j, value)) == -1) {
600 return result_list;
603 Py_DECREF(result_list);
/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing.cc368 auto* result_list = value.mutable_bytes_list();
370 auto* new_value = result_list->add_value();
378 auto* result_list = value.mutable_float_list();
380 result_list->add_value(f);
387 auto* result_list = value.mutable_int64_list();
389 result_list->add_value(i);
/external/annotation-tools/annotation-file-utilities/lib/
H A Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE.java package ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 535 milliseconds