/external/chromium_org/tools/telemetry/telemetry/core/ |
repeat_options.py | 26 'Append an \'s\' to specify length of time in seconds. ' 32 'to specify length of time in seconds. e.g., \'10\' to '
|
/external/chromium_org/v8/test/intl/overrides/ |
number.js | 40 // Specify locale, default options for toLocaleString method. 47 // Specify locale and options for toLocaleString method.
|
string.js | 62 // Specify locale, keep default options. 67 // Specify locale and options.
|
/external/clang/test/Preprocessor/ |
macro_fn.c | 40 one_dot(x) /* empty ... argument: expected-warning {{must specify at least one argument for '...' parameter of variadic macro}} */ 41 one_dot() /* empty first argument, elided ...: expected-warning {{must specify at least one argument for '...' parameter of variadic macro}} */
|
/external/junit/src/org/junit/ |
Test.java | 59 * Optionally specify <code>expected</code>, a Throwable, to cause a test method to succeed iff 65 * Optionally specify <code>timeout</code> in milliseconds to cause a test method to fail if it
|
/external/libffi/man/ |
ffi_call.3 | 64 // Specify the data type of each argument. Available types are defined 76 // Specify the values of each argument.
|
/external/llvm/docs/CommandGuide/ |
llvm-link.rst | 14 unless the :option:`-o` option is used to specify a filename. 28 Specify the output file name. If ``filename`` is "``-``", then
|
/external/mockito/src/org/mockito/ |
MockSettings.java | 59 * @return settings instance so that you can fluently specify other settings 79 * @return settings instance so that you can fluently specify other settings 121 * @return settings instance so that you can fluently specify other settings 141 * @return settings instance so that you can fluently specify other settings 159 * @return settings instance so that you can fluently specify other settings 177 * @return settings instance so that you can fluently specify other settings 197 * @return settings instance so that you can fluently specify other settings 212 * @return settings instance so that you can fluently specify other settings
|
/external/proguard/docs/manual/ |
gui.html | 28 <td>Specify the program jars and library jars.</td></tr> 30 <td>Specify the shrinking options.</td></tr> 32 <td>Specify the obfuscation options.</td></tr> 34 <td>Specify the optimization options.</td></tr> 36 <td>Specify some options to get information.</td></tr> 81 The <i>Input/Output</i> tab contains two lists, respectively to specify the 88 entries specify the destinations to which the processed results will be 132 Filters allow to filter files based on their names. One can specify filters 197 The interface windows allow to specify classes, fields, and methods. They 203 <code>Class.forName</code>. You should then specify them here, so they are kep [all...] |
/external/smack/src/org/apache/harmony/javax/security/auth/login/ |
Configuration.java | 28 // creates a AuthPermission object with a specify property 32 // creates a AuthPermission object with a specify property
|
/external/valgrind/main/callgrind/docs/ |
cl-format.xml | 85 cost of code at a given position. If you specify multiple cost lines for the 98 ability to specify call relationship among functions. More generally, you 99 specify associations among positions. For this, the second part of the 109 to be able to specify a call to another function in another source file, you 173 needed to specify the same function or same file name multiple times. As 175 to be able to specify integer IDs for position specifications. 180 the format "spec=name", but also "spec=(ID) name" to specify a mapping of an 237 of a program, you specify subposition "instr" in the "positions:" header line, 243 a 16 character long address, one is allowed to specify relative addresses. 248 of the last cost line, and starts with a "+" to specify a positive difference [all...] |
/frameworks/base/docs/html/tools/help/ |
mksdcard.jd | 7 emulator, to simulate the presence of an SD card in the device. Because you can specify an SD 36 specify size in kilobytes or megabytes, by appending a "K" or "M" to <size>. For
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
gui.html | 39 <td>Specify the program jars and library jars.</td></tr> 41 <td>Specify the shrinking options.</td></tr> 43 <td>Specify the obfuscation options.</td></tr> 45 <td>Specify the optimization options.</td></tr> 47 <td>Specify some options to get information.</td></tr> 90 The <i>Input/Output</i> tab contains two lists, respectively to specify the 97 entries specify the destinations to which the processed results will be 141 Filters allow to filter files based on their names. One can specify filters 205 The interface windows allow to specify classes, fields, and methods. They 211 <code>Class.forName</code>. You should then specify them here, so they are kep [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteConnection.java | 62 /** max number of arguments that a connection can specify */ 583 * <li> uid 0 (root) may specify any uid, gid, and setgroups() list 584 * <li> uid 1000 (Process.SYSTEM_UID) may specify any uid > 1000 in normal 585 * operation. It may also specify any gid and setgroups() list it chooses. 586 * In factory test mode, it may specify any UID. 587 * <li> Any other uid may not specify any uid, gid, or setgroups list. The 608 /* In normal operation, SYSTEM_UID can only specify a restricted 609 * set of UIDs. In factory test mode, SYSTEM_UID may specify any uid. 625 "App UIDs may not specify uid's or gid's"); 636 "Peer may not specify uid's or gid's") [all...] |
/dalvik/tools/ |
dex-preopt | 34 # --build-dir=path/to/out -- Specify where the base of the build tree is. 38 # --dexopt=path/to/dexopt -- Specify the path to the dexopt executable. 41 # --product-dir=path/to/product -- Specify the path, relative to the build 46 # --boot-dir=path/to/bootclasspath -- Specify the path, relative to the 49 # --boot-jars=list:of:jar:base:names -- Specify the list of base names 61 # --verify={none,remote,all} -- Specify what level of verification to 63 # --optimize={none,verified,all} -- Specify which classes to optimize. 154 echo "must specify input and output files (and no more arguments)" 1>&2 160 echo "must specify build directory" 1>&2 169 echo "must specify boot classpath directory" 1>& [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
compute_dependencies.py | 63 parser.error('Must specify an output file using --event-names-file.') 65 parser.error('Must specify an output file using --interface-dependencies-file.') 67 parser.error('Must specify an output file using --bindings-derived-sources-file.') 69 parser.error('Must specify an output file using --window-constructors-file.') 71 parser.error('Must specify an output file using --workerglobalscope-constructors-file.') 73 parser.error('Must specify an output file using --sharedworkerglobalscope-constructors-file.') 75 parser.error('Must specify an output file using --dedicatedworkerglobalscope-constructors-file.') 77 parser.error('Must specify an output file using --serviceworkerglobalscope-constructors-file.') 79 parser.error('Must specify a file listing main IDL files using --main-idl-files-list.') 81 parser.error('Must specify a file listing support IDL files using --support-idl-files-list.' [all...] |
/frameworks/base/docs/html/guide/topics/ui/controls/ |
text.jd | 66 <p>You can specify the type of keyboard you want for your {@link android.widget.EditText} object 103 android:inputType}</a> also allows you to specify certain keyboard behaviors, such as whether to 107 android:inputType}</a> attribute allows bitwise combinations so you can specify both a keyboard 153 <p>In addition to changing the keyboard's input type, Android allows you to specify an action to be 157 <p>You can specify the action by setting the <a 159 android:imeOptions}</a> attribute. For example, here's how you can specify the Send action:</p> 171 <p>If you do not explicitly specify an input action then the system attempts to determine if there 242 <p>In addition to the actions you can specify with the <a 244 android:imeOptions}</a> attribute, you can add additional flags to specify other keyboard 266 auto-complete, you must specify an (@link android.widget.Adapter) that provides the tex [all...] |
/external/chromium_org/third_party/mesa/src/doxygen/ |
common.doxy | 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 56 # This tag can be used to specify the encoding used in the generated output. 123 # definition is used. Otherwise one should specify the include paths that 175 # This tag can be used to specify a number of aliases that acts 405 # The WARN_LOGFILE tag can be used to specify a file to which warning 415 # The INPUT tag can be used to specify the files and/or directories that contain 423 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 431 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 437 # The EXCLUDE tag can be used to specify files and/or directories that should [all...] |
/external/dropbear/libtomcrypt/ |
Doxyfile | 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 56 # This tag can be used to specify the encoding used in the generated output. 123 # definition is used. Otherwise one should specify the include paths that 175 # This tag can be used to specify a number of aliases that acts 405 # The WARN_LOGFILE tag can be used to specify a file to which warning 415 # The INPUT tag can be used to specify the files and/or directories that contain 423 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 431 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 437 # The EXCLUDE tag can be used to specify files and/or directories that should [all...] |
/external/mesa3d/doxygen/ |
common.doxy | 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 56 # This tag can be used to specify the encoding used in the generated output. 123 # definition is used. Otherwise one should specify the include paths that 175 # This tag can be used to specify a number of aliases that acts 405 # The WARN_LOGFILE tag can be used to specify a file to which warning 415 # The INPUT tag can be used to specify the files and/or directories that contain 423 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 431 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 437 # The EXCLUDE tag can be used to specify files and/or directories that should [all...] |
/external/libmtp/doc/ |
Doxyfile.in | 29 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 45 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 114 # definition is used. Otherwise one should specify the include paths that 166 # This tag can be used to specify a number of aliases that acts 406 # The WARN_LOGFILE tag can be used to specify a file to which warning 416 # The INPUT tag can be used to specify the files and/or directories that contain 426 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 434 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 440 # The EXCLUDE tag can be used to specify files and/or directories that should 452 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude [all...] |
/external/libvorbis/doc/ |
Doxyfile.in | 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 55 # This tag can be used to specify the encoding used in the generated output. 122 # definition is used. Otherwise one should specify the include paths that 174 # This tag can be used to specify a number of aliases that acts 404 # The WARN_LOGFILE tag can be used to specify a file to which warning 414 # The INPUT tag can be used to specify the files and/or directories that contain 422 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 430 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 436 # The EXCLUDE tag can be used to specify files and/or directories that should [all...] |
/docs/source.android.com/ |
Doxyfile | 43 # With the PROJECT_LOGO tag one can specify an logo or icon that is 50 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 66 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 139 # path to strip. Note that you specify absolute paths here, but also 149 # definition is used. Otherwise one should specify the include paths that 201 # This tag can be used to specify a number of aliases that acts 210 # This tag can be used to specify a number of word-keyword mappings (TCL only). 590 # The FILE_VERSION_FILTER tag can be used to specify a program or script that 600 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed 604 # You can optionally specify a file name after the option, if omitted [all...] |
/external/bison/doc/ |
Doxyfile.in | 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 35 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 46 # This tag can be used to specify the encoding used in the generated output. 143 # This tag can be used to specify a number of aliases that acts 349 # The WARN_LOGFILE tag can be used to specify a file to which warning 359 # The INPUT tag can be used to specify the files and/or directories that contain 368 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 379 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 385 # The EXCLUDE tag can be used to specify files and/or directories that should 400 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclud [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
LocalSocketAddressTest.java | 31 // specify the namespace
|