OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__output
(Results
1 - 25
of
28
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_algos.h
41
__insert_top_n(_Container&
__output
,
45
typename _Container::iterator __it =
__output
.begin();
56
if (__it ==
__output
.end())
66
__output
.insert(__it, __value);
72
__top_n(const _Container& __input, _Container&
__output
,
75
__output
.clear();
78
__insert_top_n(
__output
, *__it, __n);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_algos.h
41
__insert_top_n(_Container&
__output
,
45
typename _Container::iterator __it =
__output
.begin();
56
if (__it ==
__output
.end())
66
__output
.insert(__it, __value);
72
__top_n(const _Container& __input, _Container&
__output
,
75
__output
.clear();
78
__insert_top_n(
__output
, *__it, __n);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_algos.h
41
__insert_top_n(_Container&
__output
,
45
typename _Container::iterator __it =
__output
.begin();
56
if (__it ==
__output
.end())
66
__output
.insert(__it, __value);
72
__top_n(const _Container& __input, _Container&
__output
,
75
__output
.clear();
78
__insert_top_n(
__output
, *__it, __n);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_algos.h
41
__insert_top_n(_Container&
__output
,
45
typename _Container::iterator __it =
__output
.begin();
56
if (__it ==
__output
.end())
66
__output
.insert(__it, __value);
72
__top_n(const _Container& __input, _Container&
__output
,
75
__output
.clear();
78
__insert_top_n(
__output
, *__it, __n);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
for_each.h
55
* @param
__output
Output iterator.
66
_Result&
__output
, typename
74
__reduction_start,
__output
, __bound);
78
__reduction_start,
__output
, __bound);
82
__reduction_start,
__output
, __bound);
86
__reduction_start,
__output
, __bound);
omp_loop.h
56
* @param
__output
Pointer to position where final result is written to
70
_Result&
__output
,
102
__output
= __r(
__output
, __thread_results[__i]);
omp_loop_static.h
55
* @param
__output
Pointer to position where final result is written to
70
_Result&
__output
,
102
__output
= __r(
__output
, __thread_results[__i]);
par_loop.h
56
* @param
__output
Pointer to position where final result is written to
69
_Result __base, _Result&
__output
,
122
__output
= __r(
__output
, __thread_results[__i]);
workstealing.h
88
* @param
__output
Pointer to position where final result is written to
103
_Result&
__output
,
132
__output
= __base;
296
__output
= __r(
__output
, __result);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
for_each.h
55
* @param
__output
Output iterator.
66
_Result&
__output
, typename
74
__reduction_start,
__output
, __bound);
78
__reduction_start,
__output
, __bound);
82
__reduction_start,
__output
, __bound);
86
__reduction_start,
__output
, __bound);
omp_loop.h
56
* @param
__output
Pointer to position where final result is written to
70
_Result&
__output
,
102
__output
= __r(
__output
, __thread_results[__i]);
omp_loop_static.h
55
* @param
__output
Pointer to position where final result is written to
70
_Result&
__output
,
102
__output
= __r(
__output
, __thread_results[__i]);
par_loop.h
56
* @param
__output
Pointer to position where final result is written to
69
_Result __base, _Result&
__output
,
122
__output
= __r(
__output
, __thread_results[__i]);
workstealing.h
88
* @param
__output
Pointer to position where final result is written to
103
_Result&
__output
,
132
__output
= __base;
296
__output
= __r(
__output
, __result);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
for_each.h
55
* @param
__output
Output iterator.
66
_Result&
__output
, typename
74
__reduction_start,
__output
, __bound);
78
__reduction_start,
__output
, __bound);
82
__reduction_start,
__output
, __bound);
86
__reduction_start,
__output
, __bound);
omp_loop.h
56
* @param
__output
Pointer to position where final result is written to
70
_Result&
__output
,
102
__output
= __r(
__output
, __thread_results[__i]);
omp_loop_static.h
55
* @param
__output
Pointer to position where final result is written to
70
_Result&
__output
,
102
__output
= __r(
__output
, __thread_results[__i]);
par_loop.h
56
* @param
__output
Pointer to position where final result is written to
69
_Result __base, _Result&
__output
,
122
__output
= __r(
__output
, __thread_results[__i]);
workstealing.h
88
* @param
__output
Pointer to position where final result is written to
103
_Result&
__output
,
132
__output
= __base;
296
__output
= __r(
__output
, __result);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
for_each.h
55
* @param
__output
Output iterator.
66
_Result&
__output
, typename
74
__reduction_start,
__output
, __bound);
78
__reduction_start,
__output
, __bound);
82
__reduction_start,
__output
, __bound);
86
__reduction_start,
__output
, __bound);
omp_loop.h
56
* @param
__output
Pointer to position where final result is written to
70
_Result&
__output
,
102
__output
= __r(
__output
, __thread_results[__i]);
omp_loop_static.h
55
* @param
__output
Pointer to position where final result is written to
70
_Result&
__output
,
102
__output
= __r(
__output
, __thread_results[__i]);
par_loop.h
56
* @param
__output
Pointer to position where final result is written to
69
_Result __base, _Result&
__output
,
122
__output
= __r(
__output
, __thread_results[__i]);
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
generate.py
75
#
__output
: The wrapped file-like object.
78
self.
__output
= output
97
self.
__output
.write(self.__indentation * self.__indent_space)
98
self.
__output
.write(line)
99
self.
__output
.write('\n')
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
htmlutil.py
164
self.
__output
= cStringIO.StringIO()
167
self.
__output
.write(d)
170
return self.
__output
.getvalue()
Completed in 224 milliseconds
1
2