Home
last modified time | relevance | path

Searched refs:read_property (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/web-interface/web-interfaces/
H A Dpts_webui_component.php45 $model = phodevi::read_property('cpu', 'model');
62 $model = phodevi::read_property('gpu', 'model');
74 array('Kernel', phodevi::read_property('system', 'kernel')),
80 $model = phodevi::read_property('motherboard', 'identifier');
86 array('Audio', phodevi::read_property('audio', 'identifier'))
91 $model = phodevi::read_property('disk', 'identifier');
94 $mo = phodevi::read_property('disk', 'mount-options');
103 $model = phodevi::read_property('memory', 'identifier');
110 $model = phodevi::read_property('system', 'operating-system');
114 array('Compiler', phodevi::read_property('system', 'compiler')),
[all …]
H A Dpts_webui_system.php42 phodevi::read_property('cpu', 'model'),
43 …phodevi::read_property('cpu', 'core-count') . ' Logical Cores - ' . phodevi::read_property('cpu', …
45 phodevi::read_property('motherboard', 'identifier'),
46 phodevi::read_property('chipset', 'identifier')
49 phodevi::read_property('memory', 'identifier'),
53 phodevi::read_property('disk', 'identifier'),
54 phodevi::read_property('disk', 'scheduler'),
57 phodevi::read_property('gpu', 'model'),
58 …phodevi::read_property('gpu', 'frequency') . ' - ' . phodevi::read_property('monitor', 'identifier…
H A Dpts_webui_main.php46read_property('cpu', 'model'), 'Motherboard' => phodevi::read_property('motherboard', 'identifier'…
56read_property('system', 'operating-system'), 2 => phodevi::read_property('system', 'kernel-string'…
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/phodevi/
H A Dphodevi.php57 return phodevi::read_property($device, 'identifier');
340 'Frequency' => phodevi::read_property('gpu', 'frequency'),
460 …nents = array(phodevi::read_property('cpu', 'model'), phodevi::read_property('system', 'operating-…
463 public static function read_property($device, $read_property, $strip_string = true) argument
473 if(!isset($properties_table[$device][$read_property]))
480 return $properties_table[$device][$read_property];
486 $value = self::$device_cache[$device][$read_property];
515 self::$device_cache[$device][$read_property] = $value;
520 self::$smart_cache[$device][$read_property] = $value;
624 … = phodevi::read_property('system', 'opengl-vendor') . ' ' . phodevi::read_property('system', 'ope…
[all …]
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/commands/
H A Drun_random_tests.php99 phodevi::read_property('cpu', 'model') . ' Benchmarks',
100 phodevi::read_property('system', 'operating-system') . ' Benchmarks',
101 phodevi::read_property('system', 'operating-system') . ' Performance',
102 phodevi::read_property('cpu', 'model') . ' Performance',
103 …phodevi::read_property('cpu', 'model') . ' + ' . phodevi::read_property('gpu', 'model') . ' + ' . …
104 …phodevi::read_property('motherboard', 'identifier') . ' On ' . phodevi::read_property('system', 'o…
105 …phodevi::read_property('cpu', 'model') . ' On ' . phodevi::read_property('system', 'operating-syst…
106 …phodevi::read_property('system', 'kernel') . ' + ' . phodevi::read_property('system', 'operating-s…
H A Dnetwork_info.php31 $table[] = array('Local IP:', phodevi::read_property('network', 'ip'));
32 $table[] = array('Interface:', phodevi::read_property('network', 'active-network-interface'));
33 $table[] = array('Network MAC: ', phodevi::read_property('network', 'mac-address'));
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_test_run_manager.php594 …dentifier = phodevi::read_property('cpu', 'model') . ' - ' . phodevi::read_property('gpu', 'model'…
1021 $smt = phodevi::read_property('cpu', 'smt');
1047 $aa = phodevi::read_property('gpu', 'aa-level');
1053 $af = phodevi::read_property('gpu', 'af-level');
1443 …:read_property('gpu', 'model') . ' graphics testing with ' . phodevi::read_property('system', 'dis…
1453 if(phodevi::read_property('system', 'system-layer'))
1456 …$auto_description = phodevi::read_property('system', 'system-layer') . ' testing on ' . phodevi::r…
1461read_property('cpu', 'model') . ' testing with a ' . phodevi::read_name('motherboard') . ' and ' .…
1466 …$auto_description = phodevi::read_property('cpu', 'model') . ' testing on ' . phodevi::read_proper…
2005 'COMPILER' => phodevi::read_property('system', 'compiler'),
[all …]
H A Dpts_client.php364 'NUM_CPU_CORES' => phodevi::read_property('cpu', 'core-count'),
365 'OMP_NUM_THREADS' => phodevi::read_property('cpu', 'core-count'),
369 'NUM_CPU_NODES' => phodevi::read_property('cpu', 'node-count'),
370 'NUM_CPU_JOBS' => (phodevi::read_property('cpu', 'core-count') * 2),
371 'SYS_MEMORY' => phodevi::read_property('memory', 'capacity'),
372 'VIDEO_MEMORY' => phodevi::read_property('gpu', 'memory-capacity'),
375 'VIDEO_MONITOR_COUNT' => phodevi::read_property('monitor', 'count'),
379 'OS_VERSION' => phodevi::read_property('system', 'os-version'),
390 'GPU_DEVICE_ID' => phodevi::read_property('gpu', 'device-id'),
996 if(phodevi::read_property('network', 'ip') != $server['ip'])
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/installer/mac/
H A Ddo_signing.sh30 DMG_VOLUME_NAME=$(read_property "DMG_VOLUME_NAME")
31 DMG_FILE_NAME=$(read_property "DMG_FILE_NAME")
32 HOST_BUNDLE_NAME=$(read_property "HOST_BUNDLE_NAME")
33 HOST_PKG=$(read_property "HOST_PKG")
34 HOST_UNINSTALLER_NAME=$(read_property "HOST_UNINSTALLER_NAME")
35 NATIVE_MESSAGING_HOST_BUNDLE_NAME=$(read_property\
37 REMOTE_ASSISTANCE_HOST_BUNDLE_NAME=$(read_property\
96 read_property() { function
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_test_run_options.php349 …if(PTS_IS_CLIENT && phodevi::read_property('gpu', 'screen-resolution') && phodevi::read_property('…
351 $available_video_modes = phodevi::read_property('gpu', 'available-modes');
389 $current_resolution = phodevi::read_property('gpu', 'screen-resolution');
624 for($i = 1; $i <= phodevi::read_property('cpu', 'core-count'); $i *= 2)
629 if(!in_array(phodevi::read_property('cpu', 'core-count'), $option_names))
631 $option_names[] = phodevi::read_property('cpu', 'core-count');
632 $option_values[] = phodevi::read_property('cpu', 'core-count');
644 for($i = 1; $i <= phodevi::read_property('cpu', 'physical-core-count'); $i *= 2)
651 $option_names[] = phodevi::read_property('cpu', 'physical-core-count');
652 $option_values[] = phodevi::read_property('cpu', 'physical-core-count');
[all …]
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/phodevi/components/
H A Dphodevi_cpu.php55 $model = phodevi::read_property('cpu', 'model');
64 $core_count = phodevi::read_property('cpu', 'physical-core-count');
65 $thread_count = phodevi::read_property('cpu', 'thread-count');
79 $model = phodevi::read_property('cpu', 'model');
111 $sl = phodevi::read_property('system', 'system-layer');
227 $physical_cores = phodevi::read_property('cpu', 'core-count');
241 $threads = phodevi::read_property('cpu', 'core-count');
1022 $family = phodevi::read_property('cpu', 'cpu-family');
1023 $model = phodevi::read_property('cpu', 'cpu-model');
1024 $cpu_string = phodevi::read_property('cpu', 'model');
[all …]
H A Dphodevi_memory.php188 …if(($mem_count * $t) != phodevi::read_property('memory', 'capacity') && phodevi::read_property('me…
200 $mem_count = phodevi::read_property('memory', 'capacity') / $mem_size[0];
239 $ram_in_mb = phodevi::read_property('memory', 'capacity');
H A Dphodevi_monitor.php195 if(phodevi::read_property('monitor', 'count') > 1)
228 if(phodevi::read_property('monitor', 'count') == 1)
230 array_push($resolutions, phodevi::read_property('gpu', 'screen-resolution-string'));
H A Dphodevi_system.php125 …&& pts_client::executable_in_path('winecfg.exe') && ($wine = phodevi::read_property('system', 'win…
129 …('WINE_VERSION') || self::$report_wine_override) && ($wine = phodevi::read_property('system', 'win…
136 $layer = phodevi::read_property('system', 'virtualized-mode');
172 $vendor = phodevi::read_property('system', 'operating-system');
429 $cpu = phodevi::read_property('cpu', 'model');
570 if(stripos(phodevi::read_property('system', 'opengl-driver'), 'Mesa'))
995 …m(phodevi::read_property('system', 'kernel') . ' (' . phodevi::read_property('system', 'kernel-arc…
1000 $k = phodevi::read_property('system', 'kernel');
1199 $version = phodevi::read_property('system', 'os-version');
1635 $display_driver = phodevi::read_property('system', 'dri-display-driver');
[all …]
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/modules/
H A Dperf_tips.php102 $disk_scheduler = phodevi::read_property('disk', 'scheduler');
106 $mount_options = phodevi::read_property('disk', 'mount-options');
121 $cpu_scaling_governor = phodevi::read_property('cpu', 'scaling-governor');
/dports/devel/tig/tig-2.5.4/include/tig/
H A Dio.h103 io_read_fn read_property, void *data);
105 size_t *lineno, io_read_fn read_property, void *data);
107 io_read_fn read_property, void *data);
/dports/x11-toolkits/fltk/fltk-1.3.8/fluid/
H A DFl_Type.h120 virtual void read_property(const char *);
190 void read_property(const char *);
264 void read_property(const char *);
278 void read_property(const char *);
296 void read_property(const char *);
314 void read_property(const char *);
332 void read_property(const char *);
362 void read_property(const char *);
435 virtual void read_property(const char *);
626 virtual void read_property(const char *);
[all …]
H A DFl_Function_Type.cxx153 void Fl_Function_Type::read_property(const char *c) { in read_property() function in Fl_Function_Type
163 Fl_Type::read_property(c); in read_property()
538 Fl_Type::read_property(c); in read_property()
620 void Fl_Decl_Type::read_property(const char *c) { in read_property() function in Fl_Decl_Type
632 Fl_Type::read_property(c); in read_property()
785 void Fl_Data_Type::read_property(const char *c) { in read_property() function in Fl_Data_Type
789 Fl_Decl_Type::read_property(c); in read_property()
1000 Fl_Type::read_property(c); in read_property()
1088 Fl_Type::read_property(c); in read_property()
1362 void Fl_Class_Type::read_property(const char *c) { in read_property() function in Fl_Class_Type
[all …]
/dports/x11-toolkits/ntk/ntk/fluid/
H A DFl_Type.h121 virtual void read_property(const char *);
188 void read_property(const char *);
221 void read_property(const char *);
235 void read_property(const char *);
253 void read_property(const char *);
271 void read_property(const char *);
289 void read_property(const char *);
319 void read_property(const char *);
392 virtual void read_property(const char *);
582 virtual void read_property(const char *);
[all …]
H A DFl_Function_Type.cxx155 void Fl_Function_Type::read_property(const char *c) { in read_property() function in Fl_Function_Type
165 Fl_Type::read_property(c); in read_property()
516 Fl_Type::read_property(c); in read_property()
598 void Fl_Decl_Type::read_property(const char *c) { in read_property() function in Fl_Decl_Type
610 Fl_Type::read_property(c); in read_property()
763 void Fl_Data_Type::read_property(const char *c) { in read_property() function in Fl_Data_Type
767 Fl_Decl_Type::read_property(c); in read_property()
978 Fl_Type::read_property(c); in read_property()
1066 Fl_Type::read_property(c); in read_property()
1339 void Fl_Class_Type::read_property(const char *c) { in read_property() function in Fl_Class_Type
[all …]
/dports/math/giacxcas/fltk-1.3.0/fluid/
H A DFl_Type.h122 virtual void read_property(const char *);
190 void read_property(const char *);
223 void read_property(const char *);
237 void read_property(const char *);
255 void read_property(const char *);
273 void read_property(const char *);
291 void read_property(const char *);
321 void read_property(const char *);
394 virtual void read_property(const char *);
585 virtual void read_property(const char *);
[all …]
H A DFl_Function_Type.cxx155 void Fl_Function_Type::read_property(const char *c) { in read_property() function in Fl_Function_Type
165 Fl_Type::read_property(c); in read_property()
516 Fl_Type::read_property(c); in read_property()
598 void Fl_Decl_Type::read_property(const char *c) { in read_property() function in Fl_Decl_Type
610 Fl_Type::read_property(c); in read_property()
763 void Fl_Data_Type::read_property(const char *c) { in read_property() function in Fl_Data_Type
767 Fl_Decl_Type::read_property(c); in read_property()
978 Fl_Type::read_property(c); in read_property()
1066 Fl_Type::read_property(c); in read_property()
1339 void Fl_Class_Type::read_property(const char *c) { in read_property() function in Fl_Class_Type
[all …]
/dports/devel/tig/tig-2.5.4/src/
H A Dio.c656 size_t *lineno, io_read_fn read_property, void *data) in io_load_file() argument
680 state = read_property(name, namelen, value, valuelen, data); in io_load_file()
692 io_read_fn read_property, void *data) in io_load_span() argument
694 return io_load_file(io, separators, lineno, read_property, data); in io_load_span()
699 io_read_fn read_property, void *data) in io_load() argument
701 return io_load_file(io, separators, NULL, read_property, data); in io_load()
706 io_read_fn read_property, void *data) in io_run_load() argument
710 return io_load(io, separators, read_property, data); in io_run_load()
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/tests/
H A Dtest__local.py33 read_property = ReadProperty() variable in A
182 self.assertEqual(a.read_property, 42)
183 a.read_property = 1
184 self.assertEqual(a.read_property, 1)
185 self.assertIsInstance(A.read_property, ReadProperty)
/dports/devel/py-zope.component/zope.component-4.2.2/src/zope/component/
H A Dhooks.py32 class read_property(object): class
51 @read_property

12345678910>>...13