Home
last modified time | relevance | path

Searched defs:CheckParameters (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dhttp_upload.cc217 bool HTTPUpload::CheckParameters(const map<string, string>& parameters) { in CheckParameters() function in google_breakpad::HTTPUpload
/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/
H A Dhttp_download.cc90 static bool CheckParameters(const map<wstring, wstring>* parameters) { in CheckParameters() function
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dattr-mode-tmpl.cpp48 void CheckParameters(T1 __attribute__((mode(SI))) paramSI, // expected-note2{{ignored: substi… in CheckParameters() function
/aosp_15_r20/external/vboot_reference/firmware/lib/cgptlib/
H A Dcgptlib_internal.c22 int CheckParameters(GptData *gpt) in CheckParameters() function
/aosp_15_r20/external/google-breakpad/src/common/windows/
H A Dhttp_upload.cc147 bool CheckParameters(const map<wstring, wstring>& parameters) { in CheckParameters() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator.cc2111 Status CheckParameters(const Shape& input_shape, const Shape& output_shape) { in CheckParameters() function in xla::__anonab80ebf22511::FftTransform
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmapival.h60 #define CheckParameters(eMethod,First) AssertSz(HR_SUCCEEDED(__CPPValidateParameters(eMethod,&First… macro
64 #define CheckParameters(eMethod,ppThis) AssertSz(HR_SUCCEEDED(__ValidateParameters(eMethod,ppThis))… macro