HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 2701 - 2725 of 4445) sorted by null

<<101102103104105106107108109110>>

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 460 } catch (Exception ex) {
461 Log.e(LOG_TAG, "got exception: " + ex.toString());
671 new Exception());
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
77 raise Exception
176 try: #unlikely to cause an exception, but you never know...
239 the source line where the logging call was made, and any exception
432 Format and return the specified exception information as a string.
461 called to format the event time. If there is exception information,
780 try: #unlikely to raise an exception, but you never know...
790 This method should be called from handlers when an exception is
845 exception information is present, it is formatted using
1177 def exception(self, msg, *args, **kwargs): member in class:Logger
1448 def exception(self, msg, *args, **kwargs): member in class:LoggerAdapter
1587 def exception(msg, *args, **kwargs): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_logging.py 500 """A special exception formatter."""
788 logging.exception("just testing")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
77 raise Exception
176 try: #unlikely to cause an exception, but you never know...
239 the source line where the logging call was made, and any exception
432 Format and return the specified exception information as a string.
461 called to format the event time. If there is exception information,
780 try: #unlikely to raise an exception, but you never know...
790 This method should be called from handlers when an exception is
845 exception information is present, it is formatted using
1177 def exception(self, msg, *args, **kwargs): member in class:Logger
1448 def exception(self, msg, *args, **kwargs): member in class:LoggerAdapter
1587 def exception(msg, *args, **kwargs): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_logging.py 500 """A special exception formatter."""
788 logging.exception("just testing")
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-alpha3/
repository-25.2.0-alpha3.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
77 raise Exception
176 try: #unlikely to cause an exception, but you never know...
239 the source line where the logging call was made, and any exception
432 Format and return the specified exception information as a string.
461 called to format the event time. If there is exception information,
780 try: #unlikely to raise an exception, but you never know...
790 This method should be called from handlers when an exception is
845 exception information is present, it is formatted using
1177 def exception(self, msg, *args, **kwargs): member in class:Logger
1448 def exception(self, msg, *args, **kwargs): member in class:LoggerAdapter
1587 def exception(msg, *args, **kwargs): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 500 """A special exception formatter."""
788 logging.exception("just testing")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
77 raise Exception
176 try: #unlikely to cause an exception, but you never know...
239 the source line where the logging call was made, and any exception
432 Format and return the specified exception information as a string.
461 called to format the event time. If there is exception information,
780 try: #unlikely to raise an exception, but you never know...
790 This method should be called from handlers when an exception is
845 exception information is present, it is formatted using
1177 def exception(self, msg, *args, **kwargs): member in class:Logger
1448 def exception(self, msg, *args, **kwargs): member in class:LoggerAdapter
1587 def exception(msg, *args, **kwargs): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py 500 """A special exception formatter."""
788 logging.exception("just testing")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 569 Throwable exception = render.getException(); local
570 if (exception != null) {
571 AdtPlugin.log(exception, "Failure rendering preview " + getDisplayName());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 200 public void log(@NonNull Severity severity, @Nullable Throwable exception,
202 if (exception == null) {
205 AdtPlugin.log(exception, format, args);
590 } catch (Exception e) {
    [all...]
  /art/compiler/driver/
compiler_driver.cc 666 LOG(FATAL) << "Unexpected exception compiling: " << PrettyMethod(method_idx, dex_file) << "\n"
1984 mirror::Throwable* exception = self->GetException(); local
2163 mirror::Throwable* exception = soa.Self()->GetException(); variable
2457 mirror::Throwable* exception = soa.Self()->GetException(); variable
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java 126 boolean forceGoogleCodec) throws Exception {
439 int dstWidth, int dstHeight) throws Exception {
468 String dstYuvFilename, int dstFrameWidth, int dstFrameHeight) throws Exception {
515 boolean forceGoogleDecoder) throws Exception {
689 private InputStream OpenFileOrResourceId(String filename, int resourceId) throws Exception {
722 throws Exception {
754 } catch (Exception e) {
968 final Exception[] exception = new Exception[1]; local
    [all...]
  /external/ImageMagick/Magick++/demo/
demo.cpp 511 catch( exception &error_ )
513 cout << "Caught exception: " << error_.what() << endl;
  /external/ImageMagick/www/api/
pixel-iterator.php 272 <p>PixelGetIteratorExceptionType() the exception type associated with the iterator. If no exception has occurred, UndefinedExceptionType is returned.</p>
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
BarRenderer.java 29 import com.androidplot.exception.PlotRenderException;
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
PlotTest.java 27 import com.androidplot.exception.PlotRenderException;
172 public void setUp() throws Exception {
177 public void tearDown() throws Exception {
182 public void testAddSeries() throws Exception {
223 public void testRemoveSeries() throws Exception {
294 public void testGetFormatter() throws Exception {
324 public void testGetSeriesListForRenderer() throws Exception {
351 public void testGetRendererList() throws Exception {
377 public void testAddListener() throws Exception {
405 public void testRemoveListener() throws Exception {
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3D.java 23 import org.apache.commons.math.exception.util.LocalizedFormats;
283 * @exception ArithmeticException if the norm is zero
306 * @exception ArithmeticException if the norm of the instance is null
336 * @exception ArithmeticException if either vector has a null norm
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
Array2DRowRealMatrix.java 24 import org.apache.commons.math.exception.util.LocalizedFormats;
EigenDecompositionImpl.java 22 import org.apache.commons.math.exception.util.LocalizedFormats;
93 * @exception InvalidMatrixException (wrapping a
117 * @exception InvalidMatrixException (wrapping a
281 * @exception IllegalArgumentException
283 * @exception InvalidMatrixException
323 * @exception IllegalArgumentException
325 * @exception InvalidMatrixException
365 * @exception IllegalArgumentException
367 * @exception InvalidMatrixException
FieldLUDecompositionImpl.java 25 import org.apache.commons.math.exception.util.LocalizedFormats;
70 * @exception NonSquareMatrixException if matrix is not square
354 * @exception IllegalArgumentException if matrices dimensions don't match
355 * @exception InvalidMatrixException if decomposed matrix is singular
RealMatrixImpl.java 24 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
SummaryStatistics.java 22 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/autotest/client/bin/
site_sysinfo.py 372 logging.exception('HWID expected but could not be identified; '

Completed in 2533 milliseconds

<<101102103104105106107108109110>>