Searched refs:_expect (Results 1 – 8 of 8) sorted by relevance
/external/openthread/tests/scripts/thread-cert/ |
D | node.py | 579 self._expect('spinel-cli >') 620 def _expect(self, pattern, timeout=-1, *args, **kwargs): member in NodeImpl 637 self._expect('Done', timeout) 707 self._expect(pattern, timeout=timeout) 763 self._expect(r"[^\n]+\n") 778 self._expect('Commands:') 840 self._expect('Finished detaching') 1293 self._expect(r'(.*)Done') 1390 self._expect(r"(Done|Error .*)") 2122 self._expect('Energy:', timeout=timeout) [all …]
|
D | test_diag.py | 96 node._expect(case[1])
|
D | debug.py | 85 node._expect('Done')
|
/external/vboot_reference/tests/futility/ |
D | test_sign_firmware.sh | 97 cmp ${SCRIPTDIR}/data_${base}_expect.txt ${TMP}.${base}.sha.new 116 tail -4 ${SCRIPTDIR}/data_${base}_expect.txt > ${loemdir}/sha.expect
|
/external/openthread/tools/harness-automation/autothreadharness/ |
D | open_thread_controller.py | 124 def _expect(self, expected, times=50): member in OpenThreadController 211 self._expect(req)
|
/external/icu/icu4c/source/test/cintltst/ |
D | utransts.c | 40 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto); 574 _expect(trans, "ABC", "abc"); in TestExtractBetween() 728 _expect(trans, cfrom, cto); in _expectRules() 733 static void _expect(const UTransliterator* trans, in _expect() function
|
/external/cronet/third_party/icu/source/test/cintltst/ |
D | utransts.c | 40 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto); 574 _expect(trans, "ABC", "abc"); in TestExtractBetween() 728 _expect(trans, cfrom, cto); in _expectRules() 733 static void _expect(const UTransliterator* trans, in _expect() function
|
/external/openthread/tools/harness-thci/ |
D | OpenThread_WpanCtl.py | 105 def _expect(self, expected, times=50): member in OpenThread_WpanCtl 219 self._expect(cmd) 1327 self._expect(cmd) 1349 self._expect(cmd)
|