| /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
| Gles2ColoredTriangleList.java | 142 String errorString = GLU.gluErrorString(error); 143 if (errorString == null) { 144 errorString = GLUtils.getEGLErrorString(error); 147 ": " + errorString;
|
| /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/ |
| InjectedScriptBase.cpp | 171 void InjectedScriptBase::makeEvalCall(ErrorString* errorString, ScriptFunctionCall& function, RefPtr<TypeBuilder::Runtime::RemoteObject>* objectResult, TypeBuilder::OptOutput<bool>* wasThrown, RefPtr<TypeBuilder::Debugger::ExceptionDetails>* exceptionDetails) 176 *errorString = "Internal error: result value is empty"; 180 result->asString(errorString); 181 ASSERT(errorString->length()); 186 *errorString = "Internal error: result is not an Object"; 192 *errorString = "Internal error: result is not a pair of value and wasThrown flag";
|
| DOMEditor.cpp | 461 static void populateErrorString(ExceptionState& exceptionState, ErrorString* errorString) 464 *errorString = DOMException::getErrorName(exceptionState.code()); 467 bool DOMEditor::insertBefore(Node* parentNode, PassRefPtrWillBeRawPtr<Node> node, Node* anchorNode, ErrorString* errorString) 471 populateErrorString(exceptionState, errorString); 475 bool DOMEditor::removeChild(Node* parentNode, Node* node, ErrorString* errorString) 479 populateErrorString(exceptionState, errorString); 483 bool DOMEditor::setAttribute(Element* element, const String& name, const String& value, ErrorString* errorString [all...] |
| InspectorHeapProfilerAgent.cpp | 94 ErrorString error; 106 void InspectorHeapProfilerAgent::collectGarbage(blink::ErrorString*) 152 void InspectorHeapProfilerAgent::startTrackingHeapObjects(ErrorString*, const bool* trackAllocations) 179 void InspectorHeapProfilerAgent::stopTrackingHeapObjects(ErrorString* error, const bool* reportProgress) 210 void InspectorHeapProfilerAgent::enable(ErrorString*) 215 void InspectorHeapProfilerAgent::disable(ErrorString* error) 222 void InspectorHeapProfilerAgent::takeHeapSnapshot(ErrorString* errorString, const bool* reportProgress) 257 *errorString = "Failed to take heap snapshot"; 281 void InspectorHeapProfilerAgent::getObjectByHeapObjectId(ErrorString* error, const String& heapSnapshotObjectId, const String* objectGroup, RefPtr<TypeBuilder::Runtime (…) [all...] |
| InspectorPageAgent.cpp | 243 static void resourceContent(ErrorString* errorString, LocalFrame* frame, const KURL& url, String* result, bool* base64Encoded) 245 DocumentLoader* loader = InspectorPageAgent::assertDocumentLoader(errorString, frame); 250 *errorString = "No resource with given URL found"; 457 ErrorString error; 465 ErrorString error; 487 void InspectorPageAgent::enable(ErrorString*) 505 void InspectorPageAgent::disable(ErrorString*) 548 void InspectorPageAgent::addScriptToEvaluateOnLoad(ErrorString*, const String& source, String* identifier) 566 void InspectorPageAgent::removeScriptToEvaluateOnLoad(ErrorString* error, const String& identifier [all...] |
| PageDebuggerAgent.cpp | 110 ErrorString error; 116 ErrorString error; 120 InjectedScript PageDebuggerAgent::injectedScriptForEval(ErrorString* errorString, const int* executionContextId) 128 *errorString = "Execution context with given id not found."; 132 void PageDebuggerAgent::setOverlayMessage(ErrorString*, const String* message)
|
| InspectorTracingAgent.cpp | 42 void InspectorTracingAgent::start(ErrorString*, const String& categoryFilter, const String&, const double*) 52 void InspectorTracingAgent::end(ErrorString* errorString)
|
| InspectorDOMDebuggerAgent.cpp | 174 void InspectorDOMDebuggerAgent::setEventListenerBreakpoint(ErrorString* error, const String& eventName, const String* targetName) 179 void InspectorDOMDebuggerAgent::setInstrumentationBreakpoint(ErrorString* error, const String& eventName) 195 void InspectorDOMDebuggerAgent::setBreakpoint(ErrorString* error, const String& eventName, const String* targetName) 219 void InspectorDOMDebuggerAgent::removeEventListenerBreakpoint(ErrorString* error, const String& eventName, const String* targetName) 224 void InspectorDOMDebuggerAgent::removeInstrumentationBreakpoint(ErrorString* error, const String& eventName) 229 void InspectorDOMDebuggerAgent::removeBreakpoint(ErrorString* error, const String& eventName, const String* targetName) 282 static int domTypeForName(ErrorString* errorString, const String& typeString) 290 *errorString = "Unknown DOM breakpoint type: " + typeString; 305 void InspectorDOMDebuggerAgent::setDOMBreakpoint(ErrorString* errorString, int nodeId, const String& typeString [all...] |
| InspectorResourceAgent.cpp | 194 ErrorString error; 298 ErrorString error; 658 void InspectorResourceAgent::enable(ErrorString*) 671 void InspectorResourceAgent::disable(ErrorString*) 679 void InspectorResourceAgent::setUserAgentOverride(ErrorString*, const String& userAgent) 684 void InspectorResourceAgent::setExtraHTTPHeaders(ErrorString*, const RefPtr<JSONObject>& headers) 689 void InspectorResourceAgent::getResponseBody(ErrorString* errorString, const String& requestId, String* content, bool* base64Encoded) 693 *errorString = "No resource with given identifier found"; 704 *errorString = "Request content was evicted from inspector cache" [all...] |
| /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/WebKit/Source/modules/indexeddb/ |
| InspectorIndexedDBAgent.cpp | 589 ErrorString error; 594 void InspectorIndexedDBAgent::enable(ErrorString*) 599 void InspectorIndexedDBAgent::disable(ErrorString*) 604 static Document* assertDocument(ErrorString* errorString, LocalFrame* frame) 609 *errorString = "No document for given frame found"; 614 static IDBFactory* assertIDBFactory(ErrorString* errorString, Document* document) 618 *errorString = "No IndexedDB factory for given frame found"; 624 *errorString = "No IndexedDB factory for given frame found" [all...] |
| /external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
| WebSocketFrame.cpp | 52 WebSocketFrame::ParseFrameResult WebSocketFrame::parseFrame(char* data, size_t dataLength, WebSocketFrame& frame, const char*& frameEnd, String& errorString) 87 errorString = "The minimal number of bytes MUST be used to encode the length"; 91 errorString = "The minimal number of bytes MUST be used to encode the length"; 99 errorString = "WebSocket frame length too large: " + String::number(payloadLength64) + " bytes";
|
| WebSocketFrame.h | 60 static ParseFrameResult parseFrame(char* data, size_t dataLength, WebSocketFrame&, const char*& frameEnd, String& errorString); // May modify part of data to unmask the frame.
|
| /external/clang/tools/libclang/ |
| CXLoadedDiagnostic.cpp | 198 CXString *errorString; 203 if (errorString) 204 *errorString = cxstring::createDup(err); 246 : error(e), errorString(es) { 249 if (errorString) 250 *errorString = cxstring::createEmpty(); 660 CXString *errorString) { 661 DiagLoader L(error, errorString);
|
| /frameworks/base/core/tests/coretests/src/android/app/ |
| DownloadManagerStressTest.java | 103 String errorString = String.format( 106 assertEquals(errorString, DownloadManager.STATUS_SUCCESSFUL, status);
|
| /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());
|
| /external/chromium_org/third_party/skia/tools/ |
| bench_pictures_main.cpp | 342 SkString errorString; 343 SkAutoTUnref<sk_tools::PictureRenderer> renderer(parseRenderer(errorString, 346 if (errorString.size() > 0) { 347 gLogger.logError(errorString);
|
| render_pictures_main.cpp | 454 SkString errorString; 455 SkAutoTUnref<sk_tools::PictureRenderer> renderer(parseRenderer(errorString, 457 if (errorString.size() > 0) { 458 SkDebugf("%s\n", errorString.c_str());
|
| /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));
|
| /external/chromium_org/third_party/skia/src/animator/ |
| SkAnimateMaker.cpp | 357 SkString errorString; 359 engine.getErrorString(&errorString); 361 setErrorNoun(errorString);
|
| /external/skia/src/animator/ |
| SkAnimateMaker.cpp | 357 SkString errorString; 359 engine.getErrorString(&errorString); 361 setErrorNoun(errorString);
|
| /external/chromium_org/third_party/WebKit/Source/web/resources/ |
| colorSuggestionPicker.js | 46 var errorString = validateArguments(args); 47 if (errorString) { 48 main.textContent = "Internal error: " + errorString;
|
| /external/chromium_org/third_party/webrtc/modules/audio_device/ios/ |
| audio_device_ios.mm | [all...] |