/external/chromium/chrome/common/extensions/docs/ |
experimental.sidebar.html | 94 <!-- FUNCTION PARAMETERS --> 102 <h5>Parameters</h5> 375 <!-- PARAMETERS --> 376 <h4>Parameters</h4> 487 <!-- FUNCTION PARAMETERS --> 507 <!-- FUNCTION PARAMETERS --> 571 <!-- PARAMETERS --> 572 <h4>Parameters</h4> 683 <!-- FUNCTION PARAMETERS --> 703 <!-- FUNCTION PARAMETERS -- [all...] |
experimental.extension.html | 94 <!-- FUNCTION PARAMETERS --> 102 <h5>Parameters</h5> 361 <!-- PARAMETERS --> 362 <h4>Parameters</h4> 436 <!-- PARAMETERS --> 438 <h4>Parameters</h4> 534 <!-- PARAMETERS --> 535 <h4>Parameters</h4> 644 <!-- FUNCTION PARAMETERS --> 664 <!-- FUNCTION PARAMETERS -- [all...] |
contextMenus.html | 94 <!-- FUNCTION PARAMETERS --> 102 <h5>Parameters</h5> 424 <!-- PARAMETERS --> 425 <h4>Parameters</h4> 536 <!-- FUNCTION PARAMETERS --> 604 <!-- FUNCTION PARAMETERS --> 672 <!-- FUNCTION PARAMETERS --> 751 <!-- FUNCTION PARAMETERS --> 819 <!-- FUNCTION PARAMETERS --> 822 <h5>Parameters</h5 [all...] |
experimental.webNavigation.html | 94 <!-- FUNCTION PARAMETERS --> 102 <h5>Parameters</h5> 394 <!-- PARAMETERS --> 395 <h4>Parameters</h4> 467 <!-- PARAMETERS --> 469 <h4>Parameters</h4> 580 <!-- FUNCTION PARAMETERS --> 650 <!-- FUNCTION PARAMETERS --> 718 <!-- FUNCTION PARAMETERS --> 786 <!-- FUNCTION PARAMETERS -- [all...] |
/external/qemu-pc-bios/vgabios/tests/lfbprof/ |
lfbprof.c | 52 * Parameters: size - Size of memory block to allocate 77 * Parameters: sel - Protected mode selector of block to free 110 * Parameters: intno - Interrupt number to issue 144 * Parameters: intno - Interrupt number to issue 213 * Parameters: physAddr - Physical memory address to map 241 * Parameters: sel - Selector to change base address for 263 * Parameters: sel - Selector to change limit for 315 * Parameters: regs - Registers to load when calling VBE 341 * Parameters: vgaInfo - Place to store the VGA information block 390 * Parameters: mode - VBE mode to get information fo [all...] |
/external/srec/srec/Grammar/src/ |
SR_GrammarImpl.c | 70 CHKLOG(rc, ESR_SessionTypeCreate(&impl->parameters)); 497 rc = impl->parameters->getSize_t(impl->parameters, key, &temp); 502 CHKLOG(rc, impl->parameters->removeAndFreeProperty(impl->parameters, key)); 507 CHKLOG(rc, impl->parameters->setSize_t(impl->parameters, key, value)); 537 rc = impl->parameters->getSize_t(impl->parameters, key, value); 559 if (impl->parameters != NULL [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
fields_index_all.html | 146 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_50HZ" class="hiddenlink" target="rightframe">ANTIBANDING_50HZ</A> 148 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_60HZ" class="hiddenlink" target="rightframe">ANTIBANDING_60HZ</A> 150 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_AUTO" class="hiddenlink" target="rightframe">ANTIBANDING_AUTO</A> 152 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_OFF" class="hiddenlink" target="rightframe">ANTIBANDING_OFF</A> [all...] |
/device/samsung/toro/overlay/packages/apps/Mms/res/xml/ |
mms_config.xml | 43 <!-- Additional http parameters used in MMS http request. 44 Parameters are seperated by '|'. Optional. -->
|
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfo_ImplTest.java | 74 * name and encrypted data as a parameters <br> 99 * AlgorithmParameters and encrypted data as a parameters <br>
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KeyPairTest.java | 75 * parameters (both <code>null</code>) 85 * parameters (both valid keys)
|
/external/apache-http/src/org/apache/http/message/ |
BasicHeaderValueFormatter.java | 66 * Special characters that can be used as separators in HTTP parameters. 243 * Formats a set of parameters. 245 * @param nvps the parameters to format 251 * @return the formatted parameters 269 ("Parameters must not be null."); 291 * Estimates the length of formatted parameters. 293 * @param nvps the parameters to format, or <code>null</code> 301 int result = (nvps.length-1) * 2; // "; " between the parameters
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOMConstants.java | 37 // The namespace used to qualified DOM Level 3 DOMConfiguration parameters
53 // DOM Level 3 parameters defined in Core
|
/external/bison/tests/ |
c++.at | 69 # some parameters in a documented function, or documenting parameters
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
X509SignatureUtil.java | 47 throw new SignatureException("IOException decoding parameters: " + e.getMessage()); 58 throw new SignatureException("Exception extracting parameters: " + e.getMessage());
|
/external/chromium/chrome/browser/ui/cocoa/ |
constrained_window_mac.h | 61 // Returns an NSArray to be passed as parameters to GTMWindowSheetController. 68 // different parameters.
|
/external/chromium/chrome/browser/ui/webui/options/ |
core_options_handler.h | 84 // preference value. |args| is an array of parameters as follows: 97 // value. |args| is an array of parameters as follows:
|
/external/icu4c/layout/ |
HangulLayoutEngine.h | 105 * Input parameters: 114 * Output parameters:
|
KhmerLayoutEngine.h | 108 * Input parameters: 117 * Output parameters:
|
ThaiLayoutEngine.h | 98 * Input parameters: 106 * Output parameters:
|
TibetanLayoutEngine.h | 108 * Input parameters: 117 * Output parameters:
|
/external/javassist/src/main/javassist/compiler/ |
Javac.java | 295 * for storing the parameters. 322 * parameters. $args represents an array of all the parameters. 338 * parameters. $args represents an array of all the parameters. 560 * source text. Fields and method parameters ($0, $1, ..) are available. 577 * within the compiled source text. Fields and method parameters 601 * within the compiled source text. Fields and method parameters
|
/external/libnfc-nxp/inc/ |
phNfcLlcpTypes.h | 35 * \name LLCP default parameters. 52 * \name LLCP config parameters.
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Interpreter.cpp | 81 // declare main() with fewer parameters than it actually gets 83 // parameters than it is declared to take. This does not attempt to
|
/external/mesa3d/docs/ |
MESA_window_pos.spec | 94 matrix, projection matrix and viewport parameters are ignored and the 96 are directly set to the parameters passed to WindowPosMESA. The current
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
SDK.h | 52 /** SDK creation parameters */ 91 /** returns default SDK parameters */
|