Searched defs:CheckParameters (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dhttp_upload.cc70 if (!CheckParameters(parameters))
200 bool HTTPUpload::CheckParameters(const map<string, string> &parameters) { function in class:google_breakpad::HTTPUpload
/external/clang/test/SemaCXX/
H A Dattr-mode-tmpl.cpp48 void CheckParameters(T1 __attribute__((mode(SI))) paramSI, // expected-note2{{ignored: substitution failure}} function
95 CheckParameters<int, float>(0, valV4DI, 1.0, valV4DF);
97 CheckParameters<EnumType, float>(0, valV4DI, 1.0, valV4DF); // expected-error{{no matching function for call}}
99 CheckParameters<int, int>(0, valV4DI, 1, valV4DF); // expected-error{{no matching function for call}}
/external/vboot_reference/firmware/lib/cgptlib/
H A Dcgptlib_internal.c23 int CheckParameters(GptData *gpt) function
249 retval = CheckParameters(gpt);
/external/google-breakpad/src/common/windows/
H A Dhttp_upload.cc77 if (!CheckParameters(parameters)) {
403 bool HTTPUpload::CheckParameters(const map<wstring, wstring> &parameters) { function in class:google_breakpad::HTTPUpload

Completed in 198 milliseconds