HomeSort by relevance Sort by last modified time
    Searched defs:hashtable (Results 1 - 25 of 38) sorted by null

1 2

  /external/clang/test/SemaCXX/
libstdcxx_pointer_return_false_hack.cpp 4 // an issue with libstdc++-4.2's <tr1/hashtable> implementation.
14 template<typename T> struct hashtable { struct in namespace:std::tr1
30 auto *test1 = std::tr1::hashtable<int>().find_node();
  /toolchain/binutils/binutils-2.27/opcodes/
m88k-dis.c 521 HASHTAB *hashtable[HASHVAL] = {0}; variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
51 /** @file backward/hashtable.h
59 // Hashtable class, used to implement the hashed associative containers
92 class hashtable;
106 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
157 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
249 class hashtable;
254 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
255 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
259 // a hashtable unconditionally has a member variable to hold it
267 class hashtable class
337 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
344 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
351 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
51 /** @file backward/hashtable.h
59 // Hashtable class, used to implement the hashed associative containers
92 class hashtable;
106 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
157 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
249 class hashtable;
254 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
255 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
259 // a hashtable unconditionally has a member variable to hold it
267 class hashtable class
337 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
344 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
351 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/gcc-4.8.3/python/libstdcxx/v6/
printers.py 645 def hashtable (self): member in class:Tr1UnorderedSetPrinter
651 return '%s with %d elements' % (self.typename, self.hashtable()['_M_element_count'])
659 return itertools.izip (counter, Tr1HashtableIterator (self.hashtable()))
668 def hashtable (self): member in class:Tr1UnorderedMapPrinter
674 return '%s with %d elements' % (self.typename, self.hashtable()['_M_element_count'])
693 data = self.flatten (itertools.imap (self.format_one, Tr1HashtableIterator (self.hashtable())))
    [all...]
  /prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/
printers.py 645 def hashtable (self): member in class:Tr1UnorderedSetPrinter
651 return '%s with %d elements' % (self.typename, self.hashtable()['_M_element_count'])
659 return itertools.izip (counter, Tr1HashtableIterator (self.hashtable()))
668 def hashtable (self): member in class:Tr1UnorderedMapPrinter
674 return '%s with %d elements' % (self.typename, self.hashtable()['_M_element_count'])
693 data = self.flatten (itertools.imap (self.format_one, Tr1HashtableIterator (self.hashtable())))
    [all...]
  /prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.9/
printers.py 741 def hashtable (self): member in class:Tr1UnorderedSetPrinter
747 return '%s with %d elements' % (self.typename, self.hashtable()['_M_element_count'])
756 return izip (counter, Tr1HashtableIterator (self.hashtable()))
757 return izip (counter, StdHashtableIterator (self.hashtable()))
766 def hashtable (self): member in class:Tr1UnorderedMapPrinter
772 return '%s with %d elements' % (self.typename, self.hashtable()['_M_element_count'])
792 data = self.flatten (imap (self.format_one, Tr1HashtableIterator (self.hashtable())))
795 data = self.flatten (imap (self.format_one, StdHashtableIterator (self.hashtable())))
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/
printers.py 645 def hashtable (self): member in class:Tr1UnorderedSetPrinter
651 return '%s with %d elements' % (self.typename, self.hashtable()['_M_element_count'])
659 return itertools.izip (counter, Tr1HashtableIterator (self.hashtable()))
668 def hashtable (self): member in class:Tr1UnorderedMapPrinter
674 return '%s with %d elements' % (self.typename, self.hashtable()['_M_element_count'])
693 data = self.flatten (itertools.imap (self.format_one, Tr1HashtableIterator (self.hashtable())))
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/libstdcxx/gcc-4.9/
printers.py 741 def hashtable (self): member in class:Tr1UnorderedSetPrinter
747 return '%s with %d elements' % (self.typename, self.hashtable()['_M_element_count'])
756 return izip (counter, Tr1HashtableIterator (self.hashtable()))
757 return izip (counter, StdHashtableIterator (self.hashtable()))
766 def hashtable (self): member in class:Tr1UnorderedMapPrinter
772 return '%s with %d elements' % (self.typename, self.hashtable()['_M_element_count'])
792 data = self.flatten (imap (self.format_one, Tr1HashtableIterator (self.hashtable())))
795 data = self.flatten (imap (self.format_one, StdHashtableIterator (self.hashtable())))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 645 def hashtable (self): member in class:Tr1UnorderedSetPrinter
651 return '%s with %d elements' % (self.typename, self.hashtable()['_M_element_count'])
659 return itertools.izip (counter, Tr1HashtableIterator (self.hashtable()))
668 def hashtable (self): member in class:Tr1UnorderedMapPrinter
674 return '%s with %d elements' % (self.typename, self.hashtable()['_M_element_count'])
693 data = self.flatten (itertools.imap (self.format_one, Tr1HashtableIterator (self.hashtable())))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 645 def hashtable (self): member in class:Tr1UnorderedSetPrinter
651 return '%s with %d elements' % (self.typename, self.hashtable()['_M_element_count'])
659 return itertools.izip (counter, Tr1HashtableIterator (self.hashtable()))
668 def hashtable (self): member in class:Tr1UnorderedMapPrinter
674 return '%s with %d elements' % (self.typename, self.hashtable()['_M_element_count'])
693 data = self.flatten (itertools.imap (self.format_one, Tr1HashtableIterator (self.hashtable())))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
hash.c 429 char *hashtable[TABLES];
468 for (pp = hashtable; pp < hashtable + TABLES; pp++)
471 pp - hashtable, *pp);
487 printf ("? display all hashtable control block addresses\n");
489 printf ("d die: destroy hashtable\n");
494 printf ("n new hashtable\n");
516 h = hashtable[number] = (char *) hash_new ();
582 h = hashtable[number];
428 char *hashtable[TABLES]; variable
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 191 hashtable { class in namespace:__gnu_cxx
207 hashtable <
  /external/python/cpython3/Python/
marshal.c 15 #include "../Modules/hashtable.h"
72 _Py_hashtable_t *hashtable; member in struct:__anon33605
259 if (p->version < 3 || p->hashtable == NULL)
266 entry = _Py_HASHTABLE_GET_ENTRY(p->hashtable, v);
269 _Py_HASHTABLE_ENTRY_READ_DATA(p->hashtable, entry, w);
276 size_t s = p->hashtable->entries;
284 if (_Py_HASHTABLE_SET(p->hashtable, v, w) < 0) {
574 wf->hashtable = _Py_hashtable_new(sizeof(PyObject *), sizeof(int),
577 if (wf->hashtable == NULL) {
599 if (wf->hashtable != NULL)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashtableTest.java 28 import java.util.Hashtable;
38 private Hashtable ht10;
40 private Hashtable ht100;
42 private Hashtable htfull;
51 * java.util.Hashtable#Hashtable()
54 // Test for method java.util.Hashtable()
55 new Support_MapTest2(new Hashtable()).runTest();
57 Hashtable h = new Hashtable();
777 Hashtable<String, String> hashtable = new Hashtable<String, String>(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ir.h 641 vt_table hashtable; member in class:r600_sb::value_table
649 size_mask(size - 1), hashtable(size), cnt() {}
  /toolchain/binutils/binutils-2.27/bfd/
ecoff.c 3052 bfd_byte *hashtable; local
3571 const bfd_byte *hashtable; local
    [all...]
  /external/libnl/include/netlink-private/
types.h 90 struct nl_hash_table * hashtable; member in struct:nl_cache
  /external/opencv/cxcore/include/
cxtypes.h 754 void** hashtable; member in struct:CvSparseMat
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 

Completed in 1278 milliseconds

1 2