HomeSort by relevance Sort by last modified time
    Searched full:serror (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/oj-libjdwp/src/share/back/
EventRequestImpl.c 44 jdwpError serror = JDWP_ERROR(NONE); local
51 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
59 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
61 serror = map2jdwpError(
69 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
71 serror = map2jdwpError(
79 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
81 serror = map2jdwpError(
93 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
96 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE)
233 jdwpError serror; local
    [all...]
StackFrameImpl.c 37 jdwpError serror; local
42 serror = validateFrameID(thread, frame);
44 serror = JDWP_ERROR(THREAD_NOT_SUSPENDED);
47 serror = map2jdwpError(error);
49 return serror;
222 jdwpError serror; local
245 serror = validateThreadFrame(thread, frame);
246 if (serror != JDWP_ERROR(NONE)) {
247 outStream_setError(out, serror);
265 serror = writeVariableValue(env, out, thread, fnum, slot, typeKey)
280 jdwpError serror; local
341 jdwpError serror; local
423 jdwpError serror; local
    [all...]
ArrayTypeImpl.c 46 jdwpError serror; local
49 serror = JDWP_ERROR(NONE);
58 serror = map2jdwpError(error);
70 serror = map2jdwpError(error);
97 if (serror == JDWP_ERROR(NONE) && componentClass == NULL) {
101 serror = JDWP_ERROR(NOT_FOUND);
104 return serror;
116 jdwpError serror; local
118 serror = getComponentClass(env, arrayClass,
120 if (serror != JDWP_ERROR(NONE))
    [all...]
ClassTypeImpl.c 61 jdwpError serror = JDWP_ERROR(NONE); local
112 serror = JDWP_ERROR(INTERNAL);
115 return serror;
145 jdwpError serror; local
157 serror = readStaticFieldValue(env, in, clazz, field, signature);
161 if ( serror != JDWP_ERROR(NONE) ) {
ArrayReferenceImpl.c 479 jdwpError serror = JDWP_ERROR(NONE); local
527 serror = readObjectComponents(env, in, array, index, length);
531 serror = readByteComponents(env, in, array, index, length);
535 serror = readCharComponents(env, in, array, index, length);
539 serror = readFloatComponents(env, in, array, index, length);
543 serror = readDoubleComponents(env, in, array, index, length);
547 serror = readIntComponents(env, in, array, index, length);
551 serror = readLongComponents(env, in, array, index, length);
555 serror = readShortComponents(env, in, array, index, length);
559 serror = readBooleanComponents(env, in, array, index, length)
    [all...]
transport.c 420 jdwpError serror; local
433 serror = loadTransport(name, &trans);
434 if (serror != JDWP_ERROR(NONE)) {
435 return serror;
457 serror = JDWP_ERROR(OUT_OF_MEMORY);
464 serror = JDWP_ERROR(OUT_OF_MEMORY);
474 serror = JDWP_ERROR(TRANSPORT_INIT);
496 serror = map2jdwpError(error);
502 serror = launch(launchCommand, name, retAddress);
503 if (serror != JDWP_ERROR(NONE))
    [all...]
ThreadReferenceImpl.c 658 jdwpError serror = map2jdwpError(error); local
659 if (serror != JDWP_ERROR(NONE)) {
660 outStream_setError(out, serror);
error_messages.c 250 jdwpErrorText(jdwpError serror)
252 switch ( serror ) {
  /packages/apps/TV/common/src/com/android/tv/common/util/
LocationUtils.java 48 private static IOException sError;
56 if (sError != null) {
57 throw sError;
98 sError = null;
101 sError = e;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/AArch64/
ArchPrePeiCore.c 41 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"SError/Abort Exception at 0x%X\n\r", LR);
Helper.S 34 orr x0, x0, #(1 << 5) // Enable EL2 SError and Abort
  /external/libxml2/include/libxml/
relaxng.h 154 xmlStructuredErrorFunc serror,
183 xmlStructuredErrorFunc serror, void *ctx);
xmlschemas.h 153 xmlStructuredErrorFunc serror,
182 xmlStructuredErrorFunc serror,
schematron.h 105 xmlStructuredErrorFunc serror,
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs.h 35 #define SERROR(s, args...) do { \
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
CreateAndManageUserTest.java 602 private static String sError = null;
607 sError = error;
619 if (sError != null) {
620 throw new Exception(sError);
  /device/linaro/bootloader/arm-trusted-firmware/bl31/aarch64/
runtime_exceptions.S 23 /* Enable the SError interrupt */
63 /* Enable the SError interrupt */
227 * SError exceptions from lower ELs are not currently supported.
257 * SError exceptions from lower ELs are not currently supported.
  /external/libxml2/os400/libxmlrpg/
relaxng.rpgle 211 d serror value like(xmlStructuredErrorFunc)
257 d serror value like(xmlStructuredErrorFunc)
xmlschemas.rpgle 188 d serror value like(xmlStructuredErrorFunc)
232 d serror value like(xmlStructuredErrorFunc)
schematron.rpgle 142 d serror value like(xmlStructuredErrorFunc)
  /external/libxml2/
schematron.c 178 xmlStructuredErrorFunc serror; /* the structured function */ member in struct:_xmlSchematronValidCtxt
208 xmlStructuredErrorFunc serror; /* the structured function */ member in struct:_xmlSchematronParserCtxt
260 schannel = ctxt->serror;
    [all...]
  /external/libxml2/doc/devhelp/
libxml2-schematron.html 60 void <a href="#xmlSchematronSetValidStructuredErrors">xmlSchematronSetValidStructuredErrors</a> (<a href="libxml2-schematron.html#xmlSchematronValidCtxtPtr">xmlSchematronValidCtxtPtr</a> ctxt, <br/> <a href="libxml2-xmlerror.html#xmlStructuredErrorFunc">xmlStructuredErrorFunc</a> serror, <br/> void * ctx);
155 <div class="refsect2" lang="en"><h3><a name="xmlSchematronSetValidStructuredErrors"/>xmlSchematronSetValidStructuredErrors ()</h3><pre class="programlisting">void xmlSchematronSetValidStructuredErrors (<a href="libxml2-schematron.html#xmlSchematronValidCtxtPtr">xmlSchematronValidCtxtPtr</a> ctxt, <br/> <a href="libxml2-xmlerror.html#xmlStructuredErrorFunc">xmlStructuredErrorFunc</a> serror, <br/> void * ctx)<br/>
157 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i>:</span></td><td>a Schematron validation context</td></tr><tr><td><span class="term"><i><tt>serror</tt></i>:</span></td><td>the structured error function</td></tr><tr><td><span class="term"><i><tt>ctx</tt></i>:</span></td><td>the functions context</td></tr></tbody></table></div></div>
  /external/tcpdump/
print-rpki-rtr.c 310 ND_PRINT((ndo, "%sError code: %s (%u), Encapsulated PDU length: %u",
358 ND_PRINT((ndo, "%sError text: ", indent_string(indent+2)));
  /build/blueprint/bootstrap/
command.go 222 fmt.Printf("%serror:%s %s\n", red, unred, err.Error())
  /external/fio/oslib/
libmtd_common.h 109 fprintf(stderr, "%*serror %d (%s)\n", (int)sizeof(PROGRAM_NAME) + 1,\

Completed in 1067 milliseconds

1 2 3