HomeSort by relevance Sort by last modified time
    Searched refs:serror (Results 1 - 22 of 22) sorted by null

  /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) ) {
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...]
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...]
error_messages.c 250 jdwpErrorText(jdwpError serror)
252 switch ( serror ) {
debugInit.c 653 jdwpError serror; local
656 serror = transport_startTransport(enumArg->isServer, transport->name,
658 if (serror != JDWP_ERROR(NONE)) {
660 transport->name, jdwpErrorText(serror), serror));
661 enumArg->error = serror;
    [all...]
ThreadReferenceImpl.c 658 jdwpError serror = map2jdwpError(error); local
659 if (serror != JDWP_ERROR(NONE)) {
660 outStream_setError(out, serror);
  /external/libxml2/include/libxml/
schematron.h 105 xmlStructuredErrorFunc serror,
relaxng.h 154 xmlStructuredErrorFunc serror,
183 xmlStructuredErrorFunc serror, void *ctx);
xmlschemas.h 153 xmlStructuredErrorFunc serror,
182 xmlStructuredErrorFunc serror,
parser.h 752 xmlStructuredErrorFunc serror; member in struct:_xmlSAXHandler
    [all...]
  /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...]
error.c 479 (ctxt->sax->serror != NULL)) {
480 schannel = ctxt->sax->serror;
relaxng.c 210 xmlStructuredErrorFunc serror; member in struct:_xmlRelaxNGParserCtxt
355 xmlStructuredErrorFunc serror; member in struct:_xmlRelaxNGValidCtxt
445 if (ctxt->serror != NULL)
446 schannel = ctxt->serror;
480 if (ctxt->serror != NULL)
481 schannel = ctxt->serror;
520 if (ctxt->serror != NULL)
521 schannel = ctxt->serror;
554 if (ctxt->serror != NULL)
555 schannel = ctxt->serror;
    [all...]
SAX2.c 67 schannel = ctxt->sax->serror;
109 schannel = ctxt->sax->serror;
    [all...]
xmlschemas.c 602 xmlStructuredErrorFunc serror; member in struct:_xmlSchemaParserCtxt
977 xmlStructuredErrorFunc serror; member in struct:_xmlSchemaValidCtxt
    [all...]
xmlreader.c     [all...]
xmlIO.c 457 schannel = ctxt->sax->serror;
    [all...]
parser.c 604 schannel = ctxt->sax->serror;
643 schannel = ctxt->sax->serror;
    [all...]
  /build/blueprint/bootstrap/
command.go 222 fmt.Printf("%serror:%s %s\n", red, unred, err.Error())

Completed in 193 milliseconds