Home
last modified time | relevance | path

Searched refs:has_storage (Results 1 – 25 of 85) sorted by relevance

1234

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/mtp/windows/
H A Ddevice_enumeration.cpp255 bool has_storage = false; in get_device_information() local
256 for (i = 0; i < num_of_categories && !has_storage; i++) { in get_device_information()
259 if (IsEqualGUID(WPD_FUNCTIONAL_CATEGORY_STORAGE, *pv.puuid)) has_storage = true; in get_device_information()
262 PyDict_SetItemString(ans, "has_storage", has_storage ? Py_True : Py_False); in get_device_information()
264 if (has_storage) { in get_device_information()
/dports/games/widelands/widelands-build21/src/economy/
H A Didleworkersupply.cc72 bool IdleWorkerSupply::has_storage() const { in has_storage() function in Widelands::IdleWorkerSupply
116 assert(!has_storage()); in send_to_storage()
H A Didleworkersupply.h37 bool has_storage() const override;
H A Dsupply.h73 virtual bool has_storage() const = 0;
H A Dware_instance.cc58 bool has_storage() const override;
136 bool IdleWareSupply::has_storage() const { in has_storage() function in Widelands::IdleWareSupply
170 assert(!has_storage()); in send_to_storage()
H A Dwarehousesupply.h65 bool has_storage() const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feature_engagement/internal/
H A Dchrome_variations_configuration.cc133 bool has_storage = false; in ParseEventConfig() local
183 if (has_storage) { in ParseEventConfig()
187 has_storage = true; in ParseEventConfig()
199 return has_name && has_comparator && has_window && has_storage; in ParseEventConfig()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feature_engagement/internal/
H A Dchrome_variations_configuration.cc133 bool has_storage = false; in ParseEventConfig() local
183 if (has_storage) { in ParseEventConfig()
187 has_storage = true; in ParseEventConfig()
199 return has_name && has_comparator && has_window && has_storage; in ParseEventConfig()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/opengl/
H A Dgpu.h57 bool has_storage; member
H A Dformats.c325 if (gpu->glsl.compute && fmt->glsl_format && p->has_storage) in add_format()
H A Dgpu.c209 p->has_storage = gl_test_ext(gpu, "GL_ARB_shader_image_load_store", 42, 0); in pl_gpu_create_gl()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/build/android/pylib/
H A Ddebug_info.py45 self.has_storage = False
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/build/android/pylib/
H A Ddebug_info.py45 self.has_storage = False
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/build/android/pylib/
H A Ddebug_info.py45 self.has_storage = False
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/build/android/pylib/
H A Ddebug_info.py45 self.has_storage = False
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/build/android/pylib/
H A Ddebug_info.py45 self.has_storage = False
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dast_type.cpp74 ast_type_qualifier::has_storage() const in has_storage() function in ast_type_qualifier
H A Dast.h609 bool has_storage() const;
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dast_type.cpp74 ast_type_qualifier::has_storage() const in has_storage() function in ast_type_qualifier
H A Dast.h609 bool has_storage() const;
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dtorrent_handle.cpp767 if (!t || !t->has_storage()) return; in file_status()
788 if (!t || !t->has_storage()) return {}; in file_status()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dtorrent_handle.cpp767 if (!t || !t->has_storage()) return; in file_status()
788 if (!t || !t->has_storage()) return {}; in file_status()
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dast.h813 bool has_storage() const;
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/
H A Dast.h813 bool has_storage() const;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dast.h813 bool has_storage() const;

1234