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

/external/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/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp123 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
276 return TokError("you must specify one or both of @unwind or @except");
278 bool unwind = false, except = false; local
279 if (ParseAtUnwindOrAtExcept(unwind, except))
283 if (ParseAtUnwindOrAtExcept(unwind, except))
292 getStreamer().EmitWin64EHHandler(handler, unwind, except);
435 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { argument
442 return Error(startLoc, "expected @unwind or @except");
445 else if (identifier == "except")
446 except
[all...]
/external/bluetooth/glib/gio/
H A Dgdesktopappinfo.c68 const char **except);
2643 * @except: NULL or a strv list
2650 * Optionally doesn't list the desktop ids given in the @except
2657 const char **except)
2700 for (i = 0; except != NULL && except[i] != NULL; i++)
2701 removed_entries = g_list_prepend (removed_entries, g_strdup (except[i]));
2656 get_all_desktop_entries_for_mime_type(const char *base_mime_type, const char **except) argument
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c308 jclass except = (*env)->FindClass(env, "SQLite/Exception"); local
311 if (except) {
312 (*env)->ThrowNew(env, except, msg);
319 jclass except = (*env)->FindClass(env, "java/lang/OutOfMemoryError"); local
322 if (except) {
323 (*env)->ThrowNew(env, except, msg);
337 jclass except = (*env)->FindClass(env, "java/io/IOException"); local
340 if (except) {
341 (*env)->ThrowNew(env, except, msg);
/external/libxml2/
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/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 381 milliseconds