Home
last modified time | relevance | path

Searched refs:PrintErr (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/testing/tools/
Dsafetynet_compare.py20 from common import PrintErr
264 PrintErr('Warning: No local changes to compare')
335 PrintErr('Syncing...')
345 PrintErr('Done.')
364 PrintErr("Checking out branch '%s'" % branch)
368 PrintErr('Stashing local changes')
372 PrintErr('Restoring local changes')
381 PrintErr('Syncing...')
383 PrintErr('Done.')
385 PrintErr('Building...')
[all …]
Dsafetynet_measure.py17 from common import PrintErr
35 PrintErr("FAILURE: Can't find test executable '%s'"
37 PrintErr('Use --build-dir to specify its location.')
40 PrintErr("FAILURE: Test executable '%s' lacks execution permissions"
59 PrintErr('profiler=%s not supported, aborting' % self.args.profiler)
148 PrintErr('--interesting-section requires profiler to be callgrind.')
Dcommon.py48 PrintErr('\nError when invoking "%s"' % ' '.join(cmd))
50 PrintErr(output)
52 PrintErr(err)
154 def PrintErr(s): function
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp139 static void PrintErr(const char *s) in PrintErr() function
146 PrintErr(s); in PrintErr_LF()
153 PrintErr("\nERROR: "); in PrintError()
170 PrintErr("Error code = "); in PrintError_int()
311 PrintErr("Error code = 0x"); in Error_HRESULT()
/external/v8/src/
Dd8.h459 static void PrintErr(const v8::FunctionCallbackInfo<v8::Value>& args);
Dd8.cc1295 void Shell::PrintErr(const v8::FunctionCallbackInfo<v8::Value>& args) { in PrintErr() function in v8::Shell
1719 FunctionTemplate::New(isolate, PrintErr)); in CreateGlobalTemplate()