HomeSort by relevance Sort by last modified time
    Searched defs:POSSIBLE (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
BuildStep.java 32 * <code>Vertex</code> state description, a certificate, a possible throwable,
50 public static final int POSSIBLE = 1;
55 * to allow backtracking to the next possible path.
67 * last possible path, where no path successfully reached the target.
81 * @param res result, where result is one of POSSIBLE, BACK,
174 * are POSSIBLE, FOLLOW, BACK, FAIL, SUCCEED.
192 case POSSIBLE:
232 case POSSIBLE:
259 case POSSIBLE:
269 * return a string representation of this build step, including all possible
    [all...]
  /external/v8/src/
effects.h 18 // or 'possible', if it was optional. The difference is relevant when composing
23 // effect cancels out any previous effect upon sequencing. A possible effect
25 // composition always merges bounds. It yields a possible effect if at least
26 // one was only possible.
28 enum Modality { POSSIBLE, DEFINITE };
39 return Effect(AstBounds::Unbounded(), POSSIBLE);
55 e1.modality == POSSIBLE ? POSSIBLE : e2.modality);
150 effect.modality = Effect::POSSIBLE;
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberUtil.java 307 // Regexp of all possible ways to write extensions, for use when parsing. This will be run as a
316 // allow "comma" and "semicolon" as possible extension indicators. When matching, these are
440 * Possible outcomes when testing if a PhoneNumber is possible.
472 * possible}, but not necessarily {@linkplain PhoneNumberUtil#isValidNumber(PhoneNumber) valid}.
474 POSSIBLE {
482 * possible} and {@linkplain PhoneNumberUtil#isValidNumber(PhoneNumber) valid}. Numbers written
498 * are grouped in a possible way for this locale. For example, a US number written as
625 * Attempts to extract a possible number from the string passed in. This currently strips all
    [all...]

Completed in 191 milliseconds