OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errorContext
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParserScope.cpp
42
XMLDocumentParserScope::XMLDocumentParserScope(ResourceFetcher* fetcher, xmlGenericErrorFunc genericErrorFunc, xmlStructuredErrorFunc structuredErrorFunc, void*
errorContext
)
50
xmlSetGenericErrorFunc(
errorContext
, genericErrorFunc);
52
xmlSetStructuredErrorFunc(
errorContext
, structuredErrorFunc);
XMLDocumentParserScope.h
44
XMLDocumentParserScope(ResourceFetcher*, xmlGenericErrorFunc, xmlStructuredErrorFunc = 0, void*
errorContext
= 0);
/external/chromium_org/third_party/WebKit/Source/platform/text/
BidiResolverTest.cpp
197
std::ostringstream
errorContext
;
198
errorContext
<< ", line " << lineNumber << " \"" << line << "\"";
199
errorContext
<< " context: " << bidi_test::nameFromParagraphDirection(paragraphDirection);
223
EXPECT_EQ(expectedOrder.size(), actualOrder.size()) <<
errorContext
.str();
226
printf("ORDER %s%s\n", diffString(actualOrder, expectedOrder).c_str(),
errorContext
.str().c_str());
231
EXPECT_EQ(expectedLevels.size(), actualLevels.size()) <<
errorContext
.str();
238
printf("LEVELS %s%s\n", diffString(actualLevels, expectedLevels).c_str(),
errorContext
.str().c_str());
/external/clang/tools/libclang/
CXLoadedDiagnostic.cpp
210
llvm::StringRef
errorContext
,
216
Strings &strings, llvm::StringRef
errorContext
,
223
llvm::StringRef
errorContext
,
319
llvm::StringRef
errorContext
,
379
errorContext
.str());
437
llvm::StringRef
errorContext
,
445
std::string(
errorContext
));
455
reportInvalidFile(std::string("Corrupted ") + std::string(
errorContext
)
466
llvm::StringRef
errorContext
,
471
if (readString(TopDiags, RetStr,
errorContext
, Record, Blob
[
all
...]
/external/skia/tests/
PictureTest.cpp
357
struct
ErrorContext
{
363
ErrorContext
*
errorContext
= static_cast<
ErrorContext
*>(context);
364
errorContext
->fErrors++;
367
REPORTER_ASSERT_MESSAGE(
errorContext
->fReporter, 1 ==
errorContext
->fErrors,
369
REPORTER_ASSERT_MESSAGE(
errorContext
->fReporter, kParseError_SkError == error,
395
ErrorContext
context;
/prebuilts/devtools/tools/lib/
manifest-merger.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/
manifest-merger-22.2.0.jar
Completed in 93 milliseconds