Searched refs:Error (Results 1 - 25 of 925) sorted by relevance

1234567891011>>

/macosx-10.10.1/apache-793/httpd/modules/core/test/conf/
H A Dtest67.conf0 Error "done at line 1 without LF.
H A Dtest68.conf4 Error \
H A Dtest45.conf7 Error "done on line 7."
H A Dtest64.conf5 Error "done on line 5."
H A Dtest54.conf6 Error "done line 6."
H A Dtest28.conf10 Error "done!"
13 Error "should not get there"
H A Dtest17.conf10 Error "done on line 10."
H A Dtest18.conf10 Error "done on line 10."
H A Dtest22.conf11 Error "done on line 11."
H A Dtest29.conf10 Error "should not get there!"
H A Dtest52.conf8 Error "done line 8."
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/stress/
H A Dlarge-regexp.js2 throw new Error("Incorrect result, should not have matched")
5 throw new Error("Incorrect result, should not have matched")
8 throw new Error("Incorrect result, should not have matched")
11 throw new Error("Incorrect result, should have matched")
H A Druntime-array.js6 throw new Error("Runtime array length is incorrect");
9 throw new Error("Runtime array concat result is incorrect");
H A Dconstant-folding-osr-exit.js7 throw new Error();
13 throw new Error();
22 throw new Error();
30 throw new Error();
38 throw new Error();
46 throw new Error();
53 throw new Error();
61 throw new Error();
69 throw new Error();
77 throw new Error();
[all...]
H A Dregexp-matches-array.js7 throw new Error("Runtime array length is incorrect");
10 throw new Error("Runtime array concat result is incorrect");
/macosx-10.10.1/WebKit-7600.1.25/mac/ForwardingHeaders/runtime/
H A DError.h1 #import <JavaScriptCore/Error.h>
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dri.rb13 class Error < RDoc::Error; end class in class:RDoc
/macosx-10.10.1/CPAN-56/Modules/Error-0.17018/
H A DMakefile1 NAME = Error
/macosx-10.10.1/CPAN-56/Modules/Error-0.17022/
H A DMakefile1 NAME = Error
/macosx-10.10.1/curl-83.1.2/curl/include/curl/
H A Dcurlbuild.h63 Error Compilation_aborted_CURL_SIZEOF_LONG_already_defined
68 Error Compilation_aborted_CURL_TYPEOF_CURL_SOCKLEN_T_already_defined
73 Error Compilation_aborted_CURL_SIZEOF_CURL_SOCKLEN_T_already_defined
78 Error Compilation_aborted_CURL_TYPEOF_CURL_OFF_T_already_defined
83 Error Compilation_aborted_CURL_FORMAT_CURL_OFF_T_already_defined
88 Error Compilation_aborted_CURL_FORMAT_CURL_OFF_TU_already_defined
93 Error Compilation_aborted_CURL_FORMAT_OFF_T_already_defined
98 Error Compilation_aborted_CURL_SIZEOF_CURL_OFF_T_already_defined
103 Error Compilation_aborted_CURL_SUFFIX_CURL_OFF_T_already_defined
108 Error Compilation_aborted_CURL_SUFFIX_CURL_OFF_TU_already_define
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DFindBugs.cpp78 std::string Error; local
79 compileProgram(Program, &Error);
80 if (!Error.empty()) {
82 outs() << Error;
92 bool Diff = diffProgram(Program, Filename, "", false, &Error);
93 if (Error.empty() && Diff) {
95 debugMiscompilation(&Error);
96 if (Error.empty())
99 if (!Error.empty()) {
100 errs() << Error;
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/TableGen/
H A DMain.cpp24 #include "llvm/TableGen/Error.h"
78 std::string Error;
79 tool_output_file Out(OutputFilename.c_str(), Error);
80 if (!Error.empty()) {
82 << ":" << Error << "\n"; local
90 tool_output_file DepOut(DependFilename.c_str(), Error);
91 if (!Error.empty()) {
93 << ":" << Error << "\n"; local
114 } catch (const TGError &Error) {
115 PrintError(Error);
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DRegexTest.cpp66 std::string Error; local
71 EXPECT_EQ("a\\ber", Regex("[0-9]+").sub("\\\\", "a1234ber", &Error));
72 EXPECT_EQ(Error, "");
73 EXPECT_EQ("a\nber", Regex("[0-9]+").sub("\\n", "a1234ber", &Error));
74 EXPECT_EQ(Error, "");
75 EXPECT_EQ("a\tber", Regex("[0-9]+").sub("\\t", "a1234ber", &Error));
76 EXPECT_EQ(Error, "");
77 EXPECT_EQ("ajber", Regex("[0-9]+").sub("\\j", "a1234ber", &Error));
78 EXPECT_EQ(Error, "");
80 EXPECT_EQ("aber", Regex("[0-9]+").sub("\\", "a1234ber", &Error));
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKOriginDataManager.cpp46 toImpl(originDataManagerRef)->deleteEntriesForOrigin(types, toImpl(originRef), [context, callback](CallbackBase::Error error) {
47 callback(error != CallbackBase::Error::None ? toAPI(API::Error::create().get()) : 0, context);
53 toImpl(originDataManagerRef)->deleteEntriesModifiedBetweenDates(types, startDate, endDate, [context, callback](CallbackBase::Error error) {
54 callback(error != CallbackBase::Error::None ? toAPI(API::Error::create().get()) : 0, context);
60 toImpl(originDataManagerRef)->deleteAllEntries(types, [context, callback](CallbackBase::Error error) {
61 callback(error != CallbackBase::Error::None ? toAPI(API::Error::create().get()) : 0, context);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dchecker.tcl91 proc Error {code {text {}}} { procedure
225 Error end/open/list
228 Error end/open/example
230 Error end/open/mp
242 if {[IsNot body] && [IsNot example]} {Error body}
243 if {[LOpen] && ![LItem]} {Error nolisttxt}
273 if {[IsNot manpage_begin]} {Error mpbegin}
279 if {[IsNot header]} {Error hdrcmd}
284 if {[IsNot header]} {Error hdrcmd}
289 if {[IsNot header]} {Error hdrcm
[all...]

Completed in 216 milliseconds

1234567891011>>