/external/libnfc-nxp/src/ |
phHciNfc_Sequence.h | 184 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 210 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 237 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 264 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 290 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 316 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 344 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 372 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 399 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
|
/external/mesa3d/src/glsl/builtins/ir/ |
transpose | 3 (parameters 13 (parameters 25 (parameters 39 (parameters 51 (parameters 66 (parameters 84 (parameters 98 (parameters 116 (parameters
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
CameraGLTest.java | 22 import android.hardware.Camera.Parameters; 519 Parameters parameters = mCamera.getParameters(); 524 for (Size size: parameters.getSupportedPreviewSizes()) { 525 for (int[] fps: parameters.getSupportedPreviewFpsRange()) { 530 (fps[Parameters.PREVIEW_FPS_MIN_INDEX] / 1000.) + "," + 531 (fps[Parameters.PREVIEW_FPS_MAX_INDEX] / 1000.) + "]"); 533 parameters.setPreviewSize(size.width, size.height); 534 parameters.setPreviewFpsRange(fps[Parameters.PREVIEW_FPS_MIN_INDEX] [all...] |
Camera_ParametersTest.java | 20 import android.hardware.Camera.Parameters; 26 @TestTargetClass(Parameters.class) 134 // Camera.Parameters methods are tested in CameraTest#testAccessParameters().
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/ |
ECFieldF2m_ImplTest.java | 38 * domain parameters. 74 * Exception expected with this parameters set or <code>null</code> 100 * Set of parameters used for <code>ECFieldF2m(int, BigInteger)</code> 185 * using valid parameters m and rp. rp represents trinomial basis. 188 * using valid parameters m and rp. rp represents pentanomial basis.
|
/external/chromium/chrome/browser/ |
browser_main_mac.mm | 69 explicit BrowserMainPartsMac(const MainFunctionParams& parameters) 70 : BrowserMainPartsPosix(parameters) {} 98 if (!parameters().ui_task) { 151 const MainFunctionParams& parameters) { 152 return new BrowserMainPartsMac(parameters);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauthsimple.js | 62 parameters: 'foo=bar&gorp=banana', 108 /** set the parameters either from a hash or a string 110 * @param {string,object} List of parameters for the call, this can either be a URI string (e.g. "foo=bar&gorp=banana" or an object/hash) 112 this.setParameters = function (parameters) { 113 if (parameters === undefined) { 114 parameters = {}; 116 if (typeof(parameters) == 'string') { 117 parameters=this._parseParameterString(parameters); 119 this._parameters = parameters; [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauthsimple.js | 62 parameters: 'foo=bar&gorp=banana', 108 /** set the parameters either from a hash or a string 110 * @param {string,object} List of parameters for the call, this can either be a URI string (e.g. "foo=bar&gorp=banana" or an object/hash) 112 this.setParameters = function (parameters) { 113 if (parameters === undefined) { 114 parameters = {}; 116 if (typeof(parameters) == 'string') { 117 parameters=this._parseParameterString(parameters); 119 this._parameters = parameters; [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
chrome_ex_oauthsimple.js | 62 parameters: 'foo=bar&gorp=banana', 108 /** set the parameters either from a hash or a string 110 * @param {string,object} List of parameters for the call, this can either be a URI string (e.g. "foo=bar&gorp=banana" or an object/hash) 112 this.setParameters = function (parameters) { 113 if (parameters === undefined) { 114 parameters = {}; 116 if (typeof(parameters) == 'string') { 117 parameters=this._parseParameterString(parameters); 119 this._parameters = parameters; [all...] |
/external/chromium/chrome/common/extensions/docs/template/ |
api_template.html | 81 <!-- FUNCTION PARAMETERS --> 82 <dd jsdisplay="isFunction($this) && $this.parameters && 90 <h5>Parameters</h5> 92 <div jsselect="$this.parameters"> 357 <span jscontent="getFullyQualifiedFunctionName($scope, $this)">chrome.module.methodName</span>(<span jsselect="parameters" jsvalues="class:optional ? 'optional' : ''"><span jsdisplay="$index">, </span><span jscontent="getTypeName($this)"></span> 366 <!-- PARAMETERS --> 367 <h4 jsdisplay="$this.parameters && $this.parameters.length > 0">Parameters</h4> 369 <div jsselect="parameters"> [all...] |
/external/guava/src/com/google/common/collect/ |
ImmutableSortedSetFauxverideShim.java | 71 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link 84 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link 97 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link 112 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link 127 * @deprecated <b>Pass parameters of type {@code Comparable} to use {@link
|
/external/javassist/src/main/javassist/ |
CtNewWrappedMethod.java | 52 CtClass[] parameters, 60 parameters, returnType, cparam, code); 62 code.setMaxLocals(isStatic, parameters, 0); 71 boolean isStatic, CtClass[] parameters, 83 int stacksize = compileParameterList(code, parameters,
|
CtField.java | 449 * the given parameters and return it. 507 * the field. If the constructor takes less than N parameters, 533 * not receive any parameters. 550 * the parameters: 578 * the parameters: 581 * <code>Object[] args</code> - the parameters passed to the 587 * not receive any parameters. 607 * the parameters: 612 * <code>Object[] args</code> - the parameters passed to the 638 * The called method receives the parameters [all...] |
/frameworks/base/core/java/android/widget/ |
AbsoluteLayout.java | 96 * Returns a set of layout parameters with a width of 166 * Creates a new set of layout parameters with the specified width, 183 * Creates a new set of layout parameters. The values are extracted from 185 * to this set of layout parameters are: 196 * parameters values
|
/frameworks/base/drm/java/android/drm/ |
DrmRights.java | 42 * Creates a <code>DrmRights</code> object with the given parameters. 53 * Creates a <code>DrmRights</code> object with the given parameters. 68 * Creates a <code>DrmRights</code> object with the given parameters. 89 * Creates a <code>DrmRights</code> object with the given parameters. 109 * Creates a <code>DrmRights</code> object with the given parameters.
|
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Process.c | 34 /* PARAMETERS: */ 43 /* otherwise Error due to bad parameters */ 60 CHECK PARAMETERS 143 /* PARAMETERS: */ 152 /* otherwise Error due to bad parameters */
|
/frameworks/base/voip/java/android/net/rtp/ |
AudioCodec.java | 23 * {@link AudioStream}s. Their parameters are designed to be exchanged using 44 * The encoding parameters to be used in the corresponding SDP attribute. 49 * The format parameters to be used in the corresponding SDP attribute. 101 * @param rtpmap The encoding parameters specified in the corresponding SDP 103 * @param fmtp The format parameters specified in the corresponding SDP
|
/libcore/luni/src/main/java/java/security/ |
AlgorithmParameterGenerator.java | 25 * generating parameters for the algorithm it was initialized with. 202 * the parameters to use. 204 * if the specified parameters are not supported. 216 * the parameters to use. 220 * if the specified parameters are not supported.
|
/packages/apps/Camera/src/com/android/camera/ |
Util.java | 34 import android.hardware.Camera.Parameters; 453 public static void dumpParameters(Parameters parameters) { 454 String flattened = parameters.flatten(); 456 Log.d(TAG, "Dump all camera parameters:"); 618 public static void setRotationParameter(Parameters parameters, int cameraId, int orientation) { 619 // See android.hardware.Camera.Parameters.setRotation for 630 parameters.setRotation(rotation); 633 public static void setGpsParameters(Parameters parameters, Location loc) [all...] |
/external/apache-http/src/org/apache/http/auth/params/ |
AuthParams.java | 39 * to simplify manipulation of the HTTP authentication specific parameters. 68 throw new IllegalArgumentException("HTTP parameters may not be null"); 89 throw new IllegalArgumentException("HTTP parameters may not be null");
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
JDKDSAPublicKey.java | 84 private boolean isNotNull(DEREncodable parameters) 86 return parameters != null && !DERNull.INSTANCE.equals(parameters);
|
/external/chromium/chrome/browser/chromeos/ |
wm_ipc.h | 89 // parameters may also be supplied. The caller is responsible for trapping 95 // Gets the type of the window, and any associated parameters. The 97 // the parameters are not interesting to the caller, NULL may be
|
/external/chromium/chrome/browser/profiles/ |
profile_impl_io_data.h | 33 // parameters needed to construct a ChromeURLRequestContextGetter. 94 // All of these parameters are intended to be read on the IO thread. 131 // Parameters needed for isolated apps.
|
/external/chromium/webkit/glue/ |
context_menu.h | 34 // Parameters structure for ViewHostMsg_ContextMenu. 36 // if the parameters here weren't so literally mapped to what 76 // These are the parameters for the media element that the context menu
|
/external/clang/test/Parser/ |
cxx-template-decl.cpp | 32 // Forward declarations with default parameters? 36 // Forward declarations w/template template parameters 83 // Non-type template parameters in scope
|