HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 201 - 225 of 2888) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/error/
FailingTest.java 17 package android.test.suitebuilder.examples.error;
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 33 MsgHandler error(unsigned int pID);
54 inline mcld::MsgHandler mcld::error(unsigned int pID) function in class:mcld
56 return getDiagnosticEngine().report(pID, DiagnosticEngine::Error);
  /libcore/luni/src/main/java/libcore/reflect/
InternalNames.java 55 NoClassDefFoundError error = new NoClassDefFoundError(name); local
56 error.initCause(e);
57 throw error;
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 41 int error; local
51 error = GetLastError ();
52 if (error == ERROR_FILE_EXISTS || error == ERROR_ALREADY_EXISTS)
57 error = GetLastError ();
60 switch (error)
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StopRequestException.java 52 final String error = "Unhandled HTTP response: " + code + " " + message; local
54 throw new StopRequestException(code, error);
56 throw new StopRequestException(STATUS_UNHANDLED_REDIRECT, error);
58 throw new StopRequestException(STATUS_UNHANDLED_HTTP_CODE, error);
  /bootable/recovery/edify/
main.c 28 int error; local
35 error = yyparse(&e, &error_count);
36 if (error > 0 || error_count > 0) {
37 printf("error parsing \"%s\" (%d errors)\n",
52 printf("error evaluating \"%s\"\n", expr_str);
197 int error = yyparse(&root, &error_count); local
198 printf("parse returned %d; %d errors encountered\n", error, error_count);
199 if (error == 0 || error_count > 0) {
  /cts/tests/tests/opengl/libopengltest/
attach_shader_five.cpp 40 GLint error = glGetError(); local
41 Data data = {error, count, -1};
attach_shader_one.cpp 57 GLint error = glGetError(); local
58 Data data = {error, count, -1};
  /cts/tests/tests/opengl/src/android/opengl/cts/
ProgramTest.java 40 int error = mActivity.glGetError(); local
41 assertEquals(GLES20.GL_INVALID_OPERATION, error);
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.cpp 92 ULONG error = GetLastError(); local
93 if (!res && (ERROR_IO_PENDING != error)) {
98 SetLastError(error);
  /development/ide/xcode/ports/
skia_mac.cp 38 int error = chdir(workingDirectory); local
39 if (error != 0) {
40 error = errno;
41 SkASSERT(error != ENOENT);
42 SkASSERT(error != ENOTDIR);
43 SkASSERT(error != EACCES);
44 SkASSERT(error != EIO);
  /development/tools/axl/
log.py 50 def error(self, *logstrs): member in class:Log
  /device/asus/flo/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 62 const char *error = NULL; local
68 error = dlerror();
69 ALOGE("%s: dlopen failed with error %s",
70 __func__, error ? error : "");
72 goto error;
76 error = dlerror();
77 ALOGE("%s: dlsym failed with error code %s",
78 __func__, error ? error: "")
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3ErrorLog.java 40 * which we can use to install an error listener for the ANTLR
49 * it receives to the Maven error sink.
51 * @param log The Maven Error Log
66 * Sends an error message from ANTLR analysis to the Maven Log sink.
70 public void error(Message message) { method in class:Antlr3ErrorLog
71 log.error(message.toString());
84 * Sends an error message from the ANTLR tool to the Maven Log sink.
87 public void error(ToolMessage toolMessage) { method in class:Antlr3ErrorLog
88 log.error(toolMessage.toString());
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 34 private String error; // stderr field in class:gUnitTestResult
62 return error;
73 public void setError(String error) {
74 this.error = error;
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dfa.py 69 an exception upon error.
163 self.error(nvae)
167 def error(self, nvae): member in class:DFA
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Attribute.java 94 ErrorManager.error(ErrorManager.MSG_CANNOT_FIND_ATTRIBUTE_NAME_IN_DECL,decl);
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
ErrorQueue.java 46 public void error(Message msg) { method in class:ErrorQueue
54 public void error(ToolMessage msg) { method in class:ErrorQueue
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipErrorTest.java 30 ZipError error = new ZipError("ZipError"); local
31 assertEquals("ZipError", error.getMessage());
38 ZipError error = new ZipError("serialization test"); local
39 SerializationTest.verifySelf(error);
46 ZipError error = new ZipError("serialization test"); local
47 SerializationTest.verifyGolden(this, error);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorExsltFuncResult.java 60 handler.error(msg, new SAXException(msg));
67 handler.error(msg, new SAXException(msg));
ProcessorNamespaceAlias.java 84 handler.error(XSLTErrorResources.ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT, null, null);
90 handler.error(XSLTErrorResources.ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX, new Object[] {prefix}, null);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyImport.java 76 transformer.getMsgMgr().error(this,
89 transformer.getMsgMgr().error(this,
105 error(XSLTErrorResources.ER_CANNOT_ADD, method
ElemComment.java 134 error(XSLTErrorResources.ER_CANNOT_ADD, method
ElemText.java 139 error(XSLTErrorResources.ER_CANNOT_ADD, method
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
MsgMgr.java 32 * This class will manage error messages, warning messages, and other types of
58 * the error condition is severe enough to halt processing.
85 * the error condition is severe enough to halt processing.
101 * the error condition is severe enough to halt processing.
119 * the error condition is severe enough to halt processing.
138 * the error condition is severe enough to halt processing.
157 * Tell the user of an error, and probably throw an
162 * the error condition is severe enough to halt processing.
166 public void error(SourceLocator srcLctr, String msg) throws TransformerException
185 * Tell the user of an error, and probably throw a
195 public void error(SourceLocator srcLctr, String msg) throws TransformerException method in class:MsgMgr
197 error(srcLctr, null, null, msg, null); method
212 public void error(SourceLocator srcLctr, String msg, Object[] args) throws TransformerException method in class:MsgMgr
214 error(srcLctr, null, null, msg, args); method
229 public void error(SourceLocator srcLctr, String msg, Exception e) throws TransformerException method in class:MsgMgr
231 error(srcLctr, msg, null, e); method
247 public void error(SourceLocator srcLctr, String msg, Object args[], Exception e) throws TransformerException method in class:MsgMgr
278 public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) method in class:MsgMgr
281 error(srcLctr, styleNode, sourceNode, msg, null); method
298 public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[]) method in class:MsgMgr
    [all...]

Completed in 553 milliseconds

1 2 3 4 5 6 7 891011>>