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

  /external/autotest/site_utils/suite_scheduler/
forgiving_config_parser_unittest.py 35 to_test = forgiving_config_parser.ForgivingConfigParser()
36 to_test.read(self._tmpconfig.name)
37 self.assertEquals(value1, to_test.getstring(section, option1))
38 self.assertEquals(None, to_test.getstring(section, option2))
46 to_test.reread()
47 self.assertEquals(None, to_test.getstring(section, option1))
48 self.assertEquals(value2, to_test.getstring(section, option2))
timed_event_unittest.py 67 to_test = self.CreateEvent()
68 self.assertTrue(to_test.ShouldHandle())
  /external/autotest/client/site_tests/audio_AlsaAPI/
audio_AlsaAPI.py 23 def run_once(self, to_test):
28 @param to_test: support these test items:
36 method_name = 'test_' + to_test
74 @param option: same as to_test in run_once.
  /external/vixl/tools/
test.py 87 def ArgList(self, to_test):
89 if to_test == 'all':
94 for value in to_test:
  /system/core/adb/
transport.cpp 583 static int qual_match(const char* to_test, const char* prefix, const char* qual,
585 if (!to_test || !*to_test) /* Return true if both the qual and to_test are null strings. */
592 if (*prefix++ != *to_test++) return 0;
599 if (ch != *to_test++) return 0;
602 /* Everything matched so far. Return true if *to_test is a NUL. */
603 return !*to_test;
  /system/tpm/trunks/
mock_tpm.h 56 void(const TPML_ALG& to_test,
60 TPM_RC(const TPML_ALG& to_test,
    [all...]
tpm_generated.h     [all...]
tpm_generated.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]

Completed in 252 milliseconds