Searched +refs:previous +refs:error (Results 1 - 25 of 114) sorted by relevance

12345

/macosx-10.9.5/vim-53/runtime/compiler/
H A Dcheckstyle.vim18 " sample error: WebTable.java:282: '+=' is not preceeded with whitespace.
19 " WebTable.java:201:1: '{' should be on the previous line.
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dinherit.test120 test {"previous" command moves scope upward in hierarchy} {
121 m do {virtual previous namespace current}
126 test {"previous" command can be chained} {
127 m do {virtual previous previous namespace current}
213 set status [catch {m1 do {fb2 do {error "test"}}} mesg]
220 catch {m1 do {fb2 do {error "test"}}} mesg
225 "error "test""
233 "fb2 do {error "test"}"
241 "m1 do {fb2 do {error "tes
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A DREADME.logging9 In previous version of dnssec-signer every message was written
60 LG_ERROR: All error messages will be logged
83 LogFile: "zkt-error.log" # or a directory for separate logfiles
88 - Setting as in previous versions
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dpattern.c126 int error; /* error code */ member in struct:_xsltParserContext
141 * Returns the newly allocated xsltCompMatchPtr or NULL in case of error
150 "xsltNewCompMatch : out of memory error\n");
160 "xsltNewCompMatch : out of memory error\n");
249 * Returns the newly allocated xsltParserContextPtr or NULL in case of error
895 xmlNodePtr previous; local
898 previous = (xmlNodePtr)
900 if ((previous != NULL) &&
901 (previous
1026 xmlNodePtr previous; local
1877 xsltCompMatchPtr element, first = NULL, previous = NULL; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dfakemail.c96 struct header_record *previous;
166 /* Print error message. `s1' is printf control string, `s2' is arg for it. */ function
169 error (s1, s2)
178 /* Print error message and exit. */
184 error ("%s", s1);
188 /* Like malloc but get fatal error if memory is exhausted. */
546 #define mail_error error
640 the_header->previous->next = the_header->next;
641 the_header->next->previous = the_header->previous;
95 struct header_record *previous; member in struct:header_record
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_compile.c263 /* The texts of compile-time error messages. These are "char *" because they
264 are passed to the outside world. Do not ever re-use any error number, because
265 they are documented. Always add a new error instead. Messages marked DEAD below
271 because these strings are used only when there is a compilation error.
278 "no error\0"
291 "internal error: unexpected repeat\0"
305 "internal error: code overflow\0"
317 "spare error\0" /** DEAD **/
328 "syntax error in subpattern name (missing terminator)\0"
340 "internal error
2690 uschar *previous = NULL; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmach++.cpp31 #include <Security/cssmapple.h> // error codes
42 Error::Error(kern_return_t err) : error(err)
53 switch (error) {
59 return -1; //@@@ some "internal error" code, perhaps?
65 switch (error) {
71 return -1; //@@@ some "internal error" code, perhaps?
115 mach_port_t previous; local
117 MACH_MSG_TYPE_MAKE_SEND_ONCE, &previous));
135 return previous;
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmach++.cpp31 #include <Security/cssmapple.h> // error codes
42 Error::Error(kern_return_t err) : error(err)
53 switch (error) {
59 return -1; //@@@ some "internal error" code, perhaps?
65 switch (error) {
71 return -1; //@@@ some "internal error" code, perhaps?
115 mach_port_t previous; local
117 MACH_MSG_TYPE_MAKE_SEND_ONCE, &previous));
135 return previous;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dtextprop.c39 /* NOTES: previous- and next- property change will have to skip
86 /* Signal a `text-read-only' error. This function makes it easier
87 to capture that error in GDB by putting a breakpoint on it. */
213 error ("Odd length text property list");
327 and record undo info for the previous values.
409 and it must be a cons cell (we get an error otherwise). */
753 DEFUN ("previous-char-property-change", Fprevious_char_property_change,
755 doc: /* Return the position of previous text property or overlay change.
864 DEFUN ("previous-single-char-property-change",
867 doc: /* Return the position of previous tex
1113 register INTERVAL i, previous; variable
1162 register INTERVAL i, previous; variable
[all...]
/macosx-10.9.5/swig-10/Lib/octave/
H A Doctiterators.swg60 octave_value previous()
302 error("stop_iteration exception");
319 %catches(swig::stop_iteration) OctSwigIterator::previous();
348 octave_value previous();
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dapicoll.cpp81 test.errln("error: Collator::createInstance(\"%s\", (%s collator)->getVersion()) returns a different collator\n", locale.getName(), locale.getName());
85 test.errln("error: Collator::createInstance(\"%s\", (%s collator)->getVersion()) fails: %s\n", locale.getName(), locale.getName(), u_errorName(errorCode));
281 errln("error: ucol_openVersion(bogus version) succeeded");
803 //test error values
810 int32_t position=coliter->previous(success);
817 errln("Expeceted error");
821 errln("Expeceted error");
1310 errcheckln(status, "Collator creation failed with error %s", u_errorName(status));
1326 order = iter->previous(status);
1330 order = iter->previous(statu
1418 UErrorCode error = U_ZERO_ERROR; local
1442 UErrorCode error = U_ZERO_ERROR; local
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Telnet/lib/Net/
H A DTelnet.pm361 return $self->error("command timed-out") if $self->timed_out;
362 return $self->error($self->errmsg) if $self->errmsg ne "";
501 sub error { subroutine
515 ## Put error message in the object.
519 ## Do the error action as described by error mode.
546 } # end sub error
560 return $self->error("fhopen filehandle isn't already open")
660 ## Try to read just the waiting data using return error mode.
668 return $self->error(
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm361 return $self->error("command timed-out") if $self->timed_out;
362 return $self->error($self->errmsg) if $self->errmsg ne "";
501 sub error { subroutine
515 ## Put error message in the object.
519 ## Do the error action as described by error mode.
546 } # end sub error
560 return $self->error("fhopen filehandle isn't already open")
660 ## Try to read just the waiting data using return error mode.
668 return $self->error(
[all...]
/macosx-10.9.5/gssd-62/
H A Dgssd_util.c145 Fatal("regex error %s\n", errbuff);
289 int previous = 0; local
304 if (previous)
307 previous = 1;
311 strlcat(str, previous ? " GSS_UNKOWN_INFO" : "GSS_UNKOWN_INFO", SUP_STRING_SIZE);
319 const char *error, *call_err; local
325 error = gss_error(status);
329 if (error && call_err && sup_info)
330 asprintf(&ret, "%s (%s): %s", error, call_err, sup_info);
331 else if (error
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/
H A DTemplate.pm55 my ($output, $error);
75 # send processed template to output stream, checking for error
76 return ($self->error($error))
77 if ($error = &_output($outstream, \$output, $options));
82 return $self->error($self->{ SERVICE }->error);
137 || return $self->error(Template::Config->error);
143 || return $self->error(Templat
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/
H A DTemplate.pm55 my ($output, $error);
75 # send processed template to output stream, checking for error
76 return ($self->error($error))
77 if ($error = &_output($outstream, \$output, $options));
82 return $self->error($self->{ SERVICE }->error);
137 || return $self->error(Template::Config->error);
143 || return $self->error(Templat
[all...]
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest49.vim98 let loops = input("Number of iterations in previous loop? ")
281 " an error in a command dynamically enclosed by a :try/:tryend region or when an
311 " :while:/endwhile, :try/:endtry) or for a line with a syntax error. The
616 " this test first to get a meaningful result on an error before other
676 " on an error.
679 " previous test as script files (:return replaced by :finish).
799 " This test executes the body of the function F from the previous test
964 " On an error outside a function, the script processing continues
1008 " On an error inside a function without the "abort" attribute, the
1009 " script processing continues at the next line (unless the error wa
6774 let error = 0 variable
6785 let error = 1 variable
6789 let error = 1 variable
6795 let error = 0 variable
6809 let error = 1 variable
6813 let error = 1 variable
6819 let error = 0 variable
6836 let error = 1 variable
6840 let error = 1 variable
6846 let error = 0 variable
6858 let error = 1 variable
6862 let error = 1 variable
6868 let error = 0 variable
6878 let error = 1 variable
6882 let error = 1 variable
6927 let error = 0 variable
6938 let error = 1 variable
6942 let error = 1 variable
6948 let error = 0 variable
6962 let error = 1 variable
6966 let error = 1 variable
6972 let error = 0 variable
6989 let error = 1 variable
6993 let error = 1 variable
6999 let error = 0 variable
7011 let error = 1 variable
7015 let error = 1 variable
7021 let error = 0 variable
7031 let error = 1 variable
7035 let error = 1 variable
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DService.pm48 # error. Each service invocation begins by resetting the state of the
56 my ($name, $output, $procout, $error);
69 return $self->error($@)
88 last SERVICE if ($error = $@);
97 if ($error = $@) {
99 unless defined ($procout = $self->_recover(\$error));
110 last SERVICE if ($error = $@);
121 last SERVICE if ($error = $@);
127 if ($error) {
128 # $error
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DService.pm48 # error. Each service invocation begins by resetting the state of the
56 my ($name, $output, $procout, $error);
69 return $self->error($@)
88 last SERVICE if ($error = $@);
97 if ($error = $@) {
99 unless defined ($procout = $self->_recover(\$error));
110 last SERVICE if ($error = $@);
121 last SERVICE if ($error = $@);
127 if ($error) {
128 # $error
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsysv_msg.c992 printf("error %d copying the message type\n", eval);
1037 printf("error %d copying in message segment\n", eval);
1227 struct msg *previous; local
1230 previous = NULL;
1265 if (previous == NULL) {
1278 previous;
1283 previous = msghdr;
1405 printf("error (%d) copying out message type\n", eval);
1437 printf("error (%d) copying out message segment\n",
1465 int error; local
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Drequest.c31 * _cupsSetHTTPError() - Set the last error using the HTTP status.
343 ipp_t * /* O - Response or @code NULL@ on HTTP error */
414 DEBUG_puts("1cupsGetResponse: IPP read error!");
422 http->error = EINVAL;
428 * Flush any error message...
522 int *previous) /* IO - Previous delay value */
529 next = (current + *previous) % 12;
530 *previous = next < current ? 0 : current;
535 *previous = 0;
552 ssize_t /* O - Bytes read, 0 on EOF, -1 on error */
521 _cupsNextDelay(int current, int *previous) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dhtcacheclean.c700 static void usage(const char *error) argument
702 if (error) {
703 apr_file_printf(errfile, "%s error: %s\n", shortname, error);
780 apr_time_t current, repeat, delay, previous; local
803 previous = 0; /* avoid compiler warning */
1024 previous = info.mtime;
1042 if (previous != info.mtime) {
1045 previous = info.mtime;
1058 apr_file_printf(errfile, "An error occurre
[all...]
/macosx-10.9.5/CPANInternal-140/UNIVERSAL-require/lib/UNIVERSAL/
H A Drequire.pm64 will simply return false and B<not die>. The error will be in
129 error will be in $@.
163 UNIVERSAL::require makes use of C<eval STRING>. In previous versions
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/Extension/
H A DSetPassword.pm62 die "error: ", $mesg->code(), ": ", $mesg->error() if ($mesg->code());
117 Return the password generated in the previous C<set_password()> call.
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebHTMLRepresentation.mm203 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource
206 [_private->manualLoader pluginView:_private->pluginView receivedError:error];
444 for (n = NodeTraversal::previous(element);
446 n = NodeTraversal::previous(n))
480 // previous element, we still might need to search the row above us for a label.

Completed in 396 milliseconds

12345