5,840,503 results for 'ERROR repo:micmcg/pypy' (22 ms)
RKObjectParameterizationTest.m git://github.com/RestKit/RestKit.git | Objective C | 786 lines
66 [mapping addPropertyMapping:[RKAttributeMapping attributeMappingFromKeyPath:@"key2" toKeyPath:@"key2-form-name"]]; 67 NSError *error = nil; 68 RKRequestDescriptor *requestDescriptor = [RKRequestDescriptor requestDescriptorWithMapping:mapping objectClass:[NSDictionary class] rootKeyPath:nil method:RKRequestMethodAny]; 70 // URL Encode 71 NSDictionary *parameters = [RKObjectParameterization parametersWithObject:object requestDescriptor:requestDescriptor error:&error]; 72 NSData *data = [RKMIMETypeSerialization dataFromObject:parameters MIMEType:RKMIMETypeFormURLEncoded error:&error]; 84 85 NSError *error = nil; 86 RKRequestDescriptor *requestDescriptor = [RKRequestDescriptor requestDescriptorWithMapping:mapping objectClass:[NSDictionary class] rootKeyPath:nil method:RKRequestMethodAny]; 535 536 NSError *error = nil; 537 RKRequestDescriptor *requestDescriptor = [RKRequestDescriptor requestDescriptorWithMapping:userMapping objectClass:[RKTestUser class] rootKeyPath:nil method:RKRequestMethodAny]; 779 NSError *error = nil; 780 NSDictionary *parsedJSON = [NSJSONSerialization JSONObjectWithData:[RKMIMETypeSerialization dataFromObject:params MIMEType:RKMIMETypeJSON error:nil] options:0 error:nil]; 781 assertThat(error, is(nilValue()));NoteStoreIface.java git://github.com/evernote/evernote-sdk-java.git | Java | 2,012 lines
98 */ 99 public SyncState getLinkedNotebookSyncState(String authenticationToken, com.evernote.edam.type.LinkedNotebook linkedNotebook) throws com.evernote.edam.error.EDAMUserException, com.evernote.edam.error.EDAMSystemException, com.evernote.edam.error.EDAMNotFoundException, TException; 100 1467 */ 1468 public byte[] getResourceAlternateData(String authenticationToken, String guid) throws com.evernote.edam.error.EDAMUserException, com.evernote.edam.error.EDAMSystemException, com.evernote.edam.error.EDAMNotFoundException, TException; 1469 1894 */ 1895 public String shareNote(String authenticationToken, String guid) throws com.evernote.edam.error.EDAMUserException, com.evernote.edam.error.EDAMNotFoundException, com.evernote.edam.error.EDAMSystemException, TException; 1896 1917 */ 1918 public void stopSharingNote(String authenticationToken, String guid) throws com.evernote.edam.error.EDAMUserException, com.evernote.edam.error.EDAMNotFoundException, com.evernote.edam.error.EDAMSystemException, TException; 1919 1961 */ 1962 public com.evernote.edam.userstore.AuthenticationResult authenticateToSharedNote(String guid, String noteKey, String authenticationToken) throws com.evernote.edam.error.EDAMUserException, com.evernote.edam.error.EDAMNotFoundException, com.evernote.edam.error.EDAMSystemException, TException; 1963NoteStore.java git://github.com/evernote/evernote-sdk-java.git | Java | 27,593 lines
852 853 public int expungeTag(String authenticationToken, String guid) throws com.evernote.edam.error.EDAMUserException, com.evernote.edam.error.EDAMSystemException, com.evernote.edam.error.EDAMNotFoundException, TException 854 { 3370 3371 public void recv_stopSharingNote() throws com.evernote.edam.error.EDAMUserException, com.evernote.edam.error.EDAMNotFoundException, com.evernote.edam.error.EDAMSystemException, TException 3372 { 3396 3397 public com.evernote.edam.userstore.AuthenticationResult authenticateToSharedNote(String guid, String noteKey, String authenticationToken) throws com.evernote.edam.error.EDAMUserException, com.evernote.edam.error.EDAMNotFoundException, com.evernote.edam.error.EDAMSystemException, TException 3398 { 3414 3415 public com.evernote.edam.userstore.AuthenticationResult recv_authenticateToSharedNote() throws com.evernote.edam.error.EDAMUserException, com.evernote.edam.error.EDAMNotFoundException, com.evernote.edam.error.EDAMSystemException, TException 3416 { 3443 3444 public RelatedResult findRelated(String authenticationToken, RelatedQuery query, RelatedResultSpec resultSpec) throws com.evernote.edam.error.EDAMUserException, com.evernote.edam.error.EDAMSystemException, com.evernote.edam.error.EDAMNotFoundException, TException 3445 {beam_lib.erl https://github.com/cobusc/otp.git | Erlang | 1,176 lines
242 243format_error({error, Error}) -> 244 format_error(Error); 244 format_error(Error); 245format_error({error, Module, Error}) -> 246 Module:format_error(Error); 510 try read_chunk_data(File0, ChunkNames, []) 511 catch Error -> Error end. 512 562 case catch scan_beam2(FD, What) of 563 Error when error =:= element(1, Error) -> 564 throw(Error); 1020 {'noreply', #state{}} | 1021 {'reply', 'error' | {'error','badfun' | 'exists'}, #state{}} | 1022 {'stop', 'normal', 'undefined' | {'ok', term()}, #state{}}.release_handler.erl https://github.com/cobusc/otp.git | Erlang | 2,301 lines
1317 Error3 -> 1318 throw({error, {'heart:set_cmd() error', Error3}}) 1319 end. 1513 error; 1514 {error, FileError} -> % FileError is posix atom | no_master 1515 throw({error, {FileError, Relup}}) 1530 throw({error, {bad_relup_file, Relup}}); 1531 {error, FileError} -> % FileError is posix atom | no_master 1532 throw({error, {FileError, Relup}}) 1699 Error3 -> 1700 throw({error, {'heart:set_cmd() error', Error3}}) 1701 end 2052 ok -> at_all_masters(Masters, M, F, A); 2053 Error -> {error, {Master, Error}} 2054 end;inet.erl https://github.com/cobusc/otp.git | Erlang | 1,793 lines
410 end, [], IfList)}; 411 Error -> Error 412 end. 1293 {error,timeout} -> Res; 1294 {error,formerr} -> {error, einval}; 1295 {error,_} -> gethostbyaddr_tm(Addr,Timer,Opts) 1298 case inet_hosts:gethostbyaddr(Addr) of 1299 {error,formerr} -> {error, einval}; 1300 {error,_} -> gethostbyaddr_tm(Addr,Timer,Opts); 1333 case inet_gethost_native:gethostbyaddr(Addr) of 1334 {error,formerr} -> {error, einval}; 1335 {error,_} -> gethostbyaddr_tm(Addr,Timer,Opts); 1467 end; 1468 Error -> Error 1469 end.trycatch_SUITE.erl https://github.com/cobusc/otp.git | Erlang | 1,267 lines
72 catch 73 error:badarith -> error 74 end, 77 catch 78 error:badarith -> error 79 end, 309 {{exit,V},V} = after_oops_1({exit,V}, {value,V}), 310 {{error,V},undefined} = after_oops_1({value,V}, {error,V}), 311 {{error,function_clause},undefined} = 836 my_abs(X); 837foo({error,Error}) -> 838 erlang:error(Error); 873 do_tail(T) 874 catch error:badarg -> error 875 end.guard_SUITE.erl https://github.com/cobusc/otp.git | Erlang | 2,248 lines
113 ok = if is_atom(Zero > One) -> ok end, 114 error = if abs(Zero > One) -> ok; true -> error end, 115 ok = if is_integer(Zero) >= is_integer(One) -> ok end, 587 588 check(fun() -> if true, false -> ok; true -> error end end, error), 589 check(fun() -> if false, true -> ok; true -> error end end, error), 974 check(fun() -> if true xor true -> ok; true -> error end end, error), 975 check(fun() -> if false xor false -> ok; true -> error end end, error), 976 check(fun() -> 993 check(fun() -> if True xor True -> ok; true -> error end end, error), 994 check(fun() -> if False xor False -> ok; true -> error end end, error), 995 check(fun() -> 1810%% 1811-define(MASK_ERROR(EXPR),mask_error((catch (EXPR)))). 1812mask_error({'EXIT',{Err,_}}) ->ct_netconfc.erl https://github.com/cobusc/otp.git | Erlang | 1,818 lines
150-define(error(ConnName,Report), 151 error_logger:error_report([{ct_connection,ConnName}, 152 {client,self()}, 613 Timeout :: timeout(), 614 Result :: ok | {error,error_reason()}. 615edit_config(Client, Target, Config, OptParams, Timeout) -> 842 SessionId :: pos_integer(), 843 Result :: ok | {error,error_reason()}. 844kill_session(Client, SessionId) -> 850 Timeout :: timeout(), 851 Result :: ok | {error,error_reason()}. 852kill_session(Client, SessionId, Timeout) -> 1318 _ -> 1319 ?error(ConnName,[{error,rpc_reply_missing_msg_id}]), 1320 {noreply,State}prim_inet.erl https://github.com/cobusc/otp.git | Erlang | 2,505 lines
389 {ok, _} -> ok; 390 {error,_}=Error -> Error 391 end. 651 {ok, A}; 652 {error, _} = Error -> Error 653 end. 657 {ok, []} -> ok; 658 {error, _} = Error -> Error 659 end; 664 {ok, []} -> ok; 665 {error, _} = Error -> Error 666 end; 2274 catch 2275 Error -> {error,Error} 2276 end.erl_prim_loader.erl https://github.com/cobusc/otp.git | Erlang | 1,572 lines
299 end, 300 %% this is equal to calling error_logger:error_report/1 which 301 %% we don't want to do from code_server during system boot 817 ok -> {ok, S}; 818 Error -> port_error(S, Error) 819 end; 837 {ok, S}; 838 Error -> port_error(S, Error) 839 end; 839 end; 840 Error -> port_error(S, Error) 841 end; 841 end; 842 Error -> Error 843 end.results.txt git://github.com/GaretJax/phpbrowscap.git | Plain Text | 1,030 lines
2 3get_browser() error fixed for 'Mozilla/5.0 (compatible; MSIE 7.0; MSIE 6.0; ScanAlert; +http://www.scanalert.com/bot.jsp) Firefox/2.0.0.3' 4 4 5get_browser() error fixed for 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)' 6 6 7get_browser() error fixed for 'Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)' 8 9500: report 100 errors 113 get_browser() errors fixed 151000: report 160 errors 173 get_browser() errors fixedmrcp_prompt_spec.rb git://github.com/adhearsion/punchblock.git | Ruby | 1,244 lines
99 subject.execute 100 error = ProtocolError.new.setup 'option error', 'The recognizer foobar is unsupported.' 101 expect(original_command.response(0.1)).to eq(error) 110 subject.execute 111 error = ProtocolError.new.setup 'option error', "The recognizer #{recognizer} is unsupported." 112 expect(original_command.response(0.1)).to eq(error) 294 subject.execute 295 error = ProtocolError.new.setup 'option error', "The renderer #{renderer} is unsupported." 296 expect(original_command.response(0.1)).to eq(error) 942 subject.execute 943 error = ProtocolError.new.setup 'option error', 'A hotword-max-duration value must be -1, 0, or a positive integer.' 944 expect(original_command.response(0.1)).to eq(error) 981 subject.execute 982 error = ProtocolError.new.setup 'option error', 'A hotword-min-duration value must be -1, 0, or a positive integer.' 983 expect(original_command.response(0.1)).to eq(error)characteristic_equation_routines.f90 git://github.com/adamreeve/cm.git | FORTRAN Modern | 1,457 lines
175 & " is not valid for a Characteristic fluid type of a fluid mechanics equations set class." 176 CALL FLAG_ERROR(localError,err,error,*999) 177 END SELECT 456 & " is invalid for a characteristic equations set." 457 CALL FLAG_ERROR(localError,err,error,*999) 458 END SELECT 462 & " is invalid for a characteristic equations set." 463 CALL FLAG_ERROR(localError,err,error,*999) 464 END SELECT 532 & //TRIM(NUMBER_TO_VSTRING(equationsSet%SOLUTION_METHOD,"*",err,error))// " is invalid." 533 CALL FLAG_ERROR(localError,err,error,*999) 534 END SELECT 1442 & " is not valid for a Navier-Stokes equation type of a fluid mechanics equations set class." 1443 CALL FLAG_ERROR(localError,err,error,*999) 1444 END SELECTikarus.lists.sls git://github.com/marcomaggi/vicare.git | Unknown | 1,299 lines
52 53(define-syntax-rule (%error-list-was-altered-while-processing) 54 (assertion-violation __who__ "list was altered while processing")) 55 56(define-syntax-rule (%error-circular-list-is-invalid-as-argument ?obj) 57 (assertion-violation __who__ "circular list is invalid as argument" ?obj)) 58 59(define-syntax-rule (%error-length-mismatch-among-list-arguments) 60 (procedure-arguments-consistency-violation __who__ "length mismatch among list arguments")) 61 62(define-syntax-rule (%error-expected-proper-list-as-argument ?obj) 63 (assertion-violation __who__ "expected proper list as argument" ?obj)) 64 65(define-syntax-rule (%error-improper-list-is-invalid-as-argument ?obj) 66 (assertion-violation __who__ "improper list is invalid as argument" ?obj))ikarus.conditions.sls git://github.com/marcomaggi/vicare.git | Unknown | 1,707 lines
44 make-undefined-violation undefined-violation? 45 make-i/o-error i/o-error? make-i/o-read-error 46 i/o-read-error? make-i/o-write-error i/o-write-error? 56 i/o-file-does-not-exist-error? make-i/o-port-error 57 i/o-port-error? i/o-error-port make-i/o-decoding-error 58 i/o-decoding-error? make-i/o-encoding-error 441 make-undefined-violation undefined-violation? 442 make-i/o-error i/o-error? make-i/o-read-error 443 i/o-read-error? make-i/o-write-error i/o-write-error? 453 i/o-file-does-not-exist-error? make-i/o-port-error 454 i/o-port-error? i/o-error-port make-i/o-decoding-error 455 i/o-decoding-error? make-i/o-encoding-error 1406(define-core-condition-type &utf16-string-decoding &error make-utf16-string-decoding-error utf16-string-decoding-error?) 1407(define-core-condition-type &utf32-string-decoding &error make-utf32-string-decoding-error utf32-string-decoding-error?) 1408NativeMenu-test.js git://github.com/adobe/brackets.git | JavaScript | 1,659 lines
49 var complete = false, 50 error = 0; 51 57 complete = true; 58 error = err; 59 }); 63 64 expect(error).toBe(0); 65 }); 70 var complete = false, 71 error = 0, 72 title; 77 complete = true; 78 error = err; 79 });ddr3.v https://github.com/shmele/leon3.git | Verilog | 4,136 lines
28* WARRANT THAT THE SOFTWARE WILL MEET YOUR REQUIREMENTS, OR THAT THE 29* OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE. 30* FURTHERMORE, MTI DOES NOT MAKE ANY REPRESENTATIONS REGARDING THE USE OR 147 parameter TJIT_CC = 100; // tJIT(cc) ps Cycle to Cycle jitter 148 parameter TERR_2PER = 73; // tERR(2per) ps Accumulated Error (2-cycle) 149 parameter TERR_3PER = 85; // tERR(3per) ps Accumulated Error (3-cycle) 149 parameter TERR_3PER = 85; // tERR(3per) ps Accumulated Error (3-cycle) 150 parameter TERR_4PER = 98; // tERR(4per) ps Accumulated Error (4-cycle) 151 parameter TERR_5PER = 105; // tERR(5per) ps Accumulated Error (5-cycle) 923 parameter PRE_DEF_PAT = 8'hAA; // value returned during mpr pre-defined pattern readout 924 parameter STOP_ON_ERROR = 1; // If set to 1, the model will halt on command sequence/major errors 925 parameter DEBUG = 0; // Turn on Debug messages 1490 parameter PRE_DEF_PAT = 8'hAA; // value returned during mpr pre-defined pattern readout 1491 parameter STOP_ON_ERROR = 1; // If set to 1, the model will halt on command sequence/major errors 1492 parameter DEBUG = 0; // Turn on Debug messageszvol.c https://bitbucket.org/0xffea/illumos-dccp | C | 2,000 lines
1807 zfs_prop_to_name(ZFS_PROP_COMPRESSION), &compress, NULL); 1808 error = error ? error : dsl_prop_get_integer(zv->zv_name, 1809 zfs_prop_to_name(ZFS_PROP_CHECKSUM), &checksum, NULL); 1824 zfs_prop_to_name(ZFS_PROP_CHECKSUM), 8, 1, &checksum, tx); 1825 error = error ? error : zap_update(os, ZVOL_ZAP_OBJ, 1826 zfs_prop_to_name(ZFS_PROP_REFRESERVATION), 8, 1, 1827 &refresrv, tx); 1828 error = error ? error : zap_update(os, ZVOL_ZAP_OBJ, 1829 zfs_prop_to_name(ZFS_PROP_VOLBLOCKSIZE), 8, 1, 1830 &vbs, tx); 1831 error = error ? error : dmu_object_set_blocksize( 1832 os, ZVOL_OBJ, SPA_MAXBLOCKSIZE, 0, tx); 1833 if (version >= SPA_VERSION_DEDUP) { 1834 error = error ? error : zap_update(os, ZVOL_ZAP_OBJ, 1835 zfs_prop_to_name(ZFS_PROP_DEDUP), 8, 1,zfs_vfsops.c https://bitbucket.org/0xffea/illumos-dccp | C | 2,318 lines
520 "setuid", setuid_changed_cb, zfsvfs); 521 error = error ? error : dsl_prop_register(ds, 522 "exec", exec_changed_cb, zfsvfs); 522 "exec", exec_changed_cb, zfsvfs); 523 error = error ? error : dsl_prop_register(ds, 524 "snapdir", snapdir_changed_cb, zfsvfs); 524 "snapdir", snapdir_changed_cb, zfsvfs); 525 error = error ? error : dsl_prop_register(ds, 526 "aclmode", acl_mode_changed_cb, zfsvfs); 526 "aclmode", acl_mode_changed_cb, zfsvfs); 527 error = error ? error : dsl_prop_register(ds, 528 "aclinherit", acl_inherit_changed_cb, zfsvfs); 528 "aclinherit", acl_inherit_changed_cb, zfsvfs); 529 error = error ? error : dsl_prop_register(ds, 530 "vscan", vscan_changed_cb, zfsvfs);