/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
list | 372 template<typename... _Args> 374 emplace(iterator __position, _Args&&... __args) 378 std::forward<_Args>(__args)...), this);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
throw_allocator.h | 647 template<typename... _Args> 649 construct(pointer __p, _Args&&... __args) 650 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
list | 325 template<typename... _Args> 327 emplace(iterator __position, _Args&&... __args) 330 std::forward<_Args>(__args)...));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.tcc | 55 template<typename... _Args> 58 _M_insert_after(const_iterator __pos, _Args&&... __args) 62 _Node* __thing = _M_create_node(std::forward<_Args>(__args)...);
|
stl_deque.h | [all...] |
hashtable_policy.h | 95 template<typename... _Args> 96 _Hash_node(_Args&&... __args) 97 : _M_v(std::forward<_Args>(__args)...), _M_hash_code() { } 108 template<typename... _Args> 109 _Hash_node(_Args&&... __args) 110 : _M_v(std::forward<_Args>(__args)...) { } [all...] |
stl_vector.h | 902 template<typename... _Args> 904 emplace_back(_Args&&... __args); 936 template<typename... _Args> 938 emplace(iterator __position, _Args&&... __args); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
list | 371 template<typename... _Args> 373 emplace(iterator __position, _Args&&... __args) 377 std::forward<_Args>(__args)...), this);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
throw_allocator.h | 645 template<typename _Up, typename... _Args> 647 construct(_Up* __p, _Args&&... __args) 648 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
list | 326 template<typename... _Args> 328 emplace(iterator __position, _Args&&... __args) 331 std::forward<_Args>(__args)...));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
forward_list.tcc | 64 template<typename... _Args> 67 _M_insert_after(const_iterator __pos, _Args&&... __args) 71 _Node* __thing = _M_create_node(std::forward<_Args>(__args)...);
|
stl_deque.h | [all...] |
stl_multimap.h | 452 template<typename... _Args> 454 emplace(_Args&&... __args) 455 { return _M_t._M_emplace_equal(std::forward<_Args>(__args)...); } 479 template<typename... _Args> 481 emplace_hint(const_iterator __pos, _Args&&... __args) 484 std::forward<_Args>(__args)...); [all...] |
stl_set.h | 411 template<typename... _Args> 413 emplace(_Args&&... __args) 414 { return _M_t._M_emplace_unique(std::forward<_Args>(__args)...); } 437 template<typename... _Args> 439 emplace_hint(const_iterator __pos, _Args&&... __args) 442 std::forward<_Args>(__args)...);
|
stl_vector.h | 922 template<typename... _Args> 924 emplace_back(_Args&&... __args); 956 template<typename... _Args> 958 emplace(iterator __position, _Args&&... __args); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
list | 380 template<typename... _Args> 382 emplace(iterator __position, _Args&&... __args) 386 std::forward<_Args>(__args)...), this);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
throw_allocator.h | 685 template<typename _Up, typename... _Args> 687 construct(_Up* __p, _Args&&... __args) 688 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/ |
list | 336 template<typename... _Args> 338 emplace(iterator __position, _Args&&... __args) 341 std::forward<_Args>(__args)...),
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
hashtable_policy.h | 95 template<typename... _Args> 96 _Hash_node(_Args&&... __args) 97 : _M_v(std::forward<_Args>(__args)...), _M_hash_code() { } 108 template<typename... _Args> 109 _Hash_node(_Args&&... __args) 110 : _M_v(std::forward<_Args>(__args)...) { } [all...] |
stl_vector.h | 902 template<typename... _Args> 904 emplace_back(_Args&&... __args); 936 template<typename... _Args> 938 emplace(iterator __position, _Args&&... __args); [all...] |
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
base.js | 163 this._args = args || []; 171 this._callback.apply(null, this._args);
|
/frameworks/support/v13/java/android/support/v13/app/ |
FragmentTabHost.java | 59 TabInfo(String _tag, Class<?> _class, Bundle _args) { 62 args = _args;
|
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentTabHost.java | 67 TabInfo(String _tag, Class<?> _class, Bundle _args) { 70 args = _args;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
deque | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
process.py | 104 self._args = tuple(args) 114 self._target(*self._args, **self._kwargs)
|