Searched refs:CheckParameters (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/SemaCXX/ |
D | attr-mode-tmpl.cpp | 48 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() 97 …CheckParameters<EnumType, float>(0, valV4DI, 1.0, valV4DF); // expected-error{{no matching functio… in main() 99 …CheckParameters<int, int>(0, valV4DI, 1, valV4DF); // expected-error{{no matching function for cal… in main()
|
/external/google-breakpad/src/common/linux/ |
D | http_upload.cc | 69 if (!CheckParameters(parameters)) in SendRequest() 214 bool HTTPUpload::CheckParameters(const map<string, string> ¶meters) { in CheckParameters() function in google_breakpad::HTTPUpload
|
D | http_upload.h | 75 static bool CheckParameters(const map<string, string> ¶meters);
|
/external/google-breakpad/src/tools/windows/converter_exe/ |
D | http_download.cc | 86 static bool CheckParameters(const map<wstring, wstring> *parameters) { in CheckParameters() function 215 if (!CheckParameters(parameters)) { in Download()
|
/external/vboot_reference/firmware/lib/cgptlib/include/ |
D | cgptlib_internal.h | 81 int CheckParameters(GptData* gpt);
|
/external/vboot_reference/firmware/lib/cgptlib/ |
D | cgptlib_internal.c | 23 int CheckParameters(GptData *gpt) in CheckParameters() function 249 retval = CheckParameters(gpt); in GptSanityCheck()
|
/external/google-breakpad/src/common/windows/ |
D | http_upload.cc | 144 bool CheckParameters(const map<wstring, wstring> ¶meters) { in CheckParameters() function 472 if (!CheckParameters(parameters)) { in SendMultipartPostRequest()
|
/external/vboot_reference/tests/ |
D | cgptlib_test.c | 262 EXPECT(cases[i].expected_retval == CheckParameters(gpt)); in ParameterTests()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator.cc | 1616 TF_RETURN_IF_ERROR(CheckParameters(input_shape, output_shape)); in ComputeFft() 2111 Status CheckParameters(const Shape& input_shape, const Shape& output_shape) { in CheckParameters() function in xla::__anon9f8d6ac12511::FftTransform
|