HomeSort by relevance Sort by last modified time
    Searched refs:conditions (Results 1 - 25 of 987) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ganymed-ssh2/examples/
SingleThreadStdoutStderr.java 71 int conditions = sess.waitForCondition(ChannelCondition.STDOUT_DATA | ChannelCondition.STDERR_DATA local
76 if ((conditions & ChannelCondition.TIMEOUT) != 0)
84 if ((conditions & ChannelCondition.EOF) != 0)
88 if ((conditions & (ChannelCondition.STDOUT_DATA | ChannelCondition.STDERR_DATA)) == 0)
98 // if ((conditions & (ChannelCondition.STDOUT_DATA | ChannelCondition.STDERR_DATA)) == 0)
99 // throw new IllegalStateException("Unexpected condition result (" + conditions + ")");
  /external/v8/test/mjsunit/regress/
regress-260.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
29 // conditions twice, even in cases where the loop condition is
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Session.java 353 int conditions = cm.waitForCondition(cn, timeout, ChannelCondition.STDOUT_DATA | ChannelCondition.STDERR_DATA local
356 if ((conditions & ChannelCondition.TIMEOUT) != 0)
359 if ((conditions & (ChannelCondition.STDOUT_DATA | ChannelCondition.STDERR_DATA)) != 0)
364 if ((conditions & ChannelCondition.EOF) != 0)
367 throw new IllegalStateException("Unexpected condition result (" + conditions + ")");
371 * This method blocks until certain conditions hold true on the underlying SSH-2 channel.
375 * <li>at least of the specified conditions (see {@link ChannelCondition}) holds true</li>
376 * <li>timeout > 0 and a timeout occured (TIMEOUT will be set in result conditions)</a>
377 * <li>the underlying channel was closed (CLOSED will be set in result conditions)</a>
380 * In any case, the result value contains ALL current conditions, which may be mor
    [all...]
  /external/openssl/crypto/bn/
bn_prime.pl 42 * the following conditions are aheared to. The following conditions
56 * modification, are permitted provided that the following conditions
59 * notice, this list of conditions and the following disclaimer.
61 * notice, this list of conditions and the following disclaimer in the
  /external/chromium/android/
generateAndroidForwardingHeader.pl 6 # modification, are permitted provided that the following conditions
9 # notice, this list of conditions and the following disclaimer.
11 # notice, this list of conditions and the following disclaimer in the
35 * modification, are permitted provided that the following conditions
38 * notice, this list of conditions and the following disclaimer.
40 * notice, this list of conditions and the following disclaimer in the
  /external/v8/samples/
count-hosts.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
  /external/v8/test/message/
overwritten-builtins.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
try-catch-finally-no-message.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
try-catch-finally-return-in-finally.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
try-finally-return-in-finally.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
  /external/v8/test/message/regress/
regress-1527.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
apply-arguments-gc-safepoint.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
arguments-indirect.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
ascii-regexp-subject.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
binary-operation-overwrite.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
bitwise-operations-undefined.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
body-not-visible.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
call-non-function-call.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
closure.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
closures.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
  /external/v8/test/mjsunit/bugs/
bug-617.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
  /external/v8/test/mjsunit/compiler/
alloc-number.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
call-keyed.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
complex-for-in.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 91011>>