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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 259 """The parameters and information for an HTTP request, suitable for
271 def __init__(self, method=HTTP_METHOD, url=None, parameters=None):
274 if parameters is not None:
275 self.update(parameters)
305 """Get any non-OAuth parameters."""
368 """Return a string that contains the parameters that must be signed."""
380 # Include any query string parameters from the provided URL
388 # Encode signature parameters per Oauth Core 1.0 protocol
417 def from_request(cls, http_method, http_url, headers=None, parameters=None,
420 if parameters is None
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECParameterSpec_ImplTest.java 41 // NOTE: the following tests use EC domain parameters
50 * Test preconditions: valid parameters passed<br>
54 // Valid (see note below) parameters set
67 * Test preconditions: pass <code>null</code> as mentioned parameters<br>
71 // Valid (see note below) parameters set
115 * Test preconditions: pass not positive as mentioned parameters<br>
119 // Valid (see note below) parameters set
171 * created using valid parameters<br>
176 // Valid (see note below) parameters set
193 * created using valid parameters<br
    [all...]
ECPublicKeySpec_ImplTest.java 42 // NOTE: the following tests use EC domain parameters
51 * Test preconditions: valid parameters passed<br>
55 // Valid (see note below) parameters set
70 * Test preconditions: pass <code>null</code> as mentioned parameters<br>
74 // Valid (see note below) parameters set
115 // Valid (see note below) parameters set
132 * Assertion: returns associated EC parameters<br>
134 * created using valid parameters<br>
140 // Valid (see note below) parameters set
160 * created using valid parameters<br
    [all...]
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
TestDelegates.java 97 Class<?>[] parameters = originalMethod.getParameterTypes(); local
103 Class<?>[] newParameters = new Class<?>[parameters.length + 1];
105 System.arraycopy(parameters, 0, newParameters, 1, parameters.length);
106 parameters = newParameters;
113 Class<?>[] newParameters = new Class<?>[parameters.length + 1];
115 System.arraycopy(parameters, 0, newParameters, 1, parameters.length);
116 parameters = newParameters;
122 parameters);
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/
ContentTypeField.java 72 private Map<String, String> parameters = null; field in class:ContentTypeField
75 protected ContentTypeField(String name, String body, String raw, String mimeType, Map<String, String> parameters, ParseException parseException) {
78 this.parameters = parameters;
134 return parameters != null
135 ? parameters.get(name.toLowerCase())
140 * Gets all parameters.
142 * @return the parameters.
145 if (parameters != null) {
146 return Collections.unmodifiableMap(parameters);
214 Map<String, String> parameters = null; local
    [all...]
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 48 * can get a body or parameters but not both. Calling a getParameter method will
52 * parameters, that is whether you should call getParameter or not.
59 * signature (with different parameters). For example, Google's Service Provider
131 * @param parameters
132 * additional parameters for this request, or null to indicate
133 * that there are no additional parameters.
138 Collection<? extends Map.Entry> parameters) throws IOException,
148 List<Map.Entry> p = (parameters == null) ? new ArrayList<Map.Entry>(
150 : new ArrayList<Map.Entry>(parameters);
153 parameters = p
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
android.hardware.Camera.Parameters.html 10 android.hardware.Camera.Parameters
74 Class android.hardware.<A HREF="../../../../reference/android/hardware/Camera.Parameters.html" target="_top"><font size="+2"><code>Camera.Parameters</code></font></A>
86 <A NAME="android.hardware.Camera.Parameters.getFocusDistances_added(float[])"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/hardware/Camera.Parameters.html#getFocusDistances(float[])" target="_top"><code>getFocusDistances</code></A>(<code>float[]</code>)</nobr>
93 <A NAME="android.hardware.Camera.Parameters.getPreviewFpsRange_added(int[])"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/hardware/Camera.Parameters.html#getPreviewFpsRange(int[])" target="_top"><code>getPreviewFpsRange</code></A>(<code>int[]</code>)</nobr>
100 <A NAME="android.hardware.Camera.Parameters.getSupportedPreviewFpsRange_added()"></A>
101 <nobr><code>List&lt;int[]&gt;</code>&nbsp;<A HREF="../../../../reference/android/hardware/Camera.Parameters.html#getSupportedPreviewFpsRange()" target="_top"><code>getSupportedPreviewFpsRange</code></A>()</nobr>
107 <A NAME="android.hardware.Camera.Parameters.setPreviewFpsRange_added(int, int)"></A
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 35 private static final Map<String, Parameter> PARAMETERS
43 * parameters:
51 * Setting these parameters to another value shall revert the canonical
54 PARAMETERS.put("canonical-form", new FixedParameter(false));
60 PARAMETERS.put("cdata-sections", new BooleanParameter() {
72 PARAMETERS.put("check-character-normalization", new FixedParameter(false));
77 PARAMETERS.put("comments", new BooleanParameter() {
90 PARAMETERS.put("datatype-normalization", new BooleanParameter() {
108 PARAMETERS.put("element-content-whitespace", new FixedParameter(true));
113 PARAMETERS.put("entities", new BooleanParameter()
    [all...]
  /external/e2fsprogs/ext2ed/
ext2ed.conf.in 61 # Normally, the various filesystem parameters such as the block size and the
64 # parameters. In this case, they will be taken from here. See also
72 # With ForceDefault on, you can force the use of the default parameters
74 # parameters if it can't figure up the parameters from the filesystem itself.
  /external/qemu/android/protocol/
core-commands.h 48 /* Formats AUICMD_SET_COARSE_ORIENTATION UI control command parameters. */
53 /* Formats AUICMD_TRACE_CONTROL UI control command parameters. */
58 /* Formats AUICMD_GET_NETSPEED UI control command parameters. */
75 /* Formats AUICMD_GET_NETDELAY UI control command parameters. */
92 /* Formats AUICMD_GET_QEMU_PATH UI control command parameters. */
  /external/skia/src/animator/
SkDraw3D.cpp 97 SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type,
102 SkASSERT(parameters.count() == 3);
104 fPatch.rotateDegrees(parameters[0].fOperand.fScalar,
105 parameters[1].fOperand.fScalar, parameters[2].fOperand.fScalar);
  /frameworks/base/docs/html/sdk/api_diff/5/
missingSinces.txt 121 NO DOC BLOCK: android.hardware.Camera.Parameters Method getAntibanding()
122 NO DOC BLOCK: android.hardware.Camera.Parameters Method getColorEffect()
130 NO DOC BLOCK: android.hardware.Camera.Parameters Method getFlashMode()
131 NO DOC BLOCK: android.hardware.Camera.Parameters Method getFocusMode()
139 NO DOC BLOCK: android.hardware.Camera.Parameters Method getJpegQuality()
140 NO DOC BLOCK: android.hardware.Camera.Parameters Method getJpegThumbnailQuality()
141 NO DOC BLOCK: android.hardware.Camera.Parameters Method getJpegThumbnailSize()
155 NO DOC BLOCK: android.hardware.Camera.Parameters Method getSceneMode()
159 NO DOC BLOCK: android.hardware.Camera.Parameters Method getSupportedAntibanding()
160 NO DOC BLOCK: android.hardware.Camera.Parameters Method getSupportedColorEffects(
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_API_Specials.c 36 /* PARAMETERS: */
85 * Update new parameters if necessary
126 /* PARAMETERS: */
128 /* pParams Control Parameters, only volume value is used here */
133 /* LVM_OUTOFRANGE When any of the control parameters are out of range */
  /frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_SetControlParameters.c 30 /* Sets or changes the LVREV module parameters. */
32 /* PARAMETERS: */
39 /* LVREV_OUTOFRANGE When any of the new parameters is out of range */
61 * Check all new control parameters are in range
111 * Copy the new parameters and set the flag to indicate they are available
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IndexExt.h 49 /* Component parameters and configurations */
55 /* Port parameters and configurations */
58 /* Audio parameters and configurations */
61 /* Image parameters and configurations */
64 /* Video parameters and configurations */
  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerParams.java 37 * This class represents a collection of HTTP protocol parameters applicable
64 throw new IllegalArgumentException("HTTP parameters may not be null");
78 throw new IllegalArgumentException("HTTP parameters may not be null");
95 * @param params HTTP parameters
105 ("HTTP parameters must not be null.");
113 * @param params HTTP parameters
122 ("HTTP parameters must not be null.");
135 * @param params HTTP parameters
145 ("HTTP parameters must not be null.");
153 * @param params HTTP parameters
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexMethodImpl.java 44 private List<DexParameter> parameters; field in class:DexMethodImpl
105 if (parameters == null) {
106 parameters = new LinkedList<DexParameter>();
117 parameters.add(new DexParameterImpl(buffer.createCopy(),
124 return parameters;
149 List<DexParameter> parameters = getParameters(); local
150 for (DexParameter dexParameter : parameters) {
  /external/apache-http/src/org/apache/http/client/params/
HttpClientParams.java 36 * An adaptor for accessing HTTP client parameters in {@link HttpParams}.
52 throw new IllegalArgumentException("HTTP parameters may not be null");
60 throw new IllegalArgumentException("HTTP parameters may not be null");
68 throw new IllegalArgumentException("HTTP parameters may not be null");
76 throw new IllegalArgumentException("HTTP parameters may not be null");
84 throw new IllegalArgumentException("HTTP parameters may not be null");
96 throw new IllegalArgumentException("HTTP parameters may not be null");
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
RSAESOAEPparams.java 115 * { OID id-sha1 PARAMETERS NULL }|
116 * { OID id-sha256 PARAMETERS NULL }|
117 * { OID id-sha384 PARAMETERS NULL }|
118 * { OID id-sha512 PARAMETERS NULL },
122 * { OID id-mgf1 PARAMETERS OAEP-PSSDigestAlgorithms },
126 * { OID id-pSpecified PARAMETERS OCTET STRING },
130 * @return the asn1 primitive representing the parameters.
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
X9FieldID.java 22 private DERObject parameters; field in class:X9FieldID
32 this.parameters = new DERInteger(primeP);
71 this.parameters = new DERSequence(fieldIdParams);
78 this.parameters = (DERObject)seq.getObjectAt(1);
88 return parameters;
96 * parameters FIELD-ID.&amp;Type({IOSet}{&#64;fieldType})
105 v.add(this.parameters);
  /external/mesa3d/src/glsl/builtins/ir/
smoothstep 3 (parameters
16 (parameters
30 (parameters
45 (parameters
59 (parameters
73 (parameters
87 (parameters
step 3 (parameters
9 (parameters
18 (parameters
28 (parameters
39 (parameters
48 (parameters
58 (parameters
  /external/nist-sip/java/gov/nist/javax/sip/header/
To.java 71 setParameters(from.parameters);
103 if (!parameters.isEmpty()) {
105 parameters.encode(buffer);
140 if (parameters == null)
152 if (parameters == null)
162 if (parameters != null)
163 parameters.delete(ParameterNames.TAG);
  /external/webkit/Source/WebKit/chromium/public/linux/
WebThemeEngine.h 76 // Extra parameters for drawing the PartScrollbarHorizontalTrack and
86 // Extra parameters for PartCheckbox, PartPushButton and PartRadio.
95 // Extra parameters for PartTextField
102 // Extra parameters for PartMenuList
111 // Extra parameters for PartSliderTrack and PartSliderThumb
117 // Extra parameters for PartInnerSpinButton
123 // Extra parameters for PartProgressBar
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_Bitstream.h 35 * Parameters:
51 * Parameters:
69 * Parameters:
86 * Parameters:
110 * Parameters:
142 * Parameters:
183 * Parameters:

Completed in 816 milliseconds

1 2 3 4 5 6 7 8 91011>>