Home
last modified time | relevance | path

Searched refs:elog (Results 1 – 25 of 72) sorted by relevance

123

/external/arm-trusted-firmware/plat/brcm/board/common/
Dbcm_elog.c49 static void elog_putchar(struct bcm_elog *elog, unsigned char c) in elog_putchar() argument
53 offset = mmio_read_32(elog->base + BCM_ELOG_OFF_OFFSET); in elog_putchar()
54 len = mmio_read_32(elog->base + BCM_ELOG_LEN_OFFSET); in elog_putchar()
55 mmio_write_8(elog->base + offset, c); in elog_putchar()
59 if (offset >= elog->max_size) in elog_putchar()
63 if (len < elog->max_size - BCM_ELOG_HEADER_LEN) in elog_putchar()
66 mmio_write_32(elog->base + BCM_ELOG_OFF_OFFSET, offset); in elog_putchar()
67 mmio_write_32(elog->base + BCM_ELOG_LEN_OFFSET, len); in elog_putchar()
70 static void elog_unsigned_num(struct bcm_elog *elog, unsigned long unum, in elog_unsigned_num() argument
86 elog_putchar(elog, num_buf[i]); in elog_unsigned_num()
[all …]
/external/libvpx/libvpx/test/
Dvpxenc.sh23 elog "The file ${YUV_RAW_INPUT##*/} must exist in LIBVPX_TEST_DATA_PATH."
28 elog "The file ${Y4M_NOSQ_PAR_INPUT##*/} must exist in"
29 elog "LIBVPX_TEST_DATA_PATH."
34 elog "vpxenc not found. It must exist in LIBVPX_BIN_PATH or its parent."
137 elog "Output file does not exist."
153 elog "Output file does not exist."
167 elog "Output file does not exist."
184 elog "Output file does not exist."
205 elog "Output file does not exist."
221 elog "Output file does not exist."
[all …]
Dvp8_multi_resolution_encoder.sh22 elog "Libvpx test data must exist in LIBVPX_TEST_DATA_PATH."
27 elog "${app} not found. It must exist in LIBVPX_BIN_PATH or its parent."
38 elog "${encoder} does not exist or is not executable."
78 elog "Missing output file: ${output_file}"
Dvpxdec.sh23 elog "Libvpx test data must exist in LIBVPX_TEST_DATA_PATH."
27 elog "vpxdec not found. It must exist in LIBVPX_BIN_PATH or its parent."
105 elog "Output frames ($num_frames) != expected ($expected)"
122 elog "Output frames ($num_frames) != expected ($expected)"
Dstress.sh59 elog "Libvpx test data must exist in LIBVPX_TEST_DATA_PATH."
63 elog "vpxenc not found. It must exist in LIBVPX_BIN_PATH or its parent."
67 elog "vpxdec not found. It must exist in LIBVPX_BIN_PATH or its parent."
Dtools_common.sh21 elog() { function
114 elog "'${dir}': No such directory"
115 elog "The $1 environment variable must be set to a valid directory."
Dvpx_temporal_svc_encoder.sh25 elog "Warning: Temporal denoising is disabled! Spatial denoising will be " \
50 elog "${encoder} does not exist or is not executable."
/external/libaom/libaom/test/
Daomenc.sh21 elog "The file ${YUV_RAW_INPUT##*/} must exist in LIBAOM_TEST_DATA_PATH."
26 elog "The file ${Y4M_NOSQ_PAR_INPUT##*/} must exist in"
27 elog "LIBAOM_TEST_DATA_PATH."
32 elog "aomenc not found. It must exist in LIBAOM_BIN_PATH or its parent."
95 elog "Output file does not exist."
114 elog "Output file does not exist."
132 elog "Output file does not exist."
150 elog "Output file does not exist."
166 elog "Output file does not exist."
182 elog "Output file does not exist."
[all …]
Ddecode_to_md5.sh37 elog "${decoder} does not exist or is not executable."
51 elog "MD5 mismatch:"
52 elog "Expected: ${expected_md5}"
53 elog "Actual: ${actual_md5}"
Dlightfield_test.sh39 elog "${encoder} does not exist or is not executable."
71 elog "${bs_decoder} does not exist or is not executable."
84 elog "${tl_decoder} does not exist or is not executable."
97 elog "${ref_decoder} does not exist or is not executable."
Ddump_obu.sh22 elog "The file ${YUV_RAW_INPUT##*/} must exist in LIBAOM_TEST_DATA_PATH."
27 elog "dump_obu not found in LIBAOM_BIN_PATH, its parent, or child tools/."
57 elog "dump_obu test input encode failed."
Daomdec.sh24 elog "Libaom test data must exist before running this test script when " \
30 elog "aomdec not found. It must exist in LIBAOM_BIN_PATH or its parent."
43 elog "Input file ($input) missing in aomdec_pipe()"
Dset_maps.sh26 elog "set_maps not found. It must exist in LIBAOM_BIN_PATH or its parent."
/external/libwebm/common/
Dcommon.sh16 elog() { function
31 elog "This script must be run from the ${required_dir} directory."
44 elog "${tool} must be in your path."
/external/llvm-project/clang-tools-extra/clangd/index/remote/server/
DServer.cpp108 elog("Can not parse LookupRequest from protobuf: {0}", Req.takeError()); in Lookup()
116 elog("Unable to convert Symbol to protobuf: {0}", in Lookup()
146 elog("Can not parse FuzzyFindRequest from protobuf: {0}", in FuzzyFind()
155 elog("Unable to convert Symbol to protobuf: {0}", in FuzzyFind()
184 elog("Can not parse RefsRequest from protobuf: {0}", Req.takeError()); in Refs()
192 elog("Unable to convert Ref to protobuf: {0}", in Refs()
222 elog("Can not parse RelationsRequest from protobuf: {0}", in Relations()
232 elog("Unable to convert Relation to protobuf: {0}", in Relations()
298 elog("Failed to load new index. Old index will be served."); in hotReload()
357 using clang::clangd::elog;
[all …]
/external/llvm-project/clang-tools-extra/clangd/
DQueryDriverDatabase.cpp105 elog("System include extraction: invalid target \"{0}\", ignoring", in parseDriverOutput()
128 elog("System include extraction: start marker not found: {0}", Output); in parseDriverOutput()
132 elog("System include extraction: end marker missing: {0}", Output); in parseDriverOutput()
152 elog("System include extraction: {0} does not exist.", Driver); in extractSystemIncludesAndTarget()
156 elog("System include extraction: {0} is not executable.", Driver); in extractSystemIncludesAndTarget()
163 elog("System include extraction: failed to create temporary file with " in extractSystemIncludesAndTarget()
208 elog("System include extraction: driver execution failed with return code: " in extractSystemIncludesAndTarget()
216 elog("System include extraction: failed to read {0} with error {1}", in extractSystemIncludesAndTarget()
328 elog("System include extraction: invalid file type for {0}", Ext); in getCompileCommand()
DJSONTransport.cpp117 elog("JSON parse error: {0}", llvm::toString(Doc.takeError())); in loop()
159 elog("Not a JSON-RPC 2.0 message: {0:2}", Message); in handleMessage()
169 elog("No method and no response ID: {0:2}", Message); in handleMessage()
239 elog("Warning: Duplicate Content-Length header received. " in readStandardMessage()
257 elog("Refusing to read message with long Content-Length: {0}. " in readStandardMessage()
274 elog("Input was aborted. Read only {0} bytes of expected {1}.", Pos, in readStandardMessage()
310 elog("Input error while reading message!"); in readDelimitedMessage()
/external/oss-fuzz/projects/postgresql/
Dadd_fuzzers.diff55 diff --git a/src/backend/utils/error/elog.c b/src/backend/utils/error/elog.c
57 --- a/src/backend/utils/error/elog.c
58 +++ b/src/backend/utils/error/elog.c
/external/llvm-project/clang-tools-extra/clangd/tool/
DCheck.cpp58 elog("[{0}] Line {1}: {2}", D.Name, D.Range.start.line + 1, D.Message); in showErrors()
132 elog("Couldn't read {0}: {1}", File, Contents.getError().message()); in buildInvocation()
143 elog("Failed to parse command line"); in buildInvocation()
168 elog("Failed to build preamble"); in buildAST()
177 elog("Failed to build AST"); in buildAST()
208 elog(" tweak: {0} ==> FAIL: {1}", T->id(), Result.takeError()); in testLocationFeatures()
/external/libvpx/libvpx/build/make/
Diosbuild.sh173 elog "Actual ${FRAMEWORK_LIB} targets do not match requested target list."
174 elog " Requested target CPUs: ${requested}"
175 elog " Actual target CPUs: ${actual}"
252 elog "build exited with error ($res)"
289 elog() { function
/external/libaom/libaom/build/cmake/
Diosbuild.sh173 elog "Actual ${FRAMEWORK_LIB} targets do not match requested target list."
174 elog " Requested target CPUs: ${requested}"
175 elog " Actual target CPUs: ${actual}"
252 elog "build exited with error ($res)"
289 elog() { function
/external/libwebm/
Diosbuild.sh33 elog "build exited with error ($res)"
89 elog "iOS SDK not available"
92 elog "You need iOS SDK version 6 or above"
/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundIndexStorage.cpp49 elog("Failed to create directory {0} for index storage: {1}", in DiskBackedIndexStorage()
64 elog("Error while reading shard {0}: {1}", ShardIdentifier, in loadShard()
129 elog("Tried to create storage for empty directory!"); in create()
/external/llvm-project/clang-tools-extra/clangd/index/remote/unimplemented/
DUnimplementedClient.cpp19 elog("Can't create SymbolIndex client without Remote Index support."); in getClient()
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DDefineInline.cpp180 elog("define inline: Targets from multiple contexts: {0}, {1}", in qualifyAllDecls()
204 elog("define inline: Failed to add quals: {0}", std::move(Err)); in qualifyAllDecls()
312 elog("define inline: {0}", Err); in renameParameters()
319 elog("define inline: Couldn't replace parameter name for {0} to {1}: " in renameParameters()

123