Searched refs:using (Results 51 - 75 of 892) sorted by relevance

1234567891011>>

/external/stlport/stlport/
H A Dfloat.h38 using ::_max_dble;
39 using ::_max_flt;
40 using ::_max_ldble;
41 using ::_tiny_ldble;
H A Dios.h27 # include <using/ios>
H A Dmemory106 using ::boost::bad_weak_ptr;
107 using ::boost::shared_ptr;
108 using ::boost::swap;
109 using ::boost::static_pointer_cast;
110 using ::boost::dynamic_pointer_cast;
111 using ::boost::const_pointer_cast;
112 using ::boost::get_deleter;
113 using ::boost::weak_ptr;
114 using ::boost::enable_shared_from_this;
H A Dfstream.h30 # include <using/fstream>
/external/stlport/stlport/stl/
H A D_cstdarg.h30 using _STLP_VENDOR_CSTD::va_list;
H A D_cstring.h31 # include <using/cstring>
H A D_new.h27 using _STLP_VENDOR_CSTD::malloc;
93 using _STLP_VENDOR_EXCEPT_STD::bad_alloc;
97 using _STLP_VENDOR_EXCEPT_STD::nothrow_t;
98 using _STLP_VENDOR_EXCEPT_STD::nothrow;
100 using ::new_handler;
101 using ::set_new_handler;
103 using _STLP_VENDOR_EXCEPT_STD::new_handler;
104 using _STLP_VENDOR_EXCEPT_STD::set_new_handler;
/external/webkit/Source/JavaScriptCore/wtf/
H A DPageAllocationAligned.h40 using PageBlock::operator bool;
41 using PageBlock::size;
42 using PageBlock::base;
68 using WTF::PageAllocationAligned;
H A Ddtoa.h48 using WTF::NumberToStringBuffer;
49 using WTF::numberToString;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFileSystemClient.h31 using namespace WebCore;
/external/webkit/Source/WebCore/bindings/objc/
H A DObjCNodeFilterCondition.mm36 using namespace JSC;
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSUserDefaultsExtras.mm34 using namespace WebCore;
/external/chromium/testing/gmock/test/
H A Dgmock_link_test.h101 // constructs, only that the programs using them will link successfully.
128 using testing::_;
129 using testing::A;
130 using testing::AllOf;
131 using testing::AnyOf;
132 using testing::Assign;
133 using testing::ContainerEq;
134 using testing::DoAll;
135 using testing::DoDefault;
136 using testin
[all...]
/external/valgrind/tsan/
H A Dts_util.h130 using STD::tr1::unordered_map;
131 using STD::tr1::unordered_set;
150 using STD::tr1::unordered_map;
151 using STD::tr1::unordered_set;
169 //using std::tr1::unordered_map;
170 //using std::tr1::unordered_set;
180 using STD::string;
181 using STD::set;
182 using STD::multiset;
183 using ST
[all...]
/external/chromium/chrome/browser/prefs/
H A Dpref_observer_mock.h18 using testing::Pointee;
19 using testing::Property;
20 using testing::Truly;
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_mock.h15 using syncable::Directory;
16 using syncable::EntryKernel;
/external/webkit/Source/WebCore/dom/
H A DElementRareData.h42 using NodeRareData::needsFocusAppearanceUpdateSoonAfterAttach;
43 using NodeRareData::setNeedsFocusAppearanceUpdateSoonAfterAttach;
/external/webkit/Source/WebCore/html/canvas/
H A DInt16Array.h41 using TypedArrayBase<short>::set;
42 using IntegralTypedArrayBase<short>::set;
/external/webkit/Source/WebKit2/Shared/API/c/mac/
H A DWKCertificateInfoMac.mm32 using namespace WebKit;
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSetCollectionTest.java64 suite.addTest(SetTestSuiteBuilder.using(new ImmutableSetCopyOfGenerator())
70 suite.addTest(SetTestSuiteBuilder.using(new TestStringSetGenerator() {
81 suite.addTest(SetTestSuiteBuilder.using(
88 suite.addTest(SetTestSuiteBuilder.using(
95 suite.addTest(SetTestSuiteBuilder.using(
102 suite.addTest(SetTestSuiteBuilder.using(new TestStringSortedSetGenerator() {
113 suite.addTest(SetTestSuiteBuilder.using(
120 suite.addTest(SetTestSuiteBuilder.using(
127 suite.addTest(SetTestSuiteBuilder.using(
134 suite.addTest(SetTestSuiteBuilder.using(
[all...]
/external/chromium/base/
H A Dhash_tables.h33 using stdext::hash_map;
34 using stdext::hash_set;
55 using __gnu_cxx::hash_map;
56 using __gnu_cxx::hash_set;
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi_mock.h15 using sync_api::WriteTransaction;
/external/chromium/chrome/browser/ui/cocoa/
H A Dthemed_window.h14 using ui::ThemeProvider;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DCollectionTestSuiteBuilder.java29 public static <E> CollectionTestSuiteBuilder<E> using( method in class:CollectionTestSuiteBuilder
/external/openfst/src/include/fst/script/
H A Dtext-io.h30 using std::vector;

Completed in 356 milliseconds

1234567891011>>