Searched refs:parameter (Results 176 - 200 of 257) sorted by relevance

1234567891011

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar ... location String manifestVersion String fragmentHost int index String symbolicName String parameter public java.lang.String[] getUnsatisfiedConstraints (org.eclipse ...
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/gtest/include/gtest/
H A Dgtest.h637 // Returns the name of the parameter type, or NULL if this is not a typed
645 // Returns the text representation of the value parameter, or NULL if this
716 // Name of the parameter type, or NULL if this is not a typed or a
719 // Text representation of the value parameter, or NULL if this is not a
750 // a_type_param: the name of the test's type parameter, or NULL if
764 // Returns the name of the parameter type, or NULL if this is not a
873 // Name of the parameter type, or NULL if this is not a typed or a
1402 // We used to have a second template parameter instead of Secret*. That
1403 // template parameter would deduce to 'long', making this a better match
1548 // Template parameter
1683 SetParam(const ParamType* parameter) argument
[all...]
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli130 arguments [args], which must be compatible with the parameter types. *)
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml747 | At_end _ -> raise (Invalid_argument "Invalid parameter range.")
758 | At_end _ -> raise (Invalid_argument "Invalid parameter range.")
767 | At_start _ -> raise (Invalid_argument "Invalid parameter range.")
778 | At_start _ -> raise (Invalid_argument "Invalid parameter range.")
H A Dllvm.mli465 (** [param_types fty] gets the parameter types of the function type [fty].
1396 (** [param f n] returns the [n]th parameter of function [f].
1400 (** [param_attr p] returns the attributes of parameter [p].
1405 (** [param_parent p] returns the parent function that owns the parameter.
1409 (** [param_begin f] returns the first position in the parameter list of the
1411 the parameter list in order.
1415 (** [param_succ bb] returns the parameter list position succeeding
1428 (** [param_end f] returns the last position in the parameter list of
1430 over the parameter list in reverse.
1447 (** [add_param p a] adds attribute [a] to parameter [
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h637 // Returns the name of the parameter type, or NULL if this is not a typed
645 // Returns the text representation of the value parameter, or NULL if this
716 // Name of the parameter type, or NULL if this is not a typed or a
719 // Text representation of the value parameter, or NULL if this is not a
750 // a_type_param: the name of the test's type parameter, or NULL if
764 // Returns the name of the parameter type, or NULL if this is not a
873 // Name of the parameter type, or NULL if this is not a typed or a
1404 // We used to have a second template parameter instead of Secret*. That
1405 // template parameter would deduce to 'long', making this a better match
1550 // Template parameter
1685 SetParam(const ParamType* parameter) argument
[all...]
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec120 refresh time multiplied by the divisor parameter to
/external/openssl/apps/
H A Dpkcs12.c858 p = alg->parameter->value.sequence->data;
859 pbe = d2i_PBEPARAM(NULL, &p, alg->parameter->value.sequence->length);
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1407 // Template parameter:
1494 // This class adds support for accessing the test parameter value via
1497 // Use it with one of the parameter generator defining functions, like Range(),
1527 // The current parameter value. Is also available in the test fixture's
1532 // Sets parameter value. The caller is responsible for making sure the value
1534 static void SetParam(const ParamType* parameter) { argument
1535 parameter_ = parameter;
1538 // Static value used for accessing parameter during a test lifetime.
1889 // The first parameter is the name of the test case, and the second
1890 // parameter i
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h114 // optional string parameter = 2;
118 inline const ::std::string& parameter() const;
441 // optional string parameter = 2;
451 inline const ::std::string& CodeGeneratorRequest::parameter() const { function in class:google::protobuf::compiler::CodeGeneratorRequest
/external/smali/smali/src/main/antlr3/org/jf/smali/
H A DsmaliTreeWalker.g579 throw new SemanticException(input, $I_METHOD, "Too many parameter names specified. This method only has " +
747 : ^(I_PARAMETERS (parameter
749 if ($parameter.parameterAnnotationSet != null) {
753 annotationSetItems.add($parameter.parameterAnnotationSet);
768 parameter returns[AnnotationSetItem parameterAnnotationSet]
/external/webkit/Source/WebKit/wx/
H A DWebView.cpp550 bool wxWebView::ExecuteEditCommand(const wxString& command, const wxString& parameter) argument
553 return m_mainFrame->ExecuteEditCommand(command, parameter);
H A DWebView.h173 bool ExecuteEditCommand(const wxString& command, const wxString& parameter = wxEmptyString);
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m8 % CASENUMBER parameter.
/external/blktrace/doc/
H A Dblktrace.tex777 request\_queue. The \emph{what} parameter describes the change in
784 Adds a trace event for the BIO passed in. The \emph{what} parameter
791 or BIO traces. The \emph{what} parameter describes the action being
798 32-bit entity (the \emph{pdu} parameter). The \emph{what} parameter
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c86 const char *parameter)
89 status, parameter);
91 sm->eapol_cb->notify_status(sm->eapol_ctx, status, parameter);
2210 * context data will be used as a parameter for scard_*() functions.
85 eap_notify_status(struct eap_sm *sm, const char *status, const char *parameter) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c86 const char *parameter)
89 status, parameter);
91 sm->eapol_cb->notify_status(sm->eapol_ctx, status, parameter);
2210 * context data will be used as a parameter for scard_*() functions.
85 eap_notify_status(struct eap_sm *sm, const char *status, const char *parameter) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c86 const char *parameter)
89 status, parameter);
91 sm->eapol_cb->notify_status(sm->eapol_ctx, status, parameter);
2210 * context data will be used as a parameter for scard_*() functions.
85 eap_notify_status(struct eap_sm *sm, const char *status, const char *parameter) argument
/external/stlport/
H A Dconfigure.bat32 REM First parameter can only be help or compiler
106 echo The first parameter must be the compiler name, here are the available
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm193 ; parameter 1 in r8(deflate state s), param 2 in rdx (cur match)
212 ; parameter 1 in rcx (deflate_state* s), param 2 in edx -> r8 (cur match)
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php587 * still need to set the path using this parameter or
864 * Valid values for the first parameter are:
870 * For fancy line numbers, the second parameter is used to signal which lines
871 * are to be fancy. For example, if the value of this parameter is 5 then every
1295 * The optional flag parameter was added in version 1.0.7.21 and can be used
1678 * The extra style parameter was added in 1.0.7.21.
2347 //This is to allow use of the offset parameter in preg_match and stay as compatible with older PHP versions as possible
2455 //This is to allow use of the offset parameter in preg_match and stay as compatible with older PHP versions as possible
4117 * is no 'charset' parameter. The reason for this is as follows:
4132 * parameter i
[all...]
/external/elfutils/libcpu/
H A Di386_parse.c2394 "%d: cannot have more than one string parameter",
2448 "%d: cannot have more than three fields in parameter",

Completed in 1584 milliseconds

1234567891011