/hardware/ti/omap3/dspbridge/libbridge/inc/ |
qosregistry.h | 357 Parameters 386 Parameters 418 Parameters 455 Parameters 487 Parameters 522 Parameters 556 Parameters 588 Parameters 617 Parameters 643 Parameters [all...] |
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
dbreg.h | 48 video sequences. As its name suggests, the class is used to compute parameters that will allow us to warp incoming video 50 frame of a sequence; the registration process is that of estimating the parameters of a warp that can be applied to 59 interest to the programmer. db_FrameToReferenceRegistration::Init(...) is used to initialize the parameters of the 61 is introduced to the registration algorithm, and produces the estimated registration warp parameters. 64 to calculate the registration parameters for an image sequence. In the example, the calls to the methods of 76 // The 3x3 frame to reference registration parameters 135 * Set parameters and allocate memory. Note: The default values of these parameters have been set to the values used for the android implementation (i.e. the demo APK). 250 * Reset the motion smoothing parameters to their initial values. 300 // RANSAC and refinement parameters [all...] |
/external/chromium/chrome/common/extensions/docs/ |
pageAction.html | 94 <!-- FUNCTION PARAMETERS --> 102 <h5>Parameters</h5> 500 <!-- PARAMETERS --> 501 <h4>Parameters</h4> 565 <!-- FUNCTION PARAMETERS --> 629 <!-- PARAMETERS --> 630 <h4>Parameters</h4> 741 <!-- FUNCTION PARAMETERS --> 809 <!-- FUNCTION PARAMETERS --> 877 <!-- FUNCTION PARAMETERS -- [all...] |
tut_oauth.html | 94 <!-- FUNCTION PARAMETERS --> 102 <h5>Parameters</h5> 456 'parameters': {'alt': 'json'} 476 'parameters': { 488 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. 493 <pre>function stringify(parameters) { 495 for(var p in parameters) { 497 encodeURIComponent(parameters[p])) [all...] |
idle.html | 94 <!-- FUNCTION PARAMETERS --> 102 <h5>Parameters</h5> 378 <!-- PARAMETERS --> 379 <h4>Parameters</h4> 443 <!-- FUNCTION PARAMETERS --> 513 <!-- FUNCTION PARAMETERS --> 611 <!-- FUNCTION PARAMETERS --> 653 <!-- PARAMETERS --> 655 <h4>Parameters</h4> 721 <!-- FUNCTION PARAMETERS -- [all...] |
test.html | 298 <!-- PARAMETERS --> 299 <h4>Parameters</h4> 395 <!-- PARAMETERS --> 396 <h4>Parameters</h4> 492 <!-- PARAMETERS --> 493 <h4>Parameters</h4> 589 <!-- PARAMETERS --> 590 <h4>Parameters</h4> 658 <!-- PARAMETERS --> 659 <h4>Parameters</h4 [all...] |
/external/grub/stage2/ |
tparm.c | 72 * Substitute the given parameters into the given string by the following 79 * parameters: the row and column to address to. (Rows and 87 * of the parameters onto the stack and then print it in some 363 * Analyze the string to see how many parameters we need from the varargs 364 * list, and what their types are. We will only accept string parameters 366 * reference (e.g., %p2%s). All other parameters are numbers. 473 * successive pops will grab successive parameters. That will make
|
/external/guava/src/com/google/common/base/ |
Preconditions.java | 63 * Ensures the truth of an expression involving one or more parameters to the 76 * Ensures the truth of an expression involving one or more parameters to the 91 * Ensures the truth of an expression involving one or more parameters to the 119 * instance, but not involving any parameters to the calling method. 132 * instance, but not involving any parameters to the calling method. 147 * instance, but not involving any parameters to the calling method. 224 // If either of these parameters is null, the right thing happens anyway
|
/external/libnfc-nxp/src/ |
phFriNfc_OvrHal.h | 157 * \brief Preset Function to prepare the parameters in the HAL 161 * This function (pointer) is called by the Overlapped HAL to prepare the function call parameters 178 * \b Pointers to a specific structure containing the parameters of the HAL functions to be 219 /** Points to a function within the Integration that presets the parameters for the actual 225 * parameters. 293 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters could not be 302 * underlying function and the propagated parameters.
|
/external/srec/srec/include/ |
sp_fft.h | 233 Parameters: 245 Parameters: 258 Parameters: 278 Parameters: 302 Parameters: 314 Parameters: 325 Parameters:
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4lib_int.h | 66 /* H.263 parameters */ 97 /* Quantization related parameters */ 108 /* Parameters used for scalability */ 177 /*VOL Parameters */ 201 /* Rate Control Parameters */ 204 /* Intra Refresh Parameters */ 207 /* Other Parameters */
|
/frameworks/support/v4/java/android/support/v4/content/ |
ModernAsyncTask.java | 174 * specified parameters are the parameters passed to {@link #execute} 180 * @param params The parameters of the task. 345 * Executes the task with the specified parameters. The task returns 362 * @param params The parameters of the task. 375 * Executes the task with the specified parameters. The task returns 396 * @param params The parameters of the task.
|
/libcore/luni/src/main/java/javax/crypto/ |
EncryptedPrivateKeyInfo.java | 55 * <dd>parameters ANY DEFINED BY algorithm OPTIONAL }</dd> 61 // Encryption algorithm parameters 159 * encryption algorithm parameters an its encrypted data. 162 * the encryption algorithm parameters. 203 * Returns the parameters used by the encryption algorithm. 205 * @return the parameters used by the encryption algorithm. 228 * {@code Cipher.UNWRAP_MODE} with the same parameters and key used for
|
/libcore/luni/src/main/java/javax/xml/transform/ |
Transformer.java | 38 * <p>A <code>Transformer</code> may be used multiple times. Parameters and 138 * <p>Set a list of parameters.</p> 140 * <p>Note that the list of parameters is specified as a 150 * <p>New parameters in the list are added to any existing parameters. 155 * @param params Parameters to set. 162 * Clear all parameters set with setParameter.
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
libmng_types.h | 47 /* * - added default IJG compression parameters and such * */ 66 /* * - swapped refresh parameters * */ 70 /* * - changed refresh parameters to 'x,y,width,height' * */ 85 /* * - fixed inclusion parameters once again to make those * */ 87 /* * - re-fixed fixed inclusion parameters * */ 345 /* default zlib compression parameters for deflateinit2 */ 373 /* default IJG parameters for compression */
|
/frameworks/base/docs/html/guide/topics/ui/ |
custom-components.jd | 132 take attributes and parameters from the XML, and you can also consume 133 your own such attributes and parameters (perhaps the color and range of 183 <code>heightMeasureSpec</code> parameters, both are integer codes 328 <li>Parameterized constructor that takes the view inflation parameters 329 (parameters defined in the XML). Some of these are passed through to the 344 namespace parameters and custom <code>app:</code> namespace parameters. These 345 <code>app:</code> parameters are the custom ones that the LabelView recognizes 380 In the constructor for the new class, take whatever parameters the 385 parameters into the XML that can be pulled out and used by you [all...] |
/frameworks/base/docs/html/guide/topics/views/ |
custom-views.jd | 126 take attributes and parameters from the XML, and you can also consume 127 your own such attributes and parameters (perhaps the color and range of 174 <code>heightMeasureSpec</code> parameters, both are integer codes 319 <li>Parameterized constructor that takes the view inflation parameters 320 (parameters defined in the XML). Some of these are passed through to the 335 namespace parameters and custom <code>app:</code> namespace parameters. These 336 <code>app:</code> parameters are the custom ones that the LabelView recognizes 371 In the constructor for the new class, take whatever parameters the 376 parameters into the XML that can be pulled out and used by you [all...] |
/packages/apps/Camera/src/com/android/camera/ |
Camera.java | 43 import android.hardware.Camera.Parameters; 103 // The subset of parameters we need to update in setCameraParameters(). 126 private Parameters mParameters; 127 private Parameters mInitialParams; 654 if (Parameters.FLASH_MODE_AUTO.equals(value)) { 657 } else if (Parameters.FLASH_MODE_ON.equals(value)) { 660 } else if (Parameters.FLASH_MODE_OFF.equals(value)) { 676 if (Parameters.WHITE_BALANCE_AUTO.equals(value)) { 679 if (Parameters.WHITE_BALANCE_FLUORESCENT.equals(value)) { 681 } else if (Parameters.WHITE_BALANCE_INCANDESCENT.equals(value)) [all...] |
/frameworks/media/libvideoeditor/vss/src/ |
M4xVSS_internal.c | 68 * parameters 69 * @note The transcoding parameters are given by the internal xVSS context. 71 * chained list of MCS parameters. 119 * Fill MCS parameters with the parameters contained in the current element of the 120 MCS parameters chained list */ 163 * Set output parameters */ 263 * @return M4ERR_PARAMETER: At least one of the function parameters is null 425 * @return M4ERR_PARAMETER: At least one of the function parameters is null 493 * @return M4ERR_PARAMETER: At least one of the function parameters is nul [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
alldiffs_index_all.html | 301 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_50HZ" class="hiddenlink" target="rightframe">ANTIBANDING_50HZ</A> 304 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_60HZ" class="hiddenlink" target="rightframe">ANTIBANDING_60HZ</A> 307 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_AUTO" class="hiddenlink" target="rightframe">ANTIBANDING_AUTO</A> 310 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_OFF" class="hiddenlink" target="rightframe">ANTIBANDING_OFF</A> 440 <!-- Class Camera.Parameters --> 441 <A HREF="android.hardware.Camera.Parameters.html" class="hiddenlink" target="rightframe">Camera.Parameters</A><br [all...] |
/external/guava/javadoc/com/google/common/base/ |
Preconditions.html | 157 Ensures the truth of an expression involving one or more parameters to the 167 Ensures the truth of an expression involving one or more parameters to the 178 Ensures the truth of an expression involving one or more parameters to the 292 instance, but not involving any parameters to the calling method.</TD> 302 instance, but not involving any parameters to the calling method.</TD> 313 instance, but not involving any parameters to the calling method.</TD> 343 <DD>Ensures the truth of an expression involving one or more parameters to the 347 <DT><B>Parameters:</B><DD><CODE>expression</CODE> - a boolean expression 360 <DD>Ensures the truth of an expression involving one or more parameters to the 364 <DT><B>Parameters:</B><DD><CODE>expression</CODE> - a boolean expression<DD><CODE>errorMessage</CODE> - the exceptio (…) [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebPage.cpp | 141 PassRefPtr<WebPage> WebPage::create(uint64_t pageID, const WebPageCreationParameters& parameters) 143 RefPtr<WebPage> page = adoptRef(new WebPage(pageID, parameters)); 151 WebPage::WebPage(uint64_t pageID, const WebPageCreationParameters& parameters) 152 : m_viewSize(parameters.viewSize) 160 , m_isSmartInsertDeleteEnabled(parameters.isSmartInsertDeleteEnabled) 163 , m_nativeWindow(parameters.nativeWindow) 168 , m_canRunBeforeUnloadConfirmPanel(parameters.canRunBeforeUnloadConfirmPanel) 169 , m_canRunModal(parameters.canRunModal) 171 , m_userSpaceScaleFactor(parameters.userSpaceScaleFactor) 203 updatePreferences(parameters.store) [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/ |
missingSinces.txt | 111 NO DOC BLOCK: android.hardware.Camera.Parameters Method getExposureCompensation() 112 NO DOC BLOCK: android.hardware.Camera.Parameters Method getExposureCompensationStep() 122 NO DOC BLOCK: android.hardware.Camera.Parameters Method getFocalLength() 127 NO DOC BLOCK: android.hardware.Camera.Parameters Method getHorizontalViewAngle() 133 NO DOC BLOCK: android.hardware.Camera.Parameters Method getMaxExposureCompensation() 134 NO DOC BLOCK: android.hardware.Camera.Parameters Method getMaxZoom() 135 NO DOC BLOCK: android.hardware.Camera.Parameters Method getMinExposureCompensation() 151 NO DOC BLOCK: android.hardware.Camera.Parameters Method getSupportedJpegThumbnailSizes() 158 NO DOC BLOCK: android.hardware.Camera.Parameters Method getVerticalViewAngle() 168 NO DOC BLOCK: android.hardware.Camera.Parameters Method getZoom( [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/ |
ControlPanelEffect.java | 430 // Set effect parameters 542 // Set effect parameters [all...] |
/external/clang/tools/scan-view/ |
ScanView.py | 74 # Other simple parameters 86 def __init__(self, report, reporter, parameters, server): 91 self.parameters = parameters 100 self.status = self.reporter.fileReport(self.report, self.parameters) 304 # Get the reporter and parameters. 306 parameters = {} 313 parameters[o.getName()] = self.get_scalar_field(name) 321 self.server.config.set(reporter.getName(), name, parameters[name]) 327 t = ReporterThread(bug, reporter, parameters, self.server [all...] |