Home
last modified time | relevance | path

Searched refs:_ERROR (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/dports/devel/efl/efl-1.25.1/src/lib/efl/interfaces/
H A Defl_mvvm_common.c39 _ERROR(UNKNOWN); in efl_model_init()
40 _ERROR(NOT_SUPPORTED); in efl_model_init()
41 _ERROR(NOT_FOUND); in efl_model_init()
42 _ERROR(READ_ONLY); in efl_model_init()
43 _ERROR(INIT_FAILED); in efl_model_init()
45 _ERROR(INVALID_OBJECT); in efl_model_init()
47 #undef _ERROR in efl_model_init()
49 _ERROR(NOT_SUPPORTED); in efl_model_init()
51 #undef _ERROR in efl_model_init()
53 _ERROR(INVALID_KEY); in efl_model_init()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dnoiseprofiles.c89 #define _ERROR(...) {\ macro
105 if(!root) _ERROR("can't get the root node"); in dt_noiseprofile_verify()
130 if(!json_reader_read_member(reader, "maker")) _ERROR("missing `maker`"); in dt_noiseprofile_verify()
136 if(!json_reader_read_member(reader, "models")) _ERROR("missing `models`"); in dt_noiseprofile_verify()
164 _ERROR("missing `name`"); in dt_noiseprofile_verify()
171 _ERROR("missing `iso`"); in dt_noiseprofile_verify()
178 _ERROR("missing `a`"); in dt_noiseprofile_verify()
184 _ERROR("`a` with size != 3"); in dt_noiseprofile_verify()
192 _ERROR("missing `b`"); in dt_noiseprofile_verify()
198 _ERROR("`b` with size != 3"); in dt_noiseprofile_verify()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dnoiseprofiles.c89 #define _ERROR(...) {\ macro
105 if(!root) _ERROR("can't get the root node"); in dt_noiseprofile_verify()
130 if(!json_reader_read_member(reader, "maker")) _ERROR("missing `maker`"); in dt_noiseprofile_verify()
136 if(!json_reader_read_member(reader, "models")) _ERROR("missing `models`"); in dt_noiseprofile_verify()
164 _ERROR("missing `name`"); in dt_noiseprofile_verify()
171 _ERROR("missing `iso`"); in dt_noiseprofile_verify()
178 _ERROR("missing `a`"); in dt_noiseprofile_verify()
184 _ERROR("`a` with size != 3"); in dt_noiseprofile_verify()
192 _ERROR("missing `b`"); in dt_noiseprofile_verify()
198 _ERROR("`b` with size != 3"); in dt_noiseprofile_verify()
[all …]
/dports/audio/cpige/cpige-1.5/
H A Dmynet.c29 _ERROR("Error: not any server defined.\n"); in reconnect()
37 _ERROR("No valid settings in urlPool.\n"); in reconnect()
50 _ERROR("No valid settings in urlPool.\n"); in reconnect()
68 _ERROR("Error sending headers: 0 byte sent.\n"); in reconnect()
114 _ERROR("Error with gethostbyname. exiting.\n"); in server_connect()
125 _ERROR("Error creating shoutcast socket. Exiting.\n"); in server_connect()
135 _ERROR("Remote host connection failed.\n"); in server_connect()
200 _ERROR("Erreur de connexion in getHeaders().\n"); in getHeaders()
225 _ERROR("Unknown error code received: %d\n", errorCode); in getHeaders()
240 _ERROR("Connection error in select (getHeaders).\n"); in getHeaders()
[all …]
H A Dcpige.c153 _ERROR("Error daemonizing. %s\n", strerror(errno));
196 _ERROR("Unable to open %s for writing\n", cmdLine->dir);
272 _ERROR("Connection Error.\n");
308 _ERROR("Error writing output. Disk full ?\n");
515 _ERROR("Fwrite error.\n");
651 _ERROR("Error tempsize > metaint\n");
762 _ERROR("Erreur de connexion!\n");
782 _ERROR("Connection error in select. (readmeta)\n");
799 _ERROR("Erreur de connexion!\n");
1229 _ERROR("Error setting up locale: `%s'.\n", buffer);
[all …]
/dports/databases/mysqldump-secure/mysqldump-secure-0.16.3/test/
H A Dconfig219 _ERROR=$((_ERROR+1));
234 _ERROR=$((_ERROR+1));
254 _ERROR=$((_ERROR+1));
274 _ERROR=$((_ERROR+1));
323 _ERROR=$((_ERROR+1));
342 _ERROR=$((_ERROR+1));
364 _ERROR=$((_ERROR+1));
386 _ERROR=$((_ERROR+1));
391 _ERROR=$((_ERROR+1));
396 _ERROR=$((_ERROR+1));
[all …]
/dports/net-mgmt/pancho/Pancho-9.3.9/modules/Net-SNMP-4.0.3/lib/Net/SNMP/Transport/
H A DUDP.pm77 sub _ERROR() { 7 } # Error message subroutine
149 if (defined($this->[_ERROR])) {
150 return wantarray ? (undef, $this->[_ERROR]) : undef;
172 return wantarray ? (undef, $this->[_ERROR]) : undef;
180 return wantarray ? (undef, $this->[_ERROR]) : undef;
362 $_[0]->[_ERROR] || '';
402 if (!defined($this->[_ERROR])) {
403 $this->[_ERROR] = sprintf(shift(@_), @_);
406 (caller(0))[2], (caller(1))[3], $this->[_ERROR]
416 $_[0]->[_ERROR] = undef;
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/Documentation/tests/
H A Dbug-561101.php182 return $this->_ERROR("Eigenschaft $prop gibt's net");
186 $this->_ERROR("Auf private Variablen darf nicht zugegriffen werden");
195 return $this->_ERROR("Eigenschaft $prop hat den Schluessel $key nicht");
245 …return $this->_ERROR("Falscher Typ (" . gettype($value) . ") fuer '$property' (" . gettype($oldval…
254 return $this->_ERROR("Eigenschaft $property gibt es nicht");
336 return ClubBase::_ERROR("Fehlende Daten: (Pfad: $path, Klasse: $classname, Ext.: $ext)");
343 return ClubBase::_ERROR("Kann Klasse '$classfile' nicht laden");
347 return ClubBase::_ERROR('Kann Command nicht includieren');
351 ClubBase::_ERROR("Kann Klasse '$classfile' nicht includieren");
423 function _ERROR ($message = 'unknown error', $code = PHPDOCUMENTOR_DEBUG_ERROR, function in ClubBase
/dports/devel/pear-PHP_UML/PHP_UML-1.6.2/tests/suite/
H A Dbug-561101.php182 return $this->_ERROR("Eigenschaft $prop gibt's net");
186 $this->_ERROR("Auf private Variablen darf nicht zugegriffen werden");
195 return $this->_ERROR("Eigenschaft $prop hat den Schluessel $key nicht");
245 …return $this->_ERROR("Falscher Typ (" . gettype($value) . ") fuer '$property' (" . gettype($oldval…
254 return $this->_ERROR("Eigenschaft $property gibt es nicht");
336 return ClubBase::_ERROR("Fehlende Daten: (Pfad: $path, Klasse: $classname, Ext.: $ext)");
343 return ClubBase::_ERROR("Kann Klasse '$classfile' nicht laden");
347 return ClubBase::_ERROR('Kann Command nicht includieren');
351 ClubBase::_ERROR("Kann Klasse '$classfile' nicht includieren");
423 function _ERROR ($message = 'unknown error', $code = PHPDOCUMENTOR_DEBUG_ERROR, function in ClubBase
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A DtemplateString.cpp38 #define _ERROR(ptr, ...) \ macro
148 _ERROR(errors, "Cannot find close quote for placeholder starting " in _FindNextPlaceHolder()
153 _ERROR(errors, "Invalid character '%c' in identifier at pos %zu", in _FindNextPlaceHolder()
164 _ERROR(errors, "Empty placeholder at pos %zu", *pos); in _FindNextPlaceHolder()
228 _ERROR(errors, "No mapping found for placeholder '%s'", in _Evaluate()
/dports/net-mgmt/p5-Net-SNMP/Net-SNMP-v6.0.1/lib/Net/SNMP/
H A DMessageProcessing.pm38 sub _ERROR { 0 } # Error message subroutine
342 return $_[0]->[_ERROR] || q{};
491 if (!defined $this->[_ERROR]) {
492 $this->[_ERROR] = (@_ > 1) ? sprintf(shift(@_), @_) : $_[0];
495 (caller 0)[2], (caller 1)[3], $this->[_ERROR];
504 return $_[0]->[_ERROR] = undef;
/dports/www/httest/httest-2.4.24/test/
H A Dignore_errors.htt2 _ERROR ".*"
8 _ERROR ".*"
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/squirrel/sq/
H A Dsq.c84 #define _ERROR 3 macro
131 return _ERROR; in getargs()
202 return _ERROR; in getargs()
214 return _ERROR; in getargs()
336 case _ERROR: in main()
/dports/lang/squirrel/squirrel3/sq/
H A Dsq.c85 #define _ERROR 3 macro
132 return _ERROR; in getargs()
203 return _ERROR; in getargs()
215 return _ERROR; in getargs()
337 case _ERROR: in main()
/dports/emulators/teo/teo/doc/wiki/
H A Dlibsap_en24 Returns the identifier of the SAP archive. On failure, SAP\_ERROR is returned and the 'sap\_errno' …
33 Returns the identifier of the SAP archive. On failure, SAP\_ERROR is returned and the 'sap\_errno' …
42 Returns SAP\_OK. On failure, SAP\_ERROR is returned and the 'sap\_errno' variable is set to one of …
50 Returns SAP\_OK. On failure, SAP\_ERROR is returned and the 'sap\_errno' variable is set to one of …
63 SAP\_CRC\_ERROR : CRC error on data sector.
65 On failure, SAP\_ERROR is returned and the 'sap\_errno' variable is set to one of the following err…
74 Returns SAP\_OK. On failure, SAP\_ERROR is returned and the 'sap\_errno' variable is set to one of …
84 Returns SAP\_OK. On failure, SAP\_ERROR is returned and the 'sap\_errno' variable is set to one of …
93 Returns SAP\_OK. On failure, SAP\_ERROR is returned and the 'sap\_errno' variable is set to one of …
102 Returns SAP\_OK. On failure, SAP\_ERROR is returned and the 'sap\_errno' variable is set to one of …
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/
H A DRunTests.gmk589 $$(eval $1_ERROR := $$(shell \
594 $$(eval $1_ERROR := 1) \
690 $$(eval $1_ERROR := 0) \
693 $$(eval $1_ERROR := 1) \
697 $$(EXPR) $$($1_PASSED) + $$($1_ERROR))) \
701 $$(eval $1_ERROR := 1) \
911 $$(eval $1_ERROR := $$(shell $$(AWK) '{gsub(/[,;]/, ""); \
914 $$(if $$($1_ERROR), , $$(eval $1_ERROR := 0)) \
916 $$(EXPR) $$($1_PASSED) + $$($1_FAILED) + $$($1_ERROR))) \
920 $$(eval $1_ERROR := 1) \
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/
H A DRunTests.gmk620 $$(eval $1_ERROR := $$(shell \
625 $$(eval $1_ERROR := 1) \
727 $$(eval $1_ERROR := 0) \
730 $$(eval $1_ERROR := 1) \
734 $$(EXPR) $$($1_PASSED) + $$($1_ERROR))) \
738 $$(eval $1_ERROR := 1) \
960 $$(eval $1_ERROR := $$(shell $$(AWK) '{gsub(/[,;]/, ""); \
963 $$(if $$($1_ERROR), , $$(eval $1_ERROR := 0)) \
965 $$(EXPR) $$($1_PASSED) + $$($1_FAILED) + $$($1_ERROR))) \
969 $$(eval $1_ERROR := 1) \
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/make/
H A DRunTests.gmk534 $$(eval $1_ERROR := $$(shell \
539 $$(eval $1_ERROR := 1) \
644 $$(eval $1_ERROR := 0) \
647 $$(eval $1_ERROR := 1) \
651 $$(EXPR) $$($1_PASSED) + $$($1_ERROR))) \
655 $$(eval $1_ERROR := 1) \
893 $$(eval $1_ERROR := $$(shell $$(AWK) '{gsub(/[,;]/, ""); \
896 $$(if $$($1_ERROR), , $$(eval $1_ERROR := 0)) \
898 $$(EXPR) $$($1_PASSED) + $$($1_FAILED) + $$($1_ERROR))) \
902 $$(eval $1_ERROR := 1) \
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/
H A DRunTests.gmk642 $$(eval $1_ERROR := $$(shell \
647 $$(eval $1_ERROR := 1) \
749 $$(eval $1_ERROR := 0) \
752 $$(eval $1_ERROR := 1) \
756 $$(EXPR) $$($1_PASSED) + $$($1_ERROR))) \
760 $$(eval $1_ERROR := 1) \
1001 $$(eval $1_ERROR := $$(shell $$(AWK) '{gsub(/[,;]/, ""); \
1004 $$(if $$($1_ERROR), , $$(eval $1_ERROR := 0)) \
1006 $$(EXPR) $$($1_PASSED) + $$($1_FAILED) + $$($1_ERROR))) \
1010 $$(eval $1_ERROR := 1) \
[all …]
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/
H A Dflup_frontend.py161 _ERROR = """ variable
169 raise FrontEndNotAvailable(_ERROR)
171 raise FrontEndNotAvailable(_ERROR)
/dports/www/p5-Template-Toolkit/Template-Toolkit-3.010/lib/Template/
H A DBase.pm61 _ERROR => '',
86 $errvar = ref $self ? \$self->{ _ERROR } : \${"$self\::ERROR"};
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/src/Dhall/
H A DUtil.hs10 , _ERROR
102 _ERROR :: IsString string => string
103 _ERROR = "\ESC[1;31mError\ESC[0m" function
180 _ERROR <> ": ❰dhall " <> command_ <> " --check❱ failed\n\
/dports/www/vdradmin-am/vdradmin-am-3.6.10/lib/Template/
H A DBase.pm69 _ERROR => '',
94 $errvar = ref $self ? \$self->{ _ERROR } : \${"$self\::ERROR"};
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/
H A DRunTests.gmk634 $$(eval $1_ERROR := $$(shell \
639 $$(eval $1_ERROR := 1) \
744 $$(eval $1_ERROR := 0) \
747 $$(eval $1_ERROR := 1) \
751 $$(EXPR) $$($1_PASSED) + $$($1_ERROR))) \
755 $$(eval $1_ERROR := 1) \
1005 $$(eval $1_ERROR := $$(shell $$(AWK) '{gsub(/[,;]/, ""); \
1008 $$(if $$($1_ERROR), , $$(eval $1_ERROR := 0)) \
1010 $$(EXPR) $$($1_PASSED) + $$($1_FAILED) + $$($1_ERROR))) \
1014 $$(eval $1_ERROR := 1) \
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/
H A DRunTests.gmk633 $$(eval $1_ERROR := $$(shell \
638 $$(eval $1_ERROR := 1) \
743 $$(eval $1_ERROR := 0) \
746 $$(eval $1_ERROR := 1) \
750 $$(EXPR) $$($1_PASSED) + $$($1_ERROR))) \
754 $$(eval $1_ERROR := 1) \
991 $$(eval $1_ERROR := $$(shell $$(AWK) '{gsub(/[,;]/, ""); \
994 $$(if $$($1_ERROR), , $$(eval $1_ERROR := 0)) \
996 $$(EXPR) $$($1_PASSED) + $$($1_FAILED) + $$($1_ERROR))) \
1000 $$(eval $1_ERROR := 1) \
[all …]

12345678910>>...13