HomeSort by relevance Sort by last modified time
    Searched full:then (Results 226 - 250 of 32727) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
undo-autocorrection.html 16 <p><b>Test 1:</b> Type "the mesage". After seeing the correction panel, type whitespace to accept the correction, then select undo. You should see the second word being reverted to "message".</p>
17 <p><b>Test 2:</b> Type "the ". Set font to bold, then type "me". Set font to regular, then type "sage". After seeing the correction panel, type whitespace to accept the correction, then select undo. You should see the second word being reverted to "message" with "me" in bold font.</p>
18 <p style="color:green">Note, this test can fail due to user specific spell checking data. If the user has previously frequently revert 'message' to 'mesage'. To fix this, remove all files in ~/Library/Spelling, then kill AppleSpell.service process.</p>
  /external/chromium_org/third_party/lcov/bin/
install.sh 8 if test "x$1" == "x--uninstall" ; then
21 if test -z "$SOURCE" || test -z "$TARGET" ; then
51 if test -r $TARGET ; then
53 if diff $SOURCE $TARGET >/dev/null; then
65 if $UNINSTALL ; then
  /external/chromium_org/third_party/libevent/
install-sh 83 then
96 then
103 if [ x"$dir_arg" != x ]; then
107 if [ -d $dst ]; then
119 then
127 then
138 then
152 if [ ! -d "$dstdir" ]; then
170 then
181 then
    [all...]
  /external/chromium_org/third_party/libevent/test/
test.sh 14 then
23 then
30 then
37 then
44 then
  /external/e2fsprogs/config/
install-sh 83 then
96 then
103 if [ x"$dir_arg" != x ]; then
107 if [ -d $dst ]; then
119 then
127 then
138 then
152 if [ ! -d "$dstdir" ]; then
170 then
181 then
    [all...]
  /external/libvpx/libvpx/nestegg/m4/
as-ac-expand.m4 19 dnl if no prefix given, then use /usr/local, the default prefix
20 if test "x$prefix" = "xNONE"; then
23 dnl if no exec_prefix given, then use prefix
24 if test "x$exec_prefix" = "xNONE"; then
32 if test "x$new_full_var" = "x$full_var"; then break; fi
  /external/llvm/autoconf/m4/
path_tclsh.m4 14 if test x"${with_tclinclude}" != x ; then
15 if test -f ${with_tclinclude}/tclsh ; then
17 elif test -f ${with_tclinclude}/src/tclsh ; then
25 if test x"${ac_cv_path_tclsh}" = x ; then
28 if test x"${TCLSH}" = x ; then
  /external/llvm/projects/sample/autoconf/m4/
path_tclsh.m4 14 if test x"${with_tclinclude}" != x ; then
15 if test -f ${with_tclinclude}/tclsh ; then
17 elif test -f ${with_tclinclude}/src/tclsh ; then
25 if test x"${ac_cv_path_tclsh}" = x ; then
28 if test x"${TCLSH}" = x ; then
  /external/llvm/test/Transforms/ObjCARC/
pointer-types.ll 9 ; CHECK: %otherBlock = phi void ()* [ %b1, %if.then ], [ null, %entry ]
16 br i1 %tobool, label %if.end, label %if.then
18 if.then: ; preds = %entry
21 if.end: ; preds = %if.then, %entry
22 %otherBlock = phi void ()* [ %b1, %if.then ], [ null, %entry ]
  /external/openssh/regress/
agent-getpeereid.sh 10 if config_defined HAVE_GETPEEREID HAVE_GETPEERUCRED HAVE_SO_PEERCRED ; then
16 if [ -z "$SUDO" ]; then
25 if [ $r -ne 0 ]; then
32 if [ $r -ne 1 ]; then
38 if [ $r -lt 2 ]; then
stderr-after-eof.sh 10 if have_prog md5sum; then
12 elif have_prog openssl; then
14 elif have_prog cksum; then
16 elif have_prog sum; then
33 if [ $r -ne 0 ]; then
  /external/valgrind/main/drd/tests/
run_openmp_test 12 if /usr/bin/file "$1" | grep -q 'statically linked'; then
16 if [ "$(uname)" = Linux ]; then
21 do if [ "${soname#libgomp.so}" != "${soname}" ]; then echo $path; fi; done)"
32 if [ "${line%: no symbols}" != "${line}" ]; then
35 elif [ "${line% gomp_barrier_init}" != "${line}" ]; then
  /ndk/tests/standalone/init-fini-arrays/
run.sh 10 if [ $? != 0 ]; then
17 if [ $? = 0 ]; then
24 if [ $? = 0 ]; then
31 if [ $? != 0 ]; then
38 if [ $? != 0 ]; then
  /packages/providers/MediaProvider/tools/genfiles/
genfiles.sh 27 then
33 then
39 then
45 sqlite3 $1 "select format, media_type, mime_type, case when substr(_data,-1) is '\' then substr(_data,1,length(_data)-1) else _data end from files where _data like '"$EXTERNAL"/%';" | {
57 then
61 then
65 then
69 then
73 then
77 then
    [all...]
  /prebuilts/devtools/
update_jars.sh 5 if [[ $(uname) == "Darwin" ]]; then
19 if [[ "$1" == "-f" ]]; then
21 elif [[ "$1" == "-m" ]]; then
23 elif [[ "$1" == "-u" ]]; then
25 elif [[ "$1" == "-o" ]]; then
27 elif [[ $JAR_DETECT == "only" && $1 =~ ^[a-z]+ ]]; then
41 if [[ $JAR_DETECT == "only" && -z "$NAMES_FILTER" ]]; then
61 if [[ -n $DRY ]]; then
92 if [[ $dst_hash == $src_hash ]]; then
99 if [[ -d $JAR_TMP_DIR ]]; then
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 25 if #arg ~= 2 then
29 if not infile then
33 if not outfile then
49 if string.match(line, "^%s*!.*$") or string.match(line, "^%s*$") then
55 if not sym then
58 if sym then
62 if propval then
67 if not symnrsused[symnr] then
78 if prop and propval then
110 if not propnames[prop] and not upropnames[prop] then
    [all...]
picoloadphones.lua 23 if #arg ~= 2 then
27 if not infile then
31 if not outfile then
47 if string.match(line, "^%s*!.*$") or string.match(line, "^%s*$") then
53 if not sym then
56 if sym then
60 if propval then
65 if not symnrsused[symnr] then
76 if prop and propval then
108 if not propnames[prop] and not upropnames[prop] then
    [all...]
  /external/smack/asmack-master/
build.bash 7 if ! [ -f "${2}/.svn/entries" ]; then
21 if ! [ -f "${3}/.git/config" ]; then
31 if [ $? -ne 0 ]; then
40 if [ -e "${2}/.hg" ] ; then
48 if [ $? -ne 0 ]; then
56 if [ -f .used-smack-git-repo ] && [ $(cat .used-smack-git-repo) != $SMACK_REPO ] ; then
67 if $SMACK_LOCAL ; then
73 if [ $? -ne 0 ]; then
80 if ! $UPDATE_REMOTE ; then
118 if [[ -d $d/.git ]] ; then
    [all...]
  /dalvik/tests/
run-test 23 if expr "x${newProg}" : 'x/' >/dev/null; then
54 if [ "x$1" = "x--host" ]; then
57 elif [ "x$1" = "x--reference" ]; then
60 elif [ "x$1" = "x--jit" ]; then
63 elif [ "x$1" = "x--fast" ]; then
66 elif [ "x$1" = "x--portable" ]; then
69 elif [ "x$1" = "x--debug" ]; then
72 elif [ "x$1" = "x--gdb" ]; then
76 elif [ "x$1" = "x--zygote" ]; then
79 elif [ "x$1" = "x--no-verify" ]; then
    [all...]
  /external/chromium_org/third_party/libxml/src/
configure.in 16 if test -f CVS/Entries ; then
20 then
23 else if test -d .svn ; then
27 then
30 else if test -d .git ; then
34 then
73 dnl then add it
77 if test "$lt_cv_prog_gnu_ld" = yes; then
149 if test "$withval" != "no" -a "$withval" != "yes"; then
185 if test "$withval" != "no" -a "$withval" != "yes"; then
    [all...]
  /external/chromium_org/courgette/
run_stress_test 14 if [ $# -lt 2 ]; then
33 if [ "${1}" == "-s" ]; then
41 if [ ! -e "${dir1}" ]; then
47 if [ ! -e "${dir2}" ]; then
53 if [ -e "${out_dir}" ]; then
71 if [[ ! -z "${1}" && ! -z "${2}" ]]; then
79 if [ ! $test_supported_only ]; then
81 if [ "${?}" -eq 0 ]; then
85 if [ "${?}" -ne 0 ]; then
99 if [ "${?}" -ne 0 ]; then
    [all...]
  /external/libexif/auto-m4/
lib-prefix.m4 40 if test "X$withval" = "Xno"; then
43 if test "X$withval" = "X"; then
54 if test $use_additional = yes; then
61 if test "X$additional_includedir" != "X/usr/include"; then
65 if test "X$x" = "X-I$additional_includedir"; then
70 if test -z "$haveit"; then
71 if test "X$additional_includedir" = "X/usr/local/include"; then
72 if test -n "$GCC"; then
78 if test -z "$haveit"; then
79 if test -d "$additional_includedir"; then
    [all...]
  /external/libexif/m4m/
gp-check-popt.m4 35 then
41 then
51 if test "$require_popt" != yes; then
62 if test "x$POPT_CFLAGS" = "x" && test "x$POPT_LIBS" = "x"; then
69 if test -n "${popt_prefix}"; then
71 elif test -d "${popt_prefix}/include"; then
79 if test "$popth_found" = yes; then break; fi
82 if test "$popth_found" = "yes"; then
83 if test "$popt_prefix" = ""; then
101 # lists. Then the first tested location woul
    [all...]
  /external/libpng/contrib/gregbook/
makevms.com 13 $ if f$search("[---.zlib]zlib.h").nes."" then zpath = "[---.zlib]"
14 $ if f$search("[--]png.h").nes."" then pngpath = "[--]"
16 $ if f$search("[-.zlib]zlib.h").nes."" then zpath = "[-.zlib]"
17 $ if f$search("[-.libpng]png.h").nes."" then pngpath = "[-.libpng]"
20 $ then
26 $ then
35 $ then
38 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
41 $ then
42 $ if f$trnlnm("SYS").eqs."" then define sys sys$library
    [all...]
  /external/llvm/utils/
makellvm 29 if (! -d "$OBJROOT") then
40 if ($#optarg) then
50 if ($#argv > 1) then
54 if ($#argv > 0) then
57 if ($DEBUG) then
64 if (! $?MFILE) then
65 if (-f GNUmakefile) then
67 else if (-f makefile) then
73 if ($DEBUG) then
76 if (! -f $MFILE) then
    [all...]

Completed in 778 milliseconds

1 2 3 4 5 6 7 8 91011>>