/sdk/common/src/com/android/annotations/ |
Nullable.java | 27 * on optional parameters.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UnwrapWizard.java | 29 // This refactoring takes no parameters
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
IUpdaterData.java | 29 * Interface used to retrieve some parameters from an {@link UpdaterData} instance.
|
/sdk/swtmenubar/src/com/android/menubar/ |
IMenuBarCallback.java | 39 * @param args The parameters for the printf-like format string.
|
/system/media/audio_effects/include/audio_effects/ |
effect_visualizer.h | 35 /* enumerated parameters for Visualizer effect */
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
messages.sgml | 100 @Varargs: the parameters to insert into the format string. 114 @args: the parameters to insert into the format string. 122 @...: format string, followed by parameters to insert into the format string (as with printf()) 135 @...: format string, followed by parameters to insert into the format string (as with printf()) 153 @...: format string, followed by parameters to insert into the format string (as with printf()) 166 @...: format string, followed by parameters to insert into the format string (as with printf()) 174 @...: format string, followed by parameters to insert into the format string (as with printf())
|
/external/jpeg/ |
jdapimin.c | 111 * Set default decompression parameters. 188 /* Set defaults for other decompression parameters. */ 219 * compressed data), and will save all tables and parameters in the JPEG 220 * object. It will also initialize the decompression parameters to default 222 * adjust the decompression parameters and then call jpeg_start_decompress. 223 * (Or, if the application only wanted to determine the image parameters, 304 /* Set up default parameters based on header data */
|
/external/openssl/crypto/x509/ |
x509_vpm.c | 103 /* This function determines how parameters are "inherited" from one structure 314 /* Default verify parameters: these are used for various 322 "default", /* X509 default parameters */ 332 "pkcs7", /* S/MIME sign parameters */ 342 "smime_sign", /* S/MIME sign parameters */ 352 "ssl_client", /* SSL/TLS client parameters */ 362 "ssl_server", /* SSL/TLS server parameters */
|
/external/v8/src/x64/ |
regexp-macro-assembler-x64.h | 126 // Offsets from rbp of function parameters and stored registers. 128 // Above the frame pointer - function parameters and return address. 133 // Parameters (first four passed as registers, but with room on stack). 136 // use this space to store the register passed parameters. 148 // In AMD64 ABI Calling Convention, the first six integer parameters 150 // if it wants them stored. We push the parameters after the frame pointer. 171 // parameters).
|
/frameworks/base/include/media/ |
AudioRecord.h | 89 * Parameters: 127 * Parameters: 235 * Parameters: 254 * Parameters: 269 * Parameters: 281 * Parameters: 291 * Parameters:
|
/frameworks/base/media/java/android/media/ |
AudioSystem.java | 114 * Sets a group generic audio configuration parameters. The use of these parameters 117 * param keyValuePairs list of parameters key value pairs in the form: 123 * Gets a group generic audio configuration parameters. The use of these parameters 126 * param keys list of parameters 127 * return value: list of parameters key value pairs in the form:
|
/external/apache-http/src/org/apache/http/impl/client/ |
AbstractHttpClient.java | 86 /** The parameters. */ 139 * @param params the parameters 209 * Replaces the parameters. 210 * The implementation here does not update parameters of dependent objects. 212 * @param params the new default parameters 591 * Obtains parameters for executing a request. 593 * {@link ClientParamsStack} from the request parameters 594 * and the client parameters. 598 * to obtain the parameters for the 603 * @return the parameters to us [all...] |
/external/chromium/chrome/common/extensions/docs/js/ |
api_page_generator.js | 487 function hasCallback(parameters) { 488 return (parameters.length > 0 && 489 parameters[parameters.length - 1].type == "function"); 492 function getCallbackParameters(parameters) { 493 return parameters[parameters.length - 1]; 536 function getSignatureString(parameters) { 537 if (!parameters) 540 parameters.forEach(function(param, i) [all...] |
/external/gtest/include/gtest/ |
gtest-param-test.h.pump | 45 // parameters without writing multiple copies of the same test. 77 // case with any set of parameters you want. Google Test defines a number 78 // of functions for generating test parameters. They return what we call 139 // parameter list based on command line parameters. 165 // Google Test uses these generators to produce parameters for value- 216 // ValuesIn() function allows generation of tests with parameters coming from 294 // parameters. 310 // Currently, Values() supports from 1 to $n parameters. 323 // Bool() allows generating tests with parameters in a set of (false, true). 334 // will be instantiated twice with parameters false and true [all...] |
/external/protobuf/gtest/include/gtest/ |
gtest-param-test.h.pump | 45 // parameters without writing multiple copies of the same test. 77 // case with any set of parameters you want. Google Test defines a number 78 // of functions for generating test parameters. They return what we call 139 // parameter list based on command line parameters. 165 // Google Test uses these generators to produce parameters for value- 216 // ValuesIn() function allows generation of tests with parameters coming from 294 // parameters. 310 // Currently, Values() supports from 1 to $n parameters. 323 // Bool() allows generating tests with parameters in a set of (false, true). 334 // will be instantiated twice with parameters false and true [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
alldiffs_index_additions.html | 196 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_50HZ" class="hiddenlink" target="rightframe">ANTIBANDING_50HZ</A> 199 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_60HZ" class="hiddenlink" target="rightframe">ANTIBANDING_60HZ</A> 202 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_AUTO" class="hiddenlink" target="rightframe">ANTIBANDING_AUTO</A> 205 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_OFF" class="hiddenlink" target="rightframe">ANTIBANDING_OFF</A> [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/ |
user_comments_for_4_to_5.xml | [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
CamcorderProfileTest.java | 26 import android.hardware.Camera.Parameters; 270 Parameters parameters = camera.getParameters(); local 271 List<Size> videoSizes = parameters.getSupportedVideoSizes(); 273 videoSizes = parameters.getSupportedPreviewSizes();
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
SealedObjectTest.java | 129 * encryption algorithm and specified parameters can be retrieved by 149 + "should contain the encoded algorithm parameters.", Arrays 155 * thrown in the case of incorrect input parameters and if the object sealed 156 * with encryption algorithm and specified parameters can be retrieved by 187 * exception is thrown in the case of incorrect input parameters and if the
|
/external/apache-http/src/org/apache/http/conn/ |
OperatedClientConnection.java | 101 // do not require connections to store parameters. 138 * @param params parameters for this connection. The parameters will 162 * some changes in the parameters will not take effect. 166 * @param params new parameters for this connection
|
/external/libnfc-nxp/src/ |
phFriNfc_OvrHal.c | 86 /* Check the Input Parameters */ 190 /* Check the Input Parameters */ 226 /* Check the Input Parameters */ 261 /* Check the Input Parameters */ 289 /* Check the Input Parameters */
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AuthenticationInfo.java | 51 parameters.setSeparator(COMMA); // Odd ball. 55 parameters.set(nv); 62 return parameters.encode(); 73 return parameters.getNameValue(name); 210 NameValue nv = super.parameters.getNameValue(name.toLowerCase());
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PChargingFunctionAddresses.java | 134 this.parameters.set(ParameterNamesIms.CCF, ccfAddress); 166 Iterator li = this.parameters.iterator(); 217 this.parameters.set(ParameterNamesIms.ECF, ecfAddress); 251 Iterator li = this.parameters.iterator(); 280 Iterator li = this.parameters.iterator();
|
/external/v8/src/arm/ |
regexp-macro-assembler-arm.h | 117 // Offsets from frame_pointer() of function parameters and stored registers. 120 // Above the frame pointer - Stored registers and stack passed parameters. 126 // Stack parameters placed by caller. 133 // Register parameters stored by setup code. 180 // Register holding the frame address. Local variables, parameters and
|
/external/v8/src/mips/ |
regexp-macro-assembler-mips.h | 116 // Offsets from frame_pointer() of function parameters and stored registers. 119 // Above the frame pointer - Stored registers and stack passed parameters. 126 // Stack parameters placed by caller. 133 // Register parameters stored by setup code. 175 // Register holding the frame address. Local variables, parameters and
|