Home
last modified time | relevance | path

Searched refs:RE (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/external/chromium_org/net/data/ftp/
Ddir-listing-vms-84 ALPHA0721.ISO-GZ;1 383594 14-MAY-2008 08:52 [ANONY,ANONYMOUS] (RE,RWED,RE,RE)
5 AXP.DIR;1 1 25-JAN-2004 07:11 [SYSTEM] (RWE,RE,RE,RE)
6 BENCHMARKS.DIR;1 1 10-JUN-2009 19:32 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
7 EULER.DIR;1 1 10-JUN-2009 20:43 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
8 GAMES.DIR;1 1 5-FEB-2009 18:43 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
9 HOUSE.DIR;1 1 27-MAR-2008 08:02 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
10 HTML.DIR;1 1 25-JAN-2004 07:12 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
11 I64.DIR;1 1 22-JUN-2008 20:07 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
12 ITANIUM.DIR;1 1 12-JAN-2008 06:56 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
13 J2VMS.DIR;1 1 17-NOV-2008 23:26 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
[all …]
Ddir-listing-vms-24 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 …]
Ddir-listing-vms-68 INCOMING.DIR;1 1 16-FEB-2009 00:49 [ANONY,ANONYMOUS] (RWE,RWE,RE,RE)
10 LOGIN.COM;1 8 25-NOV-2003 20:01 [ANONY,ANONYMOUS] (RWED,RE,RE,RE)
11 PUB.DIR;1 2 25-JAN-2004 07:11 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
/external/chromium/net/data/ftp/
Ddir-listing-vms-24 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/
Dgtest-port_test.cc182 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/llvm/lib/Object/
DMachOObjectFile.cpp290 const macho::RelocationEntry &RE, in printRelocationTargetName() argument
292 bool IsScattered = O->isRelocationScattered(RE); in printRelocationTargetName()
299 uint32_t Val = O->getPlainRelocationSymbolNum(RE); in printRelocationTargetName()
341 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()
342 uint64_t Val = O->getPlainRelocationSymbolNum(RE); in printRelocationTargetName()
358 static uint32_t getPlainRelocationAddress(const macho::RelocationEntry &RE) { in getPlainRelocationAddress() argument
359 return RE.Word0; in getPlainRelocationAddress()
363 getScatteredRelocationAddress(const macho::RelocationEntry &RE) { in getScatteredRelocationAddress() argument
364 return RE.Word0 & 0xffffff; in getScatteredRelocationAddress()
368 const macho::RelocationEntry &RE) { in getPlainRelocationPCRel() argument
[all …]
/external/chromium/testing/gtest/test/
Dgtest-port_test.cc361 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/gtest/test/
Dgtest-port_test.cc381 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/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp87 void RuntimeDyldMachO::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() argument
89 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
90 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
91 RE.IsPCRel, RE.Size); in resolveRelocation()
287 macho::RelocationEntry RE = MachO->getRelocation(RelI.getRawDataRefImpl()); in processRelocationRef() local
289 uint32_t RelType = MachO->getAnyRelocationType(RE); in processRelocationRef()
293 bool isExtern = MachO->getPlainRelocationExternal(RE); in processRelocationRef()
294 bool IsPCRel = MachO->getAnyRelocationPCRel(RE); in processRelocationRef()
295 unsigned Size = MachO->getAnyRelocationLength(RE); in processRelocationRef()
325 SectionRef Sec = MachO->getRelocationSection(RE); in processRelocationRef()
[all …]
/external/chromium_org/testing/gtest/test/
Dgtest-port_test.cc423 const RE empty(TypeParam("")); in TYPED_TEST()
426 const RE simple(TypeParam("hello")); in TYPED_TEST()
429 const RE normal(TypeParam(".*(\\w+)")); in TYPED_TEST()
436 const RE invalid(TypeParam("?")); in TYPED_TEST()
442 const RE empty(TypeParam("")); in TYPED_TEST()
443 EXPECT_TRUE(RE::FullMatch(TypeParam(""), empty)); in TYPED_TEST()
444 EXPECT_FALSE(RE::FullMatch(TypeParam("a"), empty)); in TYPED_TEST()
446 const RE re(TypeParam("a.*z")); in TYPED_TEST()
447 EXPECT_TRUE(RE::FullMatch(TypeParam("az"), re)); in TYPED_TEST()
448 EXPECT_TRUE(RE::FullMatch(TypeParam("axyz"), re)); in TYPED_TEST()
[all …]
/external/markdown/markdown/
Dblockprocessors.py219 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/open-vcdiff/gtest/src/
Dgtest-port.cc111 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/
Dgtest-port.cc111 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/
Dgtest-port.cc115 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/
Dgtest-port.cc115 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_org/third_party/mesa/src/src/gtest/src/
Dgtest-port.cc115 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/mesa3d/src/gtest/src/
Dgtest-port.cc115 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/
Dgtest-port.cc115 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_org/testing/gtest/src/
Dgtest-port.cc140 RE::~RE() { in ~RE()
153 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch()
162 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch()
170 void RE::Init(const char* regex) { in Init()
400 RE::~RE() { in ~RE()
406 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch()
412 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch()
417 void RE::Init(const char* regex) { in Init()
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
Dgtest-port.h335 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);
/external/llvm/include/llvm/Object/
DMachO.h151 bool isRelocationScattered(const macho::RelocationEntry &RE) const;
152 unsigned getPlainRelocationSymbolNum(const macho::RelocationEntry &RE) const;
153 bool getPlainRelocationExternal(const macho::RelocationEntry &RE) const;
154 bool getScatteredRelocationScattered(const macho::RelocationEntry &RE) const;
155 uint32_t getScatteredRelocationValue(const macho::RelocationEntry &RE) const;
156 unsigned getAnyRelocationAddress(const macho::RelocationEntry &RE) const;
157 unsigned getAnyRelocationPCRel(const macho::RelocationEntry &RE) const;
158 unsigned getAnyRelocationLength(const macho::RelocationEntry &RE) const;
159 unsigned getAnyRelocationType(const macho::RelocationEntry &RE) const;
160 SectionRef getRelocationSection(const macho::RelocationEntry &RE) const;
/external/open-vcdiff/gtest/include/gtest/internal/
Dgtest-port.h629 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 …]
Dgtest-death-test-internal.h77 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/
Dgtest-port.h622 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 …]
Dgtest-death-test-internal.h77 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)); \

12345678910>>...18