| /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ |
| extc++.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 62 #include <ext/pb_ds/exception.hpp>
|
| /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ |
| extc++.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 62 #include <ext/pb_ds/exception.hpp>
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
| fscontext.py | 21 from . import exception namespace 30 raise exception.InvalidFSUseType("{0} is not a valid fs_use_* type.".format(t))
|
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
| common.h | 61 #include <exception> 199 class FatalException : public std::exception {
|
| /prebuilts/tools/common/easymock-tools/ |
| easymock-3.1-tests.jar | |
| /external/ImageMagick/MagickCore/ |
| stream.c | 52 #include "MagickCore/exception.h" 53 #include "MagickCore/exception-private.h" 100 *exception; 150 % ExceptionInfo *exception) 156 % o exception: return any errors or warnings in this structure. 160 ExceptionInfo *exception) 175 stream_info->stream=AcquireImage(image_info,exception); 356 % ExceptionInfo *exception) 365 % o exception: return any errors or warnings in this structure. 370 ExceptionInfo *exception) 98 *exception; member in struct:_StreamInfo [all...] |
| blob.c | 55 #include "MagickCore/exception.h" 56 #include "MagickCore/exception-private.h" 238 % const size_t length,ExceptionInfo *exception) 248 % o exception: return any errors or warnings in this structure. 252 const size_t length,ExceptionInfo *exception) 272 ThrowFileException(exception,BlobError,"UnableToWriteBlob",filename); 288 ThrowFileException(exception,BlobError,"UnableToWriteBlob",filename); 312 % const size_t length,ExceptionInfo *exception) 323 % o exception: return any errors or warnings in this structure. 327 const size_t length,ExceptionInfo *exception) 1802 exception); local [all...] |
| segment.c | 92 #include "MagickCore/exception.h" 93 #include "MagickCore/exception-private.h" 230 % const MagickBooleanType verbose,ExceptionInfo *exception) 249 % o exception: return any errors or warnings in this structure. 255 ExceptionInfo *exception) 364 image_view=AcquireVirtualCacheView(image,exception); 373 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); 523 if (AcquireImageColormap(image,number_clusters,exception) == MagickFalse) 540 image_view=AcquireAuthenticCacheView(image,exception); 561 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); [all...] |
| list.c | 47 #include "MagickCore/exception.h" 48 #include "MagickCore/exception-private.h" 119 % Image *CloneImageList(const Image *images,ExceptionInfo *exception) 125 % o exception: return any errors or warnings in this structure. 128 MagickExport Image *CloneImageList(const Image *images,ExceptionInfo *exception) 145 clone=CloneImage(images,0,0,MagickTrue,exception); 191 % ExceptionInfo *exception) 200 % o exception: return any errors or warnings in this structure. 204 ExceptionInfo *exception) 232 assert(exception != (ExceptionInfo *) NULL) [all...] |
| /external/ImageMagick/MagickWand/ |
| montage.c | 70 % char **argv,char **metadata,ExceptionInfo *exception) 82 % o exception: return any errors or warnings in this structure. 266 int argc,char **argv,char **metadata,ExceptionInfo *exception) 279 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \ 286 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \ 336 assert(exception != (ExceptionInfo *) NULL); 410 images=ReadImages(image_info,filename,exception); 420 image_info->filename,(int) scene,filename,exception); 424 images=ReadImages(image_info,filename,exception); 427 (exception->severity < ErrorException) 418 image_info->filename,(int) scene,filename,exception); local [all...] |
| magick-property.c | 92 (void) ThrowMagickException(wand->exception,GetMagickModule(),WandError, 135 (void) ThrowMagickException(wand->exception,GetMagickModule(),WandError, 582 (void) ThrowMagickException(wand->exception,GetMagickModule(),WandError, 645 (void) ThrowMagickException(wand->exception,GetMagickModule(),WandError, 649 (void) GetImageProperty(wand->images,"exif:*",wand->exception); 668 (void) ThrowMagickException(wand->exception,GetMagickModule(), 728 (void) ThrowMagickException(wand->exception,GetMagickModule(),WandError, 801 (void) ThrowMagickException(wand->exception,GetMagickModule(),WandError, 824 (void) ThrowMagickException(wand->exception,GetMagickModule(), [all...] |
| /packages/services/Telephony/src/com/android/phone/ |
| PhoneInterfaceManager.java | 282 if (ar.exception == null && ar.result != null) { 351 if (ar.exception == null && ar.result != null) { 357 } else if (ar.exception instanceof CommandException) { 359 ar.exception); 361 loge("iccTransmitApduLogicalChannel: Unknown exception"); 391 if (ar.exception == null && ar.result != null) { 397 } else if (ar.exception instanceof CommandException) { 399 ar.exception); 401 loge("iccTransmitApduBasicChannel: Unknown exception"); 431 if (ar.exception == null && ar.result != null) [all...] |
| /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
| zone.py | 22 import dns.exception namespace 32 class BadZone(dns.exception.DNSException): 185 of raising an exception if the node does not exist and creation 593 raise dns.exception.SyntaxError 599 raise dns.exception.SyntaxError 607 raise dns.exception.SyntaxError 608 except dns.exception.SyntaxError: 609 raise dns.exception.SyntaxError 613 raise dns.exception.SyntaxError("RR class is not zone's class") 618 raise dns.exception.SyntaxError("unknown rdatatype '%s'" % token.value [all...] |
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
| CameraPreview.java | 195 } catch (IOException exception) { 196 Log.e(TAG, "IOException caused by setPreviewDisplay()", exception); 254 } catch (IOException exception) { 255 Log.e(TAG, "IOException caused by setPreviewDisplay()", exception);
|
| /development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
| CameraFragment.java | 206 } catch (IOException exception) { 207 Log.e(TAG, "IOException caused by setPreviewDisplay()", exception); 272 } catch (IOException exception) { 273 Log.e(TAG, "IOException caused by setPreviewDisplay()", exception);
|
| /external/ImageMagick/Magick++/tests/ |
| appendImages.cpp | 72 catch( Exception &error_ ) 74 cout << "Caught exception: " << error_.what() << endl; 77 catch( exception &error_ ) 79 cout << "Caught exception: " << error_.what() << endl;
|
| colorHistogram.cpp | 82 catch( Exception &error_ ) 84 cout << "Caught exception: " << error_.what() << endl; 87 catch( exception &error_ ) 89 cout << "Caught exception: " << error_.what() << endl;
|
| /external/ImageMagick/coders/ |
| sixel.c | 54 #include "MagickCore/exception.h" 55 #include "MagickCore/exception-private.h" 940 % ExceptionInfo *exception) 946 % o exception: return any errors or warnings in this structure. 949 static Image *ReadSIXELImage(const ImageInfo *image_info,ExceptionInfo *exception) 989 assert(exception != (ExceptionInfo *) NULL); 990 assert(exception->signature == MagickCoreSignature); 991 image=AcquireImage(image_info,exception); 992 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); [all...] |
| /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
| SeriesRenderer.java | 23 import com.androidplot.exception.PlotRenderException;
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
| AbstractRandomGenerator.java | 19 import org.apache.commons.math.exception.NotStrictlyPositiveException;
|
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
| ExcludedProxyTest.java | 45 public void test_usingProxy() throws Exception { 54 boolean exception = false; 133 boolean exception = false; 147 exception = true; 149 assertTrue("Exception should have been thrown", exception); 206 // should not throw exception
|
| /external/autotest/client/cros/ |
| backchannel.py | 46 def __exit__(self, exception, value, traceback): 74 exception=utils.TimeoutError( 106 exception=utils.TimeoutError('Timed out waiting for route'), 108 except Exception, e: 134 exception=utils.TimeoutError(
|
| network.py | 76 exception=utils.TimeoutError('Timed out waiting for modem to ' + 90 exception=utils.TimeoutError( 104 exception=utils.TimeoutError( 155 def __exit__(self, exception, value, traceback):
|
| touch_playback_test_base.py | 246 exception=error.TestError('Test page is not ready!')) 322 exception=error.TestError('Page not set to default scroll!')) 338 exception=error.TestError('No scrolling occurred!'), timeout=30) 350 exception=error.TestError('Page did not stop moving!'),
|
| /external/autotest/client/cros/cellular/ |
| forward_8960_screen | 93 def __exit__(self, exception, value, traceback):
|