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

12 3

  /external/chromium/base/gfx/
rect_unittest.cc 11 TEST(RectTest, Contains) {
36 EXPECT_EQ(value.contained, rect.Contains(value.point_x, value.point_y));
222 // Contains
  /external/chromium/third_party/icu/source/tools/gendraft/
genheaders.pl 141 * Contains data for commenting out APIs.
  /external/icu4c/tools/gendraft/
genheaders.pl 144 * Contains data for commenting out APIs.
  /external/icu4c/tools/genren/
genren.pl 87 * Contains data for renaming ICU exports.
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysevents.cc 106 if ( ! bounds.Contains(point) ) {
  /external/v8/src/
heap.h     [all...]
spaces.cc 372 if (CodeRange::contains(static_cast<Address>(mem))) {
732 if (!Contains(addr)) return Failure::Exception();
785 // The Contains function considers the address at the beginning of a
789 ASSERT(Contains(addr - kPointerSize));
791 ASSERT(Contains(addr));
970 ASSERT(Heap::map_space()->Contains(map));
    [all...]
heap.cc     [all...]
spaces-inl.h 245 bool PagedSpace::Contains(Address addr) {
jsregexp.h 218 // First set contains second.
219 bool Contains() { return (bits_ & kInSecond) == 0; }
220 // Second set contains first.
249 bool Contains(uc16 i) { return from_ <= i && i <= to_; }
317 // that contains the same values.
689 bool Contains(int value) {
    [all...]
objects-debug.cc 301 ASSERT(Heap::Contains(HeapObject::cast(p)));
    [all...]
objects.cc 411 // from the DontDelete cell without checking if it contains
807 // Backslash indicates that the string contains control
869 !Heap::Contains(HeapObject::cast(constructor))) {
874 if (!Heap::Contains(JSFunction::cast(constructor)->shared())) {
910 if (!Heap::Contains(this)) {
914 if (!Heap::Contains(map())) {
    [all...]
jsregexp.cc 230 // Ensures that the regexp object contains a compiled version of the
605 // the virtual state contains the difference between the actual current
793 return range.Contains(that);
    [all...]
objects-inl.h     [all...]
  /external/v8/test/mjsunit/
testcfg.py 121 if self.Contains(path, test):
  /external/v8/test/cctest/
test-log.cc 756 bool Contains(Address addr) {
761 return next_->Contains(addr);
839 return bounds.Contains(addr);
    [all...]
test-heap.cc 27 CHECK(Heap::Contains(map));
test-regexp.cc     [all...]
  /external/easymock/src/org/easymock/
EasyMock.java 683 * Expects a string that contains the given substring. For details, see the
690 public static String contains(String substring) { method in class:EasyMock
691 reportMatcher(new Contains(substring));
    [all...]
  /external/v8/tools/
tickprocessor.py 92 if region.Contains(offset):
139 def Contains(self, pc):
test.py 539 def Contains(self, path, file):
981 matches = [ r for r in all_rules if r.Contains(case.path) ]
1020 def Contains(self, path):
    [all...]
  /external/chromium/base/
file_util_unittest.cc     [all...]
  /external/chromium/third_party/icu/source/data/
makedata.mak 62 # The directory that contains ucmcore.mk files along with *.ucm files
67 # The directory that contains resfiles.mk files along with *.txt locale data files
72 # The directory that contains colfiles.mk files along with *.txt collation data files
77 # The directory that contains rbnffiles.mk files along with *.txt RBNF data files
82 # The directory that contains trfiles.mk files along with *.txt transliterator files
87 # The directory that contains resfiles.mk files along with *.txt break iterator files
92 # The directory that contains Unicode data files
98 # The directory that contains miscfiles.mk along with files that are miscelleneous data
104 # The directory that contains sprepfiles.mk files along with *.txt stringprep files
110 # The source directory. Contains the source files for the common data to be built
    [all...]
  /dalvik/docs/
prettify.js 65 /** Contains functions for creating and registering new language handlers.
502 /** True if the given tag contains a class attribute with the nocode class. */
733 // and then contains any number of raw characters,
    [all...]
  /external/icu4c/data/
makedata.mak 62 # The directory that contains ucmcore.mk files along with *.ucm files
67 # The directory that contains resfiles.mk files along with *.txt locale data files
72 # The directory that contains colfiles.mk files along with *.txt collation data files
77 # The directory that contains rbnffiles.mk files along with *.txt RBNF data files
82 # The directory that contains trfiles.mk files along with *.txt transliterator files
87 # The directory that contains resfiles.mk files along with *.txt break iterator files
92 # The directory that contains Unicode data files
98 # The directory that contains miscfiles.mk along with files that are miscelleneous data
104 # The directory that contains sprepfiles.mk files along with *.txt stringprep files
110 # The source directory. Contains the source files for the common data to be built
    [all...]

Completed in 704 milliseconds

12 3