Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dattr-mode-tmpl.cpp48 void CheckParameters(T1 __attribute__((mode(SI))) paramSI, // expected-note2{{ignored: substi… in CheckParameters() function
95 CheckParameters<int, float>(0, valV4DI, 1.0, valV4DF); in main()
97CheckParameters<EnumType, float>(0, valV4DI, 1.0, valV4DF); // expected-error{{no matching functio… in main()
99CheckParameters<int, int>(0, valV4DI, 1, valV4DF); // expected-error{{no matching function for cal… in main()
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc70 if (!CheckParameters(parameters)) in SendRequest()
200 bool HTTPUpload::CheckParameters(const map<string, string> &parameters) { in CheckParameters() function in google_breakpad::HTTPUpload
Dhttp_upload.h76 static bool CheckParameters(const map<string, string> &parameters);
/external/google-breakpad/src/common/windows/
Dhttp_upload.cc77 if (!CheckParameters(parameters)) { in SendRequest()
403 bool HTTPUpload::CheckParameters(const map<wstring, wstring> &parameters) { in CheckParameters() function in google_breakpad::HTTPUpload
Dhttp_upload.h117 static bool CheckParameters(const map<wstring, wstring> &parameters);
/external/vboot_reference/firmware/lib/cgptlib/include/
Dcgptlib_internal.h81 int CheckParameters(GptData* gpt);
/external/vboot_reference/firmware/lib/cgptlib/
Dcgptlib_internal.c23 int CheckParameters(GptData *gpt) in CheckParameters() function
249 retval = CheckParameters(gpt); in GptSanityCheck()
/external/vboot_reference/tests/
Dcgptlib_test.c262 EXPECT(cases[i].expected_retval == CheckParameters(gpt)); in ParameterTests()