/system/core/rootdir/ |
init.rc | 202 # Memory management. Basic kernel parameters, and allow the high 207 chown root system /sys/module/lowmemorykiller/parameters/adj 208 chmod 0664 /sys/module/lowmemorykiller/parameters/adj 209 chown root system /sys/module/lowmemorykiller/parameters/minfree 210 chmod 0664 /sys/module/lowmemorykiller/parameters/minfree 246 chown system system /sys/module/sco/parameters/disable_esco
|
/dalvik/libdex/ |
DexProto.h | 114 * concatenation of all the descriptors for all the parameters, in 204 const DexTypeList* parameters; member in struct:DexParameterIterator 211 * parameters of the given prototype.
|
/development/samples/BrowserPlugin/ |
README | 72 jni/Android.mk: specifies the build parameters for the shared library that is to 112 you can change the width, height, and parameters. The parameters are used to
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssContentProvider.java | 171 // NOTE Argument checking code omitted. Check your parameters! 181 // NOTE Argument checking code omitted. Check your parameters! Check that 195 // NOTE Argument checking code omitted. Check your parameters!
|
/external/apache-http/src/org/apache/http/ |
HttpMessage.java | 180 * Returns the parameters effective for this message as set by 186 * Provides parameters to be used for the processing of this message. 187 * @param params the parameters
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
warnings.sgml | 15 checking for invalid parameters at the beginning of a public function. 45 @Varargs: the parameters to insert into the format string. 81 @Varargs: the parameters to insert into the format string.
|
/external/chromium/chrome/browser/ |
browser_main.h | 75 const MainFunctionParams& parameters); 86 explicit BrowserMainParts(const MainFunctionParams& parameters); 89 const MainFunctionParams& parameters() const { function in class:BrowserMainParts
|
/external/chromium/chrome/common/extensions/docs/ |
autoupdate.html | 94 <!-- FUNCTION PARAMETERS --> 102 <h5>Parameters</h5> 289 <a href="#H2-4">Advanced usage: request parameters</a> 417 <a name="H2-4"></a><h2>Advanced usage: request parameters</h2> 419 <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> 420 <p>The format of the request parameters is:</p> 436 <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> 442 <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> 504 <!-- PARAMETERS --> 505 <h4>Parameters</h4 [all...] |
/external/chromium/webkit/glue/media/ |
buffered_data_source.h | 59 // parameters. We can override this file to object a mock 106 // Calls |read_callback_| and reset all read parameters. 169 // Read parameters received from the Read() method call.
|
buffered_resource_loader.h | 189 // Returns the value for a range request header using parameters 194 // Empty string is returned on invalid parameters. 198 // Done with read. Invokes the read callback and reset parameters for the
|
/external/javasqlite/src/main/java/SQLite/ |
Stmt.java | 85 * Clear all bound parameters of the compiled SQLite3 statement. 147 * Return number of parameters in compiled SQLite3 statement. 148 * @return int number of parameters
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport_Connectionless.c | 109 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 163 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 229 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
|
/external/mesa3d/src/glsl/ |
link_functions.cpp | 82 find_matching_signature(name, &callee->parameters, &linked, 1); 110 f->exact_matching_signature(&callee->parameters); 138 foreach_list_const(node, &sig->parameters) {
|
/external/mesa3d/src/mesa/main/ |
config.h | 28 * Tunable configuration parameters. 203 * per-program parameters. 300 * \name Mesa-specific parameters
|
/external/openssl/crypto/evp/ |
evp_err.c | 157 {ERR_REASON(EVP_R_DIFFERENT_PARAMETERS) ,"different parameters"}, 174 {ERR_REASON(EVP_R_MISSING_PARAMETERS) ,"missing parameters"}, 178 {ERR_REASON(EVP_R_NO_DSA_PARAMETERS) ,"no dsa parameters"},
|
/external/v8/src/ia32/ |
regexp-macro-assembler-ia32.h | 116 // Offsets from ebp of function parameters and stored registers. 118 // Above the frame pointer - function parameters and return address. 121 // Parameters.
|
/external/webkit/Source/WebCore/page/ |
Location.cpp | 145 ParsedURLParameters parameters; 146 url().copyParsedQueryTo(parameters); 147 return parameters.get(name);
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
Plugin.h | 57 struct Parameters { 65 static bool decode(CoreIPC::ArgumentDecoder*, Parameters&); 71 virtual bool initialize(PluginController*, const Parameters&) = 0;
|
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
pkg_android.hardware.html | 120 <A NAME="Camera.Parameters"></A> 121 <nobr><A HREF="android.hardware.Camera.Parameters.html">Camera.Parameters</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
pkg_android.hardware.html | 106 <A NAME="Camera.Parameters"></A> 107 <nobr><A HREF="android.hardware.Camera.Parameters.html">Camera.Parameters</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
pkg_android.hardware.html | 106 <A NAME="Camera.Parameters"></A> 107 <nobr><A HREF="android.hardware.Camera.Parameters.html">Camera.Parameters</A></nobr>
|
pkg_java.security.html | 84 <A NAME="Policy.Parameters"></A> 85 <nobr><A HREF="../../../../reference/java/security/Policy.Parameters.html" target="_top"><code><I>Policy.Parameters</I></code></A></nobr>
|
/frameworks/base/media/libeffects/lvm/lib/Bass/src/ |
LVDBE_Init.c | 45 /* PARAMETERS: */ 131 /* PARAMETERS: */ 201 * Set the default instance parameters
|
/frameworks/base/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Init.c | 47 /* PARAMETERS: */ 168 /* PARAMETERS: */ 282 * Update the instance parameters
|
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_BypassMix.c | 57 /* PARAMETERS: */ 59 /* pParams Initialisation parameters */ 194 /* PARAMETERS: */
|