Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dpostfix_evaluator_unittest.cc336 map<string, unsigned int> validate_data_2; in RunTests() local
337 validate_data_2["$eip"] = 0x10000000; in RunTests()
338 validate_data_2["$ebp"] = 0xbfff000c; in RunTests()
339 validate_data_2["$esp"] = 0xbfff0000; in RunTests()
340 validate_data_2["$new"] = 0x10000000; in RunTests()
341 validate_data_2[".cbSavedRegs"] = 4; in RunTests()
342 validate_data_2[".cbParams"] = 4; in RunTests()
343 validate_data_2[".raSearchStart"] = 0xbfff0020; in RunTests()
365 for (map<string, unsigned int>::iterator v = validate_data_2.begin(); in RunTests()
366 v != validate_data_2.end(); v++) { in RunTests()