Home
last modified time | relevance | path

Searched refs:get_res (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/sysutils/conky/conky-1.12.2/src/
H A Daudacious.cc188 aud_result get_res() { in get_res() function
197 const aud_result &res = get_res(); in print_audacious_status()
204 get_res().title.c_str()); in print_audacious_title()
210 get_res().filename.c_str()); in print_audacious_filename()
214 const aud_result &res = get_res(); in audacious_barval()
220 const aud_result &res = get_res(); in print_audacious_length()
227 snprintf(p, p_max_size, "%d", get_res().length); in print_audacious_length_seconds()
232 const aud_result &res = get_res(); in print_audacious_position()
239 snprintf(p, p_max_size, "%d", get_res().position); in print_audacious_position_seconds()
244 snprintf(p, p_max_size, "%d", get_res().bitrate); in print_audacious_bitrate()
[all …]
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Daudacious.cc188 aud_result get_res() { in get_res() function
197 const aud_result &res = get_res(); in print_audacious_status()
204 get_res().title.c_str()); in print_audacious_title()
210 get_res().filename.c_str()); in print_audacious_filename()
214 const aud_result &res = get_res(); in audacious_barval()
220 const aud_result &res = get_res(); in print_audacious_length()
227 snprintf(p, p_max_size, "%d", get_res().length); in print_audacious_length_seconds()
232 const aud_result &res = get_res(); in print_audacious_position()
239 snprintf(p, p_max_size, "%d", get_res().position); in print_audacious_position_seconds()
244 snprintf(p, p_max_size, "%d", get_res().bitrate); in print_audacious_bitrate()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/base/internal/
H A Dscoped_set_env.cc53 auto get_res = GetEnvironmentVariableA(var_name_.c_str(), buf, sizeof(buf)); in ScopedSetEnv() local
54 ABSL_INTERNAL_CHECK(get_res < sizeof(buf), "value exceeds buffer size"); in ScopedSetEnv()
56 if (get_res == 0) { in ScopedSetEnv()
59 old_value_.assign(buf, get_res); in ScopedSetEnv()
H A Dscoped_set_env_test.cc29 auto get_res = GetEnvironmentVariableA(name, buf, sizeof(buf)); in GetEnvVar() local
30 if (get_res >= sizeof(buf)) { in GetEnvVar()
34 if (get_res == 0) { in GetEnvVar()
38 return std::string(buf, get_res); in GetEnvVar()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/base/internal/
H A Dscoped_set_env.cc53 auto get_res = GetEnvironmentVariableA(var_name_.c_str(), buf, sizeof(buf)); in ScopedSetEnv() local
54 ABSL_INTERNAL_CHECK(get_res < sizeof(buf), "value exceeds buffer size"); in ScopedSetEnv()
56 if (get_res == 0) { in ScopedSetEnv()
59 old_value_.assign(buf, get_res); in ScopedSetEnv()
H A Dscoped_set_env_test.cc29 auto get_res = GetEnvironmentVariableA(name, buf, sizeof(buf)); in GetEnvVar() local
30 if (get_res >= sizeof(buf)) { in GetEnvVar()
34 if (get_res == 0) { in GetEnvVar()
38 return std::string(buf, get_res); in GetEnvVar()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/base/internal/
H A Dscoped_set_env.cc53 auto get_res = GetEnvironmentVariableA(var_name_.c_str(), buf, sizeof(buf)); in ScopedSetEnv() local
54 ABSL_INTERNAL_CHECK(get_res < sizeof(buf), "value exceeds buffer size"); in ScopedSetEnv()
56 if (get_res == 0) { in ScopedSetEnv()
59 old_value_.assign(buf, get_res); in ScopedSetEnv()
H A Dscoped_set_env_test.cc29 auto get_res = GetEnvironmentVariableA(name, buf, sizeof(buf)); in GetEnvVar() local
30 if (get_res >= sizeof(buf)) { in GetEnvVar()
34 if (get_res == 0) { in GetEnvVar()
38 return std::string(buf, get_res); in GetEnvVar()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/base/internal/
H A Dscoped_set_env.cc53 auto get_res = GetEnvironmentVariableA(var_name_.c_str(), buf, sizeof(buf)); in ScopedSetEnv() local
54 ABSL_INTERNAL_CHECK(get_res < sizeof(buf), "value exceeds buffer size"); in ScopedSetEnv()
56 if (get_res == 0) { in ScopedSetEnv()
59 old_value_.assign(buf, get_res); in ScopedSetEnv()
H A Dscoped_set_env_test.cc29 auto get_res = GetEnvironmentVariableA(name, buf, sizeof(buf)); in GetEnvVar() local
30 if (get_res >= sizeof(buf)) { in GetEnvVar()
34 if (get_res == 0) { in GetEnvVar()
38 return std::string(buf, get_res); in GetEnvVar()
/dports/graphics/R-cran-s2/s2/src/absl/base/internal/
H A Dscoped_set_env.cc53 auto get_res = GetEnvironmentVariableA(var_name_.c_str(), buf, sizeof(buf)); in ScopedSetEnv() local
54 ABSL_INTERNAL_CHECK(get_res < sizeof(buf), "value exceeds buffer size"); in ScopedSetEnv()
56 if (get_res == 0) { in ScopedSetEnv()
59 old_value_.assign(buf, get_res); in ScopedSetEnv()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/base/internal/
H A Dscoped_set_env.cc53 auto get_res = GetEnvironmentVariableA(var_name_.c_str(), buf, sizeof(buf)); in ScopedSetEnv() local
54 ABSL_INTERNAL_CHECK(get_res < sizeof(buf), "value exceeds buffer size"); in ScopedSetEnv()
56 if (get_res == 0) { in ScopedSetEnv()
59 old_value_.assign(buf, get_res); in ScopedSetEnv()
H A Dscoped_set_env_test.cc29 auto get_res = GetEnvironmentVariableA(name, buf, sizeof(buf)); in GetEnvVar() local
30 if (get_res >= sizeof(buf)) { in GetEnvVar()
34 if (get_res == 0) { in GetEnvVar()
38 return std::string(buf, get_res); in GetEnvVar()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/base/internal/
H A Dscoped_set_env.cc53 auto get_res = GetEnvironmentVariableA(var_name_.c_str(), buf, sizeof(buf)); in ScopedSetEnv() local
54 ABSL_INTERNAL_CHECK(get_res < sizeof(buf), "value exceeds buffer size"); in ScopedSetEnv()
56 if (get_res == 0) { in ScopedSetEnv()
59 old_value_.assign(buf, get_res); in ScopedSetEnv()
H A Dscoped_set_env_test.cc29 auto get_res = GetEnvironmentVariableA(name, buf, sizeof(buf)); in GetEnvVar() local
30 if (get_res >= sizeof(buf)) { in GetEnvVar()
34 if (get_res == 0) { in GetEnvVar()
38 return std::string(buf, get_res); in GetEnvVar()
/dports/devel/isa-l/isa-l-2.30.0/include/
H A Dtest.h77 static inline long long get_res(void) { in get_res() function
85 #define UNIT_SCALE get_res()
93 static inline long long get_res(void) {
118 static inline long long get_res(void) {
176 return (total + get_res() - 1) / get_res(); in estimate_perf_iterations()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/30_threads/packaged_task/cons/
H A D3.cc42 int get_res() in get_res() function
49 auto f = spawn_task(get_res); in test01()
50 VERIFY( f.get() == get_res() ); in test01()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/packaged_task/cons/
H A D3.cc41 int get_res() in get_res() function
48 auto f = spawn_task(get_res); in test01()
49 VERIFY( f.get() == get_res() ); in test01()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/packaged_task/cons/
H A D3.cc41 int get_res() in get_res() function
48 auto f = spawn_task(get_res); in test01()
49 VERIFY( f.get() == get_res() ); in test01()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/30_threads/packaged_task/cons/
H A D3.cc39 int get_res() in get_res() function
46 auto f = spawn_task(get_res); in test01()
47 VERIFY( f.get() == get_res() ); in test01()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/30_threads/packaged_task/cons/
H A D3.cc39 int get_res() in get_res() function
46 auto f = spawn_task(get_res); in test01()
47 VERIFY( f.get() == get_res() ); in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/30_threads/packaged_task/cons/
H A D3.cc40 int get_res() in get_res() function
47 auto f = spawn_task(get_res); in test01()
48 VERIFY( f.get() == get_res() ); in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/30_threads/packaged_task/cons/
H A D3.cc39 int get_res() in get_res() function
46 auto f = spawn_task(get_res); in test01()
47 VERIFY( f.get() == get_res() ); in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/30_threads/packaged_task/cons/
H A D3.cc40 int get_res() in get_res() function
47 auto f = spawn_task(get_res); in test01()
48 VERIFY( f.get() == get_res() ); in test01()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/30_threads/packaged_task/cons/
H A D3.cc42 int get_res() in get_res() function
49 auto f = spawn_task(get_res); in test01()
50 VERIFY( f.get() == get_res() ); in test01()

1234567