Searched refs:code (Results 226 - 250 of 3126) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/enc/
H A Dutf_16le.c11 * 1. Redistributions of source code must retain the above copyright
98 OnigCodePoint code; local
103 code = ((((c1 << 8) + c0) & 0x03ff) << 10)
107 code = c1 * 256 + p[0];
109 return code;
113 utf16le_code_to_mbclen(OnigCodePoint code, argument
116 return (code > 0xffff ? 4 : 2);
120 utf16le_code_to_mbc(OnigCodePoint code, UChar *buf, argument
125 if (code > 0xffff) {
126 unsigned int high = (code >> 1
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/library/
H A Dsafe.tcl43 return -code error\
64 return -code error\
91 return -code error "\"$slave\" is not an interpreter"
101 return -code error \
106 # Interface/entry point function and front end for "Configure". This code
110 # duplicating all this code everywhere.
146 return -code error [::tcl::OptAmbigous $desc $arg]
148 return -code error [::tcl::OptFlagUsage $desc $arg]
165 return -code error\
170 return -code erro
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dstack_oo.tcl65 return -code error "invalid item count $count"
67 return -code error "insufficient items on stack to fill request"
83 return -code error "invalid item count $count"
85 return -code error "insufficient items on stack to fill request"
111 return -code error "expected integer but got \"$newsize\""
113 return -code error "invalid size $newsize"
135 return -code error "expected integer but got \"$newsize\""
137 return -code error "invalid size $newsize"
172 return -code error "invalid item count $count"
178 return -code erro
[all...]
/macosx-10.10.1/vim-55/runtime/doc/
H A Dvim2html.pl25 return "<code class=\"badlink\">$tag</code>";
138 s/CTRL-(\w+)/<code class="keystroke">CTRL-$1<\/code>/g;
140 s/&lt;(.*?)&gt;/<code class="special">&lt;$1&gt;<\/code>/g;
143 s/\{([^}]*)\}/<code class="special">{$1}<\/code>/g;
146 s/\[(range|line|count|offset|cmd|[-+]?num)\]/<code class="special">\[$1\]<\/code>/
[all...]
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dtable.h48 code_desc_t code; member in union:dt_entry
65 code_desc_t code; member in union:gdt_entry
92 code_desc_t code; member in union:ldt_entry
/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/
H A Dexc_catcher.c48 exception_data_t code,
61 return (*exc_raise_func)(exception_port, thread, task, exception, code, codeCnt);
64 return catch_exception_raise(exception_port, thread, task, exception, code, codeCnt);
43 internal_catch_exception_raise( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt) argument
H A Dexc_catcher_state.c47 exception_data_t code,
65 return (*exc_raise_state_func)(exception_port, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
68 return catch_exception_raise_state(exception_port, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
44 internal_catch_exception_raise_state( mach_port_t exception_port, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
/macosx-10.10.1/Heimdal-398.1.2/appl/dceutils/
H A Dk5dcecon.c94 void com_err(char *p1, int code, ...) argument
98 dce_error_inq_text(code, err_string, &lst);
99 fprintf(stderr,"Error %d in %s: %s\n", code, p1, err_string );
301 int code; local
322 if (code = krb5_cc_default(pcache)) {
323 com_err(progname, code, "while getting ccache");
329 if (code = krb5_cc_set_flags(*pcache, flags)) {
330 com_err(progname, code,"While setting flags");
334 if (code = krb5_cc_get_principal(*pcache, &princ)) {
335 com_err(progname, code, "Whil
429 int code; local
497 int code; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tooltip/
H A Dtooltip.tcl97 bind Tooltip <Enter> [namespace code {
104 [after $G(DELAY) [namespace code [list show %W $tooltip(%W) cursor]]]
108 bind Menu <<MenuSelect>> [namespace code { menuMotion %W }]
109 bind Tooltip <Leave> [namespace code [list hide 1]] ; # fade ok
110 bind Tooltip <Any-KeyPress> [namespace code hide]
111 bind Tooltip <Any-Button> [namespace code hide]
125 return -code error "tooltip delay must be an\
149 set i [uplevel 1 [namespace code "register [list $w] $args"]]
181 return -code error "widget \"$w\" does not seem to be a\
193 return -code erro
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dflock.c10 * 1. Redistributions of source code must retain the above copyright
48 int code, cmd; local
62 code = fcntl(fd, F_SETLK, &arg);
66 code = fcntl(fd, cmd, &arg);
70 code = fcntl(fd, cmd, &arg);
74 code = -1;
77 return code;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A DSecCode.h26 SecCode represents separately indentified running code in the system.
49 Obtains a SecCode object for the code making the call.
50 The calling code is determined in a way that is subject to modification over
52 is always used. If it is an active code host that has a dedicated guest, such a guest
75 its result or returning its error code if any. Each of these functions
78 If the code was obtained from a universal (aka "fat") program file,
81 may conceivably result in different static code references if they ended up
84 @param code A valid SecCode object reference representing code running
89 If code refer
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Ddebugging.h79 // We are still conditionally emitting debug-dumping code
90 # define IFDUMP(code) code
91 # define IFDUMPING(scope,code) if (Debug::dumping(scope)) code; else /* no */
93 # define IFDUMP(code) /* no-op */
94 # define IFDUMPING(scope,code) /* no-op */
H A Dinetreply.h55 unsigned int code() const { return mCode; } function in class:Security::IPPlusPlus::InetReply
56 operator unsigned int () const { return code(); }
63 int mCode; // integer code (usually nnn)
64 char mSeparator; // character after code (usually space; '-' for continued lines)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecCode.h26 SecCode represents separately indentified running code in the system.
49 Obtains a SecCode object for the code making the call.
50 The calling code is determined in a way that is subject to modification over
52 is always used. If it is an active code host that has a dedicated guest, such a guest
75 its result or returning its error code if any. Each of these functions
78 If the code was obtained from a universal (aka "fat") program file,
81 may conceivably result in different static code references if they ended up
84 @param code A valid SecCode object reference representing code running
89 If code refer
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddebugging.h79 // We are still conditionally emitting debug-dumping code
90 # define IFDUMP(code) code
91 # define IFDUMPING(scope,code) if (Debug::dumping(scope)) code; else /* no */
93 # define IFDUMP(code) /* no-op */
94 # define IFDUMPING(scope,code) /* no-op */
H A Dinetreply.h55 unsigned int code() const { return mCode; } function in class:Security::IPPlusPlus::InetReply
56 operator unsigned int () const { return code(); }
63 int mCode; // integer code (usually nnn)
64 char mSeparator; // character after code (usually space; '-' for continued lines)
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestflock.c64 int code; local
75 code = launch_reader(tc);
76 ABTS_INT_EQUAL(tc, FAILED_READ, code);
83 int code; local
85 code = launch_reader(tc);
86 ABTS_INT_EQUAL(tc, SUCCESSFUL_READ, code);
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A DtstLastError.py23 def failUnlessXmlError(self,f,args,exc,domain,code,message,level,file,line):
37 print("code = ",e.code())
44 self.failUnlessEqual(code,e.code())
58 code=libxml2.XML_IO_LOAD_ERROR,
71 code=libxml2.XML_ERR_TAG_NOT_FINISHED,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A DtstLastError.py23 def failUnlessXmlError(self,f,args,exc,domain,code,message,level,file,line):
37 print "code = ",e.code()
44 self.failUnlessEqual(code,e.code())
58 code=libxml2.XML_IO_LOAD_ERROR,
71 code=libxml2.XML_ERR_TAG_NOT_FINISHED,
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/csv/
H A Dcsv.tcl169 return -code error "wrong#args: Should be ?-alternate? chan m ?separator? ?expand?"
180 return -code error "wrong#args: Should be ?-alternate? chan m ?separator? ?expand?"
185 return -code error "illegal separator character \"$sepChar\", is empty"
187 return -code error "illegal separator character \"$sepChar\", is a string"
255 return -code error "wrong#args: Should be ?-alternate? chan q ?separator?"
264 return -code error "wrong#args: Should be ?-alternate? chan q ?separator?"
269 return -code error "illegal separator character \"$sepChar\", is empty"
271 return -code error "illegal separator character \"$sepChar\", is a string"
316 return -code error "wrong # args:\
323 return -code erro
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dgif2tiff.c103 int clear,eoi; /* Special code values */
328 register int count, code; local
338 for (code = 0; code < clear; code++) {
339 prefix[code] = 0;
340 suffix[code] = code;
349 code = datum & codemask;
352 if (code
383 process(register int code, unsigned char** fill) argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/com_err/
H A Dcom_right.h10 * 1. Redistributions of source code must retain the above copyright
76 com_right (struct et_list *list, long code);
79 com_right_r (struct et_list *list, long code, char *, size_t);
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dprog_setup.c10 * 1. Redistributions of source code must retain the above copyright
39 krb5_std_usage(int code, struct getargs *args, int num_args) argument
42 exit(code);
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClassTimestamps.h51 unsigned int code,
58 IOTimeStampConstant ( code, a, b, c, d );
194 #define UMC_TRACE( code ) ( ( ( DBG_IOKIT & 0xFF ) << 24 ) | ( ( DBG_IOSAM & 0xFF ) << 16 ) | ( ( kSAMClassUSB & 0x3F ) << 10 ) | ( ( code & 0xFF ) << 2 ) )
195 #define USBODD_TRACE( code ) ( ( ( kSubclassCode_AppleUSBODD & 0xFF ) << 24 ) | ( code & 0xFFFFFF ) )
196 #define USBCARDREADER_TRACE( code ) ( ( ( kSubclassCode_AppleUSBCardReaderUMC & 0xFF ) << 24 ) | ( code & 0xFFFFFF ) )
50 RecordUSBTimeStamp( unsigned int code, unsigned int a, unsigned int b, unsigned int c, unsigned int d ) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DClosureCallStubRoutine.cpp7 * 1. Redistributions of source code must retain the above copyright
41 const MacroAssemblerCodeRef& code, VM& vm, const JSCell* owner,
43 : GCAwareJITStubRoutine(code, vm)
40 ClosureCallStubRoutine( const MacroAssemblerCodeRef& code, VM& vm, const JSCell* owner, Structure* structure, ExecutableBase* executable, const CodeOrigin& codeOrigin) argument

Completed in 295 milliseconds

1234567891011>>