Home
last modified time | relevance | path

Searched refs:expected_name (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/mjsunit/tools/
Dcodemap.js37 function assertEntry(codeMap, expected_name, addr) { argument
40 assertEquals(expected_name, entry.name, 'at ' + addr.toString(16));
/external/wpa_supplicant_8/hs20/client/
Dspp_client.c42 const char *expected_name) in hs20_spp_validate() argument
56 if (strcmp(expected_name, name) != 0) { in hs20_spp_validate()
58 name, expected_name); in hs20_spp_validate()
60 name, expected_name); in hs20_spp_validate()
/external/skia/tools/skpdiff/
Dskpdiff_server.py199 def __init__(self, expectations_dir, expected_name, updated_name, argument
212 self._expected_name = expected_name
/external/v8/test/cctest/
Dtest-parsing.cc2820 v8::Local<v8::String> expected_name = in TEST() local
2822 CHECK(result->Equals(expected_name)); in TEST()
2845 v8::Local<v8::String> expected_name = in TEST() local
2847 CHECK(result->Equals(expected_name)); in TEST()