/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfHeader.cpp | 291 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 …]
|
D | ImfTiledOutputFile.cpp | 490 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 …]
|
D | ImfFrameBuffer.cpp | 81 THROW (Iex::ArgExc, in insert() 103 THROW (Iex::ArgExc, in operator []() 118 THROW (Iex::ArgExc, in operator []()
|
D | ImfOutputFile.cpp | 828 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()
|
D | ImfAttribute.cpp | 122 THROW (Iex::ArgExc, "Cannot register image file attribute " in registerAttributeType() 149 THROW (Iex::ArgExc, "Cannot create image file attribute of " in newAttribute()
|
D | ImfChannelList.cpp | 78 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 []()
|
D | ImfTiledInputFile.cpp | 300 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()
|
D | ImfOpaqueAttribute.cpp | 112 THROW (Iex::TypeExc, "Cannot copy the value of an " in copyValueFrom()
|
D | ImfStdIO.cpp | 69 THROW (Iex::InputExc, "Early end of file: read " << is.gcount() in checkError()
|
D | ImfTiledRgbaFile.cpp | 80 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()
|
D | ImfScanLineInputFile.cpp | 342 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/ |
D | IlmThreadSemaphoreWin32.cpp | 90 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/ |
D | IexMacros.h | 58 #define THROW(type, text) \ macro 143 THROW (type, text); \
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | CycleDetectingLockFactoryTest.java | 61 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/ |
D | RegOps.java | 178 public static final int THROW = 35; field in RegOps 348 case THROW: return "throw"; in opName()
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-try-throw.cpp | 26 #ifdef THROW in main()
|
/external/javassist/src/main/javassist/compiler/ |
D | TokenId.java | 59 int THROW = 340; field
|
/external/iptables/extensions/ |
D | libxt_addrtype.man | 35 .BI "THROW"
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | Opcodes.java | 83 public static final int THROW = 0x27; field in Opcodes
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | CycleDetectingLockFactory.java | 205 THROW { enumConstant 339 nodes.get(i).checkAcquiredLocks(Policies.THROW, nodes.subList(0, i)); in createNodes()
|
/external/v8/src/runtime/ |
D | runtime-generator.cc | 133 case JSGeneratorObject::THROW: in RUNTIME_FUNCTION()
|
/external/v8/src/parsing/ |
D | token.h | 129 K(THROW, "throw", 0) \
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | RopToDop.java | 381 MAP.put(Rops.THROW, Dops.THROW); in MAP.put() argument
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
D | SsaToRop.java | 286 && opcode != Rops.THROW) { in verifyValidExitPredecessor()
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | EscapeAnalysis.java | 465 case RegOps.THROW: in processUse() 768 RegOps.THROW, null); in insertExceptionThrow()
|