OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHECK_ERROR
(Results
1 - 7
of
7
) 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/
utility.h
20
#define
CHECK_ERROR
(f) \
/external/libxml2/include/libxml/
xpathInternals.h
235
*
CHECK_ERROR
:
239
#define
CHECK_ERROR
\
/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/libpdx/private/pdx/
service.h
671
#define
CHECK_ERROR
(cond, error, fmt, ...) \
682
CHECK_ERROR
(!__status, error_label, \
700
CHECK_ERROR
(!__status, error_label, \
724
CHECK_ERROR
(!__status, error_label, \
/external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c
59
#define
CHECK_ERROR
(statement) { int error = (statement); if(error) return error; }
341
CHECK_ERROR
(read_version(value, (*install_versions) + *count));
/external/pcre/dist2/src/sljit/
sljitLir.c
29
#define
CHECK_ERROR
() \
[
all
...]
Completed in 396 milliseconds