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

<<21222324252627282930>>

  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Replaces.java 64 if (!parameters.isEmpty()) {
65 retVal += SEMICOLON + parameters.encode();
112 if (parameters == null)
137 parameters.delete(ParameterNames.TO_TAG);
144 if (parameters == null)
169 parameters.delete(ParameterNames.FROM_TAG);
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
SecurityAgree.java 38 import javax.sip.header.Parameters;
78 parameters.setSeparator(Separators.SEMICOLON);
87 parameters.setSeparator(Separators.SEMICOLON);
96 NameValue nv = super.parameters.getNameValue(name.toLowerCase());
122 return this.secMechanism + SEMICOLON + SP + parameters.encode();
352 && this.equalParameters( (Parameters) o ));
PAssertedIdentity.java 86 if (!parameters.isEmpty())
87 retval.append(COMMA + this.parameters.encode());
PAssociatedURIHeader.java 33 import javax.sip.header.Parameters;
62 extends HeaderAddress, Parameters, Header
  /external/qemu/android/protocol/
ui-commands-impl.c 35 /* The reader is waiting on command parameters. */
58 * the (when we expect command parameters). */
82 * data - Command parameters formatted accordingly to the command type.
156 // Prepare for the command parameters.
162 APANIC("Unable to allocate memory for UI command parameters.\n");
165 // This command doesn't have any parameters. Handle it now.
  /frameworks/base/include/media/
AudioSystem.h 72 // set/get audio hardware parameters. The function accepts a list of parameters
74 // Some keys are reserved for standard parameters (See AudioParameter class).
210 // values for output/input parameters upto date in client process
234 // previous parameters for recording buffer size queries
243 // list of output descriptors containing cached parameters
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlPlanetsActivity.java 28 * Activity which runs GL test and measure FPS with given parameters passed from
29 * Intent. For the meaning of parameters, check {@PlanetsRenderingParam}
  /development/host/windows/usb/api/
adb_api_private_defines.h 42 /** \brief Constructs the object with parameters.
59 /// Initializes instance with parameters
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAPublicKeySpecTest.java 48 * object using valid parameters
61 * object using valid parameters
  /external/apache-harmony/x-net/src/test/java/javax/net/ssl/
KeyManagerFactorySpiTests.java 90 mfp = new MyKeyManagerFactorySpi.Parameters(kStore, null);
96 mfp = new MyKeyManagerFactorySpi.Parameters(kStore, pass);
TrustManagerFactorySpiTests.java 79 mfp = new MyTrustManagerFactorySpi.Parameters(null);
86 mfp = new MyTrustManagerFactorySpi.Parameters(kStore);
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPoolEntry.java 132 * @param params the parameters for opening the connection
147 ("Parameters must not be null.");
194 * @param params the parameters for tunnelling the connection
203 ("Parameters must not be null.");
235 * @param params the parameters for tunnelling the connection
248 ("Parameters must not be null.");
268 * @param params the parameters for layering
278 ("Parameters must not be null.");
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/spec/
ECNamedCurveSpec.java 12 * specification signifying that the curve parameters can also be
115 * return the name of the curve the EC domain parameters belong to.
  /external/chromium/chrome/browser/extensions/
extension_icon_source_apitest.cc 26 // parameters work correctly.
57 // parameters work correctly.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
README 59 'parameters' : {
60 <Any request parameters as key : value pairs>
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
README 59 'parameters' : {
60 <Any request parameters as key : value pairs>
  /external/chromium/chrome/common/extensions/docs/static/
tut_oauth.html 122 'parameters': {'alt': 'json'}
143 'parameters': {
155 By default, the <code>sendSignedRequest()</code> function sends the <code>oauth_*</code> parameters in the URL (by calling <code>oauth.signURL()</code>). If you prefer to send the <code>oauth_*</code> parameters in the <code>Authorization</code> header (or need direct access to the generated header), use <code>getAuthorizationHeader()</code>. Its arguments are a URI, an HTTP method, and an optional object of URL query parameters as key/value pairs.
161 function stringify(parameters) {
163 for(var p in parameters) {
165 encodeURIComponent(parameters[p]));
  /external/chromium/net/base/
net_log.h 78 // Base class for associating additional parameters with an event. Log
86 // Serializes the parameters to a Value tree. This is intended to be a
87 // lossless conversion, which is used to serialize the parameters to JSON.
102 // parameters for bytes sent/received events.
118 // |params| - Optional (may be NULL) parameters for this event.
198 // associated with the event. Otherwise, the end event has no parameters.
290 // Sets the parameters that will logged on object destruction. Can be called
292 // event will have no parameters.
  /external/chromium/net/socket/
ssl_server_socket_nss.h 26 // This object takes ownership of the following parameters:
30 // The following parameters are copied in the constructor.
  /external/clang/test/CXX/temp/temp.arg/temp.arg.template/
p3-0x.cpp 27 X0<X0c> inst_x0c; // expected-error{{template template argument has different template parameters than its corresponding template template parameter}}
40 X1<short, X1d> inst_x1d; // expected-error{{template template argument has different template parameters than its corresponding template template paramete}}
  /external/elfutils/libdw/
dwarf_getmacros.c 66 /* For the first two opcodes the parameters are
82 /* The two parameters are line and file index. */
  /external/grub/stage1/
stage1.h 73 /* The address of drive parameters. */
76 /* The size of drive parameters. */
  /external/icu4c/layout/
HanLayoutEngine.h 81 * Input parameters:
89 * Output parameters:
  /external/nist-sip/java/gov/nist/javax/sip/header/
RecordRoute.java 86 if (!parameters.isEmpty()) {
88 this.parameters.encode(buffer);
Route.java 99 if (!parameters.isEmpty()) {
101 parameters.encode(buffer);

Completed in 992 milliseconds

<<21222324252627282930>>