HomeSort by relevance Sort by last modified time
    Searched defs:errorString (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxmlerror.cpp 34 const char* TiXmlBase::errorString[ TiXmlBase::TIXML_ERROR_STRING_COUNT ] =
tinyxml.h 371 static const char* errorString[ TIXML_ERROR_STRING_COUNT ];
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlerror.cpp 34 const char* TiXmlBase::errorString[ TiXmlBase::TIXML_ERROR_STRING_COUNT ] =
  /external/tinyxml/
tinyxmlerror.cpp 34 const char* TiXmlBase::errorString[ TIXML_ERROR_STRING_COUNT ] =
  /frameworks/base/opengl/java/android/opengl/
GLException.java 36 String errorString = GLU.gluErrorString(error);
37 if ( errorString == null ) {
38 errorString = "Unknown error 0x" + Integer.toHexString(error);
40 return errorString;
  /cts/hostsidetests/security/src/android/security/cts/
SELinuxHostTest.java 88 StringBuilder errorString = new StringBuilder();
90 errorString.append(line);
91 errorString.append("\n");
98 + errorString, errorString.length() == 0);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 59 _TCHAR errorString[32];
60 _stprintf(errorString, _T("0x%04x"), error);
61 MessageBox(NULL, errorString, _T("GL Error"), MB_OK);
71 _TCHAR errorString[32];
72 _stprintf(errorString, _T("0x%04x"), error);
73 MessageBox(NULL, errorString, _T("EGL Initialization Error"), MB_OK);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorRuntimeAgent.cpp 76 void InspectorRuntimeAgent::evaluate(ErrorString* errorString, const String& expression, const String* const objectGroup, const bool* const includeCommandLineAPI, const bool* const doNotPauseOnExceptionsAndMuteConsole, const int* executionContextId, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown)
78 InjectedScript injectedScript = injectedScriptForEval(errorString, executionContextId);
87 injectedScript.evaluate(errorString, expression, objectGroup ? *objectGroup : "", asBool(includeCommandLineAPI), asBool(returnByValue), asBool(generatePreview), &result, wasThrown);
95 void InspectorRuntimeAgent::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const RefPtr<JSONArray>* const optionalArguments, const bool* const doNotPauseOnExceptionsAndMuteConsole, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown)
99 *errorString = "Inspected frame has gone";
112 injectedScript.callFunctionOn(errorString, objectId, expression, arguments, asBool(returnByValue), asBool(generatePreview), &result, wasThrown);
120 void InspectorRuntimeAgent::getProperties(ErrorString* errorString, const String& objectId, const bool* ownProperties, const bool* accessorPropertiesOnly, RefPtr<Typ (…)
    [all...]
InspectorConsoleAgent.cpp 87 void InspectorConsoleAgent::enable(ErrorString*)
109 void InspectorConsoleAgent::disable(ErrorString*)
119 void InspectorConsoleAgent::clearMessages(ErrorString*)
130 ErrorString error;
140 ErrorString error;
153 String errorString;
154 disable(&errorString);
160 ErrorString error;
170 ErrorString error;
180 ErrorString error
    [all...]
InspectorDOMAgent.cpp 267 ErrorString error;
395 Node* InspectorDOMAgent::assertNode(ErrorString* errorString, int nodeId)
399 *errorString = "Could not find node with given id";
405 Document* InspectorDOMAgent::assertDocument(ErrorString* errorString, int nodeId)
407 Node* node = assertNode(errorString, nodeId);
412 *errorString = "Document is not available";
418 Element* InspectorDOMAgent::assertElement(ErrorString* errorString, int nodeId
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.h 95 __strong char *errorString;
103 @property __strong char *errorString;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
MainThreadWebSocketChannel.cpp 547 String errorString;
548 WebSocketFrame::ParseFrameResult result = WebSocketFrame::parseFrame(m_buffer.data(), m_buffer.size(), frame, frameEnd, errorString);
552 failAsError(errorString);
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateMaker.cpp 357 SkString errorString;
359 engine.getErrorString(&errorString);
361 setErrorNoun(errorString);
  /external/chromium_org/third_party/skia/tools/
bench_pictures_main.cpp 318 SkString errorString;
319 SkAutoTUnref<sk_tools::PictureRenderer> renderer(parseRenderer(errorString,
322 if (errorString.size() > 0) {
323 gLogger.logError(errorString);
render_pictures_main.cpp 443 SkString errorString;
444 SkAutoTUnref<sk_tools::PictureRenderer> renderer(parseRenderer(errorString,
446 if (errorString.size() > 0) {
447 SkDebugf("%s\n", errorString.c_str());
  /external/skia/src/animator/
SkAnimateMaker.cpp 357 SkString errorString;
359 engine.getErrorString(&errorString);
361 setErrorNoun(errorString);
  /external/skia/tools/
bench_pictures_main.cpp 318 SkString errorString;
319 SkAutoTUnref<sk_tools::PictureRenderer> renderer(parseRenderer(errorString,
322 if (errorString.size() > 0) {
323 gLogger.logError(errorString);
render_pictures_main.cpp 443 SkString errorString;
444 SkAutoTUnref<sk_tools::PictureRenderer> renderer(parseRenderer(errorString,
446 if (errorString.size() > 0) {
447 SkDebugf("%s\n", errorString.c_str());
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 103 String errorString = String.format(
106 assertEquals(errorString, DownloadManager.STATUS_SUCCESSFUL, status);
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUt.java 537 String errorString;
541 errorString = new String("IMS UT exception");
544 errorString = new String(error.mExtraMessage);
546 AsyncResult.forMessage(result, null, new ImsException(errorString, error.mCode));
  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 134 int errorString = 0;
139 errorString = R.string.invalid_destination;
143 errorString = R.string.service_not_activated;
146 errorString = R.string.service_network_problem;
150 errorString = R.string.service_message_not_found;
153 if (errorString != 0) {
154 DownloadManager.getInstance().showErrorCodeToast(errorString);
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ParserTest.java 125 final String errorString =
145 fail(errorString);
153 fail(errorString);
161 fail(errorString);
170 fail(errorString);
  /hardware/ti/omap4-aah/domx/test/sample_proxy/
test_sample_proxy.c 248 OMX_STRING errorString;
254 errorString = "ErrorNone";
257 errorString = "ErrorInsufficientResources";
260 errorString = "ErrorUndefined";
263 errorString = "ErrorInvalidComponentName";
266 errorString = "ErrorComponentNotFound";
269 errorString = "ErrorInvalidComponent";
272 errorString = "ErrorBadParameter";
275 errorString = "ErrorNotImplemented";
278 errorString = "ErrorUnderflow"
    [all...]
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c 248 OMX_STRING errorString;
254 errorString = "ErrorNone";
257 errorString = "ErrorInsufficientResources";
260 errorString = "ErrorUndefined";
263 errorString = "ErrorInvalidComponentName";
266 errorString = "ErrorComponentNotFound";
269 errorString = "ErrorInvalidComponent";
272 errorString = "ErrorBadParameter";
275 errorString = "ErrorNotImplemented";
278 errorString = "ErrorUnderflow"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
InspectorView.js 457 var errorString = errors ? WebInspector.UIString("%d error%s", errors, errors > 1 ? "s" : "") : "";
460 this._errorWarningCountElement.title = errorString + commaString + warningString;

Completed in 732 milliseconds

1 2