Searched defs:contains (Results 301 - 325 of 404) sorted by relevance

<<11121314151617

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h219 // The LargeHeapObject pseudo-page contains one actual object. Determine
229 virtual bool contains(Address object) OVERRIDE
487 // contain. If a heap page only contains a certain type of object all
505 virtual bool contains(Address addr) OVERRIDE
645 bool contains(Address);
783 bool contains(void*);
840 // that contains any type of object and a number of heaps specialized
843 // Each thread heap contains the functionality to allocate new objects
957 // The promptly freed count contains the number of promptly freed objects
968 static BaseHeapPage* contains(Addres
969 static BaseHeapPage* contains(void* pointer) { return contains(reinterpret_cast<Address>(pointer)); } function in class:blink::Heap
970 static BaseHeapPage* contains(const void* pointer) { return contains(const_cast<void*>(pointer)); } function in class:blink::Heap
[all...]
H A DThreadState.h264 size_t m_totalObjectSpace; // Actually contains objects that may be live, not including headers.
552 BaseHeapPage* contains(Address address) { return heapPageFromAddress(address); } function in class:blink::ThreadState
553 BaseHeapPage* contains(void* pointer) { return contains(reinterpret_cast<Address>(pointer)); } function in class:blink::ThreadState
554 BaseHeapPage* contains(const void* pointer) { return contains(const_cast<void*>(pointer)); } function in class:blink::ThreadState
814 virtual bool contains(Address) = 0;
H A DHeap.cpp123 bool contains(Address addr) const function in class:blink::MemoryRegion
129 bool contains(const MemoryRegion& other) const function in class:blink::MemoryRegion
131 return contains(other.m_base) && contains(other.m_base + other.m_size - 1);
356 ASSERT(reserved->contains(writable));
520 ASSERT(contains(address));
688 if (page->contains(address))
692 if (page->contains(address))
699 if (current->contains(address))
710 if (current->contains(addres
1123 bool OrphanedPagePool::contains(void* object) function in class:blink::OrphanedPagePool
2117 BaseHeapPage* Heap::contains(Address address) function in class:Heap
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTable.h463 bool contains(KeyPeekInType key) const { return contains<IdentityTranslatorType>(key); } function in class:WTF::HashTable
467 template<typename HashTranslator, typename T> bool contains(const T&) const;
938 bool HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::contains(const T& key) const function in class:WTF::HashTable
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParseTreeTransforms.py410 an item contains appear before the item itself. This is needed
420 def contains(seq, x): function in function:sort_common_subsequences
424 elif item.is_sequence_constructor and contains(item.args, x):
428 return b.is_sequence_constructor and contains(b.args, a)
/external/chromium_org/tools/symsrc/
H A Dpefile.py843 """Check whether the section contains the file offset provided."""
853 """Check whether the section contains the address provided."""
868 def contains(self, rva): member in class:SectionStructure
869 #print "DEPRECATION WARNING: you should use contains_rva() instead of contains()"
956 bound: If the symbol is bound, this contains
2168 # Check if this entry contains version information
2260 containing all the StringTable structures. Each of those structures contains a
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java225 * Returns <code>true</code> if this set contains the specified element. More formally, returns <code>true</code> if and only if this set contains an element <code>e</code> such that
230 * @return <code>true</code> if this set contains the specified element
232 public boolean contains(String subtype) { method in class:JmDNSImpl.ServiceTypeEntry
237 * Adds the specified element to this set if it is not already present. More formally, adds the specified element <code>e</code> to this set if this set contains no element <code>e2</code> such that
238 * <code>(e==null&nbsp;?&nbsp;e2==null&nbsp;:&nbsp;e.equals(e2))</code>. If this set already contains the element, the call leaves the set unchanged and returns <code>false</code>.
245 if (subtype == null || this.contains(subtype)) {
937 if (!list.contains(listener)) {
1112 if ((subtypes != null) && (!subtypes.contains(subtype))) {
1114 if (!subtypes.contains(subtyp
[all...]
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h165 /// contains - Returns true if this tree contains a subtree (node) that
168 bool contains(key_type_ref K) { return (bool) find(K); } function in class:llvm::ImutAVLTree
981 /// getEmptySet - Returns an immutable set that contains no elements.
986 /// add - Creates a new immutable set that contains all of the values
998 /// remove - Creates a new immutable set that contains all of the values
1023 /// Returns true if the set contains the specified value.
1024 bool contains(value_type_ref V) const { function in class:llvm::ImmutableSet
1025 return Root ? Root->contains(V) : false;
1045 /// isEmpty - Return true if the set contains n
1166 bool contains(value_type_ref V) const { function in class:llvm::ImmutableSetRef
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp285 // Now Orphans contains the inherited subregisters without a direct index.
688 // Default allocation order always contains all registers.
705 if (!contains(Reg))
762 if (contains(RegBank.getReg(Super.Orders[i][j])))
766 bool CodeGenRegisterClass::contains(const CodeGenRegister *Reg) const { function in class:CodeGenRegisterClass
1525 // Create a RegUnitSet for each RegClass that contains all units in the class
1861 if (SubRC->contains(SSPairs[i].second))
1917 /// getRegisterClassForRegister - Find the register class that contains the
1929 if (!RC.contains(Reg))
1932 // If this is the first class that contains th
[all...]
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar ... key java.util.List result public synchronized boolean contains (org.eclipse.equinox.p2.repository. ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jar ... int) int[] waitingThreads int lockIndex int i int j boolean contains (java.lang.Thread) Thread t private void fillPresentEntries ...
/external/chromium_org/remoting/webapp/js_proto/
H A Dchrome_proto.js5 // This file contains various hacks needed to inform JSCompiler of various
283 contains: function(permissions, callback) {},
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp819 if (dialog && this != document() && !NodeRenderingTraversal::contains(dialog, this))
859 bool Node::contains(const Node* node) const function in class:blink::Node
887 return contains(node);
2067 ASSERT(transientRegistry->contains(registration));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp661 virtual UBool contains(UChar32 c) const { function in class:TestFilter
3993 if (set.contains(0x200E)) {
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java667 * Returns true if this reference contains an active value, meaning one that is still considered
2096 * The key reference queue contains entries whose keys have been garbage collected, and which
2102 * The value reference queue contains value references whose values have been garbage collected,
2624 if (accessQueue.contains(e)) {
3619 * of the queue as part of copyWriteEntry, and (2) the contains method is highly optimized
3703 public boolean contains(Object o) { method in class:LocalCache.WriteQueue
3756 * of the queue as part of copyWriteEntry, and (2) the contains method is highly optimized
3840 public boolean contains(Object o) { method in class:LocalCache.AccessQueue
4482 public boolean contains(Object o) { method in class:LocalCache.KeySet
4515 public boolean contains(Objec method in class:LocalCache.Values
4533 public boolean contains(Object o) { method in class:LocalCache.EntrySet
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java2102 * The key reference queue contains entries whose keys have been garbage collected, and which
2108 * The value reference queue contains value references whose values have been garbage collected,
2343 if (evictionQueue.contains(e)) {
2346 if (map.expiresAfterAccess() && expirationQueue.contains(e)) {
3153 * of the queue as part of copyEvictableEntry, and (2) the contains method is highly optimized
3229 public boolean contains(Object o) { method in class:MapMakerInternalMap.EvictionQueue
3281 * of the queue as part of copyEvictableEntry, and (2) the contains method is highly optimized
3365 public boolean contains(Object o) { method in class:MapMakerInternalMap.ExpirationQueue
3842 public boolean contains(Object o) { method in class:MapMakerInternalMap.KeySet
3875 public boolean contains(Objec method in class:MapMakerInternalMap.Values
3893 public boolean contains(Object o) { method in class:MapMakerInternalMap.EntrySet
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp660 virtual UBool contains(UChar32 c) const { function in class:TestFilter
3992 if (set.contains(0x200E)) {
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js782 chrome.permissions.contains = function(permissions, callback) {};
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp109 bool contains(const v8::Handle<GCObject>& handle) function in class:blink::__anon10905::V8ObjectMap
111 return m_map.contains(*handle);
953 if (!m_transferredArrayBuffers.contains(v8ArrayBuffer))
1409 ASSERT(!m_transferredArrayBuffers.contains(value.As<v8::Object>()));
1461 ASSERT(!m_objectPool.contains(object));
2921 if (visited.contains(arrayBuffers[i].get()))
3033 if (ports.contains(port)) {
3040 if (arrayBuffers.contains(arrayBuffer)) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A DjFormatString.jar ... defs= " (int) int f public int valueOf () public boolean contains (edu.umd.cs.findbugs.formatStringChecker. ...

Completed in 1099 milliseconds

<<11121314151617