Home
last modified time | relevance | path

Searched refs:raised (Results 1 – 25 of 63) sorted by relevance

123

/external/libcap/libcap/
Dcap_flag.c17 cap_flag_value_t *raised) in cap_get_flag() argument
24 if (raised && good_cap_t(cap_d) && value >= 0 && value < __CAP_BITS in cap_get_flag()
26 *raised = isset_cap(cap_d,value,set) ? CAP_SET:CAP_CLEAR; in cap_get_flag()
/external/chromium-trace/catapult/third_party/gsutil/third_party/socksipy-branch/
DREADME106 class ProxyError - This is a base exception class. It is not raised directly but
107 rather all other exception classes raised by this module are derived from it.
116 4 - bad proxy type - This will be raised if the type of the proxy supplied to the
118 5 - bad input - This will be raised if the connect method is called with bad input
131 class Socks5Error - This will be raised for Socks5 errors which are not related to
153 class Socks4Error - This will be raised for Socks4 errors. The parameter is a tuple
157 1 - Request rejected or failed - Will be raised in the event of an failure for any
168 class HTTPError - This will be raised for HTTP errors. The parameter is a tuple
/external/valgrind/none/tests/mips64/
Dtest_math.cpp111 int raised = fetestexcept(FE_DIVBYZERO | FE_OVERFLOW); in main() local
112 printf("raised: %d\n", raised); in main()
/external/valgrind/none/tests/mips32/
Dtest_math.cpp111 int raised = fetestexcept(FE_DIVBYZERO | FE_OVERFLOW); in main() local
112 printf("raised: %d\n", raised); in main()
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java269 public void draw3DRect(int x, int y, int width, int height, boolean raised) in draw3DRect() argument
271 graphics.draw3DRect(x, y, width, height, raised); in draw3DRect()
409 public void fill3DRect(int x, int y, int width, int height, boolean raised) in fill3DRect() argument
411 graphics.fill3DRect(x, y, width, height, raised); in fill3DRect()
/external/chromium-trace/catapult/third_party/html5lib-python/
DCONTRIBUTING.rst24 get email notifications for issues raised in the review.
54 if necessary, and use ``git commit --fixup`` for fixing issues raised
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
Dcore.rst25 Exception raised when methods are called with bad values of
/external/autotest/docs/
Dcoding-style.md148 @raises exception that could be raised if a certain condition occurs.
155 (if there is one), and exceptions that can be raised to each docstring.
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/
DREADME.rst135 - WebSocketTimeoutException will be raised for ws/wss timeout(ISSUE#40)
/external/chromium-trace/catapult/third_party/webapp2/docs/
Dtodo.rst118 http://stackoverflow.com/questions/6839922/unicodedecodeerror-is-raised-when-getting-a-cookie-in-go…
/external/squashfs-tools/
DACKNOWLEDGEMENTS97 John Sutton - raised the problem when archiving the entire filesystem
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/
Drouting.rst48 the corresponding handler. If no route matches, an ``HTTPException`` is raised
191 not allowed, an ``HTTPMethodNotAllowed`` exception is raised with status code
Dapp.rst187 debug mode, any exception that is now caught is raised and the stack trace is
/external/valgrind/docs/internals/
Dthreads-syscalls-signals.txt100 signals raised by kill(), and synchronous faults raised by an
/external/chromium-trace/catapult/third_party/Paste/paste/util/
Dtemplate.py.2015-04-30-12322430 If there are syntax errors ``TemplateError`` will be raised.
48 """Exception raised while parsing a template
/external/fdlibm/
Dreadme252 NOTE that if -D_SCALB_INT is raised, it won't be SVID3
/external/llvm/test/CodeGen/AArch64/
Darm64-misched-basic-A53.ll80 ; The Cortex-A53 machine model will cause the FDIVvvv_42 to be raised to
/external/chromium-trace/catapult/third_party/Paste/docs/
Dpaste-httpserver-threadpool.txt123 an exception is raised, and ``finally`` blocks do get executed. But
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
DCHANGELOG184 Fixed several bugs raised by James Antill:
/external/llvm/docs/tutorial/
DOCamlLangImpl2.rst115 and ``Stream.Error``s. ``Stream.Failure`` is raised when the parser is
117 ``Stream.Error`` is raised when the first token matches, but the rest do
175 raised.
/external/chromium-trace/catapult/third_party/WebOb/docs/
Dnews.txt124 raised to the calling code. See https://github.com/Pylons/webob/pull/126
713 UnicodeMultiDict, a ``UnicodeEncodeError`` would be raised when any
807 if an exception should be raised in case there are no cookies to unset.
1147 since new-style classes can't be raised as exceptions.
/external/libxml2/
DChangeLog161 * include/libxml/parserInternals.h: fix a comment problem raised
357 * threads.c: fix a small initialization problem raised by Ashwin
539 * SAX2.c: fix line number on text nodes, problem raised by Ralf Junker
651 running out of memory raised by Eric Schrock , should fix #438208
747 * xmlschemas.c: fix an XML Schemas crash raised by Stefan Behnel
978 as raised by Felipe Pena, should fix #508156
1883 * parser.c: try to fix the crash raised by the parser in
2272 warning raised by gcc-4.1 and latests changes
2421 * parser.c: fixed the comment streaming bug raised by Graham Bennett
2645 * Makefile.am: Tiny change for 'make tests': raised
[all …]
DNEWS21 Python generator bug raised by the const change (Daniel Veillard),
163 Fix a couple of issues raised by make dist (Daniel Veillard),
453 Fix various bugs in new code raised by the API checking (Daniel Veillard),
661 Fix a Relaxng bug raised by libvirt test suite (Daniel Veillard),
778 A few more safety cleanup raised by scan (Daniel Veillard),
779 Fixing assorted potential problems raised by scan (Daniel Veillard),
780 Potential uninitialized arguments raised by scan (Daniel Veillard),
1837 - Fix an XML parser bug raised by Vyacheslav Pindyura
2225 - Fixed some XPath bugs raised by XSLT use, tried to fix the floating
2274 - Fix a couple of serious bugs introduced or raised by changes in 2.3.3
/external/chromium-trace/catapult/third_party/webapp2/
DCHANGES249 is raised.
476 will be raised if no error handler is defined to handle it anyway.
/external/llvm/docs/HistoricalNotes/
D2001-02-09-AdveCommentsResponse.txt102 Now, because of all of the excellent points that you raised, an

123