OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Settings
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
settings.h
62
* The global variable __gnu_parallel::
_Settings
::algorithm_strategy
74
* __gnu_parallel::
_Settings
::[algorithm]_minimal_n .
92
* __gnu_parallel::
_Settings
::algorithm_strategy. Usually a decision
95
#define _GLIBCXX_PARALLEL_CONDITION(c) (__gnu_parallel::
_Settings
::get().algorithm_strategy != __gnu_parallel::force_sequential && ((__gnu_parallel::get_max_threads() > 1 && (c)) || __gnu_parallel::
_Settings
::get().algorithm_strategy == __gnu_parallel::force_parallel))
102
const
_Settings
& s =
_Settings
::get();
116
/// class
_Settings
118
struct
_Settings
268
static const
_Settings
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
settings.h
62
* The global variable __gnu_parallel::
_Settings
::algorithm_strategy
74
* gnu_parallel::
_Settings
::[algorithm]_minimal_n .
92
* __gnu_parallel::
_Settings
::algorithm_strategy. Usually a decision
96
(__gnu_parallel::
_Settings
::get().algorithm_strategy \
99
|| __gnu_parallel::
_Settings
::get().algorithm_strategy \
107
const
_Settings
& __s =
_Settings
::get();
121
/// class
_Settings
123
struct
_Settings
279
_GLIBCXX_CONST static const
_Settings
[
all
...]
/external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py
82
def
_Settings
(self):
87
return self.
_Settings
().get(test_key, default) == cond_key
90
if test_key in self.
_Settings
():
91
lst.append(format_str % str(self.
_Settings
()[test_key]))
96
if test_key in self.
_Settings
():
306
if 'IPHONEOS_DEPLOYMENT_TARGET' in self.
_Settings
():
326
if 'SDKROOT' in self.
_Settings
():
338
if 'GCC_DYNAMIC_NO_PIC' in self.
_Settings
():
339
if self.
_Settings
()['GCC_DYNAMIC_NO_PIC'] == 'YES':
353
dbg_format = self.
_Settings
().get('DEBUG_INFORMATION_FORMAT', 'dwarf'
[
all
...]
Completed in 141 milliseconds