HomeSort by relevance Sort by last modified time
    Searched refs:throwError (Results 1 - 21 of 21) sorted by null

  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 38 rs->throwError(RS_ERROR_INVALID_ELEMENT, "Element not supported for intrinsic");
51 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "3DLUT forEach element mismatch");
59 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "setLUT element does not match");
63 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "setLUT Allocation must be 3D");
72 rs->throwError(RS_ERROR_INVALID_ELEMENT, "Element not supported for intrinsic");
85 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend");
93 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend");
101 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend");
109 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend");
117 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend")
    [all...]
Element.cpp 28 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
32 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
40 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
44 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
52 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
56 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
64 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
68 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
321 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Vector size out of range 2-4.");
336 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Unsupported DataKind")
    [all...]
Allocation.cpp 163 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Source must be exactly one usage type.");
172 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Allocation does not support USAGE_SHARED.");
178 mRS->throwError(RS_ERROR_RUNTIME_ERROR, "Can't use getPointer on older APIs");
185 mRS->throwError(RS_ERROR_RUNTIME_ERROR, "Allocation lock failed");
221 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Count must be >= 1.");
226 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid copy specified");
244 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Count must be >= 1.");
249 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid copy specified");
288 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Updated region larger than allocation.");
372 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Updated region larger than allocation.")
    [all...]
Script.cpp 32 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "At least one of ain or aout is required to be non-null.");
RenderScript.cpp 196 void RS::throwError(RSError error, const char *errMsg) {
240 rs->throwError(RS_ERROR_RUNTIME_ERROR, "Error returned from runtime");
rsCppStructs.h 150 void throwError(RSError error, const char *errMsg);
    [all...]
  /external/v8/test/intl/overrides/
security.js 30 function throwError() {
34 Intl.Collator = Intl.NumberFormat = Intl.DateTimeFormat = throwError;
36 Intl.Collator.prototype.compare = throwError;
37 Intl.NumberFormat.prototype.format = throwError;
38 Intl.DateTimeFormat.prototype.format = throwError;
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementProcessor.java 279 * @param throwError True if it should throw an error if an
287 ElemTemplateElement target, boolean throwError)
295 || !throwError);
  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 36 static int readFromFile(const char *path, char* buf, size_t size, bool throwError)
43 if (throwError) {
  /external/v8/test/webkit/
dfg-inline-function-dot-caller.js 32 function throwError() {
  /external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
polymer.js     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 144 void throwError(RSError error, const char *errMsg);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 144 void throwError(RSError error, const char *errMsg);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 144 void throwError(RSError error, const char *errMsg);
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/chromium-trace/trace-viewer/tracing/third_party/mocha/
mocha.js     [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 700 milliseconds