HomeSort by relevance Sort by last modified time
    Searched full:narrows (Results 1 - 25 of 45) sorted by null

1 2

  /external/v8/test/cctest/
expression-type-collector-macros.h 19 if (!types[index].bounds.Narrows(type)) { \
31 CHECK(types[index].bounds.Narrows(type));
33 #define CHECK_TYPE(type) CHECK(types[index].bounds.Narrows(type));
  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralNameInterface.java 58 public static final int NAME_NARROWS = 1; /* input name narrows name */
81 * <li>NAME_NARROWS = 1: input name narrows name (is lower in the naming subtree)
GeneralSubtrees.java 210 /* subsequent narrows current */
293 * <li>If a name in other narrows all names of the same type in this,
295 * names it narrows.
354 // Step 3a: If the widest name of this type in other narrows
357 // this type in other, but no name in other matches, narrows,
512 /* permitted narrows excluded */
OIDName.java 139 * <li>NAME_NARROWS = 1: input name narrows name (is lower in the naming subtree)
159 //widens and narrows not defined in RFC2459 for OIDName (aka registeredID)
NameConstraintsExtension.java 509 // if name matches or narrows any excluded subtree,
551 // name narrows permitted
EDIPartyName.java 222 * <li>NAME_NARROWS = 1: input name narrows name
OtherName.java 230 * <li>NAME_NARROWS = 1: input name narrows name (is lower in the
RFC822Name.java 163 * <li>NAME_NARROWS = 1: input name narrows name
DNSName.java 169 * <li>NAME_NARROWS = 1: input name narrows name (is lower in the naming subtree)
IPAddressName.java 369 * <li>NAME_NARROWS = 1: input name narrows name (is lower in the naming
URIName.java 296 * <li>NAME_NARROWS = 1: input name narrows name (is lower in the naming
X400Address.java 388 * <li>NAME_NARROWS = 1: input name narrows name (is lower in the naming subtree)
X500Name.java     [all...]
  /art/test/044-proxy/src/
NarrowingTest.java 26 // Note that this method declaration narrows the return type.
  /external/llvm/docs/CommandGuide/
bugpoint.rst 13 **bugpoint** narrows down the source of problems in LLVM tools and passes. It
  /external/clang/utils/
clang-completion-mode.el 108 ;; re-process the completions when further input narrows the field
  /external/llvm/docs/
Bugpoint.rst 11 ``bugpoint`` narrows down the source of problems in LLVM tools and passes. It
Atomics.rst 203 narrows a store, or stores a value which would not be stored otherwise. Some
  /external/llvm/tools/bugpoint/
BugDriver.h 124 /// debugCodeGenerator - This method narrows down a module to a function or
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 56 * simpler API and narrows the access to the given directory (and its descendants).
  /system/connectivity/shill/cellular/
mobile_operator_info_unittest.cc 468 // match by: MCCMNC finds two candidates (first one is chosen), Name narrows
492 // match by: OperatorName finds two (first one is chosen), MCCMNC narrows down
    [all...]
  /external/v8/src/
types.h 966 bool Narrows(Bounds that) {
  /frameworks/base/core/java/android/app/
VoiceInteractor.java 545 * this method to define the behavior when the user selects an option or narrows down the
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Spliterator.java 156 * <br>Late binding narrows the window during which interference can affect
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h     [all...]

Completed in 586 milliseconds

1 2