OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:error_prefix
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
generic_change_processor.cc
210
const std::string&
error_prefix
,
217
error_prefix
+
227
error.Reset(from_here,
error_prefix
+ "entry is already deleted.", type);
235
error.Reset(from_here,
error_prefix
+ "unable to decrypt", type);
244
error_prefix
+ "a precondition was not met for calling init.",
254
error.Reset(from_here,
error_prefix
+ "unknown error", type);
367
std::string
error_prefix
= "Failed to create " + type_str + " node: " +
local
372
error.Reset(FROM_HERE,
error_prefix
+ "empty tag", type);
380
error.Reset(FROM_HERE,
error_prefix
+ "entry already exists", type);
388
error.Reset(FROM_HERE,
error_prefix
+ "failed to create entry"
426
std::string
error_prefix
= "Failed to load " + type_str + " node. " +
local
[
all
...]
/external/mksh/src/
main.c
1189
error_prefix
(tobool(flags & VWARNINGF_FILELINE));
1298
error_prefix
(bool fileline)
function
[
all
...]
/ndk/sources/host-tools/make-3.81/
function.c
1586
char *
error_prefix
;
local
[
all
...]
Completed in 53 milliseconds