Searched refs:stub (Results 1 - 25 of 124) sorted by relevance

12345

/macosx-10.9.5/JavaScriptCore-7537.78.1/
H A Dcreate_jit_stubs45 my $stub = "";
69 $stub = $1;
70 print $stub . "\n";
79 $stub = $stub_template;
82 $stub =~ s/$rtype_template/$rtype/g;
83 $stub =~ s/$op_template/$op/g;
84 $stub =~ s/\\\*/\*/g;
86 print $stub;
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/coff/
H A Dgo32exe.h23 char stub[STUBSIZE];/* the stub to load the image */ member in struct:external_filehdr_go32_exe
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/sym-link-load/
H A DMakefile51 main: main.c stub/libtest.dylib stub/liblink.dylib real/libbase.dylib
52 ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c stub/libtest.dylib stub/liblink.dylib real/libbase.dylib
54 stub/libtest.dylib: test.c
55 mkdir -p stub
56 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib test.c -DDO_NOTHING -o stub/libtest.dylib -install_name "${PWD}/real/libtest.dylib"
58 stub/liblink.dylib: link.c
59 mkdir -p stub
60 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib link.c -o stub/liblin
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dimport.test24 # Test "itcl::import::stub" command
26 test import-1.1 {basic syntax for "stub" command} {
27 list [catch {itcl::import::stub} result] $result
29 stub create name
30 stub exists name}}
32 test import-1.2 {"stub create" requires one argument} {
33 list [catch {itcl::import::stub create} result] $result \
34 [catch {itcl::import::stub create x y} result] $result
35 } {1 {wrong # args: should be "itcl::import::stub create name"} 1 {wrong # args: should be "itcl::import::stub creat
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/PassengerPane/test/
H A Dshared_passenger_behaviour_test.rb19 pref_stub = stub('PrefPanePassenger')
21 mainView_stub = stub('MainView')
23 window_stub = stub('Window')
H A Dpref_pane_passenger_test.rb25 stub("PassengerApplication: #{i}")
37 alert = stub('Alert')
132 apps = stub("PassengerApplication: blog"), stub("PassengerApplication: paste")
177 remove_app, stay_app = stub("PassengerApplication: should be removed"), stub("PassengerApplication: should stay")
225 mainView = stub('Main View')
227 window = stub('Main Window')
388 mainView = stub('Main View')
390 window = stub('Mai
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/upward-dylib/
H A DMakefile43 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib up.c -DSTUB -o libup.stub -install_name libup.dylib
44 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib down.c -o libdown.dylib -Wl,-upward_library,libup.stub
51 ${RM} ${RMFLAGS} *~ main1 main2 libup.dylib libdown.dylib libup.stub
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubCall.h37 JITStubCall(JIT* jit, JSObject* (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) argument
39 , m_stub(stub)
47 JITStubCall(JIT* jit, JSPropertyNameIterator* (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) argument
49 , m_stub(stub)
57 JITStubCall(JIT* jit, void* (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) argument
59 , m_stub(stub)
67 JITStubCall(JIT* jit, int (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) argument
69 , m_stub(stub)
77 JITStubCall(JIT* jit, bool (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) argument
79 , m_stub(stub)
87 JITStubCall(JIT* jit, void (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) argument
97 JITStubCall(JIT* jit, EncodedJSValue (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/staticstub/ns2/
H A Dnamed.conf.in55 type static-stub;
61 type static-stub;
66 type static-stub;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dfind-file.el394 stub ;; name of the file without extension
454 stub nil
457 ;; otherwise build our filename stub
463 (setq stub "")
469 (setq stub (substring fname (match-beginning 1) (match-end 1)))
474 (concat stub (car (car (cdr match))))))
479 stub
529 stub ;; name of the file without extension
587 stub nil
590 ;; otherwise build our filename stub
[all...]
H A Dpcomplete.el329 (defvar pcomplete-last-completion-stub)
336 (make-variable-buffer-local 'pcomplete-last-completion-stub)
373 (pcomplete-insert-entry pcomplete-last-completion-stub
379 (let* ((pcomplete-stub)
385 (result (pcomplete-do-complete pcomplete-stub completions)))
389 (pcomplete-insert-entry pcomplete-stub (cdr result)
465 (defvar pcomplete-stub nil)
516 pcomplete-stub (pcomplete-arg))
631 pcomplete-stub (pcomplete-arg 'last))
634 (listp pcomplete-stub)
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-stgo32.c1 /* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub).
21 /* This file handles now also stubbed coff images. The stub is a small
31 image had no stub by using the filepointers as pointers in the coff
103 /* I hold in the usrdata the stub. */
111 image into memory and then runs it. It is called 'stub'. */
142 /* Save now the stub to be used later. */
151 memcpy (bfd_coff_go32stub (abfd), filehdr_src->stub, STUBSIZE);
163 /* Generate the stub. */
166 /* Copy the stub to the file header. */
168 memcpy (filehdr_out->stub, bfd_coff_go32stu
299 char *stub; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCallLinkInfo.h81 RefPtr<ClosureCallStubRoutine> stub; member in struct:JSC::CallLinkInfo
89 bool isLinked() { return stub || callee; }
H A DCallLinkStatus.cpp110 if (callLinkInfo.stub)
111 return CallLinkStatus(callLinkInfo.stub->executable(), callLinkInfo.stub->structure());
H A DCallLinkInfo.cpp51 stub.clear();
/macosx-10.9.5/libgcc-13/
H A DMakefile22 INSTALLSRC_FILES = Makefile stub.c
27 $(OBJROOT)/libgcc_s.dylib : $(SRCROOT)/stub.c
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dmkzipkit.tcl25 # Prefixes the specified zip archive with the tclmodule mount stub
31 set stub $SFX_STUB
35 set stub [read $f]
38 append stub \x1A
39 make_sfx $zipfile $outfile $stub
59 lappend report "sfx stub size: $offset"
97 #adjust offset of start of central directory by the length of our sfx stub
/macosx-10.9.5/bind9-45.100/bind9/contrib/named-bootconf/
H A Dnamed-bootconf.sh214 stub|stub/* )
216 stub/chaos )
219 stub/hs )
236 echo " type stub;"
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/bin/
H A Dstubmaker.pl30 print "Writing stub files...\n" if $VERBOSE;
73 Turns on "verbose" output during the code stub generation process. To be honest, there is not much the program outputs, but if you must see something output to the console, then this fits the bill.
94 stub, then simply call C<readable(1)> on the stub's instance. See the example
97 The following subroutines are unique to generated stub classes, and help the
98 user control and configure the stub class.
119 =head2 Working with stub classes
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/bin/
H A Dstubmaker.pl30 print "Writing stub files...\n" if $VERBOSE;
73 Turns on "verbose" output during the code stub generation process. To be honest, there is not much the program outputs, but if you must see something output to the console, then this fits the bill.
96 stub, then simply call C<readable(1)> on the stub's instance. See the example
99 The following subroutines are unique to generated stub classes, and help the
100 user control and configure the stub class.
123 =head2 Working with stub classes
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/bin/
H A Dstubmaker.pl30 print "Writing stub files...\n" if $VERBOSE;
73 Turns on "verbose" output during the code stub generation process. To be honest, there is not much the program outputs, but if you must see something output to the console, then this fits the bill.
96 stub, then simply call C<readable(1)> on the stub's instance. See the example
99 The following subroutines are unique to generated stub classes, and help the
100 user control and configure the stub class.
123 =head2 Working with stub classes
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-methods.el121 (let* ((stub (concat "url-" scheme))
122 (loader (intern stub)))
133 (let ((symbol (intern-soft (format "%s-%s" stub (car cell))))
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_2/function/
H A Dtostring-1.js57 t1 = new TestFunction( "stub", "value", tab + "return value;" );
71 "stub.toString()",
73 simplify(stub.toString()) );
102 function stub( value ) { function
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/testsuite/libffi.call/
H A Dproblem1.c30 void stub(ffi_cif* cif, void* resp, void** args, void* userdata) function
89 CHECK(ffi_prep_closure(pcl, &cif, stub, NULL) == FFI_OK);
/macosx-10.9.5/libffi-18.1/tests/testsuite/libffi.call/
H A Dproblem1.c30 void stub(ffi_cif* cif, void* resp, void** args, void* userdata) function
89 CHECK(ffi_prep_closure(pcl, &cif, stub, NULL) == FFI_OK);

Completed in 220 milliseconds

12345