Searched defs:except (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dwindows-itanium-exceptions.cpp5 void except() { function
10 try { except(); } catch (...) { }
/external/chromium_org/v8/test/mjsunit/
H A Dinstanceof-2.js28 var except = "exception"; variable
36 except, except, true, true, except, except, true, true,
37 except, except, false, true, except, except, false, true,
38 except, excep
[all...]
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DAbstractCheckedFutureTest.java5 * use this file except in compliance with the License. You may obtain a copy
41 Exception except, CountDownLatch waitOn);
60 Exception except, CountDownLatch waitOn) {
61 return createCheckedFuture(value, except, waitOn);
40 createCheckedFuture(V value, Exception except, CountDownLatch waitOn) argument
59 createListenableFuture(V value, Exception except, CountDownLatch waitOn) argument
H A DAbstractListenableFutureTest.java5 * use this file except in compliance with the License. You may obtain a copy
66 V value, Exception except, CountDownLatch waitOn);
65 createListenableFuture( V value, Exception except, CountDownLatch waitOn) argument
/external/chromium_org/third_party/libxml/src/include/
H A Dwin32config.h35 * Windows platforms may define except
37 #undef except macro
/external/chromium_org/third_party/libxml/win32/
H A Dconfig.h35 * Windows platforms may define except
37 #undef except macro
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp139 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
554 return TokError("you must specify one or both of @unwind or @except");
556 bool unwind = false, except = false; local
557 if (ParseAtUnwindOrAtExcept(unwind, except))
561 if (ParseAtUnwindOrAtExcept(unwind, except))
570 getStreamer().EmitWinEHHandler(handler, unwind, except);
713 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { argument
720 return Error(startLoc, "expected @unwind or @except");
723 else if (identifier == "except")
724 except
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp185 static void clearPositionConstraintExceptForLayer(GraphicsLayer* layer, GraphicsLayer* except) argument
187 if (layer && layer != except && toWebLayer(layer))
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dexpr.c991 /* Copy entire expression EXCEPT for index "except" at *top level only*. */
993 yasm_expr__copy_except(const yasm_expr *e, int except) argument
1005 if (i != except)
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c307 jclass except = (*env)->FindClass(env, "SQLite/Exception"); local
310 if (except) {
311 (*env)->ThrowNew(env, except, msg);
318 jclass except = (*env)->FindClass(env, "java/lang/OutOfMemoryError"); local
321 if (except) {
322 (*env)->ThrowNew(env, except, msg);
336 jclass except = (*env)->FindClass(env, "java/io/IOException"); local
339 if (except) {
340 (*env)->ThrowNew(env, except, msg);
/external/pcre/dist/
H A Dpcre_compile.c2082 /* Otherwise, we can get the item's length from the table, except that for
2199 /* Otherwise, we can get the item's length from the table, except that for
4286 except character to omit; this is used when adding lists of
4296 compile_data *cd, const pcre_uint32 *p, unsigned int except)
4302 if (p[0] != except)
4639 /* Fill in length of a previous callout, except when the next thing is a
4650 /* Create auto callout, except for quantifiers, or while processing property
4722 32-byte bitmap of the permitted characters, except in the special case
4880 /* Inside \Q...\E everything is literal except \E */
8160 match the values from all the previous branches, except tha
4295 add_list_to_class(pcre_uint8 *classbits, pcre_uchar **uchardptr, int options, compile_data *cd, const pcre_uint32 *p, unsigned int except) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c123 XML_RELAXNG_EXCEPT, /* except present in nameclass defs */
2032 return ("except");
3616 xmlRelaxNGDefinePtr def = NULL, except; local
3719 * Handle optional except
3722 && (xmlStrEqual(content->name, BAD_CAST "except"))) {
3726 except = xmlRelaxNGNewDefine(ctxt, node);
3727 if (except == NULL) {
3730 except->type = XML_RELAXNG_EXCEPT;
3732 def->content = except;
3735 "except ha
[all...]
/external/libxml2/
H A Drelaxng.c124 XML_RELAXNG_EXCEPT, /* except present in nameclass defs */
2033 return ("except");
3617 xmlRelaxNGDefinePtr def = NULL, except; local
3720 * Handle optional except
3723 && (xmlStrEqual(content->name, BAD_CAST "except"))) {
3727 except = xmlRelaxNGNewDefine(ctxt, node);
3728 if (except == NULL) {
3731 except->type = XML_RELAXNG_EXCEPT;
3733 def->content = except;
3736 "except ha
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 502 milliseconds