Lines Matching defs:expectation

209     base::PlatformFileError expectation =
218 url, base::Bind(&ExpectEqHelper, test_name, expectation));
221 url, base::Bind(&ExpectEqHelper, test_name, expectation));
262 base::PlatformFileError expectation =
268 base::Bind(&ExpectEqHelper, test_name, expectation));
297 base::PlatformFileError expectation = base::PLATFORM_FILE_OK;
300 expectation = base::PLATFORM_FILE_ERROR_NOT_FOUND;
303 expectation = base::PLATFORM_FILE_ERROR_INVALID_OPERATION;
309 base::Bind(&ExpectEqHelper, test_name, expectation));
346 base::PlatformFileError expectation;
352 expectation =
361 expectation = base::PLATFORM_FILE_ERROR_SECURITY;
364 expectation = base::PLATFORM_FILE_ERROR_INVALID_OPERATION;
367 expectation = base::PLATFORM_FILE_OK;
374 base::Bind(&ExpectEqHelper, test_name, expectation));
402 base::PlatformFileError expectation = base::PLATFORM_FILE_OK;
405 expectation = base::PLATFORM_FILE_ERROR_NOT_FOUND;
408 expectation = base::PLATFORM_FILE_ERROR_INVALID_OPERATION;
412 base::Bind(&ExpectEqHelper, test_name, expectation));
451 base::PlatformFileError expectation;
457 expectation =
466 expectation = base::PLATFORM_FILE_ERROR_SECURITY;
469 expectation = base::PLATFORM_FILE_ERROR_INVALID_OPERATION;
472 expectation = base::PLATFORM_FILE_OK;
477 base::Bind(&ExpectEqHelper, test_name, expectation));
497 base::PlatformFileError expectation = base::PLATFORM_FILE_OK;
500 expectation = base::PLATFORM_FILE_ERROR_NOT_FOUND;
506 expectation,
527 base::PlatformFileError expectation = base::PLATFORM_FILE_OK;
530 expectation = base::PLATFORM_FILE_ERROR_NOT_FOUND;
532 expectation = base::PLATFORM_FILE_ERROR_NOT_A_FILE;
535 url, base::Bind(&ExpectEqHelper, test_name, expectation));