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

1 2 3 4

  /external/v8/src/
ast.cc 706 return ListCaptureRegisters(alternatives());
759 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
760 for (int i = 0; i < alternatives->length(); i++) {
761 if (!alternatives->at(i)->IsAnchoredAtStart())
769 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
770 for (int i = 0; i < alternatives->length(); i++) {
771 if (!alternatives->at(i)->IsAnchoredAtEnd())
814 for (int i = 0; i < that->alternatives()->length(); i++)
    [all...]
jsregexp.cc 4845 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
5930 ZoneList<GuardedAlternative>* alternatives = node->alternatives(); local
    [all...]
jsregexp.h 1064 ZoneList<GuardedAlternative>* alternatives() { return alternatives_; } function in class:v8::internal::ChoiceNode
    [all...]
ast.h 2636 ZoneList<RegExpTree*>* alternatives() { return alternatives_; } function in class:v8::internal::FINAL
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 27 self.alternatives = []
41 node.alternatives.append(subp)
42 if len(node.alternatives) == len(node.children):
44 subp = [tuple(node.alternatives)]
45 node.alternatives = []
118 if node.type == syms.Alternatives :
124 #real alternatives
176 elif child.type == syms.Alternatives:
210 elif name_leaf.type == syms.Alternatives:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 27 self.alternatives = []
41 node.alternatives.append(subp)
42 if len(node.alternatives) == len(node.children):
44 subp = [tuple(node.alternatives)]
45 node.alternatives = []
118 if node.type == syms.Alternatives :
124 #real alternatives
176 elif child.type == syms.Alternatives:
210 elif name_leaf.type == syms.Alternatives:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 200 List<LintFix> alternatives = fix.getAllFixes(); local
201 if (alternatives != null) {
202 return alternatives;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 237 Decision can match input such as "<input>" using multiple alternatives:
240 Decision can match input such as "<input>" using multiple alternatives: <conflictingAlts; separator=", ">
250 The following alternatives can never be matched: <alts; separator=","><\n>
261 ANTLR could not analyze this decision in rule <enclosingRule>; often this is because of recursive rule references visible from the left edge of alternatives. ANTLR will re-analyze the decision with a fixed lookahead of k=1. Consider using "options {k=1;}" for that decision and possibly adding a syntactic predicate.
279 Decision can match input such as "<input>" using multiple alternatives:
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 24 * alternatives is not LL(k) for a fixed k. However, it is
  /system/media/camera/docs/
CameraMetadataEnums.mako 42 * @deprecated Please refer to this API documentation to find the alternatives
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 19 * alternatives is not LL(k) for a fixed k. However, it is
  /external/icu/icu4c/source/i18n/
identifier_info.cpp 277 ScriptSet *alternatives = static_cast<ScriptSet *>(hashEl->key.pointer); local
278 if (!container.intersects(*alternatives)) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IdentifierInfo.java 319 for (BitSet alternatives : scriptSetSet) {
320 if (!container.intersects(alternatives)) {
  /external/v8/test/webkit/
regexp-alternatives.js 25 'Test regular expression processing with alternatives.'
regexp-zero-length-alternatives.js 25 'Test regular expression processing with alternatives that match consuming no characters'
247 // Non-capturing two possibly empty alternatives greedy '*'
254 // Non-capturing two possibly empty non-greedy alternatives non-greedy '*'
263 // Three possibly empty alternatives with greedy +
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
MOManager.java 562 int alternatives = 0; local
563 alternatives += unNode != null ? 1 : 0;
564 alternatives += certNode != null ? 1 : 0;
565 alternatives += simNode != null ? 1 : 0;
566 if (alternatives != 1) {
567 throw new OMAException("Expected exactly one credential type, got " + alternatives);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
webbrowser.py 31 alternatives = [using]
33 alternatives = _tryorder
34 for browser in alternatives:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
webbrowser.py 31 alternatives = [using]
33 alternatives = _tryorder
34 for browser in 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...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 385 the input does not suit any of the possible recognition alternatives.
391 block) that has multiple alternatives, the recognizer must decide which one of
dfa.rb 40 alternatives in a rule based upon lookahead symbols from an input stream.
  /external/v8/test/webkit/fast/regex/
parentheses.js 266 // Test evaluation order of empty subpattern alternatives.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 625 /** A (...) subrule with multiple alternatives */
642 /** A rule block with multiple alternatives */
670 /** A (..)+ block with 1 or more alternatives */
703 /** A (..)* block with 1 or more alternatives */
747 pass <! so empty alternatives are a valid block !>
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 1377 ExprP<T> alternatives (const ExprP<T>& arg0, function in namespace:deqp::gls::BuiltinPrecisionTests
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 364 * consistent with any of the alternatives for rule r. The best

Completed in 280 milliseconds

1 2 3 4