HomeSort by relevance Sort by last modified time
    Searched full:_args (Results 351 - 375 of 410) sorted by null

<<11121314151617

  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 164 final String [] _args = (String []) args.clone (); local
166 for (int a = 0; a < _args.length; ++ a)
167 if (_args [a] == null) throw new IllegalArgumentException ("null input: args[" + a + "]");
169 m_appArgs = _args;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_bvector.h 1180 template<typename... _Args>
1182 emplace_back(_Args&&... __args)
1185 template<typename... _Args>
1187 emplace(const_iterator __pos, _Args&&... __args)
    [all...]
hashtable_policy.h     [all...]
  /external/autotest/scheduler/
drone_utility.py 48 self._args = args
54 return method(*self._args, **self._kwargs)
58 args = ', '.join(repr(arg) for arg in self._args)
  /external/clang/www/
libstdc++4.4-clang0x.patch 311 template<class _U1, class _Arg0, class... _Args>
312 pair(_U1&& __x, _Arg0&& __arg0, _Args&&... __args)
315 std::forward<_Args>(__args)...) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
forward_list 260 template<typename... _Args>
262 emplace_after(const_iterator __pos, _Args&&... __args)
266 std::forward<_Args>(__args)...),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 600 template<typename _Up, typename... _Args>
602 construct(_Up* __p, _Args&&... __args)
603 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
bitmap_allocator.h 1059 template<typename _Up, typename... _Args>
1061 construct(_Up* __p, _Args&&... __args)
1062 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
forward_list 260 template<typename... _Args>
262 emplace_after(const_iterator __pos, _Args&&... __args)
266 std::forward<_Args>(__args)...),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 600 template<typename _Up, typename... _Args>
602 construct(_Up* __p, _Args&&... __args)
603 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
bitmap_allocator.h 1059 template<typename _Up, typename... _Args>
1061 construct(_Up* __p, _Args&&... __args)
1062 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
forward_list 260 template<typename... _Args>
262 emplace_after(const_iterator __pos, _Args&&... __args)
266 std::forward<_Args>(__args)...),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
mt_allocator.h 600 template<typename _Up, typename... _Args>
602 construct(_Up* __p, _Args&&... __args)
603 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
bitmap_allocator.h 1059 template<typename _Up, typename... _Args>
1061 construct(_Up* __p, _Args&&... __args)
1062 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
forward_list 260 template<typename... _Args>
262 emplace_after(const_iterator __pos, _Args&&... __args)
266 std::forward<_Args>(__args)...),
list 384 template<typename... _Args>
386 emplace(const_iterator __position, _Args&&... __args)
390 std::forward<_Args>(__args)...), this);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
mt_allocator.h 600 template<typename _Up, typename... _Args>
602 construct(_Up* __p, _Args&&... __args)
603 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
throw_allocator.h 841 template<typename _Up, typename... _Args>
843 construct(_Up* __p, _Args&&... __args)
845 _M_allocator.construct(__p, std::forward<_Args>(__args)...);
bitmap_allocator.h 1059 template<typename _Up, typename... _Args>
1061 construct(_Up* __p, _Args&&... __args)
1062 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
mox.py 909 self._args, varargs, varkw, defaults = inspect.getargspec(method)
914 self._args = self._args[1:] # Skip 'self'.
929 self._required_args = self._args
    [all...]
  /external/chromium-trace/catapult/third_party/mox3/mox3/
mox.py 909 self._args, varargs, varkw, defaults = inspect.getargspec(method)
914 self._args = self._args[1:] # Skip 'self'.
929 self._required_args = self._args
    [all...]
  /external/chromium-trace/catapult/systrace/profile_chrome/
main.py 161 options, _args = parser.parse_args() # pylint: disable=unused-variable
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
stdio_s.h 166 _CRTIMP int __cdecl __vswprintf_l(wchar_t *_Dest,const wchar_t *_Format,_locale_t _Plocinfo,va_list _Args);
  /external/autotest/client/cros/faft/
rpc_functions.py 50 self._args = args
55 self._obj.init(*self._args, **self._kargs)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h 650 _CRTIMP int __cdecl _vsnwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
708 _CRTIMP int __cdecl _vswprintf(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,va_list _Args);
711 _CRTIMP int __cdecl __vswprintf_l(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,_locale_t _Plocinfo,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]

Completed in 3724 milliseconds

<<11121314151617