HomeSort by relevance Sort by last modified time
    Searched defs:_Settings (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.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
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...]
  /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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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 201 def _Settings(self):
206 return self._Settings().get(test_key, default) == cond_key
209 if test_key in self._Settings():
210 lst.append(format_str % str(self._Settings()[test_key]))
215 if test_key in self._Settings():
437 if 'IPHONEOS_DEPLOYMENT_TARGET' in self._Settings():
457 if 'SDKROOT' in self._Settings() and sdk_root:
469 if 'GCC_DYNAMIC_NO_PIC' in self._Settings():
470 if self._Settings()['GCC_DYNAMIC_NO_PIC'] == 'YES':
484 dbg_format = self._Settings().get('DEBUG_INFORMATION_FORMAT', 'dwarf'
    [all...]

Completed in 262 milliseconds