HomeSort by relevance Sort by last modified time
    Searched refs:ErrorString (Results 26 - 46 of 46) sorted by null

12

  /external/webkit/Source/WebCore/inspector/
InspectorDOMStorageAgent.cpp 82 void InspectorDOMStorageAgent::getDOMStorageEntries(ErrorString*, int storageId, RefPtr<InspectorArray>* entries)
99 void InspectorDOMStorageAgent::setDOMStorageItem(ErrorString*, int storageId, const String& key, const String& value, bool* success)
109 void InspectorDOMStorageAgent::removeDOMStorageItem(ErrorString*, int storageId, const String& key, bool* success)
InspectorBrowserDebuggerAgent.cpp 120 void InspectorBrowserDebuggerAgent::setEventListenerBreakpoint(ErrorString* error, const String& eventName)
132 void InspectorBrowserDebuggerAgent::removeEventListenerBreakpoint(ErrorString* error, const String& eventName)
172 void InspectorBrowserDebuggerAgent::setDOMBreakpoint(ErrorString*, int nodeId, int type)
186 void InspectorBrowserDebuggerAgent::removeDOMBreakpoint(ErrorString*, int nodeId, int type)
328 void InspectorBrowserDebuggerAgent::setXHRBreakpoint(ErrorString*, const String& url)
340 void InspectorBrowserDebuggerAgent::removeXHRBreakpoint(ErrorString*, const String& url)
InspectorAgent.h 92 typedef String ErrorString;
110 void reloadPage(ErrorString*, bool ignoreCache);
InspectorResourceAgent.cpp 119 void InspectorResourceAgent::resourceContent(ErrorString* errorString, Frame* frame, const KURL& url, String* result)
122 *errorString = "No frame to get resource content for";
136 *errorString = "No resource with given URL found";
139 void InspectorResourceAgent::resourceContentBase64(ErrorString* errorString, Frame* frame, const KURL& url, String* result)
145 *errorString = "No resource with given URL found";
303 ErrorString error;
529 void InspectorResourceAgent::enable(ErrorString*)
542 void InspectorResourceAgent::disable(ErrorString*)
    [all...]
InjectedScriptHost.cpp 128 ErrorString error;
InspectorDatabaseAgent.cpp 270 void InspectorDatabaseAgent::enable(ErrorString*)
282 void InspectorDatabaseAgent::disable(ErrorString*)
295 void InspectorDatabaseAgent::getDatabaseTableNames(ErrorString* error, int databaseId, RefPtr<InspectorArray>* names)
311 void InspectorDatabaseAgent::executeSQL(ErrorString* error, int databaseId, const String& query, bool* success, int* transactionId)
InspectorTimelineAgent.cpp 115 ErrorString error;
123 ErrorString error;
128 void InspectorTimelineAgent::start(ErrorString*)
138 void InspectorTimelineAgent::stop(ErrorString*)
InspectorApplicationCacheAgent.cpp 76 void InspectorApplicationCacheAgent::getApplicationCaches(ErrorString*, RefPtr<InspectorObject>* applicationCaches)
InspectorStyleSheet.cpp 183 bool InspectorStyle::setPropertyText(ErrorString* errorString, unsigned index, const String& propertyText, bool overwrite)
187 *errorString = "Internal error: no stylesheet parsed data available";
207 *errorString = "Invalid property value";
213 *errorString = "Invalid property value";
230 *errorString = "Internal error: could not replace property value";
251 *errorString = "Internal error: no CSS rule source found";
257 *errorString = "Internal error: could not fetch style text";
302 bool InspectorStyle::toggleProperty(ErrorString* errorString, unsigned index, bool disable
    [all...]
CodeGeneratorInspector.pm 449 push(@function, " ErrorString error;");
918 typedef String ErrorString;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 140 const char *ErrorString;
199 ErrorString(0), ValueList(C), MDValueList(C),
219 ErrorString = Str;
222 const char *getErrorString() const { return ErrorString; }
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 140 const char *ErrorString;
193 ErrorString(0), ValueList(C), MDValueList(C),
213 ErrorString = Str;
216 const char *getErrorString() const { return ErrorString; }
BitcodeReader.cpp     [all...]
  /external/stressapptest/src/
os.cc 194 string errtxt = ErrorString(err);
205 string errtxt = ErrorString(err);
453 string errtxt = ErrorString(err);
464 string errtxt = ErrorString(err);
470 string errtxt = ErrorString(err);
493 string errtxt = ErrorString(err);
502 string errtxt = ErrorString(err);
521 string errtxt = ErrorString(err);
607 string errtxt = ErrorString(errno);
624 string errtxt = ErrorString(errno)
    [all...]
sattypes.h 177 inline string ErrorString(int error_num) {
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 135 const char *ErrorString;
198 ErrorString(0), ValueList(C), MDValueList(C),
204 ErrorString(0), ValueList(C), MDValueList(C),
226 ErrorString = Str;
229 const char *getErrorString() const { return ErrorString; }
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/lib/Core/
Linker.cpp 34 static const char* ErrorString[] = {
65 return ErrorString[ static_cast<size_t>(pErrCode) ];
Compiler.cpp 39 static const char *ErrorString[] = {
89 return ErrorString[ static_cast<size_t>(pErrCode) ];
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 27 static const char* ErrorString[] = {
58 return ErrorString[ static_cast<size_t>(pErrCode) ];

Completed in 644 milliseconds

12