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

<<11121314151617181920>>

  /external/clearsilver/man/man3/
dictCleanup.3 33 returns true, then item is removed from <dict>.
hdf_set_copy.3 34 node, and then copies that value to the named dest node.
hdf_set_int_value.3 33 integer to a string, and then calls hdf_set_value with
  /external/clearsilver/util/regex/
regex.h 40 /* If this bit is not set, then \ inside a bracket expression is literal.
41 If set, then such a \ quotes the following character. */
44 /* If this bit is not set, then + and ? are operators, and \+ and \? are
46 If set, then \+ and \? are operators and + and ? are literals. */
49 /* If this bit is set, then character classes are supported. They are:
52 If not set, then character classes are not supported. */
55 /* If this bit is set, then ^ and $ are always anchors (outside bracket
57 If this bit is not set, then it depends:
69 /* If this bit is set, then special characters are always special
71 If this bit is not set, then special characters are special only i
    [all...]
  /external/dbus/tools/
run-with-tmp-session-bus.sh 9 if ! test -z "$DBUS_SESSION_BUS_PID" ; then
17 if test -z "$DBUS_TOP_BUILDDIR" ; then
37 if ! test -e "$DBUS_TOP_BUILDDIR"/bus/dbus-daemon ; then
53 if test -z "$DBUS_SESSION_BUS_PID" ; then
  /external/dnsmasq/contrib/openvpn/
dnsmasq.patch 17 + if [ -f /etc/dhclient-enter-hooks ]; then
27 + if [ -f /etc/dhclient-enter-hooks -a -f /etc/dhclient-enter-hooks.dnsmasq ]; then
28 + if [ -f /etc/resolv.conf.dnsmasq ]; then
56 if test "x`pidof dnsmasq`" != x; then
  /external/dropbear/libtomcrypt/
filter.pl 3 # we want to filter every between START_INS and END_INS out and then insert crap from another file (this is fun)
testbuild.sh 7 if find testok.txt -type f 1>/dev/null 2>/dev/null ; then
  /external/e2fsprogs/debian/
e2fsprogs.preinst 18 then
  /external/e2fsprogs/tests/f_crashdisk/
expect.1 6 filesystem (and not swap or ufs or something else), then the superblock
  /external/elfutils/src/
ylwrap 49 if test "$1" = "--"; then
77 if test $status -eq 0; then
85 if test -f y_tab.c || test -f y_tab.h; then
98 if test $y_tab_nodot = "yes"; then
99 if test $from = "y.tab.c"; then
102 if test $from = "y.tab.h"; then
107 if test -f "$from"; then
108 # If $2 is an absolute path name, then just use that,
138 if test $first = yes; then
  /external/grub/
mkinstalldirs 58 if test -d "$file"; then
71 # one will create a, then the other will try to create a and die with
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
83 # directories to create, and then abort because `.' already
91 test ! -d ./--version; then
117 if test ! -d "$pathcomp"; then
122 if test ! -d "$pathcomp"; then
125 if test ! -z "$dirmode"; then
130 if test ! -z "$lasterr"; then
  /external/gtest/scripts/
gtest-config.in 88 if test "${version#*.}" != "${version}"; then
92 if test "${version#*.*.}" != "${version}"; then
101 if test "${min_version#*.}" != "${min_version}"; then
105 if test "${min_version#*.*.}" != "${min_version}"; then
114 if test "${max_version#*.}" != "${max_version}"; then
118 if test "${max_version#*.*.}" != "${max_version}"; then
124 if test $(($major_version)) -eq $(($min_major_version)); then
126 if test $(($minor_version)) -eq $(($min_minor_version)); then
132 if test $(($major_version)) -eq $(($max_major_version)); then
134 if test $(($minor_version)) -eq $(($max_minor_version)); then
    [all...]
  /external/iptables/extensions/
libipt_dscp.man 9 BE, EF, AFxx or CSx classes. It will then be converted
  /external/jdiff/src/jdiff/
CompareClassPdiffs.java 14 * and then by name.
ComparePkgPdiffs.java 14 * and then by name.
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
Exclusive.java 12 * value is {@literal @Foo(1)}, then the value cannot be {@literal @Foo(2)} or {{@literal @Foo(3)}.
  /external/libffi/
mkinstalldirs 58 if test -d "$file"; then
71 # one will create a, then the other will try to create a and die with
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
83 # directories to create, and then abort because `.' already
91 test ! -d ./--version; then
125 if test ! -d "$pathcomp"; then
130 if test ! -d "$pathcomp"; then
133 if test ! -z "$dirmode"; then
138 if test ! -z "$lasterr"; then
  /external/libpng/
mkinstalldirs 61 if test -d "$file"; then
74 # one will create a, then the other will try to create a and die with
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
86 # directories to create, and then abort because `.' already
94 test ! -d ./--version; then
128 if test ! -d "$pathcomp"; then
133 if test ! -d "$pathcomp"; then
136 if test ! -z "$dirmode"; then
141 if test ! -z "$lasterr"; then
  /external/netcat/scripts/
irc 10 if test "$1" = "tick" ; then
40 if test "${yy}" ; then
50 if test -f "${yy}" ; then
63 if test "${yy}" ; then
  /external/proguard/examples/annotations/examples/
Applet.java 8 * You can then process it with:
Application.java 8 * You can then process it with:
  /external/quake/
setupdevice.sh 15 if [ -z "$T" ] ; then
  /external/stlport/
configure 109 # if [ "$boost_set" = "" ]; then
113 # if [ -z "${stlport_set}" ]; then
118 if [ -z "${compiler_family_set}" ]; then
126 # if [ -z "${prefix_set}" ]; then
286 if [ -n "${CXX}" ]; then
287 if [ -n "${cxx_set}" ]; then
289 elif [ -z "${target_set}" ]; then
294 if [ -z "${CC}" -a -z "${cc_set}" ]; then
299 if [ -n "${CC}" ]; then
300 if [ -n "${cxx_set}" ]; then
    [all...]
  /external/strace/
mkinstalldirs 58 if test -d "$file"; then
71 # one will create a, then the other will try to create a and die with
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
83 # directories to create, and then abort because `.' already
91 test ! -d ./--version; then
117 if test ! -d "$pathcomp"; then
122 if test ! -d "$pathcomp"; then
125 if test ! -z "$dirmode"; then
130 if test ! -z "$lasterr"; then

Completed in 67 milliseconds

<<11121314151617181920>>