Home
last modified time | relevance | path

Searched refs:is_usable (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/net/py-sbws/sbws-25aa5b232ca26729e1bf30a7c5a54fd22f5c3eeb/tests/integration/lib/
H A Dtest_destination.py36 is_usable, response = connect_to_destination_over_circuit(
39 assert is_usable is True
57 is_usable, response = connect_to_destination_over_circuit(
60 assert is_usable is False
66 is_usable, response = connect_to_destination_over_circuit(
69 is_usable, response = connect_to_destination_over_circuit(
89 is_usable, response = connect_to_destination_over_circuit(
92 is_usable, response = connect_to_destination_over_circuit(
95 is_usable, response = connect_to_destination_over_circuit(
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/arm_arm/
H A Dreg_manager.h27 bool is_usable(arm_gen::reg_t reg) const in is_usable() function
38 if (is_usable(i) && mapping[i] == emu_reg_id) in find()
41 assert(is_usable(i)); in find()
72 if (is_usable(i) && usage_tag[i] < lowtag) in get_oldest()
79 assert(is_usable(result)); in get_oldest()
143 assert(is_usable(native_reg)); in mark_dirty()
150 assert(is_usable(native_reg)); in flush()
162 if (is_usable(i)) in flush_all()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/experimental/simd/
H A Dstandard_abi_usable.cc25 is_usable() in is_usable() function
38 is_usable<stdx::simd<T>>(); in test01()
39 is_usable<stdx::native_simd<T>>(); in test01()
40 is_usable<stdx::fixed_size_simd<T, 3>>(); in test01()
41 is_usable<stdx::fixed_size_simd<T, stdx::simd_abi::max_fixed_size<T>>>(); in test01()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/experimental/simd/
H A Dstandard_abi_usable.cc25 is_usable() in is_usable() function
38 is_usable<stdx::simd<T>>(); in test01()
39 is_usable<stdx::native_simd<T>>(); in test01()
40 is_usable<stdx::fixed_size_simd<T, 3>>(); in test01()
41 is_usable<stdx::fixed_size_simd<T, stdx::simd_abi::max_fixed_size<T>>>(); in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/experimental/simd/
H A Dstandard_abi_usable.cc25 is_usable() in is_usable() function
38 is_usable<stdx::simd<T>>(); in test01()
39 is_usable<stdx::native_simd<T>>(); in test01()
40 is_usable<stdx::fixed_size_simd<T, 3>>(); in test01()
41 is_usable<stdx::fixed_size_simd<T, stdx::simd_abi::max_fixed_size<T>>>(); in test01()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/experimental/simd/
H A Dstandard_abi_usable.cc25 is_usable() in is_usable() function
38 is_usable<stdx::simd<T>>(); in test01()
39 is_usable<stdx::native_simd<T>>(); in test01()
40 is_usable<stdx::fixed_size_simd<T, 3>>(); in test01()
41 is_usable<stdx::fixed_size_simd<T, stdx::simd_abi::max_fixed_size<T>>>(); in test01()
/dports/graphics/sane-epkowa/iscan-2.11.0/lib/
H A Dpngstream.cc67 if (!is_usable ()) { in init()
94 pngstream::is_usable () in is_usable() function in iscan::pngstream
97 return lib->is_usable; in is_usable()
105 lib->is_usable = false; in is_usable()
115 return lib->is_usable; in is_usable()
143 lib->is_usable = (PNG_LIBPNG_VER <= lib->access_version_number ()); in is_usable()
146 if (!lib->is_usable) { in is_usable()
151 return lib->is_usable; in is_usable()
H A Djpegstream.cc76 if (!is_usable ()) { in init()
104 jpegstream::is_usable () in is_usable() function in iscan::jpegstream
107 return lib->is_usable; in is_usable()
115 lib->is_usable = false; in is_usable()
121 return lib->is_usable; in is_usable()
138 lib->is_usable = ( in is_usable()
153 if (!lib->is_usable) { in is_usable()
158 return lib->is_usable; in is_usable()
/dports/finance/prestashop/prestashop/classes/stock/
H A DStockManagerInterface.php50 * @param bool $is_usable
55 …Warehouse $warehouse, $quantity, $id_stock_movement_reason, $price_te, $is_usable = true, $id_supp… argument
65 * @param bool $is_usable
70 …attribute, Warehouse $warehouse, $quantity, $id_stock_movement_reason, $is_usable = true, $id_orde… argument
H A DStockManager.php52 * @param bool $is_usable
67 $is_usable = true, argument
127 …'usable_quantity' => ($is_usable ? ($stock->usable_quantity + $quantity) : $stock->usable_quantity…
158 …'usable_quantity' => ($is_usable ? ($stock->usable_quantity + $quantity) : $stock->usable_quantity…
185 'usable_quantity' => ($is_usable ? $quantity : 0),
211 * @param bool $is_usable
226 $is_usable = true, argument
292 if (!$is_usable) {
340 …'usable_quantity' => ($is_usable ? ($stock->usable_quantity - $quantity) : $stock->usable_quantity…
460 …'usable_quantity' => ($is_usable ? ($stock->usable_quantity - $total_quantity_for_current_stock) :…
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DperfMemory.cpp68 if (!PerfMemory::is_usable()) return; in perfMemory_exit()
164 if (!is_usable()) return; in destroy()
213 assert(is_usable(), "called before init or after destroy"); in alloc()
238 assert(is_usable(), "called before init or after destroy"); in mark_updated()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DperfMemory.cpp68 if (!PerfMemory::is_usable()) return; in perfMemory_exit()
164 if (!is_usable()) return; in destroy()
213 assert(is_usable(), "called before init or after destroy"); in alloc()
238 assert(is_usable(), "called before init or after destroy"); in mark_updated()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DperfMemory.cpp68 if (!PerfMemory::is_usable()) return; in perfMemory_exit()
164 if (!is_usable()) return; in destroy()
213 assert(is_usable(), "called before init or after destroy"); in alloc()
238 assert(is_usable(), "called before init or after destroy"); in mark_updated()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DperfMemory.cpp68 if (!PerfMemory::is_usable()) return; in perfMemory_exit()
164 if (!is_usable()) return; in destroy()
213 assert(is_usable(), "called before init or after destroy"); in alloc()
238 assert(is_usable(), "called before init or after destroy"); in mark_updated()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DperfMemory.cpp68 if (!PerfMemory::is_usable()) return; in perfMemory_exit()
164 if (!is_usable()) return; in destroy()
213 assert(is_usable(), "called before init or after destroy"); in alloc()
238 assert(is_usable(), "called before init or after destroy"); in mark_updated()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DperfMemory.cpp68 if (!PerfMemory::is_usable()) return; in perfMemory_exit()
164 if (!is_usable()) return; in destroy()
213 assert(is_usable(), "called before init or after destroy"); in alloc()
238 assert(is_usable(), "called before init or after destroy"); in mark_updated()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DperfMemory.cpp68 if (!PerfMemory::is_usable()) return; in perfMemory_exit()
164 if (!is_usable()) return; in destroy()
213 assert(is_usable(), "called before init or after destroy"); in alloc()
238 assert(is_usable(), "called before init or after destroy"); in mark_updated()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DperfMemory.cpp68 if (!PerfMemory::is_usable()) return; in perfMemory_exit()
164 if (!is_usable()) return; in destroy()
213 assert(is_usable(), "called before init or after destroy"); in alloc()
238 assert(is_usable(), "called before init or after destroy"); in mark_updated()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mango/src/
H A Dmango_idx_special.erl23 is_usable/3,
66 is_usable(#idx{def=all_docs}, _Selector, []) -> function
68 is_usable(#idx{def=all_docs} = Idx, Selector, SortFields) -> function
/dports/science/py-nilearn/nilearn-0.8.1/examples/07_advanced/
H A Dplot_ica_neurovault.py80 is_usable = np.ones((len(images),), dtype=bool) variable
95 is_usable[index] = False
99 term_weights = term_weights[is_usable, :]
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/opengl/
H A Dschroopengl.c17 int is_usable; member
257 opengl->is_usable = TRUE; in schro_opengl_new()
275 opengl->is_usable = FALSE; in schro_opengl_new()
280 opengl->is_usable = FALSE; in schro_opengl_new()
285 opengl->is_usable = FALSE; in schro_opengl_new()
290 opengl->is_usable = FALSE; in schro_opengl_new()
357 return opengl->is_usable; in schro_opengl_is_usable()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/display/
H A Dcc-display-config.c134 gboolean is_usable; member
150 priv->is_usable = TRUE; in G_DEFINE_TYPE_WITH_PRIVATE()
354 return priv->is_usable && in cc_display_monitor_is_useful()
363 return priv->is_usable; in cc_display_monitor_is_usable()
367 cc_display_monitor_set_usable (CcDisplayMonitor *self, gboolean is_usable) in cc_display_monitor_set_usable() argument
371 priv->is_usable = is_usable; in cc_display_monitor_set_usable()
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/src/
H A Dx_clipboard.c126 int is_usable = FALSE; in query_usable_targets_cb() local
130 is_usable = TRUE; in query_usable_targets_cb()
135 cbinfo->callback (is_usable, cbinfo->userdata); in query_usable_targets_cb()
/dports/multimedia/streamlink/streamlink-2.1.2/src/streamlink/stream/
H A Dffmpegmux.py50 def is_usable(cls, session): member in MuxedStream
51 return FFMPEGMuxer.is_usable(session)
81 if not self.is_usable(session):
143 def is_usable(cls, session): member in FFMPEGMuxer
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Dx_clipboard.c130 int is_usable = FALSE; in query_usable_targets_cb() local
134 is_usable = TRUE; in query_usable_targets_cb()
139 cbinfo->callback (is_usable, cbinfo->userdata); in query_usable_targets_cb()

1234567