Home
last modified time | relevance | path

Searched +defs:info +defs:mode (Results 1 – 25 of 21763) sorted by relevance

12345678910>>...871

/dports/graphics/gimp-app/gimp-2.10.30/app/operations/layer-modes/
H A Dgimp-layer-modes.c1128 gimp_layer_mode_info (GimpLayerMode mode) in gimp_layer_mode_info()
1137 gimp_layer_mode_is_legacy (GimpLayerMode mode) in gimp_layer_mode_is_legacy()
1139 const GimpLayerModeInfo *info = gimp_layer_mode_info (mode); in gimp_layer_mode_is_legacy() local
1150 const GimpLayerModeInfo *info = gimp_layer_mode_info (mode); in gimp_layer_mode_is_blend_space_mutable() local
1161 const GimpLayerModeInfo *info = gimp_layer_mode_info (mode); in gimp_layer_mode_is_composite_space_mutable() local
1172 const GimpLayerModeInfo *info = gimp_layer_mode_info (mode); in gimp_layer_mode_is_composite_mode_mutable() local
1183 const GimpLayerModeInfo *info = gimp_layer_mode_info (mode); in gimp_layer_mode_is_subtractive() local
1194 const GimpLayerModeInfo *info = gimp_layer_mode_info (mode); in gimp_layer_mode_is_alpha_only() local
1205 const GimpLayerModeInfo *info = gimp_layer_mode_info (mode); in gimp_layer_mode_is_trivial() local
1216 const GimpLayerModeInfo *info = gimp_layer_mode_info (mode); in gimp_layer_mode_get_blend_space() local
[all …]
/dports/devel/hpx/hpx-1.2.1/src/performance_counters/
H A Dcounter_creators.cpp32 bool default_counter_discoverer(counter_info const& info, in default_counter_discoverer()
34 discover_counters_mode mode, error_code& ec) in default_counter_discoverer()
45 bool locality_counter_discoverer(counter_info const& info, in locality_counter_discoverer()
47 discover_counters_mode mode, error_code& ec) in locality_counter_discoverer()
94 discover_counters_mode mode, error_code& ec) in locality_pool_counter_discoverer()
154 bool locality0_counter_discoverer(counter_info const& info, in locality0_counter_discoverer()
156 discover_counters_mode mode, error_code& ec) in locality0_counter_discoverer()
207 discover_counters_mode mode, error_code& ec) in locality_thread_counter_discoverer()
261 discover_counters_mode mode, error_code& ec) in locality_pool_thread_counter_discoverer()
326 discover_counters_mode mode, error_code& ec) in locality_pool_thread_no_total_counter_discoverer()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/
H A DResolution.cpp37 RESOLUTION_INFO::RESOLUTION_INFO(int width, int height, float aspect, const std::string &mode) : in RESOLUTION_INFO()
106 RESOLUTION_INFO info; in FindResolutionFromWhitelist() local
133 for (const auto& mode : indexList) in FindResolutionFromWhitelist() local
136 const RESOLUTION_INFO info = CServiceBroker::GetWinSystem()->GetGfxContext().GetResInfo(i); in FindResolutionFromWhitelist() local
167 for (const auto& mode : indexList) in FindResolutionFromWhitelist() local
206 for (const auto& mode : indexList) in FindResolutionFromWhitelist() local
242 for (const auto& mode : indexList) in FindResolutionFromWhitelist() local
245 const RESOLUTION_INFO info = CServiceBroker::GetWinSystem()->GetGfxContext().GetResInfo(i); in FindResolutionFromWhitelist() local
268 for (const auto& mode : indexList) in FindResolutionFromWhitelist() local
297 for (const auto& mode : indexList) in FindResolutionFromWhitelist() local
[all …]
/dports/lang/v8/v8-9.6.180.12/src/parsing/
H A Dparsing.cc26 void MaybeReportErrorsAndStatistics(ParseInfo* info, Handle<Script> script, in MaybeReportErrorsAndStatistics()
28 ReportStatisticsMode mode) { in MaybeReportErrorsAndStatistics()
40 bool ParseProgram(ParseInfo* info, Handle<Script> script, in ParseProgram()
42 Isolate* isolate, ReportStatisticsMode mode) { in ParseProgram()
64 bool ParseProgram(ParseInfo* info, Handle<Script> script, Isolate* isolate, in ParseProgram()
65 ReportStatisticsMode mode) { in ParseProgram()
69 bool ParseFunction(ParseInfo* info, Handle<SharedFunctionInfo> shared_info, in ParseFunction()
70 Isolate* isolate, ReportStatisticsMode mode) { in ParseFunction()
95 bool ParseAny(ParseInfo* info, Handle<SharedFunctionInfo> shared_info, in ParseAny()
96 Isolate* isolate, ReportStatisticsMode mode) { in ParseAny()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/parsing/
H A Dparsing.cc26 void MaybeReportErrorsAndStatistics(ParseInfo* info, Handle<Script> script, in MaybeReportErrorsAndStatistics()
28 ReportStatisticsMode mode) { in MaybeReportErrorsAndStatistics()
40 bool ParseProgram(ParseInfo* info, Handle<Script> script, in ParseProgram()
42 Isolate* isolate, ReportStatisticsMode mode) { in ParseProgram()
64 bool ParseProgram(ParseInfo* info, Handle<Script> script, Isolate* isolate, in ParseProgram()
65 ReportStatisticsMode mode) { in ParseProgram()
69 bool ParseFunction(ParseInfo* info, Handle<SharedFunctionInfo> shared_info, in ParseFunction()
70 Isolate* isolate, ReportStatisticsMode mode) { in ParseFunction()
95 bool ParseAny(ParseInfo* info, Handle<SharedFunctionInfo> shared_info, in ParseAny()
96 Isolate* isolate, ReportStatisticsMode mode) { in ParseAny()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/heap/
H A Dhp_open.c35 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
37 HP_INFO *info; in heap_open_from_share() local
68 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
70 HP_INFO *info; in heap_open_from_share_and_register() local
113 HP_INFO *heap_open(const char *name, int mode) in heap_open()
115 HP_INFO *info; in heap_open() local
141 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/heap/
H A Dhp_open.c35 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
37 HP_INFO *info; in heap_open_from_share() local
68 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
70 HP_INFO *info; in heap_open_from_share_and_register() local
113 HP_INFO *heap_open(const char *name, int mode) in heap_open()
115 HP_INFO *info; in heap_open() local
141 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/heap/
H A Dhp_open.cc41 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) { in heap_open_from_share()
42 HP_INFO *info; in heap_open_from_share() local
77 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) { in heap_open_from_share_and_register()
78 HP_INFO *info; in heap_open_from_share_and_register() local
115 HP_INFO *heap_open(const char *name, int mode) { in heap_open()
116 HP_INFO *info; in heap_open() local
138 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/heap/
H A Dhp_open.c35 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
37 HP_INFO *info; in heap_open_from_share() local
75 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
77 HP_INFO *info; in heap_open_from_share_and_register() local
120 HP_INFO *heap_open(const char *name, int mode) in heap_open()
122 HP_INFO *info; in heap_open() local
148 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/heap/
H A Dhp_open.c35 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
37 HP_INFO *info; in heap_open_from_share() local
75 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
77 HP_INFO *info; in heap_open_from_share_and_register() local
120 HP_INFO *heap_open(const char *name, int mode) in heap_open()
122 HP_INFO *info; in heap_open() local
148 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/heap/
H A Dhp_open.c35 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
37 HP_INFO *info; in heap_open_from_share() local
75 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
77 HP_INFO *info; in heap_open_from_share_and_register() local
120 HP_INFO *heap_open(const char *name, int mode) in heap_open()
122 HP_INFO *info; in heap_open() local
148 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/heap/
H A Dhp_open.c35 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
37 HP_INFO *info; in heap_open_from_share() local
75 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
77 HP_INFO *info; in heap_open_from_share_and_register() local
120 HP_INFO *heap_open(const char *name, int mode) in heap_open()
122 HP_INFO *info; in heap_open() local
148 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/heap/
H A Dhp_open.c35 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
37 HP_INFO *info; in heap_open_from_share() local
75 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
77 HP_INFO *info; in heap_open_from_share_and_register() local
120 HP_INFO *heap_open(const char *name, int mode) in heap_open()
122 HP_INFO *info; in heap_open() local
148 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/heap/
H A Dhp_open.c35 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
37 HP_INFO *info; in heap_open_from_share() local
68 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
70 HP_INFO *info; in heap_open_from_share_and_register() local
113 HP_INFO *heap_open(const char *name, int mode) in heap_open()
115 HP_INFO *info; in heap_open() local
141 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/heap/
H A Dhp_open.c35 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
37 HP_INFO *info; in heap_open_from_share() local
68 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
70 HP_INFO *info; in heap_open_from_share_and_register() local
113 HP_INFO *heap_open(const char *name, int mode) in heap_open()
115 HP_INFO *info; in heap_open() local
141 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/mysql57-client/mysql-5.7.36/storage/heap/
H A Dhp_open.c35 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
37 HP_INFO *info; in heap_open_from_share() local
75 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
77 HP_INFO *info; in heap_open_from_share_and_register() local
120 HP_INFO *heap_open(const char *name, int mode) in heap_open()
122 HP_INFO *info; in heap_open() local
148 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/heap/
H A Dhp_open.c28 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
30 HP_INFO *info; in heap_open_from_share() local
63 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
65 HP_INFO *info; in heap_open_from_share_and_register() local
108 HP_INFO *heap_open(const char *name, int mode) in heap_open()
110 HP_INFO *info; in heap_open() local
136 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/heap/
H A Dhp_open.c28 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
30 HP_INFO *info; in heap_open_from_share() local
63 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
65 HP_INFO *info; in heap_open_from_share_and_register() local
108 HP_INFO *heap_open(const char *name, int mode) in heap_open()
110 HP_INFO *info; in heap_open() local
136 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/heap/
H A Dhp_open.c28 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
30 HP_INFO *info; in heap_open_from_share() local
63 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
65 HP_INFO *info; in heap_open_from_share_and_register() local
108 HP_INFO *heap_open(const char *name, int mode) in heap_open()
110 HP_INFO *info; in heap_open() local
136 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/heap/
H A Dhp_open.c28 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
30 HP_INFO *info; in heap_open_from_share() local
63 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
65 HP_INFO *info; in heap_open_from_share_and_register() local
108 HP_INFO *heap_open(const char *name, int mode) in heap_open()
110 HP_INFO *info; in heap_open() local
136 HP_SHARE *info; in hp_find_named_heap() local
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/io/
H A Dregistration.rs28 /// in the form of lost notifications and tasks hanging. in heap_open_from_share()
30 /// ## Platform-specific events in heap_open_from_share()
63 /// from a future driven by a tokio runtime, otherwise runtime can be set in heap_open_from_share_and_register()
65 pub fn new<T>(io: &T) -> io::Result<Registration> in heap_open_from_share_and_register()
108 inner.add_source(io, ready)? in heap_release_share()
109 } else { in heap_release_share()
110 return Err(io::Error::new( in heap_release_share()
137 T: Evented, in hp_find_named_heap()
/dports/databases/mysql56-client/mysql-5.6.51/storage/heap/
H A Dhp_open.c35 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
37 HP_INFO *info; in heap_open_from_share() local
68 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
70 HP_INFO *info; in heap_open_from_share_and_register() local
113 HP_INFO *heap_open(const char *name, int mode) in heap_open()
115 HP_INFO *info; in heap_open() local
141 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/heap/
H A Dhp_open.c28 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
30 HP_INFO *info; in heap_open_from_share() local
63 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
65 HP_INFO *info; in heap_open_from_share_and_register() local
108 HP_INFO *heap_open(const char *name, int mode) in heap_open()
110 HP_INFO *info; in heap_open() local
136 HP_SHARE *info; in hp_find_named_heap() local
/dports/databases/mysql55-client/mysql-5.5.62/storage/heap/
H A Dhp_open.c28 HP_INFO *heap_open_from_share(HP_SHARE *share, int mode) in heap_open_from_share()
30 HP_INFO *info; in heap_open_from_share() local
61 HP_INFO *heap_open_from_share_and_register(HP_SHARE *share, int mode) in heap_open_from_share_and_register()
63 HP_INFO *info; in heap_open_from_share_and_register() local
106 HP_INFO *heap_open(const char *name, int mode) in heap_open()
108 HP_INFO *info; in heap_open() local
134 HP_SHARE *info; in hp_find_named_heap() local
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/util/
H A Du_draw.h43 util_draw_init_info(struct pipe_draw_info *info) in util_draw_init_info()
53 enum pipe_prim_type mode, in util_draw_arrays()
57 struct pipe_draw_info info; in util_draw_arrays() local
73 int index_bias, enum pipe_prim_type mode, in util_draw_elements()
77 struct pipe_draw_info info; in util_draw_elements() local
93 enum pipe_prim_type mode, in util_draw_arrays_instanced()
99 struct pipe_draw_info info; in util_draw_arrays_instanced() local
118 enum pipe_prim_type mode, in util_draw_elements_instanced()
124 struct pipe_draw_info info; in util_draw_elements_instanced() local

12345678910>>...871