HomeSort by relevance Sort by last modified time
    Searched refs:arity (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /packages/apps/Calculator/
arity-2.1.2.jar 
Android.mk 34 LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := libarity:arity-2.1.2.jar
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFunctionResolver.java 26 * <p>XPath functions are resolved by name and arity.
50 * <p>If <code>functionName</code> or <code>arity</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p>
53 * @param arity The number of arguments that the returned function must accept.
55 * @return The function or <code>null</code> if no function named <code>functionName</code> with <code>arity</code> arguments exists.
57 * @throws NullPointerException If <code>functionName</code> or <code>arity</code> is <code>null</code>.
59 public XPathFunction resolveFunction(QName functionName, int arity);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
inserter_algorithm.hpp 38 # define BOOST_MPL_AUX_INSERTER_ALGORITHM_DEF(arity, name) \
41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
49 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), typename P) \
51 struct name< BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P),na > \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
69 : aux::reverse_##name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
74 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), typename P)
    [all...]
arity.hpp 13 // $Id: arity.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
28 // that require the arity workaround in the first place
30 struct arity struct in namespace:boost::mpl::aux
arity_spec.hpp 18 #include <boost/mpl/limits/arity.hpp>
21 #include <boost/mpl/aux_/arity.hpp>
31 struct arity< \
lambda_support.hpp 47 typedef BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::int_<i> arity; \
73 typedef BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::int_<i> arity; \
102 typedef BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::int_<i> arity; \
na_spec.hpp 22 # include <boost/mpl/aux_/arity.hpp>
46 struct arity< \
template_arity.hpp 50 # include <boost/mpl/limits/arity.hpp>
149 : F::arity
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
protect.hpp 18 #include <boost/mpl/aux_/arity.hpp>
41 struct arity< protect<T>, N > struct in namespace:boost::mpl::aux
42 : arity<T,N>
apply_fwd.hpp 35 # include <boost/mpl/limits/arity.hpp>
bind_fwd.hpp 36 # include <boost/mpl/limits/arity.hpp>
placeholders.hpp 48 # include <boost/mpl/limits/arity.hpp>
apply_wrap.hpp 22 # include <boost/mpl/aux_/arity.hpp>
38 # include <boost/mpl/limits/arity.hpp>
125 ::boost::mpl::aux::arity<F,i_>::value
arg.hpp 41 # include <boost/mpl/limits/arity.hpp>
quote.hpp 49 # include <boost/mpl/limits/arity.hpp>
  /external/ceres-solver/internal/ceres/
gradient_checker_test.cc 56 GoodTestTerm(int arity, int const *dim) : arity_(arity) {
57 // Make 'arity' random vectors.
109 BadTestTerm(int arity, int const *dim) : arity_(arity) {
110 // Make 'arity' random vectors.
164 int const arity = 3; local
165 int const dim[arity] = { 2, 3, 4 };
168 FixedArray<double*> parameters(arity);
169 for (int j = 0; j < arity; ++j)
    [all...]
gradient_checking_cost_function_test.cc 72 TestTerm(int arity, int const *dim) : arity_(arity) {
73 // Make 'arity' random vectors.
136 int const arity = 3; local
137 int const dim[arity] = { 2, 3, 4 };
140 vector<double*> parameters(arity);
141 for (int j = 0; j < arity; ++j) {
150 vector<double*> original_jacobians(arity);
151 vector<double*> jacobians(arity);
153 for (int j = 0; j < arity; ++j)
193 int const arity = 3; local
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorExpressionEvaluator.java 19 import org.javia.arity.Symbols;
20 import org.javia.arity.SyntaxException;
21 import org.javia.arity.Util;
70 // The arity library uses floating point arithmetic when evaluating the expression
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
function_traits.hpp 26 BOOST_STATIC_CONSTANT(unsigned, arity = 0);
33 BOOST_STATIC_CONSTANT(unsigned, arity = 1);
42 BOOST_STATIC_CONSTANT(unsigned, arity = 2);
53 BOOST_STATIC_CONSTANT(unsigned, arity = 3);
63 BOOST_STATIC_CONSTANT(unsigned, arity = 4);
75 BOOST_STATIC_CONSTANT(unsigned, arity = 5);
88 BOOST_STATIC_CONSTANT(unsigned, arity = 6);
102 BOOST_STATIC_CONSTANT(unsigned, arity = 7);
117 BOOST_STATIC_CONSTANT(unsigned, arity = 8);
133 BOOST_STATIC_CONSTANT(unsigned, arity = 9)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPExtensionsProvider.java 125 int arity = argVec.size(); local
128 resolver.resolveFunction ( myQName, arity );
131 ArrayList argList = new ArrayList( arity);
132 for ( int i=0; i<arity; i++ ) {
166 int arity = extFunction.getArgCount(); local
180 resolver.resolveFunction( myQName, arity );
182 ArrayList argList = new ArrayList( arity);
183 for ( int i=0; i<arity; i++ ) {
  /external/owasp/sanitizer/empiricism/
html-containment.js 8 * Its {@code length} property specifies its arity, and runExperiment
27 var arity = makeHtmlString.length;
28 var nRuns = Math.pow(nElements, arity);
30 var paramIndices = new Array(arity);
31 var paramValues = new Array(arity);
32 for (var i = 0; i < arity; ++i) {
56 for (i = arity; --i >= 0;) {
95 paramValues.length = arity;
121 paramValues[arity] = iframe.contentDocument.body;
122 paramValues[arity + 1] = result
    [all...]
  /external/chromium_org/v8/src/compiler/
js-generic-lowering.cc 224 Node* arity = Int32Constant(nargs); local
230 PatchInsertInput(node, nargs + 2, arity);
368 int arity = OpParameter<int>(node); local
372 linkage()->GetStubCallDescriptor(d, arity, FlagsForNode(node));
376 PatchInsertInput(node, 1, Int32Constant(arity - 1));
385 CallFunctionStub stub(isolate(), p.arity - 2, p.flags);
388 linkage()->GetStubCallDescriptor(d, p.arity - 1, FlagsForNode(node));
397 int arity = OperatorProperties::GetValueInputCount(node->op()); local
398 ReplaceWithRuntimeCall(node, function, arity);
raw-machine-assembler.cc 117 Node* arity = Int32Constant(1); local
120 arity, context, frame_state);
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 352 (cl::defun full-name (id type arity class)
370 (:constructor (cl::format nil "new_~A~@[~A~]" id arity))
376 class id arity)))))
378 (cl::defun identifier-convert-null (id &key type class arity)
381 id :type :getter :class class :arity arity))
382 (read-symbol-from-string (full-name id type arity class))))
405 (cl::defun identifier-convert-lispify (cname &key type class arity)
410 cname :type :getter :class class :arity arity))))
    [all...]

Completed in 576 milliseconds

1 2 3 4