Searched defs:std (Results 151 - 175 of 214) sorted by relevance

123456789

/external/chromium/chrome/browser/sync/glue/
H A Dbookmark_model_associator.cc80 typedef std::multiset<const BookmarkNode*, BookmarkComparer> BookmarkNodesSet;
280 const BookmarkNode* permanent_node, const std::string&tag) {
292 bool BookmarkModelAssociator::GetSyncIdForTaggedNode(const std::string& tag,
356 std::stack<int64> dfs_stack;
496 std::stack<int64> dfs_stack;
279 AssociateTaggedPermanentNode( const BookmarkNode* permanent_node, const std::string&tag) argument
/external/chromium/chrome/common/extensions/
H A Dextension_file_util.cc35 static bool ValidateLocaleInfo(const Extension& extension, std::string* error);
40 int message_id, std::string* error);
45 const std::string& id,
46 const std::string& version,
82 const std::string& id) {
92 std::string* error) {
141 bool ValidateExtension(Extension* extension, std::string* error) {
162 std::string val;
218 std::vector<std
307 GarbageCollectExtensions( const FilePath& install_directory, const std::map<std::string, FilePath>& extension_paths) argument
[all...]
/external/clang/include/clang/AST/
H A DASTVector.h29 namespace std { namespace
31 // Work around flawed VC++ implementation of std::uninitialized_copy. Define
80 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
81 typedef std::reverse_iterator<iterator> reverse_iterator;
178 size_type NumInputs = std::distance(in_start, in_end);
190 std::uninitialized_copy(in_start, in_end, this->end());
202 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
210 std::uninitialized_copy(I, E, Dest);
224 std::copy_backward(I, this->end()-1, this->end());
259 std
[all...]
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp304 PrioritizedCXXGlobalInits.push_back(std::make_pair(Key, Fn));
418 const std::vector<std::pair<llvm::WeakVH, llvm::Constant*> >
417 GenerateCXXGlobalDtorsFunc(llvm::Function *Fn, const std::vector<std::pair<llvm::WeakVH, llvm::Constant*> > &DtorsAndObjects) argument
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -std=c++11 -fblocks -fms-extensions -fsyntax-only -verify %s
232 namespace std { namespace
/external/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp131 namespace std namespace
138 namespace std { namespace
143 template < typename _Tp, typename _Alloc = std::allocator < _Tp > >class vector:_Vector_base < _Tp,
150 std { namespace
177 std::pair;
197 std::equal_to;
199 std::allocator;
201 std::_Select1st;
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-4.cpp176 namespace std { namespace
182 const std::type_info &f(T* ptr) {
H A Dinstantiate-member-template.cpp224 namespace std { namespace in namespace:rdar8986308
257 typedef __static_assert_check<sizeof(__static_assert_test<((std::__has_rebind<B<int>, double>::value))>)> __t64;
258 typedef __static_assert_check<sizeof(__static_assert_test<((std::__has_rebind<D<char, int>, double>::value))>)> __t64;
/external/icu4c/i18n/
H A Dbasictz.cpp131 AnnualTimeZoneRule*& std, AnnualTimeZoneRule*& dst, UErrorCode& status) /*const*/ {
133 std = NULL;
278 std = ar2;
280 std = ar1;
130 getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial, AnnualTimeZoneRule*& std, AnnualTimeZoneRule*& dst, UErrorCode& status) argument
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h20 #include <cstddef> // for std::size_t
24 #include <utility> // for std::pair
33 struct less_ptr : public std::binary_function<Ty, Ty, bool> {
40 struct greater_ptr : public std::binary_function<Ty, Ty, bool> {
70 typedef typename std::iterator_traits<RootIt>::iterator_category
72 typedef typename std::iterator_traits<RootIt>::difference_type
135 // next/prior - These functions unlike std::advance do not modify the
146 std::advance(it, n);
159 std::advance(it, -n);
174 // that is assignable from a std
198 operator =(const std::pair<T1, T2>& p) argument
[all...]
H A DSmallBitVector.h366 resize(std::max(size(), RHS.size()));
380 resize(std::max(size(), RHS.size()));
394 resize(std::max(size(), RHS.size()));
426 std::swap(X, RHS.X);
453 namespace std { namespace
454 /// Implement std::swap in terms of BitVector swap.
H A DDenseMap.h39 typedef std::pair<KeyT, ValueT> BucketT;
61 init(NextPowerOf2(std::distance(I, E)));
181 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { argument
184 return std::make_pair(iterator(TheBucket, Buckets+NumBuckets, true),
189 return std::make_pair(iterator(TheBucket, Buckets+NumBuckets, true), true);
220 std::swap(NumBuckets, RHS.NumBuckets);
221 std::swap(Buckets, RHS.Buckets);
222 std::swap(NumEntries, RHS.NumEntries);
223 std
[all...]
H A DHashing.h125 hash_code hash_value(const std::pair<T, U> &arg);
129 hash_code hash_value(const std::basic_string<T> &arg);
313 std::swap(h2, h0);
363 // Special case std::pair to detect when both types are viable and when there
365 // std::pair isn't truly POD, but it's close enough in all reasonable
367 template <typename T, typename U> struct is_hashable_data<std::pair<T, U> >
371 sizeof(std::pair<T, U>))> {};
416 typedef typename std::iterator_traits<InputIteratorT>::value_type ValueT;
440 std::rotate(buffer, buffer_ptr, buffer_end);
464 const size_t length = std
757 hash_value(const std::pair<T, U> &arg) argument
[all...]
H A DSmallVector.h89 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
90 typedef std::reverse_iterator<iterator> reverse_iterator;
167 std::uninitialized_copy(I, E, Dest);
233 std::uninitialized_copy(I, E, Dest);
241 // iterators): std::uninitialized_copy optimizes to memmove, but we can
310 std::uninitialized_fill(this->end(), this->begin()+N, T());
322 std::uninitialized_fill(this->end(), this->begin()+N, NV);
344 size_type NumInputs = std::distance(in_start, in_end);
352 std::uninitialized_copy(in_start, in_end, this->end());
364 std
732 namespace std { namespace
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc98 void protobuf_RegisterTypes(const ::std::string&) { argument
158 const ::std::string CodeGeneratorRequest::_default_parameter_;
181 parameter_ = const_cast< ::std::string*>(&_default_parameter_);
455 std::swap(parameter_, other->parameter_);
457 std::swap(_has_bits_[0], other->_has_bits_[0]);
459 std::swap(_cached_size_, other->_cached_size_);
474 const ::std::string CodeGeneratorResponse_File::_default_name_;
475 const ::std::string CodeGeneratorResponse_File::_default_insertion_point_;
476 const ::std::string CodeGeneratorResponse_File::_default_content_;
499 name_ = const_cast< ::std
[all...]
/external/stlport/stlport/stl/
H A D_cmath.h51 namespace std { namespace
353 /* In this config Borland native lib only define functions in std namespace.
/external/stlport/test/unit/
H A Dfstream_test.cpp16 using namespace std;
615 namespace std { namespace
/external/chromium/chrome/browser/chromeos/input_method/
H A Dinput_method_util.cc33 typedef std::multimap<std::string, std::string> LanguageCodeToIdsMap;
35 typedef std::map<std::string, chromeos::InputMethodDescriptor>
38 typedef std::map<std::string, std::string> InputMethodNameToOverlayIdMap;
42 scoped_ptr<std::map<std
563 GetInputMethodIdsFromLanguageCodeInternal( const std::multimap<std::string, std::string>& language_code_to_ids, const std::string& normalized_language_code, InputMethodType type, std::vector<std::string>* out_input_method_ids) argument
[all...]
/external/chromium/chrome/browser/prerender/
H A Dprerender_manager.cc101 PendingContentsData(const GURL& url, const std::vector<GURL>& alias_urls,
106 std::vector<GURL> alias_urls_;
138 const std::vector<GURL>& alias_urls,
146 std::vector<GURL> all_alias_urls = alias_urls;
203 const std::pair<int,int>& child_route_id_pair,
205 const std::vector<GURL>& alias_urls,
209 for (std::list<PrerenderContentsData>::iterator it = prerender_list_.begin();
240 PendingPrerenderList::value_type el = std::make_pair(child_route_id_pair,
241 std::vector<PendingContentsData>());
263 for (std
202 AddPendingPreload( const std::pair<int,int>& child_route_id_pair, const GURL& url, const std::vector<GURL>& alias_urls, const GURL& referrer) argument
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest-printers_test.cc80 std::ostream& operator<<(std::ostream& os, EnumWithStreaming e) {
89 void PrintTo(EnumWithPrintTo e, std::ostream* os) {
114 inline void operator<<(::std::ostream& os, const StreamableInGlobal& /* x */) {
118 void operator<<(::std::ostream& os, const StreamableInGlobal* /* x */) {
139 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) {
147 ::std::ostream& operator<<(::std::ostream& os,
164 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) {
180 inline ::std
718 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreaming& ) argument
735 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreamingTemplate<T>& ) argument
756 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreamingAndImplicitConversionTemplate<T>& ) argument
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h321 explicit LocAsInteger(const std::pair<SVal, uintptr_t>& data) : argument
329 return cast<Loc>(((std::pair<SVal, uintptr_t>*) Data)->first);
333 const SVal& V = ((std::pair<SVal, uintptr_t>*) Data)->first;
338 return ((std::pair<SVal, unsigned>*) Data)->second;
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp36 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) &&
64 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) &&
138 std::string verstr = version.str();
190 CInvok->getPreprocessorOpts().ImplicitPCHInclude = std::string();
191 CInvok->getPreprocessorOpts().ImplicitPTHInclude = std::string();
192 std::string define = getARCMTMacroName();
235 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode,
294 std::vector<SourceLocation> ARCMTMacroLocs;
343 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode,
385 bool arcmt::getFileRemappings(std
408 getFileRemappingsFromFileList( std::vector<std::pair<std::string,std::string> > &remap, ArrayRef<StringRef> remapFiles, DiagnosticConsumer *DiagClient) argument
[all...]
/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp1 // RUN: %clang_cc1 -fsyntax-only -std=c++11 -Wc++98-compat -verify %s
2 // RUN: %clang_cc1 -fsyntax-only -std=c++11 %s
4 namespace std { struct type_info; } namespace
285 const std::type_info &ti = typeid(S::n); // expected-warning {{use of non-static data member 'n' in an unevaluated context is incompatible with C++98}}
/external/gtest/test/
H A Dgtest-printers_test.cc80 std::ostream& operator<<(std::ostream& os, EnumWithStreaming e) {
89 void PrintTo(EnumWithPrintTo e, std::ostream* os) {
114 inline void operator<<(::std::ostream& os, const StreamableInGlobal& /* x */) {
118 void operator<<(::std::ostream& os, const StreamableInGlobal* /* x */) {
139 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) {
147 ::std::ostream& operator<<(::std::ostream& os,
164 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) {
180 inline ::std
718 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreaming& ) argument
735 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreamingTemplate<T>& ) argument
756 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreamingAndImplicitConversionTemplate<T>& ) argument
[all...]
/external/llvm/lib/VMCore/
H A DConstantsContext.h327 std::vector<Constant*> operands;
358 std::string asm_string;
359 std::string constraints;
393 struct ConstantTraits< std::vector<T, Alloc> > {
394 static unsigned uses(const std::vector<T, Alloc>& v) { argument
455 std::vector<Constant*> IdxList(V.operands.begin()+1, V.operands.end());
477 std::vector<Constant*> Operands;
510 typedef std::pair<TypeClass*, ValType> MapKey;
511 typedef std::map<MapKey, ConstantClass *> MapTy;
512 typedef std
[all...]

Completed in 636 milliseconds

123456789