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

  /bionic/tests/
system_properties_test2.cpp 92 std::string expected_name = property_name; local
95 const std::string* expected_name = static_cast<const std::string*>(cookie);
96 ASSERT_EQ(*expected_name, name);
98 }, &expected_name);
103 expected_name = long_property_name;
106 const std::string* expected_name = static_cast<const std::string*>(cookie);
107 ASSERT_EQ(*expected_name, name);
109 }, &expected_name);
115 expected_name = std::string(property_name.c_str(), PROP_NAME_MAX-1);
117 ASSERT_EQ(expected_name, legacy_name)
    [all...]
  /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/autotest/server/cros/dynamic_suite/
job_status_unittest.py 177 expected_name = '%s_%s' % (job_name, job.statuses[i].test_name)
180 expected_name = job.statuses[i].test_name
182 self.assertEqual(results[i].test_name, expected_name)
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_runpy.py 311 def _check_script(self, script_name, expected_name, expected_file,
314 self.assertEqual(result["__name__"], expected_name)
  /external/python/cpython2/Lib/test/
test_runpy.py 338 def _check_script(self, script_name, expected_name, expected_file,
341 self.assertEqual(result["__name__"], expected_name)
  /frameworks/base/tools/aapt2/flatten/
TableFlattener_test.cpp 84 const StringPiece& expected_name,
90 const ResourceName expected_res_name = test::ParseNameOrDie(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)
  /art/compiler/
verifier_deps_test.cc 322 const std::string& expected_name,
341 if (expected_name != actual_name) {
374 const std::string& expected_name,
393 if (expected_name != actual_name) {
    [all...]
  /external/libchrome/base/trace_event/
trace_event_unittest.cc 1743 std::string expected_name = StringPrintf("Thread %d", j); local
1786 std::string expected_name = "cafe,pub, bar"; local
    [all...]

Completed in 2232 milliseconds