HomeSort by relevance Sort by last modified time
    Searched defs:Matched (Results 1 - 25 of 29) sorted by null

1 2

  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
Condition.java 33 public static <T> Condition<T> matched(final T theValue, final Description mismatch) { method in class:Condition
34 return new Matched<T>(theValue, mismatch);
37 private static final class Matched<T> extends Condition<T> {
41 private Matched(T theValue, Description mismatch) {
  /external/clang/unittests/Tooling/
ToolingTest.cpp 204 VerifyEndCallback() : BeginCalled(0), EndCalled(0), Matched(false) {}
211 return llvm::make_unique<FindTopLevelDeclConsumer>(&Matched);
215 bool Matched;
235 EXPECT_TRUE(EndCallback.Matched);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 34 bool Matched; ///< Is this relocation part of a match.
36 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R), Matched(false) {}
40 Out << ", Matched=" << Matched;
109 unsigned Matched = Predicate(*I);
110 if (Matched != FindBest_NoMatch) {
118 if (Matched == FindBest_PerfectMatch) {
174 if (!X.Matched &&
193 return PreviousBest.Matched && !Candidate.Matched;
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 271 bool Matched = false;
275 Matched = true;
280 return Matched;
  /external/llvm/lib/Option/
OptTable.cpp 172 /// \returns Matched size. 0 means no match.
179 bool Matched = IgnoreCase
182 if (Matched)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Database.c 147 invoked if matched.
    [all...]
Font.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c 966 @retval NULL The matched USB IO handles cannot be found.
967 @retval other The matched USB IO handles.
982 BOOLEAN Matched;
1011 Matched = FALSE;
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 875 RecVec Matched = I->getValueAsListOfDefs("MatchedItinClasses");
876 if (std::find(Matched.begin(), Matched.end(), SC.ItinClassDef)
877 != Matched.end()) {
    [all...]
  /external/v8/src/compiler/
node-matchers.h 678 bool Matched() const { return if_true_ && if_false_; }
693 bool Matched() const { return branch_; }
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 22 // multiple parts of the matched AST nodes once a match is found. In that case,
32 // matched.
61 /// \brief Maps string IDs to AST nodes matched by parts of a matcher.
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 22 // multiple parts of the matched AST nodes once a match is found. In that case,
32 // matched.
60 /// \brief Maps string IDs to AST nodes matched by parts of a matcher.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 22 // multiple parts of the matched AST nodes once a match is found. In that case,
32 // matched.
60 /// \brief Maps string IDs to AST nodes matched by parts of a matcher.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 22 // multiple parts of the matched AST nodes once a match is found. In that case,
32 // matched.
60 /// \brief Maps string IDs to AST nodes matched by parts of a matcher.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 22 // multiple parts of the matched AST nodes once a match is found. In that case,
32 // matched.
60 /// \brief Maps string IDs to AST nodes matched by parts of a matcher.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 22 // multiple parts of the matched AST nodes once a match is found. In that case,
32 // matched.
60 /// \brief Maps string IDs to AST nodes matched by parts of a matcher.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 22 // multiple parts of the matched AST nodes once a match is found. In that case,
32 // matched.
60 /// \brief Maps string IDs to AST nodes matched by parts of a matcher.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 22 // multiple parts of the matched AST nodes once a match is found. In that case,
32 // matched.
60 /// \brief Maps string IDs to AST nodes matched by parts of a matcher.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 22 // multiple parts of the matched AST nodes once a match is found. In that case,
32 // matched.
60 /// \brief Maps string IDs to AST nodes matched by parts of a matcher.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /prebuilts/devtools/tools/lib/
hamcrest-core-1.3.jar 

Completed in 1170 milliseconds

1 2