Searched refs:out (Results 126 - 150 of 3947) sorted by relevance

1234567891011>>

/macosx-10.10/dtrace-147/test/tst/sparc/ustack/
H A Dtst.helper.d40 pid$1:a.out:baz:entry
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dmach_host.defs93 out host_info_out : host_info_t, CountInOut);
100 out kernel_version : kernel_version_t);
113 out out_page_size : vm_size_t);
126 out entry_handle :mach_port_move_send_t);
136 out out_processor_count : natural_t;
137 out out_processor_info : processor_info_array_t);
144 out io_master : io_master_t);
153 out clock_serv : clock_serv_t);
162 out modules : kmod_args_t);
172 out name
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DQuotedPrintable.cpp57 void quotedPrintableEncode(const Vector<char>& in, Vector<char>& out)
59 quotedPrintableEncode(in.data(), in.size(), out);
62 void quotedPrintableEncode(const char* input, size_t inputLength, Vector<char>& out)
64 out.clear();
65 out.reserveCapacity(inputLength);
83 out.append(crlfLineEnding, strlen(crlfLineEnding));
98 out.append('=');
99 out.append(crlfLineEnding, strlen(crlfLineEnding));
105 out.append('=');
106 out
[all...]
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A Dmgmt.idl111 [out] rpc_if_id_vector_p_t *if_id_vector,
112 [out] error_status_t *status
123 [in, out] unsigned32 *count,
124 [out, size_is (*count)] unsigned32 statistics[*],
125 [out] error_status_t *status
136 [out] error_status_t *status
146 [out] error_status_t *status
159 [out, string, size_is(princ_name_size)]
161 [out] error_status_t *status
175 [out] error_status_
[all...]
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A Dpowermanagement.defs37 out value : int);
44 out return_val : int);
51 out return_val : int);
57 out return_val : int);
65 out return_val : int);
72 out return_val : int);
78 out return_val : int);
84 out wakeData : pointer_t;
85 out deltaData : pointer_t;
86 out return_va
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DReduceWhitespace.cpp36 StringPrintStream out; local
44 out.print(CharacterDump(' '));
47 out.print(CharacterDump(data[i]));
51 return out.toCString();
/macosx-10.10/OpenSSL098-52/src/crypto/aes/
H A Daes_ecb.c62 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
65 assert(in && out && key);
69 AES_encrypt(in, out, key);
71 AES_decrypt(in, out, key);
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dt_spki.c71 /* Print out an SPKI */
73 int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki) argument
79 BIO_printf(out, "Netscape SPKI:\n");
81 BIO_printf(out," Public Key Algorithm: %s\n",
84 if(!pkey) BIO_printf(out, " Unable to load public key\n");
89 BIO_printf(out," RSA Public Key: (%d bit)\n",
91 RSA_print(out,pkey->pkey.rsa,2);
98 BIO_printf(out," DSA Public Key:\n");
99 DSA_print(out,pkey->pkey.dsa,2);
106 BIO_printf(out, " E
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/camellia/
H A Dcmll_ecb.c62 void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
66 assert(in && out && key);
70 Camellia_encrypt(in, out, key);
72 Camellia_decrypt(in, out, key);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/glue/
H A Dtests.sh30 $DIG +norec @10.53.0.1 -p 5300 foo.bar.fi. A >dig.out || status=1
31 $PERL ../digcomp.pl fi.good dig.out || status=1
34 $DIG +norec @10.53.0.1 -p 5300 foo.bar.xx. a >dig.out || status=1
35 $PERL ../digcomp.pl xx.good dig.out || status=1
38 $DIG +norec @10.53.0.1 -p 5300 foo.bar.yy. a >dig.out || status=1
39 $PERL ../digcomp.pl yy.good dig.out || status=1
41 echo "I:testing that we don't find out-of-zone glue"
42 $DIG +norec @10.53.0.1 -p 5300 example.net. a > dig.out || status=1
43 $PERL ../digcomp.pl noglue.good dig.out || status=1
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/notify/
H A Dclean.sh24 rm -f ns3/example.bk dig.out.ns2.test* dig.out.ns3.test*
/macosx-10.10/llvmCore-3425.0.34/projects/
H A DMakefile15 DIRS:= $(filter-out llvm-test test-suite,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard $(PROJ_SRC_DIR)/*/Makefile)))
18 DIRS := $(filter-out compiler-rt,$(DIRS))
21 DIRS := $(filter-out libcxx,$(DIRS))
25 DIRS := $(filter-out sample, $(DIRS))
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_silent_ui.rb14 out, err = capture_io do
20 assert_empty out, 'No output'
28 out, err = capture_io do
34 assert_empty out, 'No output'
42 out, err = capture_io do
50 assert_empty out, 'No output'
53 out, err = capture_io do
59 assert_empty out, 'No output'
64 out, err = capture_io do
70 assert_empty out, 'N
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/dh/
H A Ddhtest.c35 * The word 'cryptographic' can be left out if the rouines from the library
104 BIO *out; local
116 out=BIO_new(BIO_s_file());
117 if (out == NULL) EXIT(1);
118 BIO_set_fp(out,stdout,BIO_NOCLOSE);
120 BN_GENCB_set(&_cb, &cb, out);
127 BIO_puts(out, "p value is not prime\n");
129 BIO_puts(out, "p value is not a safe prime\n");
131 BIO_puts(out, "unable to check the generator value\n");
133 BIO_puts(out, "th
[all...]
/macosx-10.10/OpenSSL098-52/src/test/
H A Ddhtest.c35 * The word 'cryptographic' can be left out if the rouines from the library
104 BIO *out; local
116 out=BIO_new(BIO_s_file());
117 if (out == NULL) EXIT(1);
118 BIO_set_fp(out,stdout,BIO_NOCLOSE);
120 BN_GENCB_set(&_cb, &cb, out);
127 BIO_puts(out, "p value is not prime\n");
129 BIO_puts(out, "p value is not a safe prime\n");
131 BIO_puts(out, "unable to check the generator value\n");
133 BIO_puts(out, "th
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGNode.cpp61 void BranchTarget::dump(PrintStream& out) const
66 out.print(*block);
69 out.print("/w:", count);
110 void printInternal(PrintStream& out, SwitchKind kind) argument
114 out.print("SwitchImm");
117 out.print("SwitchChar");
120 out.print("SwitchString");
126 void printInternal(PrintStream& out, Node* node) argument
129 out.print("-");
132 out
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/
H A DDisassembler.cpp34 void disassemble(const MacroAssemblerCodePtr& codePtr, size_t size, const char* prefix, PrintStream& out, InstructionSubsetHint subsetHint) argument
36 if (tryToDisassemble(codePtr, size, prefix, out, subsetHint))
39 out.printf("%sdisassembly not available for range %p...%p\n", prefix, codePtr.executableAddress(), static_cast<char*>(codePtr.executableAddress()) + size);
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLRecoveryOpcode.cpp35 void printInternal(PrintStream& out, JSC::FTL::RecoveryOpcode opcode) argument
39 out.print("Add");
42 out.print("Sub");
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DCodeSpecializationKind.cpp33 void printInternal(PrintStream& out, JSC::CodeSpecializationKind kind) argument
36 out.print("Call");
41 out.print("Construct");
H A DTypedArrayType.cpp104 void printInternal(PrintStream& out, TypedArrayType type) argument
108 out.print("NotTypedArray");
111 out.print("TypeInt8");
114 out.print("TypeInt16");
117 out.print("TypeInt32");
120 out.print("TypeUint8");
123 out.print("TypeUint8Clamped");
126 out.print("TypeUint16");
129 out.print("TypeUint32");
132 out
[all...]
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebNavigationData.idl45 HRESULT url([out, retval] BSTR*);
46 HRESULT title([out, retval] BSTR*);
47 HRESULT originalRequest([out, retval] IWebURLRequest**);
48 HRESULT response([out, retval] IWebURLResponse**);
49 HRESULT hasSubstituteData([out, retval] BOOL*);
50 HRESULT clientRedirectSource([out, retval] BSTR*);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/gost/
H A Dtests.sh25 rm -f dig.out.*
33 $DIG $DIGOPTS . @10.53.0.1 soa > dig.out.ns1.test$n || ret=1
34 $DIG $DIGOPTS . @10.53.0.2 soa > dig.out.ns2.test$n || ret=1
35 $PERL ../digcomp.pl dig.out.ns1.test$n dig.out.ns2.test$n || ret=1
36 grep "flags:.*ad.*QUERY" dig.out.ns2.test$n > /dev/null || ret=1
/macosx-10.10/dtrace-147/test/tst/common/pid/
H A Dtst.weak1.d56 pid$1:a.out:go:entry,
57 pid$1:a.out:_go:entry
63 pid$1:a.out:go:entry,
64 pid$1:a.out:_go:entry
71 pid$1:a.out:go:entry,
72 pid$1:a.out:_go:entry
81 trace("test timed out");
H A Dtst.weak2.d56 pid$1:a.out:go:entry,
57 pid$1:a.out:_go:entry
63 pid$1:a.out:go:entry,
64 pid$1:a.out:_go:entry
71 pid$1:a.out:go:entry,
72 pid$1:a.out:_go:entry
81 trace("test timed out");
/macosx-10.10/python-89/2.6/fix/
H A Dbyte2utf16.py10 out = codecs.open(sys.argv[2], 'w', 'utf-16'); variable
12 out.write(input.read())
13 out.close()

Completed in 236 milliseconds

1234567891011>>