Home
last modified time | relevance | path

Searched refs:is_resizable (Results 1 – 25 of 95) sorted by relevance

1234

/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Djs-array-buffer.cc74 DCHECK_EQ(is_resizable(), backing_store->is_resizable()); in Attach()
76 !backing_store->is_wasm_memory() && !backing_store->is_resizable(), in Attach()
80 if (is_shared() && is_resizable()) { in Attach()
134 if V8_UNLIKELY (is_shared() && is_resizable()) { in GetByteLength()
194 DCHECK(!array_buffer->is_resizable()); in GetBuffer()
338 CHECK(buffer.is_resizable()); in LengthTrackingGsabBackedTypedArrayLength()
H A Djs-array-buffer.tq11 is_resizable: bool: 1 bit;
40 return buffer.bit_field.is_resizable;
H A Dbacking-store.h96 bool is_resizable() const { return is_resizable_; } in is_resizable() function
/dports/science/bagel/bagel-1.2.2/btas/util/
H A Dresize.h16 class is_resizable {
53 __resize_wrapper<is_resizable<_Vector>::value>::resize(x, n);
/dports/devel/avro-c/avro-c-1.11.0/src/
H A Dstring.c132 #define is_resizable(buf) \ macro
153 if (is_resizable(str->wrapped)) { in avro_raw_string_clear()
184 if (is_resizable(str->wrapped)) { in avro_raw_string_ensure_buf()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/
H A Dstring.c132 #define is_resizable(buf) \ macro
153 if (is_resizable(str->wrapped)) { in avro_raw_string_clear()
184 if (is_resizable(str->wrapped)) { in avro_raw_string_ensure_buf()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/math/
H A Dmultidimarray.h61 struct is_resizable : std::false_type struct
66 struct is_resizable<T, void_t<decltype(std::declval<T>().resize(size_t()))>> : std::true_type
73 constexpr bool is_resizable_v = is_resizable<T>::value;
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-stage-window.h46 gboolean is_resizable);
104 gboolean is_resizable);
H A Dclutter-stage-window.c79 gboolean is_resizable) in _clutter_stage_window_set_user_resizable() argument
82 is_resizable); in _clutter_stage_window_set_user_resizable()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-stage-window.h47 gboolean is_resizable);
103 gboolean is_resizable);
H A Dclutter-stage-window.c79 gboolean is_resizable) in _clutter_stage_window_set_user_resizable() argument
82 is_resizable); in _clutter_stage_window_set_user_resizable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Ddrag_details.h49 const bool is_resizable; member
H A Ddefault_window_resizer.cc50 DCHECK(details().is_resizable); in DefaultWindowResizer()
H A Ddrag_details.cc98 is_resizable(bounds_change != WindowResizer::kBoundsChangeDirection_None), in DragDetails()
/dports/x11-wm/jewel/jewel-0.12.41/
H A DChangelog.DLR11 hints, a new function is_resizable() to determine whether a given
13 is_resizable() to prevent the user from moving a non-resizable window
H A Dclient.hh193 int is_resizable();
H A DChangelog.jewel16 18 completed DLR's update to the resize increment fix. is_resizable
/dports/lang/v8/v8-9.6.180.12/src/snapshot/
H A Dcontext-deserializer.cc65 CHECK(!buffer->is_resizable()); in SetupOffHeapArrayBufferBackingStores()
H A Dobject-deserializer.cc63 CHECK(!bs || !bs->is_resizable()); in CommitPostProcessedObjects()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dgraph_node.h156 bool is_resizable() const;
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dgraph_node.h156 bool is_resizable() const;
/dports/audio/exaile/exaile-4.1.1/xlgui/widgets/
H A Dplaylist_columns.py769 def is_resizable(name, parent, context): function
840 is_resizable,
851 is_resizable,
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-arraybuffer.cc27 if (name->is_resizable() != expected) { \
331 if (V8_UNLIKELY(!is_shared && array_buffer->is_resizable())) { in SliceHelper()
/dports/graphics/clutter/clutter-1.26.4/clutter/osx/
H A Dclutter-stage-osx.c599 gboolean is_resizable) in clutter_stage_osx_set_user_resizable() argument
605 [self->window setShowsResizeIndicator:is_resizable]; in clutter_stage_osx_set_user_resizable()
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/include/entities/
H A Dentity_model.h140 bool is_resizable() const;

1234