OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_detail
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/extensions/
update_manifest.cc
125
// into |
error_detail
|.
128
std::string *
error_detail
) {
132
*
error_detail
= "Missing appid on app node";
140
*
error_detail
= "Too many updatecheck tags on app (expecting only 1).";
144
*
error_detail
= "Missing updatecheck on app.";
156
*
error_detail
= "Invalid codebase url: '";
157
*
error_detail
+= GetAttribute(updatecheck, "codebase");
158
*
error_detail
+= "'.";
165
*
error_detail
= "Missing version for updatecheck.";
170
*
error_detail
= "Invalid version: '"
[
all
...]
/external/libvpx/libvpx/vpx/src/
vpx_encoder.c
136
const char *
error_detail
=
local
139
ctx->err_detail =
error_detail
;
146
ctx->err_detail =
error_detail
;
Completed in 522 milliseconds