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

  /external/autotest/client/cros/networking/chrome_testing/
test_utils.py 88 network, expected_name, expected_type, check_name_prefix=True):
95 @param expected_name: The expected value of the 'Name' property.
98 value of the 'Name' property starts with |expected_name|. If False,
112 'only=%s).' % (network_name, expected_name, check_name_prefix))
113 if ((check_name_prefix and not network_name.startswith(expected_name)) or
114 (not check_name_prefix and network_name != expected_name)):
  /external/autotest/client/site_tests/cellular_ServiceName/
cellular_ServiceName.py 85 def _verify_service_name(self, expected_name):
89 @param expected_name: Service name that is expected.
97 if service_name != expected_name:
100 (expected_name, service_name))
102 expected_name)
136 expected_name = (TEST_3GPP_HOME_CARRIER + ' | ' +
138 self._verify_service_name(expected_name)
  /toolchain/binutils/binutils-2.25/bfd/
cpu-arm.c 226 const char *expected_name,
248 if (expected_name == NULL)
255 if (namesz != ((strlen (expected_name) + 1 + 3) & ~3))
258 if (strcmp (descr, expected_name) != 0)
  /external/v8/test/mjsunit/tools/
codemap.js 37 function assertEntry(codeMap, expected_name, addr) {
40 assertEquals(expected_name, entry.name, 'at ' + addr.toString(16));
  /external/wpa_supplicant_8/hs20/client/
spp_client.c 42 const char *expected_name)
56 if (strcmp(expected_name, name) != 0) {
58 name, expected_name);
60 name, expected_name);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_runpy.py 314 def _check_script(self, script_name, expected_name, expected_file,
317 self.assertEqual(result["__name__"], expected_name)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_runpy.py 314 def _check_script(self, script_name, expected_name, expected_file,
317 self.assertEqual(result["__name__"], expected_name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_runpy.py 314 def _check_script(self, script_name, expected_name, expected_file,
317 self.assertEqual(result["__name__"], expected_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 314 def _check_script(self, script_name, expected_name, expected_file,
317 self.assertEqual(result["__name__"], expected_name)
  /external/autotest/server/cros/dynamic_suite/
job_status_unittest.py 555 expected_name = '%s_%s' % (job_name, job.statuses[i].test_name)
558 expected_name = job.statuses[i].test_name
560 self.assertEqual(results[i].test_name, expected_name)
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/
testharness.js 595 "${func} threw ${actual} (${actual_name}) expected ${expected} (${expected_name})",
598 expected_name:code.name});
    [all...]
  /external/libchrome/base/trace_event/
trace_event_unittest.cc 1630 std::string expected_name = StringPrintf("Thread %d", j); local
1673 std::string expected_name = "cafe,pub, bar"; local
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 3264 v8::Local<v8::String> expected_name = local
3293 v8::Local<v8::String> expected_name = local
    [all...]

Completed in 715 milliseconds