HomeSort by relevance Sort by last modified time
    Searched refs:Contains (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/easymock/src/org/easymock/internal/matchers/
Contains.java 22 public class Contains implements IArgumentMatcher, Serializable {
28 public Contains(String substring) {
38 buffer.append("contains(\"" + substring + "\")");
  /external/chromium/third_party/icu/source/test/perf/unisetperf/draft/
contperf.sh 21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
contperf.bat 17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
  /external/icu4c/test/perf/unisetperf/draft/
contperf.sh 21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
contperf.bat 17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
  /external/chromium/base/gfx/
rect.h 111 bool Contains(int point_x, int point_y) const;
114 bool Contains(const gfx::Point& point) const {
115 return Contains(point.x(), point.y());
118 // Returns true if this rectangle contains the specified rectangle.
119 bool Contains(const Rect& rect) const;
133 // |*this| is returned. If |rect| contains |this|, then an empty Rect is
rect.cc 142 bool Rect::Contains(int point_x, int point_y) const {
147 bool Rect::Contains(const Rect& rect) const {
188 if (rect.Contains(*this))
  /external/v8/src/
mark-compact.cc 306 ASSERT(Heap::Contains(obj));
407 ASSERT(Heap::Contains(object));
434 // that one of these fields contains a pointer to it.
455 // Contents contains (value, details) pairs. If the details say
471 // The DescriptorArray descriptors contains a pointer to its contents array,
517 ASSERT(Heap::Contains(object));
592 // Before: the marking stack contains zero or more heap object pointers.
599 ASSERT(Heap::Contains(object));
657 // stack. Before: the marking stack contains zero or more heap object
685 // The to space contains live objects, the from space is used as a markin
    [all...]
string-stream.cc 341 if (!Heap::Contains(map) ||
447 if (!f->IsHeapObject() || !Heap::Contains(HeapObject::cast(f))) {
452 !Heap::Contains(map) ||
461 Heap::Contains(HeapObject::cast(perhaps_context)) &&
464 if (!Heap::Contains(context)) {
481 Heap::Contains(HeapObject::cast(f)) &&
482 Heap::Contains(HeapObject::cast(f)->map()) &&
509 if (!Heap::Contains(HeapObject::cast(f))) {
513 if (!Heap::Contains(HeapObject::cast(f)->map())) {
spaces.h 43 // separated into a map space and an old object space. The map space contains
341 static bool contains(Address address) { function in class:v8::internal::CodeRange
377 // Finds a block on the allocation list that contains at least the
    [all...]
list.h 116 bool Contains(const T& elm);
heap-inl.h 155 bool result = new_space_.Contains(object);
183 if (new_space_.Contains(address)) return;
185 SLOW_ASSERT(Contains(address + offset));
list-inl.h 130 bool List<T, P>::Contains(const T& elm) {
  /external/webkit/WebCore/platform/graphics/wx/
PathWx.cpp 77 bool Path::contains(const FloatPoint& point, const WindRule rule) const function in class:WebCore::Path
82 return m_path->Contains(point.x(), point.y(), static_cast<wxPolygonFillMode>(getWxWindRuleForWindRule(rule)));
84 return m_path->Contains(point.x(), point.y(), getWxWindRuleForWindRule(rule));
  /external/webkit/WebCore/platform/graphics/haiku/
PathHaiku.cpp 68 bool Path::contains(const FloatPoint& point, WindRule rule) const function in class:WebCore::Path
70 return m_path->Contains(point);
  /external/v8/test/cctest/
test-spaces.cc 173 CHECK(new_space.Contains(HeapObject::cast(obj)));
225 CHECK(lo->Contains(HeapObject::cast(obj)));
229 CHECK(lo->Contains(ho));
testcfg.py 97 if self.Contains(path, full_path):
  /external/chromium/third_party/icu/source/test/perf/unisetperf/
unisetperf.cpp 111 if(tf!=set.contains(c)) {
155 class Contains : public Command {
157 Contains(const UnicodeSetPerformanceTest &testcase) : Command(testcase) {
163 if(testcase.set.contains(c)) {
173 return new Contains(testcase);
188 fprintf(stderr, "error: Contains() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n",
197 if(tf!=set.contains(c)) {
409 case 0: name = "Contains"; if (exec) return Contains::get(*this); break;
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 111 if(tf!=set.contains(c)) {
155 class Contains : public Command {
157 Contains(const UnicodeSetPerformanceTest &testcase) : Command(testcase) {
163 if(testcase.set.contains(c)) {
173 return new Contains(testcase);
188 fprintf(stderr, "error: Contains() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n",
197 if(tf!=set.contains(c)) {
409 case 0: name = "Contains"; if (exec) return Contains::get(*this); break;
  /external/v8/test/es5conform/
testcfg.py 92 if self.Contains(path, full_path):
  /external/v8/test/sputnik/
testcfg.py 97 if self.Contains(path, full_path):
  /external/chromium/net/base/
escape.cc 54 bool Contains(unsigned char c) const {
74 } else if (charmap.Contains(c)) {
85 // Contains nonzero when the corresponding character is unescapable for normal
  /external/chromium/third_party/icu/source/tools/genren/
genren.pl 88 * Contains data for renaming ICU exports.
  /external/v8/test/message/
testcfg.py 114 if self.Contains(path, test):
  /external/v8/test/mozilla/
testcfg.py 122 if self.Contains(path, full_path):

Completed in 209 milliseconds

1 2 3