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

1 2

  /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));
  /frameworks/native/services/vr/performanced/
main.cpp 40 CHECK_ERROR(ret < 0, error, "Failed to set KEEPCAPS: %s", strerror(errno));
44 CHECK_ERROR(ret < 0, error, "Failed to set GID: %s", strerror(errno));
46 CHECK_ERROR(ret < 0, error, "Failed to set UID: %s", strerror(errno));
58 CHECK_ERROR(ret < 0, error, "Could not set capabilities: %s",
62 CHECK_ERROR(!dispatcher, error, "Failed to create service dispatcher.");
65 CHECK_ERROR(!service, error, "Failed to create performance service service.");
71 CHECK_ERROR(ret < 0, error, "Dispatch loop exited because: %s\n",
  /frameworks/native/services/vr/bufferhubd/
bufferhubd.cpp 38 CHECK_ERROR(!dispatcher, error, "Failed to create service dispatcher\n");
41 CHECK_ERROR(!service, error, "Failed to create buffer hub service\n");
45 CHECK_ERROR(ret < 0, error, "Failed to set thread priority");
50 CHECK_ERROR(ret < 0, error, "Dispatch loop exited because: %s\n",
  /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...]
  /frameworks/native/libs/vr/libvrflinger/
vr_flinger.cpp 77 CHECK_ERROR(!dispatcher_, error, "Failed to create service dispatcher.");
81 CHECK_ERROR(!display_service_, error, "Failed to create display service.");
85 CHECK_ERROR(!service, error, "Failed to create display manager service.");
89 CHECK_ERROR(!service, error, "Failed to create vsync service.");
  /external/deqp/external/openglcts/modules/gl/
gl4cKHRDebugTests.cpp 59 #define CHECK_ERROR(expected_error, error_message) \
330 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <source> set to GL_ARRAY_BUFFER");
335 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <type> set to GL_ARRAY_BUFFER");
339 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <severity> set to GL_ARRAY_BUFFER");
344 CHECK_ERROR(GL_INVALID_VALUE, "DebugMessageControl with <count> set to -1");
348 CHECK_ERROR(GL_INVALID_OPERATION, "DebugMessageControl with <source> set to GL_DONT_CARE and non zero <count>");
352 CHECK_ERROR(GL_INVALID_OPERATION, "DebugMessageControl with <type> set to GL_DONT_CARE and non zero <count>");
357 CHECK_ERROR(GL_INVALID_OPERATION,
378 CHECK_ERROR(GL_INVALID_VALUE, "GetDebugMessageLog with <bufSize> set to -1");
397 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageInsert with <source> set to GL_DEBUG_SOURCE_API")
    [all...]
gl4cMultiBindTests.cpp     [all...]
  /frameworks/native/libs/vr/libpdx/private/pdx/
service.h 679 #define CHECK_ERROR(cond, error, fmt, ...) \
690 CHECK_ERROR(!__status, error_label, \
708 CHECK_ERROR(!__status, error_label, \
732 CHECK_ERROR(!__status, error_label, \
  /external/pcre/dist2/src/sljit/
sljitNativeX86_32.c 73 CHECK_ERROR();
190 CHECK_ERROR();
213 CHECK_ERROR();
483 CHECK_ERROR();
514 CHECK_ERROR();
sljitNativeSPARC_common.c 429 CHECK_ERROR();
453 CHECK_ERROR();
463 CHECK_ERROR();
767 CHECK_ERROR();
817 CHECK_ERROR();
886 CHECK_ERROR();
936 CHECK_ERROR();
    [all...]
sljitNativeARM_64.c     [all...]
sljitNativeARM_T2_32.c     [all...]
sljitNativeX86_64.c 97 CHECK_ERROR();
246 CHECK_ERROR();
261 CHECK_ERROR();
596 CHECK_ERROR();
633 CHECK_ERROR();
sljitNativeARM_32.c 835 CHECK_ERROR();
875 CHECK_ERROR();
889 CHECK_ERROR();
    [all...]
sljitNativeMIPS_common.c 548 CHECK_ERROR();
601 CHECK_ERROR();
619 CHECK_ERROR();
    [all...]
sljitNativePPC_common.c 584 CHECK_ERROR();
646 CHECK_ERROR();
659 CHECK_ERROR();
    [all...]
sljitNativeTILEGX_64.c     [all...]
sljitNativeX86_common.c 752 CHECK_ERROR();
    [all...]
  /external/libxml2/
xpath.c     [all...]
xpointer.c 1201 CHECK_ERROR;
    [all...]
  /external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c 59 #define CHECK_ERROR(statement) { int error = (statement); if(error) return error; }
370 CHECK_ERROR(read_version(value, (*install_versions) + *count));

Completed in 721 milliseconds

1 2