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

  /external/compiler-rt/test/asan/TestCases/Linux/
recvfrom.cc 18 #define CHECK_ERROR(p, m) \
39 CHECK_ERROR(succeeded < 0, "in getsockname");
45 CHECK_ERROR(succeeded < 0, "in sending message");
59 CHECK_ERROR(sockfd < 0, "opening socket");
67 CHECK_ERROR(bound < 0, "on binding");
71 CHECK_ERROR(succeeded, "creating thread");
79 CHECK_ERROR(succeeded, "joining thread");
  /external/webrtc/webrtc/modules/audio_coding/test/
SpatialAudio.cc 43 CHECK_ERROR(_acmLeft->RegisterTransportCallback(_channel));
44 CHECK_ERROR(_acmRight->RegisterTransportCallback(_channel));
98 CHECK_ERROR(_acmLeft->RegisterSendCodec(codecInst));
111 CHECK_ERROR(_acmLeft->RegisterSendCodec(codecInst));
112 CHECK_ERROR(_acmRight->RegisterSendCodec(codecInst));
120 CHECK_ERROR(_acmLeft->RegisterSendCodec(codecInst));
121 CHECK_ERROR(_acmRight->RegisterSendCodec(codecInst));
131 CHECK_ERROR(_acmLeft->RegisterSendCodec(codecInst));
136 CHECK_ERROR(_acmLeft->RegisterSendCodec(codecInst));
137 CHECK_ERROR(_acmRight->RegisterSendCodec(codecInst))
    [all...]
utility.h 20 #define CHECK_ERROR(f) \
TestAllCodecs.cc 410 CHECK_ERROR(AudioCodingModule::Codec(codec_name, &my_codec_param,
414 CHECK_ERROR(my_acm->RegisterSendCodec(my_codec_param));
434 CHECK_ERROR(acm_a_->Add10MsData(audio_frame));
455 CHECK_ERROR(acm_b_->PlayoutData10Ms(out_freq_hz, &audio_frame));
utility.cc 123 CHECK_ERROR(AudioCodingModule::Codec((uint8_t )codecID, &codecInst));
APITest.cc 145 CHECK_ERROR(_acmB->RegisterReceiveCodec(dummyCodec));
  /external/llvm/lib/Fuzzer/afl/
afl_driver.cpp 78 #define CHECK_ERROR(cond, error_message) \
151 CHECK_ERROR(chars_printed != 0, "Failed to write extra_stats_file");
153 CHECK_ERROR(fclose(extra_stats_file) == 0,
162 CHECK_ERROR(first_crash,
195 CHECK_ERROR(matches == kNumExtraStats, "Extra stats file is corrupt");
197 CHECK_ERROR(fclose(extra_stats_file) == 0, "Failed to close file");
201 CHECK_ERROR(extra_stats_file,
206 CHECK_ERROR(extra_stats_file, "failed to create extra stats file");
270 CHECK_ERROR(gettimeofday(&unit_start_time, NULL) == 0,
276 CHECK_ERROR(gettimeofday(&unit_stop_time, NULL) == 0
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcKHRDebugTests.cpp 59 #define CHECK_ERROR(expected_error, error_message) \
309 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <source> set to GL_ARRAY_BUFFER");
314 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <type> set to GL_ARRAY_BUFFER");
318 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <severity> set to GL_ARRAY_BUFFER");
323 CHECK_ERROR(GL_INVALID_VALUE, "DebugMessageControl with <count> set to -1");
327 CHECK_ERROR(GL_INVALID_OPERATION, "DebugMessageControl with <source> set to GL_DONT_CARE and non zero <count>");
331 CHECK_ERROR(GL_INVALID_OPERATION, "DebugMessageControl with <type> set to GL_DONT_CARE and non zero <count>");
336 CHECK_ERROR(GL_INVALID_OPERATION,
357 CHECK_ERROR(GL_INVALID_VALUE, "GetDebugMessageLog with <bufSize> set to -1");
376 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageInsert with <source> set to GL_DEBUG_SOURCE_API")
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_common.c 476 CHECK_ERROR();
500 CHECK_ERROR();
510 CHECK_ERROR();
806 CHECK_ERROR();
856 CHECK_ERROR();
906 CHECK_ERROR();
959 CHECK_ERROR();
    [all...]
sljitNativeARM_64.c 874 CHECK_ERROR();
1000 CHECK_ERROR();
1017 CHECK_ERROR();
    [all...]
sljitNativePPC_common.c 614 CHECK_ERROR();
679 CHECK_ERROR();
692 CHECK_ERROR();
    [all...]
sljitNativeX86_32.c 73 CHECK_ERROR();
246 CHECK_ERROR();
289 CHECK_ERROR();
777 CHECK_ERROR();
837 CHECK_ERROR();
868 CHECK_ERROR();
sljitNativeX86_64.c 82 CHECK_ERROR();
230 CHECK_ERROR();
253 CHECK_ERROR();
697 CHECK_ERROR();
714 CHECK_ERROR();
751 CHECK_ERROR();
sljitNativeMIPS_common.c 599 CHECK_ERROR();
655 CHECK_ERROR();
673 CHECK_ERROR();
    [all...]
sljitNativeARM_32.c 913 CHECK_ERROR();
955 CHECK_ERROR();
969 CHECK_ERROR();
    [all...]
sljitNativeARM_T2_32.c     [all...]
sljitNativeTILEGX_64.c     [all...]
sljitNativeX86_common.c 746 CHECK_ERROR();
    [all...]
sljitLir.c 44 #define CHECK_ERROR() \
    [all...]
sljitNativeMIPS_32.c 646 CHECK_ERROR();
sljitNativeMIPS_64.c 649 CHECK_ERROR();
  /external/deqp/external/openglcts/modules/gl/
gl4cMultiBindTests.cpp     [all...]
  /external/libxml2/
xpath.c     [all...]
xpointer.c 1201 CHECK_ERROR;
    [all...]
  /external/libxml2/include/libxml/
xpathInternals.h 235 * CHECK_ERROR:
239 #define CHECK_ERROR \

Completed in 527 milliseconds