/external/v8/src/regexp/ |
D | regexp-ast.cc | 45 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 …]
|
D | jsregexp.cc | 4434 << 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 …]
|
D | regexp-ast.h | 211 explicit RegExpDisjunction(ZoneList<RegExpTree*>* alternatives); 221 ZoneList<RegExpTree*>* alternatives() { return alternatives_; } in alternatives() function
|
/external/google-benchmark/ |
D | .travis-setup.sh | 19 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/ |
D | gluShaderLibrary.hpp | 101 …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()
|
D | gluShaderLibrary.cpp | 293 …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/ |
D | got-abuse.ll | 7 ; load. Neither of these alternatives has the ELF relocations required to
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | IdentifierInfo.java | 319 for (BitSet alternatives : scriptSetSet) { in containsWithAlternates() 320 if (!container.intersects(alternatives)) { in containsWithAlternates()
|
/external/icu/icu4c/source/i18n/ |
D | identifier_info.cpp | 277 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/ |
D | IdentifierInfo.java | 321 for (BitSet alternatives : scriptSetSet) { in containsWithAlternates() 322 if (!container.intersects(alternatives)) { in containsWithAlternates()
|
/external/wpa_supplicant_8/ |
D | NOTICE | 11 terms that allowed either of those license alternatives to be
|
D | COPYING | 11 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/ |
D | 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 …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/ |
D | t018llstar.g | 19 * alternatives is not LL(k) for a fixed k. However, it is
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
D | simplec.g | 12 * alternatives is not LL(k) for a fixed k. However, it is
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t018llstar.g | 20 * alternatives is not LL(k) for a fixed k. However, it is
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 82 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/ |
D | regexp-alternatives-expected.txt | 24 Test regular expression processing with alternatives.
|
/external/okhttp/okio/ |
D | CHANGELOG.md | 43 `BufferedSource` and `BufferedSink`. Unlike the alternatives, these methods
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | 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 !>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
D | CPP.stg | 560 /** 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/ |
D | JavaScript.stg | 499 /** 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/ |
D | Perl5.stg | 520 /** 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/ |
D | ActionScript.stg | 490 /** 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/ |
D | opening_closing_hats.markdown | 209 5 alternatives:
|