| /external/chromium-trace/catapult/tracing/third_party/devscripts/ |
| licensecheck.pl | 460 $extrainfo = " (with Qt exception)$extrainfo" 630 if ($licensetext =~ /As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice/) { 631 $license = $license . "with Bison parser exception"; 634 if ($licensetext =~ /As a special exception to the GNU General Public License, if you distribute this file as part of a program or library that is built using GNU Libtool, you may include this file under the same distribution terms that you use for the rest of that program/) { 635 $license = $license . "with libtool exception";
|
| /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/ |
| XmlMessageBuilder.java | 19 import com.google.polo.exception.PoloException; 20 import com.google.polo.exception.ProtocolErrorException; 454 * of the exception. 456 * @param exception the {@link Exception} to use to determine the error 461 public String getErrorXML(Exception exception)
|
| /external/icu/icu4c/source/test/intltest/ |
| callimts.cpp | 55 UErrorCode exception = U_ZERO_ERROR; local 58 cal->setTime(millis, exception); 59 if (U_SUCCESS(exception)) {
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
| HttpConnection.java | 210 IOException exception = new IOException("unexpected end of stream on " + connection local 212 exception.initCause(e); 213 throw exception;
|
| /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/ |
| WebSocketReaderTest.java | 312 final AtomicReference<Exception> exception = new AtomicReference<>(); local 320 exception.set(e); 326 assertNotNull(exception.get());
|
| /external/v8/src/compiler/ |
| node-properties.cc | 207 Node* success, Node* exception) { 215 DCHECK_NOT_NULL(exception); 216 edge.UpdateTo(exception);
|
| /external/v8/test/mjsunit/harmony/ |
| async-function-debug-scopes.js | 11 async function thrower() { throw 'Exception'; } 15 var exception = null; variable 24 exception = e; 41 if (exception) { 42 exception.message = `${name} / ${exception.message}`; 43 print(exception.stack); 86 CheckScopeContent({e: 'Exception'}, 0, exec_state); 124 CheckScopeContent({ e: 'Exception' }, 0, exec_state); 163 CheckScopeContent({ e: 'Exception' }, 0, exec_state) [all...] |
| /external/v8/tools/testrunner/local/ |
| execution.py | 133 def SetupProblem(exception, test): 134 stderr = ">>> EXCEPTION: %s\n" % exception 135 match = re.match(r"^.*No such file or directory: '(.*)'$", str(exception)) 173 except Exception, e: 222 except Exception, e: 223 print("PerfData exception: %s" % e) 335 except Exception, e: 336 # If this failed, save the exception and re-raise it later (after 385 class BreakNowException(Exception) [all...] |
| /frameworks/base/media/jni/ |
| android_media_MediaMetadataRetriever.cpp | 54 static void process_media_retriever_call(JNIEnv *env, status_t opStatus, const char* exception, const char *message) 61 jniThrowException( env, exception, message); 66 jniThrowException( env, exception, msg); 107 if (!tmp) { // OutOfMemoryError exception already thrown 359 if (!array) { // OutOfMemoryError exception has already been thrown.
|
| /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
| Model.java | 77 private void notifyUpdateListeners(Exception e) { 99 if (result.exception != null) { 100 Log.e(TAG, "Error while loading directory contents", result.exception); 101 notifyUpdateListeners(result.exception); 112 } catch (Exception e) { 431 void onModelUpdateFailed(Exception e);
|
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
| NetworkDetail.java | 164 RuntimeException exception = null; local 214 exception = e; 221 * If, however, a previous exception was detected and the UTF-8 bit is set, failure to 223 * an exception will be triggered. 235 if (extendedCapabilities.isStrictUtf8() && exception != null) {
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
| ArrayTest.java | 36 } catch (Exception e) { 37 fail("Exception during get test : " + e.getMessage()); 48 fail("Passing non-array failed to throw exception"); 58 fail("Invalid index failed to throw exception"); 67 } catch (Exception e) { 68 fail("Exception during get test : " + e.getMessage()); 79 fail("Passing non-array failed to throw exception"); 89 fail("Invalid index failed to throw exception"); 104 } catch (Exception e) { 105 fail("Exception during get test : " + e.getMessage()) [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
| SSLSocketTest.java | 52 public void testConstructor() throws Exception { 61 public void testConstructor_InetAddressI() throws Exception { 89 public void testConstructor_InetAddressIInetAddressI() throws Exception { 136 public void testConstructor_StringI() throws Exception { 170 public void testConstructor_StringIInetAddressI() throws Exception { 207 public void test_creationStressTest() throws Exception { 490 Exception e = server.getException(); 518 private Exception exception; field in class:SSLSocketTest.TestServer 569 } catch (Exception ex) [all...] |
| /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-producers/2.6/ |
| dagger-producers-2.6.jar | |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
| RemoteAdtTestRunner.java | 515 public void runFailed(String message, Exception exception) { 516 if (exception != null) { 517 AdtPlugin.logAndPrintError(exception, mLaunchInfo.getProject().getName(),
|
| /prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.9/ |
| maven-core-2.0.9.jar | |
| /external/ImageMagick/coders/ |
| dcm.c | 55 #include "MagickCore/exception.h" 56 #include "MagickCore/exception-private.h" 111 { 0x0000, 0x0902, "LO", "Exception Comment" }, 112 { 0x0000, 0x0903, "US", "Exception ID" }, [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
| /prebuilts/devtools/tools/lib/ |
| org-eclipse-core-commands-3.6.0.jar | |
| /prebuilts/tools/common/eclipse/ |
| org.eclipse.core.commands_3.4.0.I20080509-2000.jar | |
| org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
| /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/ |
| org-eclipse-core-commands-3.6.0.jar | |
| /art/runtime/interpreter/mterp/mips/ |
| footer.S | 11 * We've detected a condition that will result in an exception, but the exception 81 * exception, handle it. Otherwise, roll back and retry with the reference 86 beqz a0, MterpFallback # If exception, fall back to reference interpreter. 87 /* intentional fallthrough - handle pending exception. */ 89 * On return from a runtime helper routine, we've found a pending exception.
|
| /device/google/contexthub/lib/libm/ |
| wf_pow.c | 34 struct exception exc;
|
| /external/ImageMagick/Magick++/demo/ |
| piddle.cpp | 173 catch( exception &error_ ) 175 cout << "Caught exception: " << error_.what() << endl;
|