OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:then
(Results
476 - 500
of
8022
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clearsilver/
configure
13
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1;
then
19
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1;
then
25
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1;
then
44
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`");
then
52
if expr a : '\(a\)' >/dev/null 2>&1;
then
58
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/";
then
87
if test "${PATH_SEPARATOR+set}" != set;
then
91
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1;
then
121
if test "x$as_myself" = x;
then
124
if test ! -f "$as_myself";
then
[
all
...]
/external/clearsilver/autom4te.cache/
output.0
14
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1;
then
20
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1;
then
25
if (FOO=FOO; unset FOO) >/dev/null 2>&1;
then
44
if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`");
then
52
if expr a : '\(a\)' >/dev/null 2>&1;
then
58
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/";
then
87
if test "${PATH_SEPARATOR+set}" != set;
then
91
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1;
then
121
if test "x$as_myself" = x;
then
124
if test ! -f "$as_myself";
then
[
all
...]
/sdk/emulator/qtools/
callstack.h
21
// and defines push() and pop() methods. This derived class is
then
164
// If this is an interpreted function,
then
use the native VM function
202
// If the method trace has a push or pop,
then
do it.
217
// If the stack is now empty,
then
push the current function.
279
// If this basic block follows the previous one,
then
return NONE.
280
// If we don't do this,
then
we may be fooled into thinking this
293
//
then
just return NONE (but see the exceptions below).
294
// Exception 1: if the function calls itself (offset == 0)
then
we
296
// Exception 2: if the function returns to itself,
then
we want
303
// instruction was not a branch,
then
it's a PUSH
[
all
...]
/external/grub/
compile
64
if test -n "$eat";
then
96
if test -z "$ofile" || test -z "$cfile";
then
97
# If no `-o' option was seen
then
we might have been invoked from a
100
# `.c' file was seen
then
we are probably linking. That is also
114
if mkdir "$lockdir" >/dev/null 2>&1;
then
126
if test -f "$cofile";
then
128
elif test -f "${cofile}bj";
then
/external/libffi/
compile
64
if test -n "$eat";
then
96
if test -z "$ofile" || test -z "$cfile";
then
97
# If no `-o' option was seen
then
we might have been invoked from a
100
# `.c' file was seen
then
we are probably linking. That is also
114
if mkdir "$lockdir" >/dev/null 2>&1;
then
126
if test -f "$cofile";
then
128
elif test -f "${cofile}bj";
then
/frameworks/base/opengl/tools/glgen/
gen
40
if [ $JAVAC_RESULT -ne 0 ];
then
49
if [ $JAVA_RESULT -ne 0 ];
then
57
if [ $JAVA_RESULT -ne 0 ];
then
69
if [ $JAVA_RESULT -ne 0 ];
then
90
if cmp -s $1/$3 $2/$3 ;
then
93
if [ $SAID_PLEASE == "0" ] ;
then
118
if [ $KEEP_GENERATED == "0" ] ;
then
/external/bluetooth/glib/
glib-gettextize.in
87
if test $# -gt 1;
then
93
if test $# -eq 1;
then
95
if cd "$srcdir";
then
111
if test -f configure.in;
then
114
if test -f configure.ac;
then
120
if test -n "$auxdir";
then
124
if test -f po/Makefile.in.in && test $force -eq 0;
then
169
if test -f "$srcdir/po/cat-id-tbl.c";
then
173
if test -f "$srcdir/po/stamp-cat-id";
then
/external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3_nist2.sh
7
if [ -z "$1" ];
then
14
if [ ! -d $TESTS ];
then
35
if [ $RES -eq 0 ];
then
37
if [ $VALRES -eq 0 ];
then
45
if [ $VALRES -eq 0 ];
then
50
if [ $? -eq 0 ];
then
52
if [ $REASONNUM -eq $RES ];
then
64
if [ $OK -eq 1 ];
then
156
if false;
then
/dalvik/docs/opcodes/
opcode-2b-packed-switch.html
23
aligned). If the code size of the method is otherwise odd,
then
an extra code
57
the current method.
Then
T = PC + B with the following properties:
80
vA < first_key + size,
then
the jump target is determined as follows:
opcode-2c-sparse-switch.html
23
aligned). If the code size of the method is otherwise odd,
then
an extra code
57
the current method.
Then
T = PC + B with the following properties:
80
then
the jump target is determined as follows:
/dalvik/dx/src/com/android/dx/rop/cst/
CstLiteralBits.java
28
* instance's value,
then
this method returns {@code true}.
37
* more bits than fit in an {@code int},
then
this returns only
46
* fewer bits than fit in a {@code long},
then
the result of this
/dalvik/libcore/luni/src/main/java/java/lang/
Comparable.java
23
* {@link java.util.Collections#sort} and {@code java.util.Arrays#sort} can
then
27
* {@code y.compareTo(z) < 0},
then
{@code x.compareTo(z) < 0} must hold) and
33
* result of x.compareTo(y) is zero,
then
the result of x.equals(y) should be
/development/tools/
make_key
20
if [ "$#" -ne 2 ];
then
30
if [[ -e $1.pk8 || -e $1.x509.pem ]];
then
57
if [ "${password}" == "" ];
then
/external/bison/m4/
po_gl.m4
38
(if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null;
then
exit 1; else exit 0; fi)],
47
(if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null;
then
exit 1; else exit 0; fi)],
58
if test "$GMSGFMT" != ":";
then
62
(if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null;
then
exit 1; else exit 0; fi);
then
74
if test "$XGETTEXT" != ":";
then
78
(if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null;
then
exit 1; else exit 0; fi);
then
112
if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in";
then
120
if test -f "$ac_given_srcdir/$ac_dir/LINGUAS";
then
[
all
...]
/external/bluetooth/glib/po/
Makefile.in.in
123
if test -r "$(MKINSTALLDIRS)";
then
\
137
if test -r "$(MKINSTALLDIRS)";
then
\
142
if test -r $$cat;
then
\
150
if test -r $$cat.m;
then
\
154
if test -r $(srcdir)/$$cat.m ;
then
\
164
if test "$(PACKAGE)" = "glib";
then
\
165
if test -r "$(MKINSTALLDIRS)";
then
\
189
if test "$(PACKAGE)" = "glib";
then
\
228
if $(MSGMERGE) $$lang.po $(GETTEXT_PACKAGE).pot -o $$tmpdir/$$lang.new.po;
then
\
229
if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1;
then
\
[
all
...]
/external/elfutils/m4/
progtest.m4
38
if test -f $ac_dir/$ac_word;
then
39
if [$3];
then
53
if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]);
then
/external/genext2fs/
mkbootimg_ext2.sh
72
-z "$OUTPUT" ];
then
77
if ! [ -x "$GENEXT2FS" -a -f "$RAMDISK" -a -f "$KERNEL" ];
then
89
if [ -f "$GRUBCONF" ];
then
/external/proguard/build/
build.sh
12
if [ -z $PROGUARD_HOME ];
then
78
if [ -f "$ANT_JAR" ];
then
87
if [ -f "$WTK_JAR" ];
then
/external/qemu/android/utils/
debug.h
68
** 'dprint' prints the message,
then
appends a '\n\
71
** 'dwarning' prints a warning message,
then
appends a '\n'
72
** 'derror' prints a severe error message,
then
appends a '\n'
/ndk/
ndk-build
44
if [ -z "$GNUMAKE" ] ;
then
52
if [ "$OSTYPE" = "cygwin" ] ;
then
56
if [ $? != 0 ] ;
then
/sdk/eclipse/scripts/
setup_eclipse.sh
30
if [ "-p" == "$1" ];
then
45
if [ ! -f "$BIN" ];
then
56
if [ -n "$GET_PID" ];
then
/system/core/libcutils/
process_name.c
55
// If we know we are not running in the emulator,
then
return.
61
//
then
do it now.
73
//
then
we want to record the process name in the trace even if we are
/system/core/sh/funcs/
dirs
45
then
if [ "$DSTACK" = "" ]
46
then
echo "pushd: directory stack empty."
61
then
echo "popd: directory stack empty."
popd
45
then
if [ "$DSTACK" = "" ]
46
then
echo "pushd: directory stack empty."
61
then
echo "popd: directory stack empty."
pushd
45
then
if [ "$DSTACK" = "" ]
46
then
echo "pushd: directory stack empty."
61
then
echo "popd: directory stack empty."
Completed in 42 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>