Searched refs:CheckParameters (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dhttp_upload.h76 static bool CheckParameters(const map<string, string> &parameters);
H A Dhttp_upload.cc70 if (!CheckParameters(parameters))
200 bool HTTPUpload::CheckParameters(const map<string, string> &parameters) { function in class:google_breakpad::HTTPUpload
/external/google-breakpad/src/common/windows/
H A Dhttp_upload.h117 static bool CheckParameters(const map<wstring, wstring> &parameters);
H A Dhttp_upload.cc77 if (!CheckParameters(parameters)) {
403 bool HTTPUpload::CheckParameters(const map<wstring, wstring> &parameters) { function in class:google_breakpad::HTTPUpload
/external/vboot_reference/firmware/lib/cgptlib/include/
H A Dcgptlib_internal.h81 int CheckParameters(GptData* gpt);
/external/vboot_reference/firmware/lib/cgptlib/
H A Dcgptlib_internal.c23 int CheckParameters(GptData *gpt) function
249 retval = CheckParameters(gpt);
/external/vboot_reference/tests/
H A Dcgptlib_test.c262 EXPECT(cases[i].expected_retval == CheckParameters(gpt));

Completed in 185 milliseconds