Searched refs:apply (Results 1 - 25 of 673) sorted by relevance

1234567891011>>

/macosx-10.10.1/swig-12/Lib/csharp/
H A Dstd_common.i3 %apply size_t { std::size_t };
4 %apply const size_t& { const std::size_t& };
/macosx-10.10.1/swig-12/Lib/java/
H A Dstd_common.i3 %apply size_t { std::size_t };
4 %apply const size_t& { const std::size_t& };
/macosx-10.10.1/swig-12/Lib/lua/
H A Dstd_common.i3 %apply size_t { std::size_t };
4 %apply const size_t& { const std::size_t& };
/macosx-10.10.1/JavaScriptCore-7600.1.17/builtins/
H A DFunction.prototype.js31 function apply(thisValue, argumentValues) { function
33 return this.@apply(thisValue, argumentValues);
/macosx-10.10.1/swig-12/Lib/php/
H A Dstd_common.i12 %apply size_t { std::size_t };
/macosx-10.10.1/swig-12/Lib/tcl/
H A Dstd_common.i13 %apply size_t { std::size_t };
14 %apply const unsigned long& { const std::size_t& };
17 %apply long { std::ptrdiff_t };
18 %apply const long& { const std::ptrdiff_t& };
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/FunctionObjects/
H A Dapply-001-n.js25 print ("STATUS: f.apply crash test.");
37 f.apply(2,2);
/macosx-10.10.1/swig-12/Lib/typemaps/
H A Dtypemaps.swg46 or you can use the %apply directive :
49 %apply double *INPUT { double *a, double *b };
88 or you can use the %apply directive :
91 %apply double *OUTPUT { double *ip };
133 or you can use the %apply directive :
136 %apply double *INOUT { double *x };
141 up as the return value of the function. Thus, to apply this function
157 %apply size_t& { std::size_t& };
158 %apply ptrdiff_t& { std::ptrdiff_t& };
H A Denumint.swg5 %apply int { enum SWIGTYPE };
6 %apply const int& { const enum SWIGTYPE& };
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Function/
H A D15.3.4.3-1.js38 * SUMMARY: ECMA conformance of Function.prototype.apply
40 * Function.prototype.apply(thisArg, argArray)
47 var summary = 'Testing ECMA conformance of Function.prototype.apply';
74 * Function.prototype.apply.length should return 2
77 actual = Function.prototype.apply.length;
83 * When |thisArg| is not provided to the apply() method, the
87 actual = F0.apply();
93 * If |argArray| is not provided to the apply() method, the
97 actual = F0.apply("");
102 actual = F0.apply(tru
[all...]
/macosx-10.10.1/swig-12/Lib/octave/
H A Doctuserdir.swg70 %apply const SWIGTYPE& SMARTPOINTER { const Type& };
71 %apply SWIGTYPE SMARTPOINTER { Type };
/macosx-10.10.1/swig-12/Lib/
H A Dwindows.i12 %apply unsigned char { unsigned __int8 };
13 %apply const unsigned char& { const unsigned __int8& };
15 %apply signed char { __int8 };
16 %apply const signed char& { const __int8& };
18 %apply unsigned short { unsigned __int16 };
19 %apply const unsigned short& { const unsigned __int16& };
21 %apply short { __int16 };
22 %apply const short& { const __int16& };
24 %apply unsigned int { unsigned __int32 };
25 %apply cons
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-xtra.el54 (apply 'substitute (car args) (cadr args) :test 'equal
59 (apply 'count (car args) (cadr args) :test 'equal
64 (apply 'mismatch (car args) (cadr args) :test 'equal
69 (apply 'union (car args) (cadr args) :test 'equal
74 (apply 'intersection (car args) (cadr args) :test 'equal
79 (apply 'set-difference (car args) (cadr args) :test 'equal
84 (apply 'set-exclusive-or (car args) (cadr args) :test 'equal
/macosx-10.10.1/swig-12/Lib/mzscheme/
H A Dstd_common.i12 %apply size_t { std::size_t };
/macosx-10.10.1/swig-12/Lib/ocaml/
H A Dstd_common.i12 %apply size_t { std::size_t };
/macosx-10.10.1/vim-55/runtime/autoload/xml/
H A Dxsl.vim4 \ 'apply-imports' : [[], {}],
5 \ 'apply-templates' : [['sort', 'with-param'], {'select' : [], 'mode' : []}],
6 \ 'attribute' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'name' : [], 'namespace' : []}],
14 \ 'element' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'name' : [], 'namespace' : [], 'use-attribute-sets' : []}],
17 \ 'if' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'test' : []}],
26 \ 'param' : [['apply-imports', 'apply
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DCommandLine.h271 void apply(Option &O) const { O.setDescription(Desc); } function in struct:llvm::cl::desc
279 void apply(Option &O) const { O.setValueStr(Desc); } function in struct:llvm::cl::value_desc
292 void apply(Opt &O) const { O.setInitialValue(Init); } function in struct:llvm::cl::initializer
311 void apply(Opt &O) const { O.setLocation(O, Loc); } function in struct:llvm::cl::LocationClass
473 void apply(Opt &O) const { function in class:llvm::cl::ValuesClass
973 // not correctly respond to the apply method). Because the syntax to use this
974 // is a pain, we have the 'apply' method below to handle the nastiness...
978 static void opt(const Mod &M, Opt &O) { M.apply(O); }
1013 // apply method - Apply a modifier to an option in a type safe way.
1015 void apply(cons function in namespace:llvm::cl
1412 void apply(list<D, S, P> &L) const { L.setNumAdditionalVals(AdditionalVals); } function in struct:llvm::cl::multi_val
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DMPreFixups.h32 void apply(LEGlyphStorage &glyphStorage, LEErrorCode& success);
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/stress/
H A Dinline-call-varargs.js6 return baz.apply(null, arguments);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DRevision.js36 apply: function()
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Scope/
H A Dscope-004.js92 localC.apply(new Object());
96 localC.apply(new Object(), [objTEST]);
100 localC.apply(objTEST, [objTEST]);
108 localD.apply(new Object(), [objTEST]);
112 localD.apply(objTEST, [objTEST]);
H A Dregress-191276.js38 * SUMMARY: Testing |this[name]| via Function.prototype.call(), apply()
50 var summary = 'Testing |this[name]| via Function.prototype.call(), apply()';
75 actual = F.apply({a: 'aaa'}, ['a']);
90 actual = F.apply(obj, ['a']);
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dmarkdown.rb352 # We invoke the rules indirectly via apply
354 # if the rules use left recursion, apply needs to
358 apply(:_root)
361 apply :"_#{method}"
442 def apply(rule) method in class:RDoc
828 _tmp = apply(:_Doc)
839 _tmp = apply(:_BOM)
850 _tmp = apply(:_Block)
879 _tmp = apply(:_BlankLine)
890 _tmp = apply(
[all...]
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_util.c233 int apply; local
251 apply = 1;
257 apply = 1;
285 if (apply)
288 /* This option does not apply to the
305 /* This option does not apply to the
308 apply = 0;
336 if (apply)
339 /* This option does not apply to the
363 if (apply)
[all...]
/macosx-10.10.1/swig-12/Lib/guile/
H A Dstd_common.i12 %apply size_t { std::size_t };

Completed in 236 milliseconds

1234567891011>>