HomeSort by relevance Sort by last modified time
    Searched defs:CheckParameters (Results 1 - 7 of 7) sorted by null

  /external/google-breakpad/src/common/linux/
http_upload.cc 70 if (!CheckParameters(parameters))
200 bool HTTPUpload::CheckParameters(const map<string, string> &parameters) {
  /external/clang/test/SemaCXX/
attr-mode-tmpl.cpp 48 void CheckParameters(T1 __attribute__((mode(SI))) paramSI, // expected-note2{{ignored: substitution failure}}
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/
cgptlib_internal.c 23 int CheckParameters(GptData *gpt)
249 retval = CheckParameters(gpt);
  /frameworks/native/services/vr/bufferhubd/
producer_channel.cpp 351 bool ProducerChannel::CheckParameters(uint32_t width, uint32_t height,
  /external/google-breakpad/src/common/windows/
http_upload.cc 77 if (!CheckParameters(parameters)) {
403 bool HTTPUpload::CheckParameters(const map<wstring, wstring> &parameters) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptSave.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapival.h 60 #define CheckParameters(eMethod,First) AssertSz(HR_SUCCEEDED(__CPPValidateParameters(eMethod,&First)),"Parameter validation failed for method called by MAPI!")
64 #define CheckParameters(eMethod,ppThis) AssertSz(HR_SUCCEEDED(__ValidateParameters(eMethod,ppThis)),"Parameter validation failed for method called by MAPI!")
    [all...]

Completed in 1232 milliseconds