/sdk/find_java/ |
Android.mk | 18 LOCAL_CFLAGS += -Wall -Wno-unused-parameter 35 LOCAL_CFLAGS += -Wall -Wno-unused-parameter
|
/external/libxml2/ |
trio.c | 391 /* Fundamental formatting parameter types */ 508 * Use the 9th parameter. 9 can be any number between 1 and 553 * * Parameter 554 * print: use parameter 555 * scan: no parameter (ignore) 576 * @ Parameter (for both print and scan) 720 trio_parameter_t *parameter; member in struct:_trio_reference_t 1169 /* Count the number of times a parameter is referenced */ 1171 /* Parameter counters */ [all...] |
/external/chromium/chrome/common/extensions/docs/ |
experimental.infobars.html | 62 Description of this parameter from the json schema. 65 This parameter was added in version 67 You must omit this parameter in earlier versions, 69 parameter, the manifest key 442 Description of this parameter from the json schema. 445 This parameter was added in version 447 You must omit this parameter in earlier versions, 449 parameter, the manifest key 490 This parameter was added in version 492 You must omit this parameter in earlier versions [all...] |
/external/kernel-headers/original/linux/ |
zlib.h | 113 parameter for calls of zalloc and zfree. This can be useful for custom 228 accordingly. This action is forced if the parameter flush is non zero. 229 Forcing flush frequently degrades the compression ratio, so this parameter 242 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 256 with the same value of the flush parameter and more output space (updated 260 If the parameter flush is set to Z_FINISH, pending input is processed, 350 about the flush parameter). 361 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 384 (a single call of inflate), the parameter flush should be set to 395 first call. So the only effect of the flush parameter in this implementatio [all...] |
/sdk/templates/docs/ |
index.html | 101 <li>The expression <code>${activityClass}</code> is bound to the value of the 'Activity Class' template parameter.</li> 103 <li>The <code>isLauncher</code> boolean variable and <code>parentActivityClass</code> string varaibles are bound to the values of the 'Launcher Activity' and 'Hierarchical Parent' template parameter, respectively.</li> 142 <p>Each template directory must contain a <code>template.xml</code> file. This XML file contains metadata about the template, including the name, description, category and user-visible parameters that the IDE will present as options to the user. The XML file also indicates the name of the <a href="#toc_recipexmlftl">recipe XML file</a> (which gets processed by FreeMarker), and the <a href="#toc_globalsxmlftl">global variables XML file</a> if there are global variables besides the template parameter values that should be visible to all FreeMarker-processed files (<code>.ftl</code> files).</p> 163 <!-- A string parameter; the value is available to FreeMarker 165 <parameter 174 <parameter 183 <parameter 192 </parameter> 266 <h4 class="includetoc"><parameter></h4> 268 <p>Defines a user-customizable template parameter.</p [all...] |
/external/mksh/src/ |
mksh.1 | 225 parameter or the 348 parameter after subjecting it to parameter, command, arithmetic and tilde 442 is used to introduce parameter, command, and arithmetic substitutions (see 481 A simple-command consists of some combination of parameter assignments 488 and command words; the only restriction is that parameter assignments come 496 parameter; see 507 The exit status of a command consisting only of parameter 509 parameter assignment or 0 if there were no command substitutions. 611 word of a command (i.e. they can't be preceded by parameter assignments o [all...] |
/external/clang/include/clang/Sema/ |
Template.h | 179 /// set of parameter declarations. 198 /// e.g., function parameter and variable declarations. For example, 209 /// For a parameter pack, the local instantiation scope may contain a 229 /// \brief If non-NULL, the template parameter pack that has been 333 /// \brief Note that the given parameter pack has been partially substituted 337 /// \param Pack The parameter pack, which will always be a template 338 /// parameter pack. 341 /// for this parameter pack. 344 /// arguments provided for this parameter pack. 358 /// \brief Retrieve the partially-substitued template parameter pack [all...] |
/external/ppp/pppd/plugins/ |
winbind.c | 391 char *message, *parameter; local 398 if (!(parameter = strstr(buffer, ": "))) { 402 parameter[0] = '\0'; 403 parameter++; 404 parameter[0] = '\0'; 405 parameter++; 411 if (strcasecmp(parameter, "Yes") == 0) { 420 if (strhex_to_str(nt_key, 32, parameter) == 16) { 429 *error_string = strdup(parameter); 433 *error_string = strdup(parameter); [all...] |
/external/webkit/LayoutTests/fast/js/resources/ |
json2-es5-compat.js | 17 replacer an optional parameter that determines how object 21 space an optional parameter that specifies the indentation 60 If the replacer parameter is an array of strings, then it will be 71 The optional space parameter produces a stringification of the 75 If the space parameter is a non-empty string, then that string will 76 be used for indentation. If the space parameter is a number, then 99 The optional reviver parameter is a function that can filter and 355 // space parameter, and returns a JSON text. The replacer can be a function 357 // A default replacer method can be provided. Use of the space parameter can 364 // If the space parameter is a number, make an indent string containing tha [all...] |
/external/webkit/PerformanceTests/SunSpider/hosted/ |
json2.js | 25 replacer an optional parameter that determines how object 29 space an optional parameter that specifies the indentation 68 If the replacer parameter is an array of strings, then it will be 79 The optional space parameter produces a stringification of the 83 If the space parameter is a non-empty string, then that string will 84 be used for indentation. If the space parameter is a number, then 107 The optional reviver parameter is a function that can filter and 359 // space parameter, and returns a JSON text. The replacer can be a function 361 // A default replacer method can be provided. Use of the space parameter can 368 // If the space parameter is a number, make an indent string containing tha [all...] |
/libcore/luni/src/main/java/java/lang/reflect/ |
Constructor.java | 91 * the parameter types of the constructor 162 * Returns the generic parameter types as an array of {@code Type} 166 * @return the parameter types 171 * if any parameter type points to a missing type 173 * if any parameter type points to a type that cannot be 264 * of {@code Constructor} with the same declaring class and parameter types 326 * parameter types of this constructor. If the constructor was declared with 329 * @return the parameter types 385 * <li>If the corresponding parameter type is a primitive type, the argument 388 * <li>If the resulting argument cannot be converted to the parameter typ [all...] |
/libcore/luni/src/main/java/javax/xml/transform/ |
Transformer.java | 102 * Add a parameter for the transformation. 115 * @param name The name of the parameter, which may begin with a 126 * Get a parameter that was explicitly set with setParameter. 128 * <p>This method does not return a default parameter value, which 133 * @return A parameter that has been set with setParameter. 141 * <code>Properties</code> <code>Object</code> which limits the parameter 145 * The parameter names should conform as specified in 151 * If the name of a new parameter is equal to the name of an existing 152 * parameter as determined by {@link java.lang.Object#equals(Object obj)}, 153 * the existing parameter is set to the new value.</p [all...] |
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
ConstructorTest.java | 37 @Target( {ElementType.CONSTRUCTOR, ElementType.PARAMETER}) 42 @Target( {ElementType.CONSTRUCTOR, ElementType.PARAMETER}) 47 @Target( {ElementType.CONSTRUCTOR, ElementType.PARAMETER}) 52 @Target( {ElementType.CONSTRUCTOR, ElementType.PARAMETER}) 286 assertEquals("Incorrect parameter returned", 0, types.length); 299 assertTrue("Incorrect parameter returned", types[0].equals(parms[0])); 312 assertEquals("Incorrect parameter returned", 0, types.length); 323 assertTrue("Incorrect parameter returned", types[0].equals(parms[0])); 334 assertEquals("Wrong number of parameter types returned", 2, 337 assertEquals("Wrong number of parameter types returned", "T" [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/ |
MimeUtility.java | 174 * Returns the named parameter of a header field. If name is null the first 175 * parameter is returned, or if there are no additional parameters in the 176 * field the entire field is returned. Otherwise the named parameter is 177 * searched for in a case insensitive fashion and returned. If the parameter 189 * @return the entire header (if name=null), the found parameter, or null 206 String parameter = parameterParts[1].trim(); local 207 if (parameter.startsWith("\"") && parameter.endsWith("\"")) { 208 return parameter.substring(1, parameter.length() - 1) [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url.cc | 67 // Used if the count parameter is not optional. Indicates we want 10 search 71 // Used if the parameter kOutputEncodingParameter is required. 113 std::string parameter(url->substr(start + 1, length)); 115 // Remove the parameter from the string. 117 if (parameter == kSearchTermsParameter) { 119 } else if (parameter == kCountParameter) { 122 } else if (parameter == kStartIndexParameter) { 126 } else if (parameter == kStartPageParameter) { 130 } else if (parameter == kLanguageParameter) { 132 } else if (parameter == kInputEncodingParameter) [all...] |
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCPreparedStatement.java | 125 throw new SQLException("bad parameter index"); 134 throw new SQLException("bad parameter index"); 142 throw new SQLException("bad parameter index"); 150 throw new SQLException("bad parameter index"); 158 throw new SQLException("bad parameter index"); 166 throw new SQLException("bad parameter index"); 174 throw new SQLException("bad parameter index"); 182 throw new SQLException("bad parameter index"); 191 throw new SQLException("bad parameter index"); 203 throw new SQLException("bad parameter index") [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
README-P2P | 86 search for. The optional delay parameter can be used to request an extra 93 other devices). Optional parameter can be used to specify the duration 119 The optional "join" parameter can be used to indicate that this command 122 parameter can be used to request wpa_supplicant to automatically figure 134 The <pbc|pin|PIN#> parameter specifies the WPS provisioning 141 parameter can be used to request a persistent group to be formed. The 190 group interface is used as a parameter for this command. 289 single parameter: identifier for the pending query (the value returned 372 the persistent group, the peer parameter is not needed. Otherwise it is 373 used to specify which device to invite. go_dev_addr parameter can b [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.def | 128 /* Index into a template parameter list. The TEMPLATE_PARM_IDX gives 129 the index (from 0) of the parameter, while the TEMPLATE_PARM_LEVEL 130 gives the level (from 1) of the parameter. 146 declaration of this parameter, either a TYPE_DECL or CONST_DECL. 148 parent, i.e., the LEVEL that the parameter originally had when it 158 The LEVEL is the level of the parameter when we are worrying about 163 /* Index into a template parameter list for template template parameters. 164 This parameter must be a type. The TYPE_FIELDS value will be a 177 /* Index into a template parameter list. This parameter must be a type [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.def | 128 /* Index into a template parameter list. The TEMPLATE_PARM_IDX gives 129 the index (from 0) of the parameter, while the TEMPLATE_PARM_LEVEL 130 gives the level (from 1) of the parameter. 146 declaration of this parameter, either a TYPE_DECL or CONST_DECL. 148 parent, i.e., the LEVEL that the parameter originally had when it 158 The LEVEL is the level of the parameter when we are worrying about 163 /* Index into a template parameter list for template template parameters. 164 This parameter must be a type. The TYPE_FIELDS value will be a 177 /* Index into a template parameter list. This parameter must be a type [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.def | 128 /* Index into a template parameter list. The TEMPLATE_PARM_IDX gives 129 the index (from 0) of the parameter, while the TEMPLATE_PARM_LEVEL 130 gives the level (from 1) of the parameter. 146 declaration of this parameter, either a TYPE_DECL or CONST_DECL. 148 parent, i.e., the LEVEL that the parameter originally had when it 158 The LEVEL is the level of the parameter when we are worrying about 163 /* Index into a template parameter list for template template parameters. 164 This parameter must be a type. The TYPE_FIELDS value will be a 177 /* Index into a template parameter list. This parameter must be a type [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.def | 128 /* Index into a template parameter list. The TEMPLATE_PARM_IDX gives 129 the index (from 0) of the parameter, while the TEMPLATE_PARM_LEVEL 130 gives the level (from 1) of the parameter. 146 declaration of this parameter, either a TYPE_DECL or CONST_DECL. 148 parent, i.e., the LEVEL that the parameter originally had when it 158 The LEVEL is the level of the parameter when we are worrying about 163 /* Index into a template parameter list for template template parameters. 164 This parameter must be a type. The TYPE_FIELDS value will be a 177 /* Index into a template parameter list. This parameter must be a type [all...] |
/external/srec/srec/include/ |
simapi.h | 902 * hFrontpar valid frontend parameter object handle 1060 * hFrontPar valid frontend input parameter handle [all...] |
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
sqlite3.h | 232 ** The C parameter to [sqlite3_close(C)] must be either a NULL 254 ** SQL statements are passed in as the second parameter to sqlite3_exec(). 256 ** an interrupt is encountered, or until they are all done. The 3rd parameter 258 ** results produced by the SQL statements. The 5th parameter tells where 261 ** The error message passed back through the 5th parameter is held 264 ** message returned through the 5th parameter when it has finished using 267 ** If the SQL statement in the 2nd parameter is NULL or an empty string 276 ** The first parameter to [sqlite3_exec()] must be an valid and open 286 ** The SQL statement text in the 2nd parameter to [sqlite3_exec()] 339 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range * [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | 833 ** The C parameter to [sqlite3_close(C)] must be either a NULL 870 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec() 872 ** from [sqlite3_malloc()] and passed back through the 5th parameter [all...] |