HomeSort by relevance Sort by last modified time
    Searched full:alternatives (Results 101 - 125 of 470) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/pcre/dist2/doc/
pcre2pattern.3 247 The power of regular expressions comes from the ability to include alternatives
    [all...]
pcre2perform.3 88 set of single-character alternatives such as (a|e|i|o|u). In general, the
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 82 for (size_t alternativeNdx = 0; alternativeNdx < extension.alternatives.size(); ++alternativeNdx)
84 if (ctxInfo.isExtensionSupported(extension.alternatives[alternativeNdx].c_str()))
93 specialized.push_back(RequiredExtension(extension.alternatives[supportedAltNdx], extension.effectiveStages));
100 for (size_t ndx = 0; ndx < extension.alternatives.size(); ++ndx)
104 extensionList << extension.alternatives[ndx];
107 if (extension.alternatives.size() == 1)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
antlr1.txt 194 _a_n_t_l_r does not analyze alternatives that begin with
200 ambiguous alternatives.
egman.c 115 * For the start of alternatives it is necessary to make a
  /external/proguard/src/proguard/retrace/
ReTrace.java 361 * line, and any additional alternatives to the extra lines.
434 * line, and any additional alternatives to the extra lines.
  /external/v8/src/regexp/
regexp-ast.h 220 explicit RegExpDisjunction(ZoneList<RegExpTree*>* alternatives);
230 ZoneList<RegExpTree*>* alternatives() { return alternatives_; } function in class:v8::internal::final
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pkcs1v15.go 23 // an error. These alternatives happen in constant time.
91 // into key. Otherwise, key is unchanged. These alternatives occur in constant
  /prebuilts/go/linux-x86/src/crypto/rsa/
pkcs1v15.go 23 // an error. These alternatives happen in constant time.
91 // into key. Otherwise, key is unchanged. These alternatives occur in constant
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
patcomp.py 78 if node.type == self.syms.Alternatives:
pytree.py 674 list of alternatives, e.g. (a b c | d e | f g h)*
679 # Check sanity of alternatives
680 assert len(content), repr(content) # Can't have zero alternatives
682 assert len(alt), repr(alt) # Can have empty alternatives
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg.h 81 int alternatives; /* used for interactive mode */ variable
  /external/guava/guava/src/com/google/common/base/
Verify.java 36 * <h3>Comparison to alternatives</h3>
  /external/proguard/docs/
testimonials.html 75 ProGuard rules. Much easier to use than the commercial alternatives.
  /libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DoubleAdder.java 51 * <p>This class is usually preferable to alternatives when multiple
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
patcomp.py 78 if node.type == self.syms.Alternatives:
pytree.py 674 list of alternatives, e.g. (a b c | d e | f g h)*
679 # Check sanity of alternatives
680 assert len(content), repr(content) # Can't have zero alternatives
682 assert len(alt), repr(alt) # Can have empty alternatives
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
patcomp.py 78 if node.type == self.syms.Alternatives:
pytree.py 674 list of alternatives, e.g. (a b c | d e | f g h)*
679 # Check sanity of alternatives
680 assert len(content), repr(content) # Can't have zero alternatives
682 assert len(alt), repr(alt) # Can have empty alternatives
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 78 if node.type == self.syms.Alternatives:
pytree.py 674 list of alternatives, e.g. (a b c | d e | f g h)*
679 # Check sanity of alternatives
680 assert len(content), repr(content) # Can't have zero alternatives
682 assert len(alt), repr(alt) # Can have empty alternatives
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 78 if node.type == self.syms.Alternatives:
pytree.py 674 list of alternatives, e.g. (a b c | d e | f g h)*
679 # Check sanity of alternatives
680 assert len(content), repr(content) # Can't have zero alternatives
682 assert len(alt), repr(alt) # Can have empty alternatives
  /prebuilts/tools/common/proguard/proguard4.7/docs/
testimonials.html 73 ProGuard rules. Much easier to use than the commercial alternatives.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 258 int alternatives = matches.size(); local
259 if (alternatives == 0) {
261 } else if (alternatives == 1) {
265 assert alternatives > 1; local
    [all...]

Completed in 1881 milliseconds

1 2 3 45 6 7 8 91011>>