/external/libpcap/ |
gencode.h | 188 struct slist; 192 struct slist *jt; /*only for relative jump in block*/ 193 struct slist *jf; /*only for relative jump in block*/ 197 struct slist { struct 199 struct slist *next; 232 struct slist *stmts; /* side effect stmts */ 256 struct slist *s; /* stmt list */ 326 void sappend(struct slist *, struct slist *);
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
test.cpp | 9 #include <slist> 84 std::slist<int> slist1; 85 std::slist<int> slist2; 90 std::string slist1 = "std::slist not supported"; 91 std::string slist2 = "std::slist not supported";
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/ |
test.cpp | 9 #include <slist> 84 std::slist<int> slist1; 85 std::slist<int> slist2; 90 std::string slist1 = "std::slist not supported"; 91 std::string slist2 = "std::slist not supported";
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/ |
test.cpp | 9 #include <slist> 84 std::slist<int> slist1; 85 std::slist<int> slist2; 90 std::string slist1 = "std::slist not supported"; 91 std::string slist2 = "std::slist not supported";
|
/external/linux-tools-perf/util/ |
strlist.c | 154 struct strlist *strlist__new(bool dupstr, const char *slist) 162 if (slist && strlist__parse_list(self, slist) != 0)
|
strlist.h | 25 struct strlist *strlist__new(bool dupstr, const char *slist);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
epsnormalize.h | 25 #include <ext/slist> 26 using __gnu_cxx::slist;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_list_to_slist.h | 32 * @brief Diagnostics for list to slist. 64 // from the malloc size class of slist nodes. When they fall into the same 65 // class, the only slist benefit is from having to set fewer links, so 126 { __id = "list-to-slist"; }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_list_to_slist.h | 32 * @brief Diagnostics for list to slist. 64 // from the malloc size class of slist nodes. When they fall into the same 65 // class, the only slist benefit is from having to set fewer links, so 126 { __id = "list-to-slist"; }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler_list_to_slist.h | 32 * @brief Diagnostics for list to slist. 64 // from the malloc size class of slist nodes. When they fall into the same 65 // class, the only slist benefit is from having to set fewer links, so 126 { __id = "list-to-slist"; }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler_list_to_slist.h | 32 * @brief Diagnostics for list to slist. 64 // from the malloc size class of slist nodes. When they fall into the same 65 // class, the only slist benefit is from having to set fewer links, so 126 { __id = "list-to-slist"; }
|
/external/stlport/test/unit/ |
alg_test.cpp | 3 # include <slist> 129 slist<int> slint(ints, ints + ARRAY_SIZE(ints)); 130 slist<int>::iterator slit = search_n(slint.begin(), slint.end(), 2, 2); 162 slist<int> slint(ints, ints + ARRAY_SIZE(ints)); 163 slist<int>::iterator slit = search_n(slint.begin(), slint.end(), 2, 1, greater<int>()); 218 slist<int> intsl;
|
/ndk/tests/device/test-gnustl-full/unit/ |
alg_test.cpp | 3 # include <slist> 129 slist<int> slint(ints, ints + ARRAY_SIZE(ints)); 130 slist<int>::iterator slit = search_n(slint.begin(), slint.end(), 2, 2); 162 slist<int> slint(ints, ints + ARRAY_SIZE(ints)); 163 slist<int>::iterator slit = search_n(slint.begin(), slint.end(), 2, 1, greater<int>()); 218 slist<int> intsl;
|
/ndk/tests/device/test-stlport/unit/ |
alg_test.cpp | 3 # include <slist> 129 slist<int> slint(ints, ints + ARRAY_SIZE(ints)); 130 slist<int>::iterator slit = search_n(slint.begin(), slint.end(), 2, 2); 162 slist<int> slint(ints, ints + ARRAY_SIZE(ints)); 163 slist<int>::iterator slit = search_n(slint.begin(), slint.end(), 2, 1, greater<int>()); 218 slist<int> intsl;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/container/ |
container_fwd.hpp | 70 //slist class 73 class slist;
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.h | 135 typedef std::list<SSegment> SList; 154 bool transmit(const SList::iterator& seg, uint32 now); 176 SList m_slist;
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.h | 148 typedef std::list<SSegment> SList; 175 bool transmit(const SList::iterator& seg, uint32 now); 225 SList m_slist;
|
/external/chromium_org/third_party/cld/base/ |
stl_decl_msvc.h | 24 #define slist list macro
|
/external/stlport/stlport/stl/config/ |
_dm.h | 10 * slist<pair<const int, string> > for instance. The generation of assignment
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 10 * slist<pair<const int, string> > for instance. The generation of assignment
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
extc++.h | 51 #include <ext/slist>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
extc++.h | 53 #include <ext/slist>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/ |
extc++.h | 53 #include <ext/slist>
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
extc++.h | 51 #include <ext/slist>
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
extc++.h | 51 #include <ext/slist>
|