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

<<21222324252627282930>>

  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
Lock.java 38 * acquire the lock of node A, then node B, then release A and acquire
39 * C, then release B and acquire D and so on. Implementations of the
76 * then the implementation must document those semantics.
142 * <p>If the lock is not available then the current thread becomes
162 * <p>If the lock is not available then the current thread becomes
178 * then {@link InterruptedException} is thrown and the current thread's
209 * If the lock is not available then this method will return
239 * If the lock is not available then
249 * <p>If the lock is acquired then the value {@code true} is returned
    [all...]
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementchangeattributevalue.java 32 * to the Element. If the "name" is already present, then
36 * Retrieve the last child of the fourth employee, then add
40 * element, then its value should be changed to the new one
hc_elementchangeattributevalue.java 32 * to the Element. If the "strong" is already present, then
36 * Retrieve the last child of the fourth employee, then add
40 * element, then its value should be changed to the new one
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/dom/
DOMResult.java 109 * then an <code>IllegalArgumentException</code> is thrown.
111 * then an <code>IllegalArgumentException</code> is thrown.
113 * then the behavior is the same as calling {@link #DOMResult(Node node)},
159 * then an <code>IllegalArgumentException</code> is thrown.
161 * then an <code>IllegalArgumentException</code> is thrown.
163 * then the behavior is the same as calling {@link #DOMResult(Node node, String systemId)},
242 * then the node will be set by the transformation, and may be obtained from this method once the transformation is complete.
257 * then an <code>IllegalArgumentException</code> is thrown.
259 * then an <code>IllegalStateException</code> is thrown.
261 * then the behavior is the same as calling {@link #DOMResult(Node node)}
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemMessage.java 46 * If the terminate attribute has the value yes, then the
55 * If the terminate attribute has the value yes, then the
68 * If the terminate attribute has the value yes, then the
  /dalvik/vm/mterp/
NOTES.txt 33 instructions, which will compute a result and then finish by storing that
44 following instruction is not a "move-result" then the result is ignored,
59 If it's not possible to obey this rule, then we need to track the value
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SaveRestoreState.java 38 * activity then needs to be stopped, upon restarting it will receive its
43 * by editing the two text fields, then going to a couple different
44 * applications while the demo is running and then returning back to it. The
  /external/bluetooth/bluez/tools/
ubcsp.h 42 /* If we wish to use CRC's, then change 0 to 1 in the next line */
188 /** if no octet is available, then this returns 0 **/
189 /** if an octet was read, then this is returned in the argument and **/
  /external/bluetooth/glib/
Makefile.decl 33 if test -z "$$GTESTER_LOGDIR" ; then \
35 elif test -n "${TEST_PROGS}" ; then \
40 if test -z "$$GTESTER_LOGDIR" ; then \
  /external/clearsilver/cs/
Makefile 71 if [ $$return_code -ne 0 ]; then \
82 if [ $$return_code -ne 0 ]; then \
86 if [ $$failed -eq 1 ]; then \
  /external/clearsilver/m4/
ac_jni_include_dirs.m4 48 if test -f "$_JINC/jni.h"; then
52 if test -f "$_JTOPDIR/include/jni.h"; then
73 if test -d "$_JTOPDIR/include/$JINCSUBDIR"; then
  /external/grub/
config.status 16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
22 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
28 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
47 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
55 if expr a : '\(a\)' >/dev/null 2>&1; then
61 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
90 if test "${PATH_SEPARATOR+set}" != set; then
94 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
124 if test "x$as_myself" = x; then
127 if test ! -f "$as_myself"; then
    [all...]
  /external/icu4c/common/unicode/
symtable.h 37 * "$start=alpha"), then the call lookup("start") will return the
44 * then lookupMatcher(0xE015) will return the UnicodeSet [a-z].
95 * text.length(), then return an empty string. This indicates an
  /external/icu4c/i18n/
esctrn.h 40 * variants with the system which are then accessed via their IDs.
77 * The form to be used for supplementals. If this is null then
79 * this is not null and if grokSupplementals is true then the
quant.h 63 * @param incremental if TRUE, then assume further characters may
67 * match, or a mismatch. If incremental is FALSE then
78 * @param escapeUnprintable if True then escape the unprintable characters.
  /external/icu4c/tools/makeconv/
makeconv.1.in 41 This binary file can then be read directly by ICU, or used by
54 is after some text does contain the fallback indicator `|' then only
92 then the archive or library must be rebuilt with the new binary file.
  /external/icu4c/tools/toolutil/
unewdata.h 34 * It then writes a short header, followed by the <code>UDataInfo</code>
36 * It then writes padding bytes to round up to a multiple of 16 bytes.
44 * written. If <code>NULL</code>, then
  /external/kernel-headers/original/asm-generic/
mutex-xchg.h 8 * has a reasonable atomic dec/inc then you should probably use
101 * then we just own it.
104 * and then back to 0 in this few-instructions window,
  /external/kernel-headers/original/linux/
futex.h 63 * then does the lock acquire, and then adds itself to the
64 * list, and then clears this field. Hence the kernel will
  /external/opencore/build_config/default/
setup.sh 33 if [ "$1" ] ; then
100 if [[ $# -ge 1 ]]; then
104 if [[ -z $BASE_DIR ]]; then
  /external/openssl/crypto/dh/
generate 24 a large pile of simultaneous equations and then solves them);
46 If you want 2 to be a generator (mod P), then you need it
47 to be a non-square. If (P-1)/2 is also prime, then
  /external/skia/include/core/
SkMaskFilter.h 35 filter, calling its filterMask() method. If this returns true, then the
50 If src.fImage == null, then do not allocate or create the dst image
65 and then call filterMask(). If this returns true, the specified blitter will be called
SkPathMeasure.h 46 /** Pins distance to 0 <= distance <= getLength(), and then computes
58 /** Pins distance to 0 <= distance <= getLength(), and then computes
67 then return false (and leave dst untouched).
  /external/skia/src/core/
SkQuadClipper.cpp 67 communicate that to setQuadratic, and then avoid having to flip it back
102 // if chopMonoQuadAtY failed, then we may have hit inexact numerics
119 // if chopMonoQuadAtY failed, then we may have hit inexact numerics
  /external/strace/
config.status 16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
22 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
28 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
47 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
55 if expr a : '\(a\)' >/dev/null 2>&1; then
61 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
90 if test "${PATH_SEPARATOR+set}" != set; then
94 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
124 if test "x$as_myself" = x; then
127 if test ! -f "$as_myself"; then
    [all...]

Completed in 53 milliseconds

<<21222324252627282930>>