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

1 2

  /external/parameter-framework/upstream/skeleton-subsystem/test/
main.cpp 48 std::string errorMsg;
49 if (not instance.start(errorMsg)) {
50 std::cout << "Failed to start: " << errorMsg << std::endl;
  /external/parameter-framework/upstream/xmlserializer/
XmlDocSource.cpp 244 string errorMsg = "libxml failed to read";
246 errorMsg += " \"" + source + "\"";
248 serializingContext.appendLineToError(errorMsg);
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewFadingEdgeTest.java 151 assertEquals(data.errorMsg,
153 assertEquals(data.errorMsg,
193 final String errorMsg;
202 TestCase(String errorMsg, String text, boolean horizontalFadingEnabled, int gravity,
205 this.errorMsg = errorMsg;
215 TestCase(String errorMsg, String text, boolean horizontalFadingEnabled, int gravity,
217 this(errorMsg, text, horizontalFadingEnabled, gravity, textAlignment, false,
  /external/jsilver/src/com/google/streamhtmlparser/impl/
GenericParser.java 112 String errorMsg =
118 throw new ParseException(this, errorMsg);
  /external/junit/src/main/java/org/junit/rules/
TemporaryFolder.java 116 String errorMsg = "Folder name cannot consist of multiple path components separated by a file separator."
118 throw new IOException(errorMsg);
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
TestAccountAuthenticator.java 397 String errorMsg = "Default Error Message";
400 errorMsg = options.getString(AccountManager.KEY_ERROR_MESSAGE);
403 result.putString(AccountManager.KEY_ERROR_MESSAGE, errorMsg);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewCreateTests.cpp 180 std::ostringstream errorMsg;
181 errorMsg << "Requied memory size (" << memReqs.size << " bytes) smaller than the buffer's size (" << size << " bytes)!";
182 return tcu::TestStatus::fail(errorMsg.str());
266 std::ostringstream errorMsg;
267 errorMsg << "Nonexternal objects cannot require dedicated allocation.";
268 return tcu::TestStatus::fail(errorMsg.str());
273 std::ostringstream errorMsg;
274 errorMsg << "Requied memory size (" << memReqs.memoryRequirements.size << " bytes) smaller than the buffer's size (" << size << " bytes)!";
275 return tcu::TestStatus::fail(errorMsg.str());
287 std::ostringstream errorMsg;
    [all...]
vktApiBufferTests.cpp 408 std::ostringstream errorMsg;
409 errorMsg << "Requied memory size (" << memReqs.size << " bytes) smaller than the buffer's size (" << size << " bytes)!";
410 return tcu::TestStatus::fail(errorMsg.str());
574 std::ostringstream errorMsg;
575 errorMsg << "Nonexternal objects cannot require dedicated allocation.";
576 return tcu::TestStatus::fail(errorMsg.str());
625 std::ostringstream errorMsg;
626 errorMsg << "Requied memory size (" << memReqs.memoryRequirements.size << " bytes) smaller than the buffer's size (" << size << " bytes)!";
627 return tcu::TestStatus::fail(errorMsg.str());
  /external/skia/gm/
gm.h 110 SkString errorMsg;
111 return this->draw(canvas, &errorMsg);
113 DrawResult draw(SkCanvas*, SkString* errorMsg);
117 SkString errorMsg;
118 return this->drawContent(canvas, &errorMsg);
120 DrawResult drawContent(SkCanvas*, SkString* errorMsg);
157 virtual DrawResult onDraw(SkCanvas* canvas, SkString* errorMsg);
187 DrawResult onDraw(SkCanvas*, SkString* errorMsg) final;
190 SkString* errorMsg);
205 DrawResult onDraw(SkCanvas* canvas, SkString* errorMsg) override
    [all...]
  /external/skqp/gm/
windowrectangles.cpp 271 SkString errorMsg;
272 errorMsg.printf("Requires GPU with %i window rectangles", kNumWindows);
277 SkTextUtils::DrawString(canvas, errorMsg.c_str(), SkIntToScalar((kCoverRect.left() + kCoverRect.right())/2),
  /external/vulkan-validation-layers/layers/
vk_loader_platform.h 291 static char errorMsg[164];
292 (void)snprintf(errorMsg, 163, "Failed to open dynamic library \"%s\" with error %lu", libPath, GetLastError());
293 return errorMsg;
302 static char errorMsg[120];
303 (void)snprintf(errorMsg, 119, "Failed to find function \"%s\" in dynamic library", name);
304 return errorMsg;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DefaultFocusHighlightTest.java 218 String errorMsg = "[" + drawableName + "] Testing no ColorStateList failed.";
220 assertFalse(errorMsg, drawable.hasFocusStateSpecified());
226 errorMsg = "[" + drawableName + "] Testing ColorStateList No." + i + " failed.";
230 assertTrue(errorMsg, drawable.hasFocusStateSpecified());
232 assertFalse(errorMsg, drawable.hasFocusStateSpecified());
  /device/generic/goldfish/network/netmgr/
wifi_forwarder.cpp 140 char errorMsg[PCAP_ERRBUF_SIZE];
141 memset(errorMsg, 0, sizeof(errorMsg));
142 mMonitorPcap = pcap_create(mInterfaceName.c_str(), errorMsg);
145 errorMsg);
  /external/deqp-deps/glslang/glslang/MachineIndependent/
iomapper.cpp 282 TString errorMsg = "Invalid binding: " + ent.symbol->getName();
283 infoSink.info.message(EPrefixInternalError, errorMsg.c_str());
334 TString errorMsg;
336 errorMsg = "Invalid shader In/Out variable semantic: ";
337 errorMsg += ent.symbol->getType().getQualifier().semanticName;
339 errorMsg = "Invalid shader In/Out variable: ";
340 errorMsg += ent.symbol->getName();
342 infoSink.info.message(EPrefixInternalError, errorMsg.c_str());
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 487 String errorMsg = "Default Error Message";
490 errorMsg = options.getString(AccountManager.KEY_ERROR_MESSAGE);
493 result.putString(AccountManager.KEY_ERROR_MESSAGE, errorMsg);
515 String errorMsg = "Default Error Message";
517 result.putString(AccountManager.KEY_ERROR_MESSAGE, errorMsg);
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 561 AString errorMsg;
562 status_t ret = mData->mCodec->queueInputBuffer(idx, offset, size, time, flags, &errorMsg);
767 AString errormsg; local
778 &errormsg);
780 ALOGE("queSecureInputBuffer: %s", errormsg.c_str());
  /external/desugar/java/com/google/devtools/common/options/
OptionsParser.java 616 String errorMsg = "Unrecognized arguments: " + Joiner.on(' ').join(residue);
617 throw new OptionsParsingException(errorMsg);
642 String errorMsg = "Unrecognized arguments: " + Joiner.on(' ').join(residue);
643 throw new OptionsParsingException(errorMsg);
    [all...]
  /external/libjpeg-turbo/java/
TJBench.java 72 String errorMsg = e.getMessage();
77 if (tjErrorMsg == null || !tjErrorMsg.equals(errorMsg) ||
79 tjErrorMsg = errorMsg;
81 System.out.println("WARNING: " + errorMsg);
    [all...]
  /external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
OkHttpClientTransport.java     [all...]
  /external/skia/dm/
DMSrcSink.cpp 94 SkString errorMsg;
95 skiagm::DrawResult drawResult = gm->draw(canvas, &errorMsg);
97 return Error::Nonfatal(std::move(errorMsg)); // Cause this test to be skipped.
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 
  /external/guice/lib/build/
truth-0.36.jar 

Completed in 2139 milliseconds

1 2