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

  /external/google-breakpad/src/common/linux/
http_upload.h 76 static bool CheckParameters(const map<string, string> &parameters);
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/google-breakpad/src/common/windows/
http_upload.h 117 static bool CheckParameters(const map<wstring, wstring> &parameters);
http_upload.cc 77 if (!CheckParameters(parameters)) {
403 bool HTTPUpload::CheckParameters(const map<wstring, wstring> &parameters) {
  /external/vboot_reference/firmware/lib/cgptlib/include/
cgptlib_internal.h 81 int CheckParameters(GptData* gpt);
  /frameworks/native/services/vr/bufferhubd/
producer_channel.h 66 bool CheckParameters(uint32_t width, uint32_t height, uint32_t layer_count,
producer_channel.cpp 597 bool ProducerChannel::CheckParameters(uint32_t width, uint32_t height,
  /external/vboot_reference/firmware/lib/cgptlib/
cgptlib_internal.c 23 int CheckParameters(GptData *gpt)
249 retval = CheckParameters(gpt);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptSave.c     [all...]
  /external/vboot_reference/tests/
cgptlib_test.c 262 EXPECT(cases[i].expected_retval == CheckParameters(gpt));
    [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 241 milliseconds