HomeSort by relevance Sort by last modified time
    Searched refs:setError (Results 1 - 25 of 381) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/parameter-framework/upstream/parameter/
BaseParameter.cpp 97 parameterAccessContext.setError("Unsupported conversion");
103 parameterAccessContext.setError("Unsupported conversion");
110 parameterAccessContext.setError("Unsupported conversion");
116 parameterAccessContext.setError("Unsupported conversion");
123 parameterAccessContext.setError("Unsupported conversion");
129 parameterAccessContext.setError("Unsupported conversion");
136 parameterAccessContext.setError("Unsupported conversion");
142 parameterAccessContext.setError("Unsupported conversion");
FloatingPointParameterType.cpp 95 serializingContext.setError("Unsupported size (" + std::to_string(sizeInBits) + ") for " +
108 serializingContext.setError("Min (" + std::to_string(_fMin) +
123 parameterAccessContext.setError("Hexadecimal values are not supported for " + getKind() +
134 parameterAccessContext.setError("Value '" + strValue + "' is invalid");
143 parameterAccessContext.setError("Value " + strValue + " is not a finite number");
160 parameterAccessContext.setError("Value " + strValue + " is invalid");
202 parameterAccessContext.setError(ostrStream.str());
239 parameterAccessContext.setError("Value out of range");
ParameterType.cpp 217 parameterAccessContext.setError("Unsupported conversion");
224 parameterAccessContext.setError("Unsupported conversion");
232 parameterAccessContext.setError("Unsupported conversion");
239 parameterAccessContext.setError("Unsupported conversion");
247 parameterAccessContext.setError("Unsupported conversion");
255 parameterAccessContext.setError("Unsupported conversion");
264 parameterAccessContext.setError("Unsupported conversion");
272 parameterAccessContext.setError("Unsupported conversion");
FrameworkConfigurationLocation.cpp 50 serializingContext.setError("Empty Path attribute in element " + xmlElement.getPath());
BooleanParameterType.cpp 57 parameterAccessContext.setError(strValue + " value not part of numerical space {");
110 parameterAccessContext.setError("Value out of range");
ComponentType.cpp 96 serializingContext.setError("ComponentType " + strExtendsType + " referred to by " +
104 serializingContext.setError("Recursive ComponentType definition of " +
XmlFileIncluderElement.cpp 74 elementSerializingContext.setError("Could not parse document \"" + strPath + "\"");
94 elementSerializingContext.setError("Unable to create XML element " +
InstanceConfigurableElement.cpp 186 parameterAccessContext.setError("Unable to synchronize modification. No Syncer object "
195 parameterAccessContext.setError(strError);
211 errorContext.setError("Path not found: " + pathNavigator.getCurrentPath());
SelectionCriterionRule.cpp 161 xmlDomainImportContext.setError("Couldn't find selection criterion " +
175 xmlDomainImportContext.setError("Wrong MatchesWhen attribute " + strMatchesWhen + " in " +
187 xmlDomainImportContext.setError("Wrong Value attribute value " + strValue + " in " +
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.cpp 35 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER,
40 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER,
46 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER,
51 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER,
58 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER,
63 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER,
68 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER,
  /external/parameter-framework/upstream/utility/
ErrorContext.hpp 43 void setError(const std::string &error) { mError = error; }
  /external/parameter-framework/upstream/xmlserializer/
XmlStreamDocSink.cpp 49 serializingContext.setError("Unable to encode XML document in memory");
  /external/llvm/lib/Support/
YAMLTraits.cpp 140 setError(CurrentNode, "not a mapping");
147 setError(CurrentNode, Twine("missing required key '") + Key + "'");
170 setError(NN.second.get(), Twine("unknown key '") + NN.first() + "'");
191 setError(CurrentNode, "not a sequence");
258 setError(CurrentNode, "unknown enumerated scalar");
267 setError(CurrentNode, "expected sequence of bit values");
285 setError(CurrentNode, "unexpected scalar in sequence of bit values");
290 setError(CurrentNode, "expected sequence of bit values");
302 setError(SQ->Entries[i].get(), "unknown bit value");
313 setError(CurrentNode, "unexpected scalar")
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 96 static T setError(GLint error, T returnValue) {
397 return setError(EGL_BAD_ALLOC, EGL_FALSE);
404 return setError(EGL_BAD_ALLOC, EGL_FALSE);
418 return setError(EGL_BAD_ALLOC, EGL_FALSE);
422 return setError(EGL_BAD_ALLOC, EGL_FALSE);
434 return setError(EGL_BAD_ACCESS, EGL_FALSE);
512 return setError(EGL_BAD_ACCESS, EGL_FALSE);
554 return setError(EGL_BAD_ALLOC, EGL_FALSE);
572 setError(EGL_BAD_ALLOC, EGL_FALSE);
577 setError(EGL_BAD_ALLOC, EGL_FALSE)
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
CustomErrorEditText.java 40 public void setError(CharSequence error, Drawable icon) {
  /frameworks/rs/driver/
rsdFrameBufferObj.cpp 55 rsc->setError(RS_ERROR_BAD_VALUE,
59 rsc->setError(RS_ERROR_BAD_VALUE,
63 rsc->setError(RS_ERROR_BAD_VALUE,
67 rsc->setError(RS_ERROR_BAD_VALUE,
rsdProgramRaster.cpp 49 rsc->setError(RS_ERROR_FATAL_DRIVER, "Invalid cull type");
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 288 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
292 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
308 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE);
324 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE);
345 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE);
370 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE);
706 return setError(EGL_BAD_NATIVE_WINDOW, EGL_NO_SURFACE);
712 return setError(EGL_BAD_NATIVE_WINDOW, EGL_NO_SURFACE);
720 return setError(EGL_BAD_ALLOC, EGL_NO_SURFACE);
733 return setError(EGL_BAD_ATTRIBUTE, EGL_NO_SURFACE)
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
FastPrintWriter.java 261 * previously or if {@code setError()} has been called;
263 * @see #setError()
285 protected void setError() {
420 setError();
437 setError();
456 setError();
475 setError();
500 setError();
536 setError();
601 setError();
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
ComposerCommandEngine.h 177 mWriter.setError(getCommandLoc(), err);
211 mWriter.setError(getCommandLoc(), err);
242 mWriter.setError(getCommandLoc(), err);
265 mWriter.setError(getCommandLoc(), err);
304 mWriter.setError(getCommandLoc(), err);
317 mWriter.setError(getCommandLoc(), err);
336 mWriter.setError(getCommandLoc(), err);
350 mWriter.setError(getCommandLoc(), err);
381 mWriter.setError(getCommandLoc(), err);
396 mWriter.setError(getCommandLoc(), err)
    [all...]
  /external/llvm/lib/ObjectYAML/
ObjectYAML.cpp 50 IO.setError("YAML Object File missing document type tag!");
52 IO.setError(
  /frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
TextInputLayoutUsage.java 45 mUsernameInputLayout.setError("Some unknown error has occurred");
49 mUsernameInputLayout.setError(null);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 157 setError(SDCARD_ACCESS_ERROR);
172 setError(INTERNAL_ERROR);
186 setError(IN_CALL_RECORD_ERROR);
188 setError(INTERNAL_ERROR);
222 setError(INTERNAL_ERROR);
226 setError(SDCARD_ACCESS_ERROR);
252 setError(SDCARD_ACCESS_ERROR);
273 private void setError(int error) {
  /frameworks/rs/
rsProgramVertex.cpp 44 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
68 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
73 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
86 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
91 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
104 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
109 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
122 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
127 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
  /frameworks/native/services/vr/hardware_composer/impl/
vr_composer_client.cpp 74 mWriter.setError(getCommandLoc(), err);
87 mWriter.setError(getCommandLoc(), err);
100 mWriter.setError(getCommandLoc(), err);

Completed in 920 milliseconds

1 2 3 4 5 6 7 8 91011>>