/external/chromium/net/data/ftp/ |
D | dir-listing-vms-2 | 4 ANNOUNCE.TXT;2 1/16 12-MAR-2005 08:44:57 [SYSTEM] (RWED,RWED,RE,RE) 5 BOINC.DIR;1 1/16 29-DEC-2005 21:33:21 [SYSTEM] (RWE,RWE,RE,RE) 6 BZIP2.DIR;1 1/16 27-SEP-2005 19:45:39 [SYSTEM] (RWE,RWE,RE,RE) 7 CDRTOOLS.DIR;1 3/16 10-MAR-2005 17:31:44 [SYSTEM] (RWE,RWE,RE,RE) 8 DIFFUTILS.DIR;1 1/16 23-JUN-2007 23:04:21 [SYSTEM] (RWE,RWE,RE,RE) 9 DTSS_NTP.DIR;1 2/16 25-SEP-2000 21:03:28 [SYSTEM] (RWE,RWE,RE,RE) 10 FIXREC.DIR;1 1/16 20-DEC-2003 10:57:22 [SYSTEM] (RWE,RWE,RE,RE) 11 GNUPG.DIR;1 1/16 9-AUG-2006 02:11:51 [SYSTEM] (RWE,RWE,RE,RE) 12 GZIP.DIR;1 1/16 5-JUL-2006 21:59:45 [SYSTEM] (RWE,RWE,RE,RE) 13 INFO-ZIP.DIR;1 15/16 20-SEP-2004 21:27:27 [SYSTEM] (RWE,RWE,RE,RE) [all …]
|
/external/protobuf/gtest/test/ |
D | gtest-port_test.cc | 182 const RE empty(TypeParam("")); in TYPED_TEST() 185 const RE simple(TypeParam("hello")); in TYPED_TEST() 188 const RE normal(TypeParam(".*(\\w+)")); in TYPED_TEST() 195 const RE invalid(TypeParam("?")); in TYPED_TEST() 201 const RE empty(TypeParam("")); in TYPED_TEST() 202 EXPECT_TRUE(RE::FullMatch(TypeParam(""), empty)); in TYPED_TEST() 203 EXPECT_FALSE(RE::FullMatch(TypeParam("a"), empty)); in TYPED_TEST() 205 const RE re(TypeParam("a.*z")); in TYPED_TEST() 206 EXPECT_TRUE(RE::FullMatch(TypeParam("az"), re)); in TYPED_TEST() 207 EXPECT_TRUE(RE::FullMatch(TypeParam("axyz"), re)); in TYPED_TEST() [all …]
|
/external/chromium/testing/gtest/test/ |
D | gtest-port_test.cc | 361 const RE empty(TypeParam("")); in TYPED_TEST() 364 const RE simple(TypeParam("hello")); in TYPED_TEST() 367 const RE normal(TypeParam(".*(\\w+)")); in TYPED_TEST() 374 const RE invalid(TypeParam("?")); in TYPED_TEST() 380 const RE empty(TypeParam("")); in TYPED_TEST() 381 EXPECT_TRUE(RE::FullMatch(TypeParam(""), empty)); in TYPED_TEST() 382 EXPECT_FALSE(RE::FullMatch(TypeParam("a"), empty)); in TYPED_TEST() 384 const RE re(TypeParam("a.*z")); in TYPED_TEST() 385 EXPECT_TRUE(RE::FullMatch(TypeParam("az"), re)); in TYPED_TEST() 386 EXPECT_TRUE(RE::FullMatch(TypeParam("axyz"), re)); in TYPED_TEST() [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/test/ |
D | gtest-port_test.cc | 381 const RE empty(TypeParam("")); in TYPED_TEST() 384 const RE simple(TypeParam("hello")); in TYPED_TEST() 387 const RE normal(TypeParam(".*(\\w+)")); in TYPED_TEST() 394 const RE invalid(TypeParam("?")); in TYPED_TEST() 400 const RE empty(TypeParam("")); in TYPED_TEST() 401 EXPECT_TRUE(RE::FullMatch(TypeParam(""), empty)); in TYPED_TEST() 402 EXPECT_FALSE(RE::FullMatch(TypeParam("a"), empty)); in TYPED_TEST() 404 const RE re(TypeParam("a.*z")); in TYPED_TEST() 405 EXPECT_TRUE(RE::FullMatch(TypeParam("az"), re)); in TYPED_TEST() 406 EXPECT_TRUE(RE::FullMatch(TypeParam("axyz"), re)); in TYPED_TEST() [all …]
|
/external/gtest/test/ |
D | gtest-port_test.cc | 381 const RE empty(TypeParam("")); in TYPED_TEST() 384 const RE simple(TypeParam("hello")); in TYPED_TEST() 387 const RE normal(TypeParam(".*(\\w+)")); in TYPED_TEST() 394 const RE invalid(TypeParam("?")); in TYPED_TEST() 400 const RE empty(TypeParam("")); in TYPED_TEST() 401 EXPECT_TRUE(RE::FullMatch(TypeParam(""), empty)); in TYPED_TEST() 402 EXPECT_FALSE(RE::FullMatch(TypeParam("a"), empty)); in TYPED_TEST() 404 const RE re(TypeParam("a.*z")); in TYPED_TEST() 405 EXPECT_TRUE(RE::FullMatch(TypeParam("az"), re)); in TYPED_TEST() 406 EXPECT_TRUE(RE::FullMatch(TypeParam("axyz"), re)); in TYPED_TEST() [all …]
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 755 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationAddress() local 756 getRelocation(Rel, RE); in getRelocationAddress() 760 (RE->Word0 & macho::RF_Scattered); in getRelocationAddress() 763 RelAddr = RE->Word0 & 0xFFFFFF; in getRelocationAddress() 765 RelAddr = RE->Word0; in getRelocationAddress() 772 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationOffset() local 773 getRelocation(Rel, RE); in getRelocationOffset() 777 (RE->Word0 & macho::RF_Scattered); in getRelocationOffset() 779 Res = RE->Word0 & 0xFFFFFF; in getRelocationOffset() 781 Res = RE->Word0; in getRelocationOffset() [all …]
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCELFObjectWriter.cpp | 44 PPCELFRelocationEntry(const ELFRelocationEntry &RE); 45 bool operator<(const PPCELFRelocationEntry &RE) const { in operator <() 46 return (RE.r_offset < r_offset || in operator <() 47 (RE.r_offset == r_offset && RE.Type > Type)); in operator <() 52 PPCELFRelocationEntry::PPCELFRelocationEntry(const ELFRelocationEntry &RE) in PPCELFRelocationEntry() argument 53 : ELFRelocationEntry(RE.r_offset, RE.Index, RE.Type, RE.Symbol, in PPCELFRelocationEntry() 54 RE.r_addend, *RE.Fixup) {} in PPCELFRelocationEntry()
|
/external/markdown/markdown/ |
D | blockprocessors.py | 219 RE = re.compile(r'(^|\n)[ ]{0,3}>[ ]?(.*)') variable in BlockQuoteProcessor 222 return bool(self.RE.search(block)) 226 m = self.RE.search(block) 246 m = self.RE.match(line) 259 RE = re.compile(r'^[ ]{0,3}\d+\.[ ]+(.*)') variable in OListProcessor 266 return bool(self.RE.match(block)) 327 RE = re.compile(r'^[ ]{0,3}[*+-][ ]+(.*)') variable in UListProcessor 334 RE = re.compile(r'(^|\n)(?P<level>#{1,6})(?P<header>.*?)#*(\n|$)') variable in HashHeaderProcessor 337 return bool(self.RE.search(block)) 341 m = self.RE.search(block) [all …]
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 319 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection() argument 321 Relocations[SectionID].push_back(RE); in addRelocationForSection() 324 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE, in addRelocationForSymbol() argument 332 ExternalSymbolRelocations[SymbolName].push_back(RE); in addRelocationForSymbol() 335 RelocationEntry RECopy = RE; in addRelocationForSymbol() 404 void RuntimeDyldImpl::resolveRelocationEntry(const RelocationEntry &RE, in resolveRelocationEntry() argument 407 if (Sections[RE.SectionID].Address != 0) { in resolveRelocationEntry() 408 DEBUG(dbgs() << "\tSectionID: " << RE.SectionID in resolveRelocationEntry() 409 << " + " << RE.Offset << " (" in resolveRelocationEntry() 410 << format("%p", Sections[RE.SectionID].Address + RE.Offset) << ")" in resolveRelocationEntry() [all …]
|
/external/open-vcdiff/gtest/src/ |
D | gtest-port.cc | 111 RE::~RE() { in ~RE() 118 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() 127 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() 135 void RE::Init(const char* regex) { in Init() 364 RE::~RE() { in ~RE() 370 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() 376 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() 381 void RE::Init(const char* regex) { in Init()
|
/external/protobuf/gtest/src/ |
D | gtest-port.cc | 111 RE::~RE() { in ~RE() 118 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() 127 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() 135 void RE::Init(const char* regex) { in Init() 364 RE::~RE() { in ~RE() 370 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() 376 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() 381 void RE::Init(const char* regex) { in Init()
|
/external/llvm/utils/unittest/googletest/ |
D | gtest-port.cc | 115 RE::~RE() { in ~RE() 128 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() 137 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() 145 void RE::Init(const char* regex) { in Init() 375 RE::~RE() { in ~RE() 381 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() 387 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() 392 void RE::Init(const char* regex) { in Init()
|
/external/chromium/testing/gtest/src/ |
D | gtest-port.cc | 115 RE::~RE() { in ~RE() 128 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() 137 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() 145 void RE::Init(const char* regex) { in Init() 375 RE::~RE() { in ~RE() 381 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() 387 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() 392 void RE::Init(const char* regex) { in Init()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-port.cc | 115 RE::~RE() { in ~RE() 128 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() 137 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() 145 void RE::Init(const char* regex) { in Init() 375 RE::~RE() { in ~RE() 381 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() 387 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() 392 void RE::Init(const char* regex) { in Init()
|
/external/gtest/src/ |
D | gtest-port.cc | 115 RE::~RE() { in ~RE() 128 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() 137 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() 145 void RE::Init(const char* regex) { in Init() 375 RE::~RE() { in ~RE() 381 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() 387 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() 392 void RE::Init(const char* regex) { in Init()
|
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
D | gtest-port.h | 335 class RE { 339 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 343 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 346 RE(const char* regex) { Init(regex); } // NOLINT in RE() function 347 ~RE(); 357 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() 363 static bool PartialMatch(const ::string& str, const RE& re) { in PartialMatch() 368 static bool PartialMatch(const char* str, const RE& re);
|
D | gtest-death-test-internal.h | 76 static bool Create(const char* statement, const RE* regex, 131 virtual bool Create(const char* statement, const RE* regex, 138 virtual bool Create(const char* statement, const RE* regex, 151 const ::testing::internal::RE& gtest_regex = (regex); \
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
D | gtest-port.h | 629 class RE { 633 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 637 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 640 RE(const char* regex) { Init(regex); } // NOLINT in RE() function 641 ~RE(); 654 static bool FullMatch(const ::std::string& str, const RE& re) { in FullMatch() 657 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() 663 static bool FullMatch(const ::string& str, const RE& re) { in FullMatch() 666 static bool PartialMatch(const ::string& str, const RE& re) { in PartialMatch() 671 static bool FullMatch(const char* str, const RE& re); [all …]
|
D | gtest-death-test-internal.h | 77 static bool Create(const char* statement, const RE* regex, 137 virtual bool Create(const char* statement, const RE* regex, 144 virtual bool Create(const char* statement, const RE* regex, 157 const ::testing::internal::RE& gtest_regex = (regex); \ 263 ::testing::internal::RE::PartialMatch(".*", (regex)); \
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 622 class RE { 626 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 630 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 633 RE(const char* regex) { Init(regex); } // NOLINT in RE() function 634 ~RE(); 647 static bool FullMatch(const ::std::string& str, const RE& re) { in FullMatch() 650 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() 656 static bool FullMatch(const ::string& str, const RE& re) { in FullMatch() 659 static bool PartialMatch(const ::string& str, const RE& re) { in PartialMatch() 664 static bool FullMatch(const char* str, const RE& re); [all …]
|
D | gtest-death-test-internal.h | 77 static bool Create(const char* statement, const RE* regex, 137 virtual bool Create(const char* statement, const RE* regex, 144 virtual bool Create(const char* statement, const RE* regex, 157 const ::testing::internal::RE& gtest_regex = (regex); \ 263 ::testing::internal::RE::PartialMatch(".*", (regex)); \
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 79 static bool Create(const char* statement, const RE* regex, 143 virtual bool Create(const char* statement, const RE* regex, 150 virtual bool Create(const char* statement, const RE* regex, 188 const ::testing::internal::RE& gtest_regex = (regex); \ 295 ::testing::internal::RE::PartialMatch(".*", (regex)); \
|
/external/chromium/testing/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 79 static bool Create(const char* statement, const RE* regex, 143 virtual bool Create(const char* statement, const RE* regex, 150 virtual bool Create(const char* statement, const RE* regex, 188 const ::testing::internal::RE& gtest_regex = (regex); \ 297 ::testing::internal::RE::PartialMatch(".*", (regex)); \
|
/external/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 79 static bool Create(const char* statement, const RE* regex, 143 virtual bool Create(const char* statement, const RE* regex, 150 virtual bool Create(const char* statement, const RE* regex, 188 const ::testing::internal::RE& gtest_regex = (regex); \ 297 ::testing::internal::RE::PartialMatch(".*", (regex)); \
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-death-test-internal.h | 79 static bool Create(const char* statement, const RE* regex, 143 virtual bool Create(const char* statement, const RE* regex, 150 virtual bool Create(const char* statement, const RE* regex, 188 const ::testing::internal::RE& gtest_regex = (regex); \ 297 ::testing::internal::RE::PartialMatch(".*", (regex)); \
|