HomeSort by relevance Sort by last modified time
    Searched refs:POSSIBLE (Results 1 - 12 of 12) 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...]
AdjacencyList.java 37 * type <code>Vertex</code>. A <code>Vertex</code> describes one possible or
68 * <code>POSSIBLE</code> denotes that the current step represents a
71 * those noted as <code>POSSIBLE</code>) that the builder is using to try
147 // entered as a possible step before we take any actions
148 mStepList.add(new BuildStep(v, BuildStep.POSSIBLE));
205 // looking at the last possible path, so we don't need to
  /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;
  /hardware/google/av/codec2/hidl/1.0/utils/
Configurable.cpp 145 query.type == FieldSupportedValuesQuery::Type::POSSIBLE ?
146 C2FieldSupportedValuesQuery::POSSIBLE :
types.cpp 199 case C2FieldSupportedValuesQuery::POSSIBLE:
200 d->type = FieldSupportedValuesQuery::Type::POSSIBLE;
219 case FieldSupportedValuesQuery::Type::POSSIBLE:
220 dType = C2FieldSupportedValuesQuery::POSSIBLE;
    [all...]
  /hardware/google/av/codec2/include/
C2Component.h 38 POSSIBLE, ///< query all possible values regardless of other settings
39 CURRENT, ///< query currently possible values given dependent settings
58 Possible(const C2ParamField &field_) {
59 return C2FieldSupportedValuesQuery(field_, POSSIBLE);
    [all...]
  /hardware/google/interfaces/media/c2/1.0/
types.hal 31 /** argument/index is valid but not possible */
206 * If #type = RANGE, #range will specify the range of possible values.
252 * Possible types of a field.
589 /** Query all possible values regardless of other settings */
590 POSSIBLE,
591 /** Query currently possible values given dependent settings */
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberMatcherTest.java 230 // Iterate over all possible indices.
323 // should be considered possible.
361 // considered possible.
450 * Strings with number-like things that should only be found under "possible".
455 // 'X' should not be found in numbers at leniencies stricter than POSSIBLE, unless it represents
547 doTestNumberMatchesForLeniency(testCases, Leniency.POSSIBLE);
553 doTestNumberNonMatchesForLeniency(testCases, Leniency.POSSIBLE);
642 * matching is set to POSSIBLE; else no test number should be extracted at that leniency level
656 doTestInContext(number, region, contexts, Leniency.POSSIBLE);
661 hasNoMatches(phoneUtil.findNumbers(text, region, Leniency.POSSIBLE,
    [all...]
  /frameworks/base/core/java/android/text/util/
Linkify.java     [all...]
  /hardware/google/av/codec2/vndk/util/
C2InterfaceHelper.cpp 811 case C2FieldSupportedValuesQuery::POSSIBLE:
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberUtil.java 310 // Regexp of all possible ways to write extensions, for use when parsing. This will be run as a
319 // allow "comma" and "semicolon" as possible extension indicators. When matching, these are
446 * Possible outcomes when testing if a PhoneNumber is possible.
480 * possible}, but not necessarily {@linkplain PhoneNumberUtil#isValidNumber(PhoneNumber) valid}.
482 POSSIBLE {
490 * possible} and {@linkplain PhoneNumberUtil#isValidNumber(PhoneNumber) valid}. Numbers written
506 * are grouped in a possible way for this locale. For example, a US number written as
638 * Attempts to extract a possible number from the string passed in. This currently strips all
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-o-preview-4-robolectric-0.jar 

Completed in 463 milliseconds