Searched refs:InternalError (Results 1 - 25 of 114) sorted by relevance

12345

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkWsiPlatform.cpp33 TCU_THROW(InternalError, "resize() called on window not supporting it");
H A DvkPrograms.cpp100 TCU_THROW(InternalError, "SPIR-V endianness translation not supported");
114 TCU_THROW(InternalError, "Compiling GLSL to SPIR-V failed");
125 TCU_THROW(InternalError, "Validation failed for compiled SPIR-V binary");
141 TCU_THROW(InternalError, "Failed to assemble SPIR-V");
152 TCU_THROW(InternalError, "Validation failed for assembled SPIR-V binary");
168 TCU_THROW(InternalError, "SPIR-V endianness translation not supported");
187 TCU_THROW(InternalError, "SPIR-V endianness translation not supported");
H A DvkDeviceUtil.cpp92 TCU_THROW(InternalError, "Invalid --deqp-vk-device-id");
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DErrorManager.cs46 public static void InternalError(object error, Exception e) method in class:Antlr.Runtime.Misc.ErrorManager
54 public static void InternalError(object error) method in class:Antlr.Runtime.Misc.ErrorManager
/external/deqp/framework/common/
H A DtcuDefs.hpp86 class InternalError : public TestException class in namespace:tcu
89 InternalError (const char* message, const char* expr, const char* file, int line);
90 InternalError (const std::string& message);
91 virtual ~InternalError (void) throw() {}
137 //! Throw InternalError if condition X is not satisfied
138 #define TCU_CHECK_INTERNAL(X) do { if (!(!deGetFalse() && (X))) throw tcu::InternalError(DE_NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
H A DtcuStringTemplate.cpp70 TCU_THROW(InternalError, "No '}' found in template parameter");
92 TCU_THROW(InternalError, (string("Unrecognized flag") + paramStr).c_str());
113 TCU_THROW(InternalError, (string("Value for parameter '") + paramName + "' not found in map").c_str());
H A DtcuImageIO.cpp62 throw InternalError("Unrecognized image file extension", fileName, __FILE__, __LINE__);
98 throw InternalError("An error occured when loading PNG", fileName, __FILE__, __LINE__);
118 throw InternalError("Unsupported PNG depth or color type", fileName, __FILE__, __LINE__);
142 throw InternalError("Unsupported texture format", DE_NULL, __FILE__, __LINE__);
179 throw tcu::InternalError("PNG compression failed");
238 throw InternalError("Signature doesn't match PKM signature", resource->getName().c_str(), __FILE__, __LINE__);
242 throw InternalError("Unsupported PKM type", resource->getName().c_str(), __FILE__, __LINE__);
H A DtcuTestCase.cpp86 throw tcu::InternalError(std::string("Test case with non-unique name '") + node->getName() + "' added to group '" + getName() + "'.");
130 throw InternalError("TestCaseGroup::iterate() called!", "", __FILE__, __LINE__);
H A DtcuTestPackage.cpp48 throw InternalError("TestPackage::iterate() called!", "", __FILE__, __LINE__);
163 throw InternalError("TestPackageRoot::iterate() called!", "", __FILE__, __LINE__);
/external/llvm/tools/bugpoint/
H A DListReducer.h34 InternalError // Encountered an error trying to run the predicate enumerator in enum:llvm::ListReducer::TestResult
70 case InternalError:
148 case InternalError:
151 assert(Error.empty() && "doTest did not return InternalError for error");
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DLineNumber_info.java70 throw new InternalError (e.toString ());
H A DDeclaredExceptionTable.java59 throw new InternalError (e.toString ());
H A DExceptionHandlerTable.java65 throw new InternalError (e.toString ());
H A DException_info.java95 throw new InternalError (e.toString ());
H A DInnerClass_info.java60 throw new InternalError (e.toString ());
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DFieldsSet.java27 throw new InternalError("Preposterous field count " + fieldsCount);
127 throw new InternalError("split around '=' failed: " + fieldStr);
199 throw new InternalError("Trying to inherit from field " + field + " but inheritFrom is null");
202 throw new InternalError("Trying to inherit from field " + field + " but inheritFrom["+field+"] is not set");
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DFieldsSet.java26 throw new InternalError("Preposterous field count " + fieldsCount);
126 throw new InternalError("split around '=' failed: " + fieldStr);
198 throw new InternalError("Trying to inherit from field " + field + " but inheritFrom is null");
201 throw new InternalError("Trying to inherit from field " + field + " but inheritFrom["+field+"] is not set");
/external/mesa3d/scons/
H A Ddxsdk.py54 raise SCons.Errors.InternalError, "Unsupported target machine"
H A Dllvm.py50 raise SCons.Errors.InternalError, "Specified LLVM directory not found"
61 raise SCons.Errors.InternalError, "LLVM binary directory not found"
/external/deqp/framework/platform/android/
H A DtcuAndroidRenderActivity.cpp144 throw InternalError("Got unexpected onNativeWindowCreated() event from system");
152 throw InternalError("Got onNativeWindowResized() event targeting different window");
163 throw InternalError("Got unexpected onNativeWindowResized() event from system");
169 throw InternalError("Got onNativeWindowDestroyed() event targeting different window");
172 throw InternalError("Got unexpected onNativeWindowDestroyed() event from system");
/external/deqp/framework/opengl/
H A DgluRenderConfig.cpp140 throw tcu::InternalError(std::string("Invalid GL configuration: '") + renderCfgName + "'");
153 throw tcu::InternalError("Unsupported surface type");
179 throw tcu::InternalError("Unsupported window visibility");
H A DgluTextureUtil.cpp41 * If no mapping is found, throws tcu::InternalError.
125 throw tcu::InternalError("Can't map texture format to GL transfer format");
135 * If no mapping is found, throws tcu::InternalError.
224 throw tcu::InternalError("Can't map texture format to GL internal format");
232 * If no mapping is found, throws tcu::InternalError.
283 throw tcu::InternalError("Can't map compressed format to GL format");
291 * If no mapping is found, throws tcu::InternalError.
342 throw tcu::InternalError("Can't map compressed GL format to compressed format");
429 * If no mapping is found, throws tcu::InternalError.
457 throw tcu::InternalError(strin
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/
H A DInterfaceCollection.java54 throw new InternalError (e.toString ());
H A DFieldCollection.java81 throw new InternalError (e.toString ());
H A DField_info.java166 throw new InternalError (e.toString ());

Completed in 399 milliseconds

12345