Searched refs:parameter (Results 126 - 150 of 257) sorted by relevance

1234567891011

/external/chromium/googleurl/src/
H A Durl_parse_unittest.cc473 // Returns true if the parameter with index |parameter| in the given URL's
475 // should exist. The parameter number is 1-based.
477 int parameter,
485 for (int i = 1; i <= parameter; i++) {
488 if (parameter >= i && !expected_key)
493 if (i == parameter) {
476 NthParameterIs(const char* url, int parameter, const char* expected_key, const char* expected_value) argument
/external/mesa3d/docs/OLD/
H A DMESA_packed_depth_stencil.spec61 Accepted by the <format> parameter of ReadPixels and DrawPixels:
65 Accepted by the <type> parameter of ReadPixels and DrawPixels:
H A DMESA_sprite_point.spec93 point parameter's threshold size?
107 Accepted by the <pname> parameter of Enable, Disable, IsEnabled,
/external/openssl/crypto/pkcs7/
H A Dpk7_lib.c275 || !(alg->parameter = ASN1_TYPE_new()))
282 alg->parameter->type = V_ASN1_NULL;
446 if(!(p7->d.digest->md->parameter = ASN1_TYPE_new()))
451 p7->d.digest->md->parameter->type = V_ASN1_NULL;
H A Dpk7_doit.c352 if (xalg->parameter == NULL) {
353 xalg->parameter = ASN1_TYPE_new();
354 if (xalg->parameter == NULL)
357 if(EVP_CIPHER_param_to_asn1(ctx, xalg->parameter) < 0)
572 if (EVP_CIPHER_asn1_to_param(evp_ctx,enc_alg->parameter) < 0)
/external/webkit/Source/WebKit/chromium/public/
H A DWebKitClient.h209 // An event is identified by the pair (name, id). The extra parameter
233 virtual WebString queryLocalizedString(WebLocalizedString::Name, const WebString& parameter) { return WebString(); } argument
/external/webkit/Source/WebKit/wx/
H A DWebFrame.h148 bool ExecuteEditCommand(const wxString& command, const wxString& parameter = wxEmptyString);
H A DWebFrame.cpp242 bool wxWebFrame::ExecuteEditCommand(const wxString& command, const wxString& parameter) argument
245 return m_impl->frame->editor()->command(command).execute(parameter);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnotify.h129 const char *parameter);
H A Dnotify.c628 const char *parameter)
630 wpas_dbus_signal_eap_status(wpa_s, status, parameter);
627 wpas_notify_eap_status(struct wpa_supplicant *wpa_s, const char *status, const char *parameter) argument
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DServiceTest.java179 public void run(Message parameter) {
209 public void run(Message parameter) {
283 /** The parameter to wrapsCallback() must be a MockCallback. */
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.h223 const char *status, const char *parameter);
491 const char *parameter)
489 wpas_dbus_signal_eap_status(struct wpa_supplicant *wpa_s, const char *status, const char *parameter) argument
/external/chromium/base/
H A Dstring_util.cc50 ReplacementOffset(uintptr_t parameter, size_t offset) argument
51 : parameter(parameter),
54 // Index of the parameter.
55 uintptr_t parameter; member in struct:__anon1607::ReplacementOffset
63 return elem1.parameter < elem2.parameter;
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
H A DProxyBuilder.java102 * your application. A suitable parameter for these output directories would be something like
211 + " with parameter types " + Arrays.toString(constructorArgTypes));
454 Local<?> parameter = code.getParameter(p, argTypes[p]);
455 Local<?> unboxedIfNecessary = boxIfRequired(code, parameter, temp);
512 private static Local<?> boxIfRequired(Code code, Local<?> parameter, Local<Object> temp) { argument
513 MethodId<?, ?> unboxMethod = PRIMITIVE_TYPE_TO_UNBOX_METHOD.get(parameter.getType());
515 return parameter;
517 code.invokeStatic(unboxMethod, temp, parameter);
575 // The type parameter on Constructor is the class in which the constructor is declared.
729 * name, return type, and parameter type
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc958 cerr << "--decode_raw does not take a parameter." << endl;
1024 // Split value at ':' to separate the generator parameter from the
1031 directive.parameter = value.substr(0, colon_pos);
1114 output_directive.parameter,
1123 parsed_files[i], output_directive.parameter,
1139 const string& parameter,
1146 if (!parameter.empty()) {
1147 request.set_parameter(parameter);
1136 GeneratePluginOutput( const vector<const FileDescriptor*>& parsed_files, const string& plugin_name, const string& parameter, OutputDirectory* output_directory, string* error) argument
/external/webkit/Source/WebCore/accessibility/mac/
H A DAccessibilityObjectWrapper.mm2398 // decode the parameter
2507 - (id)accessibilityAttributeValue:(NSString*)attribute forParameter:(id)parameter
2519 // basic parameter validation
2520 if (!m_object || !attribute || !parameter)
2526 // common parameter type check/casting. Nil checks in handlers catch wrong type case.
2527 // NOTE: This assumes nil is not a valid parameter, because it is indistinguishable from
2528 // a parameter of the wrong type.
2529 if (AXObjectIsTextMarker(parameter))
2530 textMarker = parameter;
2532 else if (AXObjectIsTextMarkerRange(parameter))
[all...]
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py381 """Information about one function parameter."""
382 def __init__(self, parameter, parameter_name_index, row):
383 self.type = parameter[:parameter_name_index].strip()
384 # Remove any initializers from the parameter name (e.g. int i = 5).
385 self.name = sub(r'=.*', '', parameter[parameter_name_index:]).strip()
390 """Returns the parameter name in the lower with underscores format."""
440 """Converts a parameter list to a skeleton version.
442 The skeleton only has one word for the parameter name, one word for the type,
443 and commas after each parameter and only there. Everything in the skeleton
463 # make a regular pattern of a , following every parameter
[all...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
H A D__init__.py214 raise ValueError("Invalid parameter string.")
218 raise ValueError("Invalid parameter string.")
360 def get_parameter(self, parameter):
361 ret = self.get(parameter)
363 raise Error('Parameter not found: %s' % parameter)
395 """Set the signature parameter to the result of sign."""
419 """Combines multiple parameter sources."""
495 # Ignore realm parameter.
/external/icu4c/test/intltest/
H A Dintltest.cpp1167 "### A parameter can be specified for a test by appending '@' and the value \n"
1332 char* parameter = strchr( name, '@' ); local
1333 if (parameter) {
1334 *parameter = 0;
1335 parameter += 1;
1338 UBool res = major.runTest( name, parameter, baseName );
1340 major.run_phase2( name, parameter );
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex266 The \texttt{-d} option requires a single parameter providing the directory
273 The \texttt{-D} option requires a single parameter providing the directory
304 The \texttt{-m} option requires a single parameter which specifies an
316 The \texttt{-M} option requires a single parameter which specifies the
338 This option requires a single parameter that will override the default name
411 The \texttt{-d} option requires a single parameter providing the directory
454 This option requires a single parameter that will override the default name
460 This option requires a single parameter which specifies the number of times
466 This option requires a single parameter which specifies the name of a
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat69 REM and the script rerun with the same parameter settings. **
/external/libpng/scripts/
H A Dmakevms.com6 $! This procedure accepts one parameter (contrib), which causes it to build
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec186 Accepted by the <internalformat> parameter of
192 Returned by the <params> parameter of GetTexLevelParameter:
/external/opencv/cv/src/
H A Dcvapprox.cpp416 double /*parameter*/,
928 double parameter, int parameter2 )
998 if( parameter < 0 )
1004 &contour, (float)parameter ));
1009 &contour, (float)parameter ));
926 cvApproxPoly( const void* array, int header_size, CvMemStorage* storage, int method, double parameter, int parameter2 ) argument
/external/webkit/Source/JavaScriptCore/parser/
H A DNodeConstructors.h817 inline FuncExprNode::FuncExprNode(JSGlobalData* globalData, const Identifier& ident, FunctionBodyNode* body, const SourceCode& source, ParameterNode* parameter) argument
821 m_body->finishParsing(source, parameter, ident);
824 inline FuncDeclNode::FuncDeclNode(JSGlobalData* globalData, const Identifier& ident, FunctionBodyNode* body, const SourceCode& source, ParameterNode* parameter) argument
828 m_body->finishParsing(source, parameter, ident);

Completed in 505 milliseconds

1234567891011