OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:raise
(Results
176 - 200
of
567
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebKitTools/Scripts/webkitpy/
multicommandtool.py
73
raise
Exception("Command already bound to tool!")
87
raise
Exception("Failure to parse argument string %s. Argument %s is missing ending ]" % (argument_names, argument))
123
raise
NotImplementedError, "subclasses must implement"
264
raise
NotImplementedError, "subclasses must implement"
statusserver.py
96
raise
e
stepsequence.py
40
raise
NotImplementedError, "subclasses must implement"
/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
headerparserhandler.py
58
raise
Exception('PythonOption %s is not defined' % _PYOPT_HANDLER_ROOT,
msgutil.py
52
raise
MsgUtilException(
66
raise
/ndk/build/platforms/android-3/arch-arm/usr/include/
signal.h
119
extern int
raise
(int);
/ndk/build/platforms/android-4/arch-arm/usr/include/
signal.h
119
extern int
raise
(int);
/ndk/build/platforms/android-5/arch-arm/usr/include/
signal.h
119
extern int
raise
(int);
/ndk/build/platforms/android-5/arch-x86/usr/include/
signal.h
119
extern int
raise
(int);
/ndk/build/platforms/android-8/arch-arm/usr/include/
signal.h
119
extern int
raise
(int);
/ndk/build/platforms/android-8/arch-x86/usr/include/
signal.h
119
extern int
raise
(int);
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java
[
all
...]
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
CreateDocumentType.java
41
* DOMImplementation should
raise
NAMESPACE_ERR DOMException if qualifiedName is
48
*
raise
NAMESPACE_ERR DOMException.
CreateElementNS.java
40
* should
raise
NAMESPACE_ERR DOMException if qualifiedName is malformed.
45
* should
raise
NAMESPACE_ERR DOMException.
SetNamedItemNS.java
40
* NamedNodeMap should
raise
INUSE_ATTRIBUTE_ERR DOMException if
46
* arg being the attr node from above. Method should
raise
/development/testrunner/
create_test.py
210
raise
RuntimeError("Variable %s missing from %s" %
215
raise
RuntimeError("Variable package missing from %s" % manifest.FILENAME)
/external/webkit/WebKitTools/pywebsocket/example/
echo_client.py
117
raise
Exception('Incorrect echo: %r' % received)
135
raise
Exception('Handshake failure')
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
diagnostic.h
87
/* True if we should
raise
a SIGABRT on errors. */
161
/*
Raise
SIGABRT on any diagnostic of severity DK_ERROR or higher. */
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
unwind.h
117
/*
Raise
an exception, passing along the given exception object. */
120
/*
Raise
an exception for forced unwinding. */
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
unwind.h
117
/*
Raise
an exception, passing along the given exception object. */
120
/*
Raise
an exception for forced unwinding. */
/packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql
123
CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT
RAISE
(ABORT, 'exactly one of type or label must be set'); END;
124
CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT
RAISE
(ABORT, 'exactly one of type or label must be set'); END;
136
CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT
RAISE
(ABORT, 'exactly one of type or label must be set'); END;
137
CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT
RAISE
(ABORT, 'exactly one of type or label must be set'); END;
147
CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT
RAISE
(ABORT, 'exactly one of type or label must be set'); END;
148
CREATE TRIGGER phones_UPDATE_typeAndLabel AFTER UPDATE ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT
RAISE
(ABORT, 'exactly one of type or label must be set'); END;
/packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql
147
CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT
RAISE
(ABORT, 'exactly one of type or label must be set'); END;
148
CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT
RAISE
(ABORT, 'exactly one of type or label must be set'); END;
160
CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT
RAISE
(ABORT, 'exactly one of type or label must be set'); END;
161
CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT
RAISE
(ABORT, 'exactly one of type or label must be set'); END;
171
CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT
RAISE
(ABORT, 'exactly one of type or label must be set'); END;
172
CREATE TRIGGER phones_UPDATE_typeAndLabel AFTER UPDATE ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT
RAISE
(ABORT, 'exactly one of type or label must be set'); END;
/external/clearsilver/python/examples/trans/
trans.py
74
raise
"Unable to determine installation root"
307
raise
eTransError, "String %s exists multiple times!" % s
424
raise
eNoString
449
raise
514
if reason[0] != 17:
raise
/external/zlib/contrib/ada/
zlib.adb
142
raise
Status_Error;
203
raise
Status_Error;
330
raise
Status_Error;
521
raise
Status_Error;
525
raise
Constraint_Error;
Completed in 302 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>