Home
last modified time | relevance | path

Searched refs:THROW (Results 1 – 25 of 56) sorted by relevance

123

/external/opencv3/3rdparty/openexr/IlmImf/
DImfHeader.cpp291 THROW (Iex::ArgExc, "Image attribute name cannot be an empty string."); in insert()
312 THROW (Iex::TypeExc, "Cannot assign a value of " in insert()
337 THROW (Iex::ArgExc, "Cannot find image attribute \"" << name << "\"."); in operator []()
349 THROW (Iex::ArgExc, "Cannot find image attribute \"" << name << "\"."); in operator []()
646 THROW (Iex::ArgExc, "The width of the data window exceeds the " in sanityCheck()
653 THROW (Iex::ArgExc, "The width of the data window exceeds the " in sanityCheck()
717 THROW (Iex::ArgExc, "The width of the tiles exceeds the maximum " in sanityCheck()
724 THROW (Iex::ArgExc, "The width of the tiles exceeds the maximum " in sanityCheck()
781 THROW (Iex::ArgExc, "Pixel type of \"" << i.name() << "\" " in sanityCheck()
787 THROW (Iex::ArgExc, "The x subsampling factor for the " in sanityCheck()
[all …]
DImfTiledOutputFile.cpp490 THROW (Iex::ArgExc, in bufferedTileWrite()
515 THROW (Iex::ArgExc, in bufferedTileWrite()
1032 THROW (Iex::ArgExc, "Pixel type of \"" << i.name() << "\" channel " in setFrameBuffer()
1038 THROW (Iex::ArgExc, "All channels in a tiled file must have" in setFrameBuffer()
1325 THROW (Iex::ArgExc, "Cannot perform a quick pixel copy from image " in copyPixels()
1332 THROW (Iex::ArgExc, "Quick pixel copy from image " in copyPixels()
1338 THROW (Iex::ArgExc, "Cannot copy pixels from image " in copyPixels()
1344 THROW (Iex::ArgExc, "Quick pixel copy from image " in copyPixels()
1350 THROW (Iex::ArgExc, "Quick pixel copy from image " in copyPixels()
1356 THROW (Iex::ArgExc, "Quick pixel copy from image " in copyPixels()
[all …]
DImfFrameBuffer.cpp81 THROW (Iex::ArgExc, in insert()
103 THROW (Iex::ArgExc, in operator []()
118 THROW (Iex::ArgExc, in operator []()
DImfOutputFile.cpp828 THROW (Iex::ArgExc, "Pixel type of \"" << i.name() << "\" channel " in setFrameBuffer()
837 THROW (Iex::ArgExc, "X and/or y subsampling factors " in setFrameBuffer()
1152 THROW (Iex::ArgExc, "Cannot copy pixels from image " in copyPixels()
1160 THROW (Iex::ArgExc, "Cannot copy pixels from image " in copyPixels()
1166 THROW (Iex::ArgExc, "Quick pixel copy from image " in copyPixels()
1172 THROW (Iex::ArgExc, "Quick pixel copy from image " in copyPixels()
1178 THROW (Iex::ArgExc, "Quick pixel copy from image " in copyPixels()
1190 THROW (Iex::LogicExc, "Quick pixel copy from image " in copyPixels()
1226 THROW (Iex::LogicExc, "Cannot update preview image pixels. " in updatePreviewImage()
1276 THROW (Iex::ArgExc, "Cannot overwrite scan line " << y << ". " in breakScanLine()
DImfAttribute.cpp122 THROW (Iex::ArgExc, "Cannot register image file attribute " in registerAttributeType()
149 THROW (Iex::ArgExc, "Cannot create image file attribute of " in newAttribute()
DImfChannelList.cpp78 THROW (Iex::ArgExc, "Image channel name cannot be an empty string."); in insert()
97 THROW (Iex::ArgExc, "Cannot find image channel \"" << name << "\"."); in operator []()
109 THROW (Iex::ArgExc, "Cannot find image channel \"" << name << "\"."); in operator []()
DImfTiledInputFile.cpp300 THROW (Iex::InputExc, "Tile (" << dx << ", " << dy << ", " << in readTileData()
835 THROW (Iex::ArgExc, "X and/or y subsampling factors " in setFrameBuffer()
995 THROW (Iex::ArgExc, in readTiles()
1135 THROW (Iex::LogicExc, "Error calling numLevels() on image " in numLevels()
1213 THROW (Iex::ArgExc, "Error calling numXTiles() on image " in numXTiles()
1228 THROW (Iex::ArgExc, "Error calling numYTiles() on image " in numYTiles()
DImfOpaqueAttribute.cpp112 THROW (Iex::TypeExc, "Cannot copy the value of an " in copyValueFrom()
DImfStdIO.cpp69 THROW (Iex::InputExc, "Early end of file: read " << is.gcount() in checkError()
DImfTiledRgbaFile.cpp80 THROW (Iex::ArgExc, "Cannot open file \"" << fileName << "\" " in insertChannels()
216 THROW (Iex::ArgExc, "No frame buffer was specified as the " in writeTile()
734 THROW (Iex::ArgExc, "No frame buffer was specified as the " in readTile()
DImfScanLineInputFile.cpp342 THROW (Iex::InputExc, "Scan line " << minY << " is missing."); in readPixelData()
780 THROW (Iex::ArgExc, "X and/or y subsampling factors " in setFrameBuffer()
/external/opencv3/3rdparty/openexr/IlmThread/
DIlmThreadSemaphoreWin32.cpp90 THROW (LogicExc, "Could not create semaphore " in Semaphore()
108 THROW (LogicExc, "Could not wait on semaphore " in wait()
126 THROW (LogicExc, "Could not post on semaphore " in post()
139 THROW (LogicExc, "Could not get value of semaphore " in value()
/external/opencv3/3rdparty/openexr/Iex/
DIexMacros.h58 #define THROW(type, text) \ macro
143 THROW (type, text); \
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java61 CycleDetectingLockFactory.newInstance(Policies.THROW); in setUp()
79 newInstanceWithExplicitOrdering(MyOrder.class, Policies.THROW); in setUp()
85 newInstanceWithExplicitOrdering(OtherOrder.class, Policies.THROW); in setUp()
235 Lock myLock = CycleDetectingLockFactory.newInstance(Policies.THROW) in testExplicitOrdering_cycleWithUnorderedLock()
255 newInstanceWithExplicitOrdering(OtherOrder.class, Policies.THROW); in testExplicitOrdering_reentrantAcquisition()
271 newInstanceWithExplicitOrdering(OtherOrder.class, Policies.THROW); in testExplicitOrdering_acquiringMultipleLocksWithSameRank()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegOps.java178 public static final int THROW = 35; field in RegOps
348 case THROW: return "throw"; in opName()
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-try-throw.cpp26 #ifdef THROW in main()
/external/javassist/src/main/javassist/compiler/
DTokenId.java59 int THROW = 340; field
/external/iptables/extensions/
Dlibxt_addrtype.man35 .BI "THROW"
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java83 public static final int THROW = 0x27; field in Opcodes
/external/guava/guava/src/com/google/common/util/concurrent/
DCycleDetectingLockFactory.java205 THROW { enumConstant
339 nodes.get(i).checkAcquiredLocks(Policies.THROW, nodes.subList(0, i)); in createNodes()
/external/v8/src/runtime/
Druntime-generator.cc133 case JSGeneratorObject::THROW: in RUNTIME_FUNCTION()
/external/v8/src/parsing/
Dtoken.h129 K(THROW, "throw", 0) \
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopToDop.java381 MAP.put(Rops.THROW, Dops.THROW); in MAP.put() argument
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DSsaToRop.java286 && opcode != Rops.THROW) { in verifyValidExitPredecessor()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DEscapeAnalysis.java465 case RegOps.THROW: in processUse()
768 RegOps.THROW, null); in insertExceptionThrow()

123