/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
pkg_android.hardware.html | 91 <A NAME="Camera.Parameters"></A> 92 <nobr><A HREF="android.hardware.Camera.Parameters.html">Camera.Parameters</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/15/changes/ |
pkg_android.hardware.html | 84 <A NAME="Camera.Parameters"></A> 85 <nobr><A HREF="android.hardware.Camera.Parameters.html">Camera.Parameters</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
pkg_android.hardware.html | 91 <A NAME="Camera.Parameters"></A> 92 <nobr><A HREF="android.hardware.Camera.Parameters.html">Camera.Parameters</A></nobr>
|
/frameworks/base/keystore/java/android/security/ |
KeyStore.java | 162 private ArrayList<byte[]> execute(int code, byte[]... parameters) { 165 for (byte[] parameter : parameters) { 177 for (byte[] parameter : parameters) {
|
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Init.c | 50 /* PARAMETERS: */ 132 /* PARAMETERS: */ 180 * Set all initial parameters to invalid to force a full initialisation
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
bits.c | 35 int PackBits(Word16 prms[], /* i: analysis parameters */ 38 Coder_State *st /*i/o: coder global parameters struct */ 184 * Parm_serial -> convert parameters to serial stream *
|
/frameworks/media/libvideoeditor/vss/common/inc/ |
M4DA_Types.h | 116 M4_StreamHandler m_basicProperties; /**< Audio-Video stream common parameters */ 133 M4_StreamHandler m_basicProperties; /**< Audio-Video stream common parameters */ 152 M4_StreamHandler m_basicProperties; /**< Audio-Video stream common parameters */
|
/libcore/luni/src/main/java/java/security/cert/ |
CertPathBuilder.java | 169 * Builds a certification path with the specified algorithm parameters. 172 * the algorithm parameters. 177 * if the specified parameters cannot be used to build with this
|
CertPathValidator.java | 171 * CertPathValidator} using the specified algorithm parameters. 176 * the certification path validator algorithm parameters. 183 * if the specified algorithm parameters cannot be used with
|
/libcore/luni/src/main/java/java/sql/ |
ParameterMetaData.java | 22 * parameters in a {@code PreparedStatement}. 78 * Gets the number of parameters in the {@code PreparedStatement} for which 81 * @return the number of parameters.
|
/libcore/luni/src/main/java/javax/crypto/ |
KeyAgreementSpi.java | 123 * algorithm parameters and randomness source. 128 * the parameters for this key agreement algorithm. 135 * if the specified parameters are invalid for this key
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLContextSpi.java | 112 * SSL handshake parameters values including cipher suites, 159 * parameters 161 throw new UnsupportedOperationException("Could not access supported SSL parameters");
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
DSAPublicKeyImpl.java | 124 throw new InvalidKeySpecException("Failed to decode parameters: " + e); 133 throw new InvalidKeySpecException("Failed to decode parameters: " + e); 160 * DSA key parameters (p, q, g).
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
ClassLoaderReflectionTest.java | 109 Type[] parameters = constructor.getGenericParameterTypes(); local 110 assertParameterizedType(parameters[0], bClass, String.class); 111 assertParameterizedType(parameters[1], List.class, aClass);
|
/libcore/luni/src/test/java/tests/security/spec/ |
PSSParameterSpecTest.java | 66 * Assertion: constructs using valid parameters 179 * Assertion: returns mask generation function parameters 237 * Assertion: default algorithm parameters for mask
|
RSAPrivateCrtKeySpecTest.java | 41 * object using valid parameters 59 * object using valid parameters 77 * object using valid parameters
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
sockios.h | 84 #define SIOCWANDEV 0x894A /* get/set netdev parameters */ 99 #define SIOCGIFMAP 0x8970 /* Get device parameters */ 100 #define SIOCSIFMAP 0x8971 /* Set device parameters */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutDevicesXsd.java | 55 * The "default" element defines all the default parameters inherited
66 * listed below. It defines all the parameters that are common to all
73 * listed below. The parameters from the "default" element (if present) are
|
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
RenderParams.java | 23 * Base class for rendering parameters. This include the generic parameters but not what needs 24 * to be rendered or additional parameters.
|
/system/core/debuggerd/ |
symbol_table.c | 37 * Parameters: 202 * Parameters: 224 * Parameters:
|
/external/libnfc-nxp/src/ |
phLibNfc.h | [all...] |
/external/chromium/chrome/common/extensions/docs/ |
experimental.webInspector.resources.html | 94 <!-- FUNCTION PARAMETERS --> 102 <h5>Parameters</h5> 408 <!-- PARAMETERS --> 409 <h4>Parameters</h4> 473 <!-- FUNCTION PARAMETERS --> 569 <!-- FUNCTION PARAMETERS --> 611 <!-- PARAMETERS --> 613 <h4>Parameters</h4> 679 <!-- FUNCTION PARAMETERS --> 775 <!-- PARAMETERS -- [all...] |
/external/chromium/chrome/browser/cocoa/ |
install_from_dmg.mm | 339 struct LSApplicationParameters parameters = {0}; 340 parameters.flags = kLSLaunchDefaults; 341 parameters.application = &app_fsref; 342 parameters.argv = base::mac::NSToCFCast(arguments); 344 err = LSOpenApplication(¶meters, NULL);
|
/external/chromium/chrome/common/extensions/docs/static/ |
autoupdate.html | 70 <h2>Advanced usage: request parameters</h2> 72 <p>More advanced developers may wish to take advantage of the fact that we add on parameters to the request for the update manifest to indicate the extension id and version. Then they can use the same update_url for all of their extensions pointing to a URL running dynamic server side code instead of a static XML file.</p> 73 <p>The format of the request parameters is:</p> 89 <p><b>Note</b>: in releases before 3.0.196.x there was a bug in how request parameters were put together (<a href="http://crbug.com/17469" rel="nofollow">http://crbug.com/17469</a>).</p> 95 <p>If the number of installed extensions using the same update_url is large enough that a GET request URL would be too long (probably greater than 1024 characters or so), the update check will instead issue a POST with the request parameters in the POST body.</p>
|
/external/clang/lib/CodeGen/ |
CGCXXABI.h | 143 /// any required parameters. For convenience, ResTy has been 146 /// will have the formal parameters added to it afterwards. 148 /// If there are ever any ABIs where the implicit parameters are 149 /// intermixed with the formal parameters, we can address those 157 /// any required parameters. For convenience, ResTy has been
|