HomeSort by relevance Sort by last modified time
    Searched full:test_version (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/protobuf/ruby/
travis-test.sh 6 test_version() { function
25 test_version $1
  /external/autotest/client/site_tests/firmware_TouchMTB/
report_html.py 26 self.doc = Template('$head $test_version $logs $tail')
122 def get_doc(self, test_version):
125 new_doc = self.doc.safe_substitute(test_version=test_version,
134 score_colors, test_version):
143 self.test_version = test_version
145 self.rlog = firmware_log.RoundLog(test_version, *fw_and_date)
153 report_file.write(self.doc.get_doc(self.test_version))
firmware_log.py 427 def __init__(self, test_version, fw=None, round_name=None):
428 self._test_version = test_version
601 self.test_version = 'test_version: NA'
603 fw, round_name, self.test_version, glogs = log_data
test_flow.py 38 test_version, board, firmware_version, options):
46 self.test_version = test_version
47 self.output.print_report('%s' % test_version)
main.py 59 self.test_version = 'test_' + self._get_test_version()
120 self.test_version)
132 self.test_version,
  /external/vboot_reference/tests/
vb21_host_fw_preamble_tests.c 37 const uint32_t test_version = 2061; local
79 3, test_version, test_flags,
86 TEST_EQ(fp->fw_version, test_version, " fw_version");
103 3, test_version, test_flags,
vb21_host_key_tests.c 176 const uint32_t test_version = 0xcc01; local
218 key->version = test_version;
  /external/strace/tests/
ipc.c 95 int test_version = EFAULT == errno; local
96 if (test_version)
103 if (test_version) {
  /external/strace/tests-m32/
ipc.c 95 int test_version = EFAULT == errno; local
96 if (test_version)
103 if (test_version) {
  /external/strace/tests-mx32/
ipc.c 95 int test_version = EFAULT == errno; local
96 if (test_version)
103 if (test_version) {
  /external/harfbuzz_ng/test/api/
test-version.c 33 test_version (void) function
78 hb_test_add (test_version);
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteOpenHelperTest.java 48 private static final int TEST_VERSION = 1;
68 new MockOpenHelper(mContext, TEST_DATABASE_NAME, mFactory, TEST_VERSION);
78 new MockOpenHelper(mContext, TEST_DATABASE_NAME, null, TEST_VERSION);
304 return new MockOpenHelper(mContext, TEST_DATABASE_NAME, mFactory, TEST_VERSION);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cmd_line.py 43 def test_version(self): member in class:CmdLineTest
test_platform.py 42 def test_version(self): member in class:PlatformTest
  /external/python/cpython2/Lib/test/
test_cmd_line.py 47 def test_version(self): member in class:CmdLineTest
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cmd_line.py 47 def test_version(self): member in class:CmdLineTest
test_platform.py 42 def test_version(self): member in class:PlatformTest
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cmd_line.py 47 def test_version(self): member in class:CmdLineTest
test_platform.py 42 def test_version(self): member in class:PlatformTest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line.py 47 def test_version(self): member in class:CmdLineTest
test_platform.py 42 def test_version(self): member in class:PlatformTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line.py 47 def test_version(self): member in class:CmdLineTest
test_platform.py 42 def test_version(self): member in class:PlatformTest
  /frameworks/rs/tests/java_api/RSUnitTests/
RSUnitTests.py 211 for test_version, tests_for_version in (
213 if api_version >= test_version:
217 test_version >= UNIT_TEST_TOOLS_VERSIONS[x])]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
version.py 220 # ../test/test_version.py) specifically to fail on things like comparing

Completed in 3167 milliseconds

1 2 3