HomeSort by relevance Sort by last modified time
    Searched full:then (Results 426 - 450 of 8022) sorted by null

<<11121314151617181920>>

  /external/bison/m4/
mbswidth.m4 31 if test $ac_cv_have_decl_wcwidth = yes; then
50 if test $ac_cv_have_decl_mbswidth = yes; then
  /external/bzip2/
bzdiff.1 27 If only 1 file is specified, then the files compared are
31 If two files are specified, then they are uncompressed if necessary and fed to
  /external/dbus/test/name-test/
run-test.sh 5 if ! test -z "$DBUS_SESSION_BUS_PID" ; then
22 if test -z "$DBUS_TEST_NAME_IN_RUN_TEST"; then
  /external/e2fsprogs/misc/
uuidd.rc 36 if pidofproc -p $PIDFILE $DAEMON >& /dev/null ; then
41 if test -f /var/run/uuidd.pid; then exit 2; fi
  /external/elfutils/m4/
inttypes-pri.m4 17 if test $gt_cv_header_inttypes_h = yes; then
28 if test "$gt_cv_inttypes_pri_broken" = yes; then
lcmessage.m4 24 [if test $ac_cv_header_locale_h = yes; then
28 if test $am_cv_val_LC_MESSAGES = yes; then
  /external/elfutils/tests/
run-arsymtest.sh 21 if test -f $lib; then
33 if cmp $okfile $testfile; then
  /external/iproute2/testsuite/iproute2/
Makefile 10 @if [ ! -L iproute2-this ]; then \
16 echo "Entering $$dir" && cd $$dir && if [ -f configure ]; then ./configure; fi && cd ..; \
  /external/iptables/extensions/
libipt_DNAT.man 20 If no port range is specified, then the destination port will never be
21 modified. If no IP address is specified then only the destination port
  /external/openssl/crypto/ripemd/
README 12 value, add then write. Currently I just save the new and read the origioal.
13 I then read both at the end. Bad.
  /external/oprofile/libutil/
op_deviceio.h 40 * then a read is requested in one go of size bytes.
48 * interrupted, then errno will be EINTR, and the client should
  /external/stlport/doc/
README.intel 17 implementation but if you use STLport dynamic lib then ICL won't find
18 it. You only need then to copy/paste the STLport implementation somewhere
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied-stops-watches.js 4 // to be requested, then deny it.
24 // Update the mock Geolocation service to report a new position, then
  /external/webkit/WebCore/manual-tests/
autocompletion-fire-onchange.html 28 <li>In the input field, type the word &quot;apple&quot; (without quotes). Then click the button Submit or hit the return/enter
31 &quot;apple&quot; from the autocompletion drop-down list contextual menu). Then click the button Submit or hit the return/enter
contenteditable-link.html 18 <div>The behaviour of editable links is controlled by the user default WebKitEditableLinkBehavior. This can be set via a private WebPreference. If the preference is OnlyLiveWithShiftKey, then the link will only be active when the shift key is pressed (WinIE/Firefox behaviour). If the preference is WebKitEditableLinkAlwaysLive or WebKitEditableLinkDefaultBehavior, then the link is always active (Safari 2.0 behaviour). Finally, if the preference is WebKitEditableLinkLiveWhenNotFocused, the link will only be live if the selection before clicking on the link is not in the same editable block as the link.</div>
input-type-file-autocomplete-frame-1.html 3 <p><b>BUG ID:</b> <a href="<rdar://problem/4532113> REGRESSION (NativeTextField): Crash occurs after modifying field then reloading page -[FormDelegate frameLayoutHasChanged:]">4532113</a> REGRESSION (NativeTextField): Crash occurs after modifying field then reloading page -[FormDelegate frameLayoutHasChanged:]</p>
  /external/webkit/WebKitTools/mangleme/
README 13 enabled, then visit the URL http://<yourserver>/<cgidir>/mangleme.cgi.
16 entry generated by mangle.cgi; extract the hexadecimal value, then invoke
  /external/zlib/contrib/ada/
zlib.adb 124 if Code /= Thin.Z_OK then
141 if not Ignore_Error and then not Is_Open (Filter) then
147 if Ignore_Error or else Code = Thin.Z_OK then
202 if Is_Open (Filter) then
210 if Header = None or else Header = GZip then
216 if Header = GZip then
235 then
288 if Out_Buffer'First <= Out_Last then
321 if Version <= "1.1.4" then
    [all...]
  /frameworks/base/core/java/android/test/suitebuilder/annotation/
Suppress.java 26 * suite. If the annotation appears on the class then no tests in that class will be included. If
27 * the annotation appears only on a test method then only that method will be excluded.
  /frameworks/base/media/java/android/media/
IMediaScannerService.aidl 30 * If mimeType is null, then the mimeType will be inferred from the file extension.
41 * If mimeType is null, then the mimeType will be inferred from the file extension.
  /frameworks/base/vpn/java/android/net/vpn/
VpnState.java 23 * connection is about to be set up, it goes to {@link CONNECTING} and then
26 * {@link DISCONNECTING} and then {@link IDLE}.
  /sdk/eclipse/scripts/
build_update_site.sh 21 if [ "$1" == "-i" ]; then
23 elif [ "$1" != "" ]; then
  /system/core/sh/
token.h 77 "\"then\"",
97 "then",
  /external/jpeg/
configure 68 if test -n "$ac_prev"; then
109 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
118 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
191 if test -n "$ac_help"; then
349 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
362 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
392 if test -n "`echo $varname| sed 's/[a-zA-Z0-9_]//g'`"; then
401 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
404 if test "x$nonopt" != xNONE; then
413 if test -n "$ac_prev"; then
    [all...]
  /external/webkit/WebKitTools/simplejson/
__init__.py 115 If ``skipkeys`` is ``True`` then ``dict`` keys that are not basic types
119 If ``ensure_ascii`` is ``False``, then the some chunks written to ``fp``
125 If ``check_circular`` is ``False``, then the circular reference check
129 If ``allow_nan`` is ``False``, then it will be a ``ValueError`` to
134 If ``indent`` is a non-negative integer, then JSON array elements and object
139 then it will be used instead of the default ``(', ', ': ')`` separators.
172 If ``skipkeys`` is ``True`` then ``dict`` keys that are not basic types
176 If ``ensure_ascii`` is ``False``, then the return value will be a
180 If ``check_circular`` is ``False``, then the circular reference check
184 If ``allow_nan`` is ``False``, then it will be a ``ValueError`` t
    [all...]

Completed in 53 milliseconds

<<11121314151617181920>>