Searched defs:parameters (Results 51 - 75 of 345) sorted by relevance

1234567891011>>

/external/javassist/src/main/javassist/
H A DCtNewWrappedConstructor.java51 CtClass[] parameters,
59 code.setMaxLocals(false, parameters, 0);
66 stacksize = code.addLoadParameters(parameters, 1) + 1;
68 Descriptor.ofConstructor(parameters));
71 stacksize = compileParameterList(code, parameters, 1);
92 false, parameters, CtClass.voidType,
48 makeBody(CtClass declaring, ClassFile classfile, int howToCallSuper, CtMethod wrappedBody, CtClass[] parameters, ConstParameter cparam) argument
H A DCtNewConstructor.java37 * Specifies that no parameters are passed to a super-class'
43 * Specifies that parameters are converted into an array of
47 public static final int PASS_ARRAY = 1; // an array of parameters
50 * Specifies that parameters are passed <i>as is</i>
85 * @param parameters a list of the parameter types.
94 public static CtConstructor make(CtClass[] parameters, argument
100 CtConstructor cc = new CtConstructor(parameters, declaring);
160 * in the super class. The created constructor receives parameters
161 * specified by <code>parameters</code> but calls the super's
162 * constructor without those parameters (tha
176 skeleton(CtClass[] parameters, CtClass[] exceptions, CtClass declaring) argument
195 make(CtClass[] parameters, CtClass[] exceptions, CtClass declaring) argument
307 make(CtClass[] parameters, CtClass[] exceptions, int howto, CtMethod body, ConstParameter cparam, CtClass declaring) argument
[all...]
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthProblemException.java25 * Describes an OAuth-related problem, using a set of named parameters. One
45 parameters.put(OAUTH_PROBLEM, problem);
49 private final Map<String, Object> parameters = new HashMap<String, Object>(); field in class:OAuthProblemException
86 return parameters;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
H A DImmutableMethodReference.java46 @Nonnull protected final ImmutableList<String> parameters; field in class:ImmutableMethodReference
51 @Nullable Iterable<? extends CharSequence> parameters,
55 this.parameters = CharSequenceConverter.immutableStringList(parameters);
61 @Nullable ImmutableList<String> parameters,
65 this.parameters = ImmutableUtils.nullToEmptyList(parameters);
83 @Nonnull @Override public ImmutableList<String> getParameterTypes() { return parameters; }
49 ImmutableMethodReference(@onnull String definingClass, @Nonnull String name, @Nullable Iterable<? extends CharSequence> parameters, @Nonnull String returnType) argument
59 ImmutableMethodReference(@onnull String definingClass, @Nonnull String name, @Nullable ImmutableList<String> parameters, @Nonnull String returnType) argument
/external/srec/srec/AcousticModels/include/
H A DSR_AcousticModelsImpl.h68 * AcousticModels parameters.
70 HashMap* parameters; member in struct:SR_AcousticModelsImpl_t
/external/srec/srec/Grammar/include/
H A DSR_GrammarImpl.h93 * Grammar-specific parameters.
95 ESR_SessionType* parameters; member in struct:SR_GrammarImpl_t
/external/apache-http/src/org/apache/http/client/utils/
H A DURLEncodedUtils.java123 * Adds all parameters within the Scanner to the list of
124 * <code>parameters</code>, as encoded by <code>encoding</code>. For
127 * list of parameters.
129 * @param parameters
130 * List to add parameters to.
132 * Input that contains the parameters to parse.
134 * Encoding to use when decoding the parameters.
137 final List <NameValuePair> parameters,
150 parameters.add(new BasicNameValuePair(name, value));
156 * list of parameters i
136 parse( final List <NameValuePair> parameters, final Scanner scanner, final String encoding) argument
161 format( final List <? extends NameValuePair> parameters, final String encoding) argument
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderElement.java69 * a set of additional parameters.
92 private final NameValuePair[] parameters; field in class:BasicHeaderElement
95 * Constructor with name, value and parameters.
99 * @param parameters header element parameters. May be <tt>null</tt>.
105 final NameValuePair[] parameters) {
112 if (parameters != null) {
113 this.parameters = parameters;
115 this.parameters
102 BasicHeaderElement( final String name, final String value, final NameValuePair[] parameters) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
H A DECPrivateKey.java65 ASN1Encodable parameters)
67 this(key, null, parameters);
73 ASN1Encodable parameters)
82 if (parameters != null)
84 v.add(new DERTaggedObject(true, 0, parameters));
136 * parameters [0] Parameters OPTIONAL,
63 ECPrivateKey( BigInteger key, ASN1Encodable parameters) argument
70 ECPrivateKey( BigInteger key, DERBitString publicKey, ASN1Encodable parameters) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9FieldID.java22 private ASN1Primitive parameters; field in class:X9FieldID
32 this.parameters = new ASN1Integer(primeP);
71 this.parameters = new DERSequence(fieldIdParams);
78 this.parameters = seq.getObjectAt(1).toASN1Primitive();
103 return parameters;
111 * parameters FIELD-ID.&amp;Type({IOSet}{&#64;fieldType})
120 v.add(this.parameters);
/external/ceres-solver/examples/
H A Dcurve_fitting.c127 double** parameters,
133 double m = parameters[0][0];
134 double c = parameters[1][0];
126 exponential_residual(void* user_data, double** parameters, double* residuals, double** jacobians) argument
/external/ceres-solver/include/ceres/
H A Dnumeric_diff_cost_function.h45 // two-dimensional column vector parameters, the prime sign indicates
72 // Note that in the declaration of operator() the input parameters x
74 // doubles. If there were three input parameters, then the third input
94 // In the instantiation above, the template parameters following
124 // there is a tendency to set the template parameters to (dimension of
125 // residual, number of parameters) instead of passing a dimension
128 // argument. Please be careful when setting the size parameters.
144 // parameters, and computing the slope. For performance, the numeric
177 int N0 = 0, // Number of parameters in block 0.
178 int N1 = 0, // Number of parameters i
213 Evaluate(double const* const* parameters, double* residuals, double** jacobians) const argument
[all...]
/external/ceres-solver/internal/ceres/
H A Dcallbacks.cc41 double* parameters)
42 : program_(program), parameters_(parameters) {}
40 StateUpdatingCallback(Program* program, double* parameters) argument
H A Dconditioned_cost_function.cc44 // This cost function has the same dimensions (parameters, residuals) as
77 bool ConditionedCostFunction::Evaluate(double const* const* parameters, argument
80 bool success = wrapped_cost_function_->Evaluate(parameters, residuals,
91 // = d residual[r] / d parameters[i][c]
93 // d wrapped_residuals[r] / d parameters[i][c]
H A Dgradient_checker_test.cc72 bool Evaluate(double const* const* parameters, argument
79 ax += a_[j][u] * parameters[j][u];
125 bool Evaluate(double const* const* parameters, argument
132 ax += a_[j][u] * parameters[j][u];
168 FixedArray<double*> parameters(arity);
170 parameters[j] = new double[dim[j]];
172 parameters[j][u] = 2.0 * RandDouble() - 1.0;
180 parameters.get(), 1e-6, &good_term, NULL));
185 parameters.get(), 1e-6, &bad_term, NULL));
188 delete[] parameters[
[all...]
/external/chromium_org/ash/shell/content_client/
H A Dshell_browser_main_parts.cc81 const content::MainFunctionParams& parameters)
80 ShellBrowserMainParts( const content::MainFunctionParams& parameters) argument
/external/chromium_org/chrome/browser/download/
H A Ddownload_dir_policy_handler.cc63 const policy::PolicyHandlerParameters& parameters,
78 if (!parameters.user_id_hash.empty()) {
80 parameters.user_id_hash)
61 ApplyPolicySettingsWithParameters( const policy::PolicyMap& policies, const policy::PolicyHandlerParameters& parameters, PrefValueMap* prefs) argument
/external/chromium_org/components/rappor/
H A Drappor_metric.cc13 const RapporParameters& parameters,
16 parameters_(parameters),
18 bloom_filter_(parameters.bloom_filter_size_bytes,
19 parameters.bloom_filter_hash_function_count,
20 (cohort_seed % parameters.num_cohorts) *
21 parameters.bloom_filter_hash_function_count) {
47 hmac_generator.GetWeightedRandomByteVector(parameters().fake_prob);
49 hmac_generator.GetWeightedRandomByteVector(parameters().fake_one_prob);
59 coin_generator.GetWeightedRandomByteVector(parameters().zero_coin_prob);
61 coin_generator.GetWeightedRandomByteVector(parameters()
12 RapporMetric(const std::string& metric_name, const RapporParameters& parameters, int32_t cohort_seed) argument
[all...]
/external/chromium_org/extensions/renderer/
H A Dscoped_persistent.h48 void SetWeak(P* parameters, argument
50 handle_.SetWeak(parameters, callback);
/external/chromium_org/sandbox/win/src/
H A Dpolicy_engine_processor.cc36 ParameterSet* parameters,
72 EvalResult result = opcode.Evaluate(parameters, param_count, &context);
35 Evaluate(uint32 options, ParameterSet* parameters, size_t param_count) argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScopedPersistent.h61 void setWeak(P* parameters, void (*callback)(const v8::WeakCallbackData<T, P>&)) argument
63 m_handle.SetWeak(parameters, callback);
H A DV8ErrorHandler.cpp70 v8::Handle<v8::Value> parameters[5] = { v8String(isolate(), errorEvent->message()), v8String(isolate(), errorEvent->filename()), v8::Integer::New(isolate(), errorEvent->lineno()), v8::Integer::New(isolate(), errorEvent->colno()), error }; local
74 returnValue = V8ScriptRunner::callFunction(callFunction, scriptState()->executionContext(), thisValue, WTF_ARRAY_LENGTH(parameters), parameters, isolate());
76 returnValue = ScriptController::callFunction(scriptState()->executionContext(), callFunction, thisValue, WTF_ARRAY_LENGTH(parameters), parameters, isolate());
H A DV8WorkerGlobalScopeEventListener.cpp92 v8::Handle<v8::Value> parameters[1] = { jsEvent }; local
93 v8::Local<v8::Value> result = V8ScriptRunner::callFunction(handlerFunction, scriptState()->executionContext(), receiver, WTF_ARRAY_LENGTH(parameters), parameters, isolate());
/external/chromium_org/third_party/skia/src/animator/
H A DSkDraw3D.cpp89 SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type,
94 SkASSERT(parameters.count() == 3);
96 fPatch.rotateDegrees(parameters[0].fOperand.fScalar,
97 parameters[1].fOperand.fScalar, parameters[2].fOperand.fScalar);
88 executeFunction(SkDisplayable* target, int index, SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type, SkScriptValue* ) argument
/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFitting.h34 * \param[in] parameters The input parameters. During interpolation one for each data point.
41 void KnotAveraging(const KnotVectorType& parameters, DenseIndex degree, KnotVectorType& knots) argument
43 knots.resize(parameters.size()+degree+1);
45 for (DenseIndex j=1; j<parameters.size()-degree; ++j)
46 knots(j+degree) = parameters.segment(j,degree).mean();
53 * \brief Computes chord length parameters which are required for spline interpolation.
106 * \param knot_parameters The knot parameters for the interpolation.
150 KnotVectorType chord_lengths; // knot parameters

Completed in 1166 milliseconds

1234567891011>>