/external/openssh/ |
sshd.0 | 38 Specify the connection parameters to use for the -T extended test 129 -u len This option is used to specify the size of the field in the utmp 309 channel is required, one must not request a pty or should specify 314 else. Note that the client may specify TCP and/or X11 forwarding 601 Similar to ~/.ssh/rc, it can be used to specify machine-specific [all...] |
sshd_config.0 | 233 used to specify that sshd should allow remote port forwardings to 369 DEBUG and DEBUG1 are equivalent. DEBUG2 and DEBUG3 each specify 398 error to specify a mask length that is too long for the address [all...] |
config.h | 84 /* Define if you want to specify the path to your lastlog file */ 87 /* Define if you want to specify the path to your utmp file */ 90 /* Define if you want to specify the path to your wtmpx file */ 93 /* Define if you want to specify the path to your wtmp file */ [all...] |
config.h.in | 83 /* Define if you want to specify the path to your lastlog file */ 86 /* Define if you want to specify the path to your utmp file */ 89 /* Define if you want to specify the path to your wtmpx file */ 92 /* Define if you want to specify the path to your wtmp file */ [all...] |
ssh_config.0 | 167 Specify the path to the control socket used for connection 261 Specify a timeout for untrusted X11 forwarding using the format 288 specify that ssh should bind local port forwardings to the 347 specify nicknames or abbreviations for hosts. If the hostname 457 DEBUG and DEBUG1 are equivalent. DEBUG2 and DEBUG3 each specify [all...] |
/external/skia/include/core/ |
SkBitmap.h | 33 Bitmaps can be drawn into a SkCanvas, but they are also used to specify the 52 kIndex8_Config, //!< 8-bits per pixel, using SkColorTable to specify the colors 183 /** Specify if this bitmap's pixels are all opaque or not. Is only meaningful for configs 192 /** Specify whether this bitmap is volatile. Bitmaps are not volatile by 421 entire contents, specify [0, 0, width, height] or just
|
/frameworks/base/docs/html/guide/topics/ui/ |
declaring-layout.jd | 211 <p>You can specify width and height with exact measurements, though you probably 341 specify a different location for a child view. Subsequent child views will simply be drawn over 359 <p>Enables you to specify the location of child objects relative to each other (child A to 435 constructor to specify the layout for each string and the string array:</p> 464 using {@link android.widget.SimpleCursorAdapter}, you must specify a layout to use for each
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/ |
i686-linux-c++ | |
i686-linux-cpp | |
i686-linux-g++ | |
i686-linux-gcc | |
i686-linux-gcc-4.6.x-google | |
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
downloads.html | 78 specify methods. 304 optional, you may have to specify <code>-keepattributes Exceptions</code>, 307 <li>ProGuard now preverifies code for Java Micro Edition, if you specify the 311 <li>You should preferably specify <code>-repackageclasses</code> instead of the 455 <li>Added option to specify obfuscation dictionary.
|
/external/chromium/chrome/common/extensions/docs/ |
management.html | 557 The callback <em>parameter</em> should specify a function 561 If you specify the <em>callback</em> parameter, it should 562 specify a function that looks like this: 755 The callback <em>parameter</em> should specify a function 759 If you specify the <em>callback</em> parameter, it should 760 specify a function that looks like this: [all...] |
/frameworks/base/docs/html/guide/topics/media/ |
camera.jd | 135 specify. For more information about using feature-based filtering with Google Play, see <a 139 not <em>require</em> it, you should specify this in the manifest by including the {@code 147 device's external storage (SD Card), you must also specify this in the manifest. 206 save the picture. This setting is optional but strongly recommended. If you do not specify this 253 video. This setting is optional but strongly recommended. If you do not specify this value, the [all...] |
/external/bison/doc/ |
bison.texi | 282 * Using Precedence:: How to specify precedence in Bison grammars. 487 @dfn{context-free grammar}. This means that you specify one or more 500 order to specify the language Algol 60. Any grammar expressed in [all...] |
bison.info | 245 * Using Precedence:: How to specify precedence in Bison grammars. [all...] |
/external/llvm/projects/sample/autoconf/ |
configure.ac | 715 dnl Specify extra build options 718 [Specify additional options to compile LLVM with]),, 726 dnl Specify extra linker build options 729 [Specify additional options to link LLVM with]),, 760 [Specify install location for ocaml bindings (default is stdlib)])], 796 [Specify path to binutils/include/ containing plugin-api.h file for gold plugin.]),, 811 dnl Specify the URL where bug reports should be submitted. 814 [Specify the URL where bug reports should be submitted (default=http://llvm.org/bugs/)]),, [all...] |
/external/proguard/docs/manual/ |
usage.html | 33 Extra whitespace between words and delimiters is ignored. To specify file 131 explicitly have to specify the run-time jar that your code will use. 202 href="examples.html#application">keep an application</a>, you can specify 204 href="examples.html#library">process a library</a>, you should specify all 353 option can thus be useful. For example, you could specify the method 453 used as obfuscated names. With an obfuscation dictionary, you can specify [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-feature-element.jd | 71 lets you specify whether your application requires and cannot function without 83 <p>You must specify each feature in a separate <code><uses-feature></code> 165 example, to specify OpenGL ES version 2.0, you would set the value as 166 "0x00020000". To specify OpenGL ES 2.1, if/when such a version were made 169 <p>An application should specify at most one <code>android:glEsVersion</code> 174 <p>If an application does not specify an <code>android:glEsVersion</code> 180 an application that requires both OpenGL ES 1.0 and OpenGL ES 2.0 must specify 184 only specify the numerically lowest version of OpenGL ES that it requires. (It 267 compiling against API level 5 or higher), which lets you specify whether the [all...] |
/prebuilts/tools/common/easymock-tools/ |
Documentation.html | 292 There is one error that we have not handled so far: If we specify
350 EasyMock provides a shortcut. We may specify the call count with the method
404 we wrap the expected call in <code>expect(T value)</code> and specify the return value
492 <code>andAnswer(IAnswer answer)</code> which allows to specify an implementation of the
540 It is also possible to specify a changing behavior for a method.
639 To specify that only array equality is needed for this call, we may use the method
647 If you would like to use matchers in a call, you have to specify matchers for all
705 capture a parameter from a specific call to the method. You can also specify a <code>CaptureType</code> telling that a given <code>Capture</code> should keep
[all...] |
/external/jpeg/ |
ltmain.sh | 235 $echo "$modename: you cannot specify the output filename with \`-o'" 1>&2 260 # sets, so we specify it separately. 304 $echo "$modename: you must specify a compilation command" 1>&2 502 $echo "$modename: \`-L$dir' cannot specify a relative directory" 1>&2 806 $echo "$modename: you cannot specify both \`-version-info' and \`-release'" 1>&2 815 $echo "$modename: you must specify an output file" 1>&2 875 $echo "$modename: you must specify an installation directory with \`-rpath'" 1>&2 [all...] |
/external/qemu/distrib/jpeg-6b/ |
ltmain.sh | 235 $echo "$modename: you cannot specify the output filename with \`-o'" 1>&2 260 # sets, so we specify it separately. 304 $echo "$modename: you must specify a compilation command" 1>&2 502 $echo "$modename: \`-L$dir' cannot specify a relative directory" 1>&2 806 $echo "$modename: you cannot specify both \`-version-info' and \`-release'" 1>&2 815 $echo "$modename: you must specify an output file" 1>&2 875 $echo "$modename: you must specify an installation directory with \`-rpath'" 1>&2 [all...] |
/external/wpa_supplicant_8/src/drivers/ |
nl80211_copy.h | 67 * specify a registration filter to register, for example, only for a 255 * option to specify additional IEs in NL80211_CMD_TRIGGER_SCAN, 334 * interface. %NL80211_ATTR_MAC is used to specify PeerSTAAddress (and 335 * BSSID in case of station mode). %NL80211_ATTR_SSID is used to specify 338 * to specify the frequence of the channel in MHz. %NL80211_ATTR_AUTH_TYPE 339 * is used to specify the authentication type. %NL80211_ATTR_IE is used to 390 * auth and assoc steps. For this, you need to specify the SSID in a 391 * %NL80211_ATTR_SSID attribute, and can optionally specify the association 418 * %NL80211_ATTR_IFINDEX is used to specify which interface (and thus 419 * radio) is used. %NL80211_ATTR_WIPHY_FREQ is used to specify th [all...] |
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 218 # When you have more classes on one interface, it is enough to specify 229 # Kbps and Mbps as suffices. If you don't specify any unit, bits/sec 264 # several hosts in the same class, you might want to specify LEAF=sfq to 309 # physical medium. This parameter is required when you specify 413 # throughout the day. You can specify multiple TIME parameters, if 418 # You can also specify days of week when the TIME rule applies. <dow> [all...] |