Home
last modified time | relevance | path

Searched refs:alternatives (Results 1 – 25 of 90) sorted by relevance

1234

/external/v8/src/regexp/
Dregexp-ast.cc45 return ListCaptureRegisters(alternatives()); in CaptureRegisters()
106 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in IsAnchoredAtStart() local
107 for (int i = 0; i < alternatives->length(); i++) { in IsAnchoredAtStart()
108 if (!alternatives->at(i)->IsAnchoredAtStart()) return false; in IsAnchoredAtStart()
115 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in IsAnchoredAtEnd() local
116 for (int i = 0; i < alternatives->length(); i++) { in IsAnchoredAtEnd()
117 if (!alternatives->at(i)->IsAnchoredAtEnd()) return false; in IsAnchoredAtEnd()
154 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitDisjunction()
156 that->alternatives()->at(i)->Accept(this, data); in VisitDisjunction()
298 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives) in RegExpDisjunction() argument
[all …]
Djsregexp.cc4434 << choice()->alternatives()->at(i).node() << ";\n"; in Call()
4533 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitChoice()
4534 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice()
4538 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitChoice()
4539 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice()
4873 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in SortConsecutiveAtoms() local
4874 int length = alternatives->length(); in SortConsecutiveAtoms()
4878 RegExpTree* alternative = alternatives->at(i); in SortConsecutiveAtoms()
4887 RegExpTree* alternative = alternatives->at(i); in SortConsecutiveAtoms()
4897 DCHECK_LT(first_atom, alternatives->length()); in SortConsecutiveAtoms()
[all …]
Dregexp-ast.h211 explicit RegExpDisjunction(ZoneList<RegExpTree*>* alternatives);
221 ZoneList<RegExpTree*>* alternatives() { return alternatives_; } in alternatives() function
/external/google-benchmark/
D.travis-setup.sh19 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 90
20 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
23 sudo update-alternatives --install /usr/local/bin/clang clang /usr/bin/clang-3.6 90
24 sudo update-alternatives --install /usr/local/bin/clang++ clang++ /usr/bin/clang++-3.6 90
/external/deqp/framework/opengl/
DgluShaderLibrary.hpp101 …std::vector<std::string> alternatives; // One or more extensions, at least one (but not all) must… member
106 : alternatives (alternatives_) in RequiredExtension()
115 alternatives.push_back(extension); in RequiredExtension()
DgluShaderLibrary.cpp293 …static CaseRequirement createAnyExtensionRequirement (const vector<string>& alternatives, deUint32… in createAnyExtensionRequirement()
297 req.extension = RequiredExtension(alternatives, effectiveStages); in createAnyExtensionRequirement()
1748 extensions[ndx].alternatives.size() == 1); in generateExtensionStatements()
1751 buf << "#extension " << extensions[ndx].alternatives[0] << " : require\n"; in generateExtensionStatements()
/external/llvm/test/CodeGen/AArch64/
Dgot-abuse.ll7 ; load. Neither of these alternatives has the ELF relocations required to
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DIdentifierInfo.java319 for (BitSet alternatives : scriptSetSet) { in containsWithAlternates()
320 if (!container.intersects(alternatives)) { in containsWithAlternates()
/external/icu/icu4c/source/i18n/
Didentifier_info.cpp277 ScriptSet *alternatives = static_cast<ScriptSet *>(hashEl->key.pointer); in containsWithAlternates() local
278 if (!container.intersects(*alternatives)) { in containsWithAlternates()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DIdentifierInfo.java321 for (BitSet alternatives : scriptSetSet) { in containsWithAlternates()
322 if (!container.intersects(alternatives)) { in containsWithAlternates()
/external/wpa_supplicant_8/
DNOTICE11 terms that allowed either of those license alternatives to be
DCOPYING11 terms that allowed either of those license alternatives to be
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
Den.stg237 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 …is because of recursive rule references visible from the left edge of alternatives. ANTLR will re…
279 Decision can match input such as "<input>" using multiple alternatives:
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt018llstar.g19 * alternatives is not LL(k) for a fixed k. However, it is
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
Dsimplec.g12 * alternatives is not LL(k) for a fixed k. However, it is
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt018llstar.g20 * alternatives is not LL(k) for a fixed k. However, it is
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp82 for (size_t alternativeNdx = 0; alternativeNdx < extension.alternatives.size(); ++alternativeNdx) in checkAndSpecializeExtensions()
84 if (ctxInfo.isExtensionSupported(extension.alternatives[alternativeNdx].c_str())) in checkAndSpecializeExtensions()
93 …specialized.push_back(RequiredExtension(extension.alternatives[supportedAltNdx], extension.effecti… in checkAndSpecializeExtensions()
100 for (size_t ndx = 0; ndx < extension.alternatives.size(); ++ndx) in checkAndSpecializeExtensions()
104 extensionList << extension.alternatives[ndx]; in checkAndSpecializeExtensions()
107 if (extension.alternatives.size() == 1) in checkAndSpecializeExtensions()
/external/v8/test/webkit/
Dregexp-alternatives-expected.txt24 Test regular expression processing with alternatives.
/external/okhttp/okio/
DCHANGELOG.md43 `BufferedSource` and `BufferedSink`. Unlike the alternatives, these methods
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg625 /** 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 !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg560 /** A (...) subrule with multiple alternatives */
576 /** A rule block with multiple alternatives */
606 /** A (..)+ block with 0 or more alternatives */
634 /** A (..)* block with 1 or more alternatives */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg499 /** A (...) subrule with multiple alternatives */
514 /** A rule block with multiple alternatives */
544 /** A (..)+ block with 1 or more alternatives */
574 /** A (..)* block with 1 or more alternatives */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg520 /** A (...) subrule with multiple alternatives */
535 /** A rule block with multiple alternatives */
565 /** A (..)+ block with 1 or more alternatives */
595 /** A (..)* block with 1 or more alternatives */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg490 /** A (...) subrule with multiple alternatives */
505 /** A rule block with multiple alternatives */
535 /** A (..)+ block with 1 or more alternatives */
562 /** A (..)* block with 1 or more alternatives */
/external/opencv3/doc/tutorials/imgproc/opening_closing_hats/
Dopening_closing_hats.markdown209 5 alternatives:

1234