HomeSort by relevance Sort by last modified time
    Searched full:parameters (Results 951 - 975 of 6361) sorted by null

<<31323334353637383940>>

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAPrivateKeySpecTest.java 47 * object using valid parameters
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
AlgorithmParameterGeneratorSpiTest.java 57 assertNull("Not null parameters", param);
  /external/bluetooth/glib/docs/reference/gobject/
glib-genmarshal.1 29 is a small utility that generates C code marshallers for callback functions of the GClosure mechanism in the GObject sublibrary of GLib\&. The marshaller functions have a standard signature, they get passed in the invoking closure, an array of value structures holding the callback function parameters and a value structure for the return value of the callback\&. The marshaller is then responsible to call the respective C code function of the closure with all the parameters on the stack and to collect its return value\&.
119 indicates no return type, or no extra parameters\&. If
121 is used as the parameter list, no additional parameters may be present\&.
glib-genmarshal.xml 26 the callback function parameters and a value structure for the return value
28 code function of the closure with all the parameters on the stack and to
131 indicates no return type, or no extra parameters.
133 additional parameters may be present.
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/util/
PublicKeyFactory.java 56 * Factory to create asymmetric public key parameters for asymmetric ciphers from range of
165 DSAParameters parameters = null; local
169 parameters = new DSAParameters(params.getP(), params.getQ(), params.getG());
172 return new DSAPublicKeyParameters(derY.getValue(), parameters);
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.h 31 // parameters can be null.
  /external/chromium/chrome/browser/autofill/
autofill_dialog.h 29 // parameters may be NULL. A NULL parameter is treated as not changing the
  /external/chromium/chrome/browser/chromeos/login/
owner_key_utils_unittest.cc 31 // Key generation parameters.
  /external/chromium/chrome/browser/policy/
device_management_backend_impl.h 30 // Name constants for URL query parameters.
  /external/chromium/chrome/browser/prefs/
pref_service_mock_builder.h 29 // Functions for setting the various parameters of the PrefService to build.
  /external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler.h 62 // Parameters for sent messages.
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.h 24 // Setup the drawing parameters.
  /external/chromium/chrome/common/extensions/docs/
experimental.clipboard.html 94 <!-- FUNCTION PARAMETERS -->
102 <h5>Parameters</h5>
377 <!-- PARAMETERS -->
378 <h4>Parameters</h4>
444 <!-- FUNCTION PARAMETERS -->
514 <!-- FUNCTION PARAMETERS -->
579 <!-- PARAMETERS -->
580 <h4>Parameters</h4>
646 <!-- FUNCTION PARAMETERS -->
716 <!-- FUNCTION PARAMETERS --
    [all...]
  /external/chromium/chrome/common/safe_browsing/
csd.proto 19 // URL that the client visited. The CGI parameters are stripped by the
  /external/chromium/net/base/
data_url.h 24 // parameters.) The appearance of ";base64" means that the data is encoded as
  /external/chromium/net/url_request/
url_request_context.cc 35 // Copy URLRequestContext parameters.
  /external/chromium/third_party/libjingle/source/talk/session/phone/
cryptoparams.h 35 // Parameters for SRTP negotiation, as described in RFC 4568.
  /external/chromium/webkit/glue/
password_form_dom_manager.cc 43 // Three of the parameters below are set to default values because they are
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p9-0x.cpp 35 struct UselessPartialSpec<Types..., Tail>; // expected-warning{{class template partial specialization contains template parameters that can not be deduced; this partial specialization will never be used}}
  /external/clang/test/SemaTemplate/
class-template-decl.cpp 36 template<template<typename T, int> class X> class TemplateTemplateParm; // expected-error{{too many template parameters in template template parameter redeclaration}}
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt.h 61 CRYPT_PK_INVALID_SIZE, /* Invalid size input for PK parameters */
  /external/freetype/include/freetype/
ftsynth.h 38 /* `standard' API is that the used parameters for emboldening and */
  /external/icu4c/layout/
ArabicLayoutEngine.h 99 * Input parameters:
106 * Output parameters:
192 * Output parameters:
207 * Input parameters:
  /external/icu4c/test/intltest/
textfile.h 26 * 'name' and 'encoding' parameters are aliased or copied.
  /external/iproute2/tc/
m_estimator.c 56 fprintf(stderr, "Error: estimator parameters are out of range.\n");

Completed in 1537 milliseconds

<<31323334353637383940>>