Searched defs:ErrorExit (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/native_client_sdk/src/build_tools/
H A Dgenerate_make.py12 from buildbot_common import ErrorExit namespace
91 ErrorExit('Make.bat not relative to Pepper directory: ' + makepath)
174 ErrorExit('Failed to find: ' + src_name)
H A Dbuildbot_common.py49 def ErrorExit(msg): function
131 ErrorExit('buildbot_common: %s' % e)
144 ErrorExit('ERROR: Copying directory onto itself: ' + src)
151 ErrorExit('ERROR: Copying file onto itself: ' + src)
/external/chromium_org/tools/measure_page_load_time/ie_bho/
H A DMeasurePageLoadTimeBHO.cpp108 ErrorExit();
113 ErrorExit();
123 ErrorExit();
127 ErrorExit();
133 ErrorExit();
148 ErrorExit();
273 void CMeasurePageLoadTimeBHO::ErrorExit() function in class:CMeasurePageLoadTimeBHO
/external/chromium_org/testing/gtest/scripts/
H A Dupload.py109 def ErrorExit(msg): function
582 ErrorExit("Got error status from %s:\n%s" % (command, data))
584 ErrorExit("No output from %s" % command)
623 ErrorExit("User aborted")
729 ErrorExit("Invalid Subversion revision %s." % self.options.revision)
767 ErrorExit("Unrecognized Python URL: %s" % url)
787 ErrorExit("Can't find URL in output from svn info")
802 ErrorExit("No valid patches found in output from svn diff")
859 ErrorExit("svn status returned no output for %s" % filename)
879 ErrorExit("Faile
[all...]
/external/chromium_org/ui/gfx/codec/
H A Djpeg_codec.cc36 void ErrorExit(jpeg_common_struct* cinfo) { function in namespace:gfx::__anon16809
214 errmgr.pub.error_exit = ErrorExit;
216 // Establish the setjmp return context for ErrorExit to use.
463 errmgr.pub.error_exit = ErrorExit;
464 // Establish the setjmp return context for ErrorExit to use.
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py2749 def ErrorExit(msg): function
3155 ErrorExit("Got error status from %s:\n%s" % (command, data))
3157 ErrorExit("No output from %s" % command)
3196 ErrorExit("User aborted")
3420 ErrorExit("No valid patches found in output from hg diff")
/external/regex-re2/lib/codereview/
H A Dcodereview.py2746 def ErrorExit(msg): function
3152 ErrorExit("Got error status from %s:\n%s" % (command, data))
3154 ErrorExit("No output from %s" % command)
3193 ErrorExit("User aborted")
3417 ErrorExit("No valid patches found in output from hg diff")

Completed in 274 milliseconds