HomeSort by relevance Sort by last modified time
    Searched refs:RE (Results 101 - 125 of 243) sorted by null

1 2 3 45 6 7 8 910

  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 80 "\"threadsafe\" (child process re-executes the test binary "
308 bool DeathTest::Create(const char* statement, const RE* regex,
327 DeathTestImpl(const char* a_statement, const RE* a_regex)
343 const RE* regex() const { return regex_; }
367 const RE* const regex_;
518 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
573 const RE* a_regex,
744 ForkingDeathTest(const char* statement, const RE* regex);
758 ForkingDeathTest::ForkingDeathTest(const char* a_statement, const RE* a_regex)
781 NoExecDeathTest(const char* a_statement, const RE* a_regex)
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 89 "\"threadsafe\" (child process re-executes the test binary "
345 bool DeathTest::Create(const char* statement, const RE* regex,
364 DeathTestImpl(const char* a_statement, const RE* a_regex)
380 const RE* regex() const { return regex_; }
404 const RE* const regex_;
555 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
611 const RE* a_regex,
778 ForkingDeathTest(const char* statement, const RE* regex);
792 ForkingDeathTest::ForkingDeathTest(const char* a_statement, const RE* a_regex)
815 NoExecDeathTest(const char* a_statement, const RE* a_regex)
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 80 "\"threadsafe\" (child process re-executes the test binary "
292 bool DeathTest::Create(const char* statement, const RE* regex,
311 DeathTestImpl(const char* a_statement, const RE* a_regex)
327 const RE* regex() const { return regex_; }
351 const RE* const regex_;
468 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
523 const RE* regex,
694 ForkingDeathTest(const char* statement, const RE* regex);
708 ForkingDeathTest::ForkingDeathTest(const char* a_statement, const RE* a_regex)
731 NoExecDeathTest(const char* a_statement, const RE* a_regex)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-death-test.cc 80 "\"threadsafe\" (child process re-executes the test binary "
305 bool DeathTest::Create(const char* statement, const RE* regex,
324 DeathTestImpl(const char* a_statement, const RE* a_regex)
340 const RE* regex() const { return regex_; }
364 const RE* const regex_;
515 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
571 const RE* a_regex,
742 ForkingDeathTest(const char* statement, const RE* regex);
756 ForkingDeathTest::ForkingDeathTest(const char* a_statement, const RE* a_regex)
779 NoExecDeathTest(const char* a_statement, const RE* a_regex)
    [all...]
  /external/v8/testing/gtest/src/
gtest-death-test.cc 90 "\"threadsafe\" (child process re-executes the test binary "
354 bool DeathTest::Create(const char* statement, const RE* regex,
373 DeathTestImpl(const char* a_statement, const RE* a_regex)
389 const RE* regex() const { return regex_; }
413 const RE* const regex_;
564 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
620 const RE* a_regex,
787 ForkingDeathTest(const char* statement, const RE* regex);
801 ForkingDeathTest::ForkingDeathTest(const char* a_statement, const RE* a_regex)
824 NoExecDeathTest(const char* a_statement, const RE* a_regex)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 89 "\"threadsafe\" (child process re-executes the test binary "
345 bool DeathTest::Create(const char* statement, const RE* regex,
364 DeathTestImpl(const char* a_statement, const RE* a_regex)
380 const RE* regex() const { return regex_; }
404 const RE* const regex_;
555 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
611 const RE* a_regex,
778 ForkingDeathTest(const char* statement, const RE* regex);
792 ForkingDeathTest::ForkingDeathTest(const char* a_statement, const RE* a_regex)
815 NoExecDeathTest(const char* a_statement, const RE* a_regex)
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 89 "\"threadsafe\" (child process re-executes the test binary "
345 bool DeathTest::Create(const char* statement, const RE* regex,
364 DeathTestImpl(const char* a_statement, const RE* a_regex)
380 const RE* regex() const { return regex_; }
404 const RE* const regex_;
555 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
611 const RE* a_regex,
778 ForkingDeathTest(const char* statement, const RE* regex);
792 ForkingDeathTest::ForkingDeathTest(const char* a_statement, const RE* a_regex)
815 NoExecDeathTest(const char* a_statement, const RE* a_regex)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 89 "\"threadsafe\" (child process re-executes the test binary "
345 bool DeathTest::Create(const char* statement, const RE* regex,
364 DeathTestImpl(const char* a_statement, const RE* a_regex)
380 const RE* regex() const { return regex_; }
404 const RE* const regex_;
555 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
611 const RE* a_regex,
778 ForkingDeathTest(const char* statement, const RE* regex);
792 ForkingDeathTest::ForkingDeathTest(const char* a_statement, const RE* a_regex)
815 NoExecDeathTest(const char* a_statement, const RE* a_regex)
    [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 83 // If R is out of bounds, we're done after this in any case.
85 // If L is also out of bounds, we're done immediately.
172 /// Unifies two instructions, given that they're known not to have
466 RI = R->arg_begin(), RE = R->arg_end();
467 LI != LE && RI != RE; ++LI, ++RI)
490 BasicBlock::iterator RE = RStart->getParent()->end();
513 for (BasicBlock::iterator RI = RStart; RI != RE; ++RI) {
566 assert(LI != LE && RI != RE);
582 assert(RI != RE);
592 assert(RI != RE);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DifferenceEngine.cpp 86 // If R is out of bounds, we're done after this in any case.
88 // If L is also out of bounds, we're done immediately.
175 /// Unifies two instructions, given that they're known not to have
466 RI = R->arg_begin(), RE = R->arg_end();
467 LI != LE && RI != RE; ++LI, ++RI)
490 BasicBlock::iterator RE = RStart->getParent()->end();
513 for (BasicBlock::iterator RI = RStart; RI != RE; ++RI) {
564 assert(LI != LE && RI != RE);
580 assert(RI != RE);
590 assert(RI != RE);
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionInfoImpl.h 74 for (typename RegionT::const_iterator RI = R->begin(), RE = R->end();
75 RI != RE; ++RI) {
93 for (typename RegionT::const_iterator RI = R->begin(), RE = R->end();
94 RI != RE; ++RI) {
291 for (typename RegionT::const_iterator RI = begin(), RE = end(); RI != RE;
500 for (const_iterator RI = begin(), RE = end(); RI != RE; ++RI)
524 for (typename RegionT::iterator RI = begin(), RE = end(); RI != RE; ++RI
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 105 HF, TA, W, RE, OS, IR, PT, AU, HG, TL, PB, BI, PO, AT, RN, FR, RA, AC, TH, PA, U, NP, PU,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
registers.s 40 ldi R0,RE
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 99 if (const Expr *RE = RS->getRetValue())
100 return getSVal(EnvironmentEntry(RE, LCtx), svalBuilder);
  /external/curl/docs/cmdline-opts/
ftp-port.d 23 .RE
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 688 // since we still process relocations for it even if we're not applying them.
772 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE,
774 Relocations[SectionID].push_back(RE);
777 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE,
784 ExternalSymbolRelocations[SymbolName].push_back(RE);
786 // Copy the RE since we want to modify its addend.
787 RelocationEntry RECopy = RE;
894 const RelocationEntry &RE = Relocs[i];
    [all...]
RuntimeDyldImpl.h 254 // its address is reassigned (the JIT re-compiled the function, e.g.),
255 // the relocations get re-resolved.
372 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
376 void addRelocationForSymbol(const RelocationEntry &RE, StringRef SymbolName);
386 /// \param RE The relocation to be resolved
388 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
RuntimeDyldELF.h 168 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
  /external/markdown/markdown/
preprocessors.py 10 import re
194 RE = re.compile(r'^(\ ?\ ?\ ?)\[([^\]]*)\]:\s*([^ ]*)(.*)$', re.DOTALL)
199 m = self.RE.match(line)
  /external/toybox/toys/pending/
expr.c 106 static void re(char *target, char *pattern, struct value *ret) function
132 enum { OR = 1, AND, EQ, NE, GT, GTE, LT, LTE, ADD, SUB, MUL, DIVI, MOD, RE };
150 {":", 6, S_TO_SI, RE },
201 case S_TO_SI: // op == RE
203 cmp = ret->s!=s; // ret overwritten by re so check now
204 re(s, t = get_str(rhs), ret);
221 eval_expr(ret, 1); // We're inside ( ), so min_prec = 1
  /external/clang/lib/Analysis/
ReachableCode.cpp 74 if (const Expr *RE = RS->getRetValue()) {
75 RE = RE->IgnoreParenCasts();
76 if (RE == S)
78 ParentMap PM(const_cast<Expr *>(RE));
98 // If there is only one successor, we're not dealing with outgoing control
102 // If there is more than one predecessor, we're dealing with incoming
645 // If there are no unreachable blocks, we're done.
  /external/llvm/tools/verify-uselistorder/
verify-uselistorder.cpp 315 auto RU = R->use_begin(), RE = R->use_end();
317 skipUnmappedUsers(RU, RE, RM);
320 if (RU == RE) {
333 skipUnmappedUsers(++RU, RE, RM);
335 if (RU != RE) {
400 // debug output. We're not worried about collisons here.
  /external/clang/include/clang/Sema/
ScopeInfo.h 222 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
224 WeakObjectProfileTy(const DeclRefExpr *RE);
225 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 266 for (unsigned RI = 0, RE = 17; RI < RE; ++RI) {
280 for (unsigned RI = 0, RE = 32; RI < RE; ++RI) {
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 287 for (auto RI = Obj.rel_begin(Shdr), RE = Obj.rel_end(Shdr); RI != RE; ++RI) {
311 for (auto RI = Obj.rela_begin(Shdr), RE = Obj.rela_end(Shdr); RI != RE;

Completed in 1828 milliseconds

1 2 3 45 6 7 8 910