Searched refs:parameters (Results 101 - 125 of 897) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dlower_breaks_4.opt_test10 (signature void (parameters)
H A Dlower_returns_3.opt_test13 (signature float (parameters)
H A Dlower_returns_main_false.opt_test11 (signature void (parameters)
H A Dlower_returns_main_true.opt_test11 (signature void (parameters)
H A Dlower_returns_sub_false.opt_test10 (signature void (parameters)
H A Dlower_returns_sub_true.opt_test10 (signature void (parameters)
H A Dreturn_non_void_at_end_of_loop_lower_nothing.opt_test10 (signature float (parameters)
H A Dreturn_non_void_at_end_of_loop_lower_return.opt_test10 (signature float (parameters)
H A Dreturn_non_void_at_end_of_loop_lower_return_and_break.opt_test10 (signature float (parameters)
H A Dreturn_void_at_end_of_loop_lower_nothing.opt_test10 (signature void (parameters)
H A Dreturn_void_at_end_of_loop_lower_return.opt_test10 (signature void (parameters)
H A Dreturn_void_at_end_of_loop_lower_return_and_break.opt_test10 (signature void (parameters)
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DReferTo.java77 if (!parameters.isEmpty()) {
78 retval += SEMICOLON + parameters.encode();
/external/srec/srec/cfront/
H A Dfrontobj.c58 static void setup_wave_object(front_wave *waveobj, front_parameters *parameters);
63 static void setup_freq_object(front_freq *freqobj, front_parameters *parameters, int mel_dim);
69 static void setup_cep_object(front_cep *cepobj, front_parameters *parameters,
99 void setup_config_object(front_config *config, front_parameters *parameters) argument
103 ASSERT(parameters);
110 setup_wave_object(config->waveobj, parameters);
111 setup_freq_object(config->freqobj, parameters, parameters->mel_dim);
112 setup_cep_object(config->cepobj, parameters, config->freqobj->nf,
113 parameters
297 setup_wave_object(front_wave *waveobj, front_parameters *parameters) argument
349 setup_freq_object(front_freq *freqobj, front_parameters *parameters, int mel_dim) argument
548 setup_cep_object(front_cep *cepobj, front_parameters *parameters, size_t num_fb, size_t mel_dim) argument
[all...]
/external/openssl/crypto/store/
H A Dstr_mem.c113 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
115 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
118 OPENSSL_ITEM parameters[]);
122 OPENSSL_ITEM parameters[]);
124 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
126 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
131 OPENSSL_ITEM parameters[]);
133 OPENSSL_ITEM parameters[]);
173 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[])
179 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[])
172 mem_generate(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
178 mem_get(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
192 mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
199 mem_modify(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[], OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]) argument
207 mem_delete(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
221 mem_list_start(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
352 mem_lock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
357 mem_unlock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer_test.cc52 // Templated Evaluator for Powell's function. The template parameters
217 double parameters[4] = { 3, -1, 0, 1.0 }; local
221 parameters[0] = (col1 ? parameters[0] : 0.0);
222 parameters[1] = (col2 ? parameters[1] : 0.0);
223 parameters[2] = (col3 ? parameters[2] : 0.0);
224 parameters[3] = (col4 ? parameters[
317 Evaluate(double const* const* parameters, double* residuals, double** jacobians) const argument
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSAttributeTableGenerator.java17 AttributeTable getAttributes(Map parameters) argument
H A DSimpleAttributeTableGenerator.java21 public AttributeTable getAttributes(Map parameters) argument
/external/ceres-solver/include/ceres/
H A Dnormal_prior.h66 virtual bool Evaluate(double const* const* parameters,
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_linux.h16 const content::MainFunctionParams& parameters);
H A Dchrome_browser_main_posix.h13 const content::MainFunctionParams& parameters);
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dcontent_setting.js18 var getSchema = this.functionSchemas.get.definition.parameters;
26 this.functionSchemas.set.definition.parameters);
34 var clearSchema = this.functionSchemas.clear.definition.parameters;
42 this.functionSchemas.getResourceIdentifiers.definition.parameters;
/external/chromium_org/content/public/browser/
H A Dbrowser_main_runner.h23 // Initialize all necessary browser state. The |parameters| values will be
26 virtual int Initialize(const content::MainFunctionParams& parameters) = 0;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_function_inlining.cpp102 ir_variable **parameters; local
110 foreach_iter(exec_list_iterator, iter_sig, this->callee->parameters)
113 parameters = new ir_variable *[num_parameters];
115 /* Generate the declarations for the parameters to our inlined code,
119 exec_list_iterator sig_param_iter = this->callee->parameters.iterator();
132 parameters[i] = NULL;
134 parameters[i] = sig_param->clone(ctx, ht);
135 parameters[i]->mode = ir_var_auto;
142 parameters[i]->read_only = false;
143 next_ir->insert_before(parameters[
[all...]
/external/mesa3d/src/glsl/
H A Dopt_function_inlining.cpp102 ir_variable **parameters; local
110 foreach_iter(exec_list_iterator, iter_sig, this->callee->parameters)
113 parameters = new ir_variable *[num_parameters];
115 /* Generate the declarations for the parameters to our inlined code,
119 exec_list_iterator sig_param_iter = this->callee->parameters.iterator();
132 parameters[i] = NULL;
134 parameters[i] = sig_param->clone(ctx, ht);
135 parameters[i]->mode = ir_var_auto;
142 parameters[i]->read_only = false;
143 next_ir->insert_before(parameters[
[all...]

Completed in 5425 milliseconds

1234567891011>>