Home
last modified time | relevance | path

Searched refs:response_id (Results 176 – 200 of 1895) sorted by relevance

12345678910>>...76

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/appcache/
H A Dappcache_storage_impl_unittest.cc419 entry_record.response_id = 1; in LoadCache_OriginTrialSuccess()
440 entry_record.response_id = 1; in LoadCache_OriginTrialFailure()
804 entry_record.response_id = 1; in MakeGroupObsolete()
871 entry_record.response_id = 0; in MarkEntryAsForeign()
907 entry_record.response_id = 0; in MarkEntryAsForeignWithLoadInProgress()
982 entry_record.response_id = 1; in BasicFindMainResponse()
1009 entry_record.response_id = 1; in BasicFindMainResponse_OriginTrialFailure()
1252 entry_record.response_id = id; in MakeMultipleHitCacheAndGroup()
1403 entry_record.response_id = 1; in FindMainResponseExclusions()
1581 entry_record.response_id = 1; in Reinitialize()
[all …]
H A Dappcache_disk_cache_ops.cc64 int64_t response_id, in AppCacheResponseIO() argument
66 : response_id_(response_id), in AppCacheResponseIO()
163 int64_t response_id, in AppCacheResponseReader() argument
165 : AppCacheResponseIO(response_id, std::move(disk_cache)), in AppCacheResponseReader()
286 int64_t response_id, in AppCacheResponseWriter() argument
288 : AppCacheResponseIO(response_id, std::move(disk_cache)), in AppCacheResponseWriter()
451 int64_t response_id, in AppCacheResponseMetadataWriter() argument
453 : AppCacheResponseIO(response_id, std::move(disk_cache)), in AppCacheResponseMetadataWriter()
H A Dappcache_cache_test_helper.cc92 int64_t response_id) { in OnResponseInfoLoaded() argument
94 DCHECK_EQ(read_entry_response_id_, response_id); in OnResponseInfoLoaded()
114 read_entry_response_id_ = entry->response_id(); in AsyncRead()
192 entry->set_response_id(response_writer_->response_id()); in AsyncWrite()
196 response_writer_->response_id())); in AsyncWrite()
/dports/graphics/darktable/darktable-3.6.1/src/lua/
H A Dpreferences.c297 if(response_id == GTK_RESPONSE_DELETE_EVENT) in response_callback_enum()
308 static void response_callback_dir(GtkDialog *dialog, gint response_id, pref_element *cur_elt) in response_callback_dir() argument
310 if(response_id == GTK_RESPONSE_DELETE_EVENT) in response_callback_dir()
323 if(response_id == GTK_RESPONSE_DELETE_EVENT) in response_callback_file()
334 if(response_id == GTK_RESPONSE_DELETE_EVENT) in response_callback_string()
345 if(response_id == GTK_RESPONSE_DELETE_EVENT) in response_callback_bool()
354 static void response_callback_int(GtkDialog *dialog, gint response_id, pref_element *cur_elt) in response_callback_int() argument
356 if(response_id == GTK_RESPONSE_DELETE_EVENT) in response_callback_int()
367 if(response_id == GTK_RESPONSE_DELETE_EVENT) in response_callback_float()
376 static void response_callback_lua(GtkDialog *dialog, gint response_id, pref_element *cur_elt) in response_callback_lua() argument
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/lua/
H A Dpreferences.c294 if(response_id == GTK_RESPONSE_DELETE_EVENT) in response_callback_enum()
305 static void response_callback_dir(GtkDialog *dialog, gint response_id, pref_element *cur_elt) in response_callback_dir() argument
307 if(response_id == GTK_RESPONSE_DELETE_EVENT) in response_callback_dir()
320 if(response_id == GTK_RESPONSE_DELETE_EVENT) in response_callback_file()
333 if(response_id == GTK_RESPONSE_DELETE_EVENT) in response_callback_string()
344 if(response_id == GTK_RESPONSE_DELETE_EVENT) in response_callback_bool()
353 static void response_callback_int(GtkDialog *dialog, gint response_id, pref_element *cur_elt) in response_callback_int() argument
355 if(response_id == GTK_RESPONSE_DELETE_EVENT) in response_callback_int()
366 if(response_id == GTK_RESPONSE_DELETE_EVENT) in response_callback_float()
375 static void response_callback_lua(GtkDialog *dialog, gint response_id, pref_element *cur_elt) in response_callback_lua() argument
[all …]
/dports/science/gabedit/GabeditSrc251_300720/src/Geometry/
H A DImagesGeom.c262 void save_geometry_jpeg_file(GabeditFileChooser *SelecFile, gint response_id) in save_geometry_jpeg_file() argument
264 if(response_id != GTK_RESPONSE_OK) return; in save_geometry_jpeg_file()
383 void save_geometry_ppm_file(GabeditFileChooser *SelecFile, gint response_id) in save_geometry_ppm_file() argument
388 if(response_id != GTK_RESPONSE_OK) return; in save_geometry_ppm_file()
573 void save_geometry_bmp_file(GabeditFileChooser *SelecFile, gint response_id) in save_geometry_bmp_file() argument
578 if(response_id != GTK_RESPONSE_OK) return; in save_geometry_bmp_file()
670 void save_geometry_ps_file(GabeditFileChooser *SelecFile, gint response_id) in save_geometry_ps_file() argument
685 if(response_id != GTK_RESPONSE_OK) return; in save_geometry_ps_file()
764 void save_geometry_png_file(GabeditFileChooser *SelecFile, gint response_id) in save_geometry_png_file() argument
766 if(response_id != GTK_RESPONSE_OK) return; in save_geometry_png_file()
[all …]
/dports/editors/mousepad/mousepad-0.5.8/mousepad/
H A Dmousepad-replace-dialog.c29 … gint response_id);
485 gint response_id) in mousepad_replace_dialog_response() argument
493 if (response_id == MOUSEPAD_RESPONSE_CLOSE || response_id < 0) in mousepad_replace_dialog_response()
501 if ((search_direction == DIRECTION_UP && response_id != MOUSEPAD_RESPONSE_REVERSE_FIND) in mousepad_replace_dialog_response()
502 || (search_direction != DIRECTION_UP && response_id == MOUSEPAD_RESPONSE_REVERSE_FIND)) in mousepad_replace_dialog_response()
519 if (response_id == MOUSEPAD_RESPONSE_FIND || response_id == MOUSEPAD_RESPONSE_REVERSE_FIND) in mousepad_replace_dialog_response()
530 else if (response_id == MOUSEPAD_RESPONSE_ENTRY_CHANGED) in mousepad_replace_dialog_response()
544 else if (response_id == MOUSEPAD_RESPONSE_REPLACE) in mousepad_replace_dialog_response()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/appcache/
H A Dappcache_entry.h34 int64_t response_id = blink::mojom::kAppCacheNoResponseId,
39 response_id_(response_id), in types_()
68 int64_t response_id() const { return response_id_; } in response_id() function
H A Dappcache.cc121 int64_t response_id, in GetEntryAndUrlWithResponseId() argument
124 if (pair.second.response_id() == response_id) { in GetEntryAndUrlWithResponseId()
192 AppCacheEntry(entry.flags, entry.response_id, entry.response_size, in InitializeWithDatabaseRecords()
243 record.response_id = pair.second.response_id(); in ToDatabaseRecords()
343 info.response_id = pair.second.response_id(); in ToResourceInfoVector()
H A Dappcache_cache_test_helper.cc91 int64_t response_id) { in OnResponseInfoLoaded() argument
93 DCHECK_EQ(read_entry_response_id_, response_id); in OnResponseInfoLoaded()
113 read_entry_response_id_ = entry->response_id(); in AsyncRead()
191 entry->set_response_id(response_writer_->response_id()); in AsyncWrite()
195 response_writer_->response_id())); in AsyncWrite()
H A Dappcache_storage_impl_unittest.cc655 EXPECT_EQ(1, entry_records[0].response_id); in Verify_StoreExistingGroupExistingCache()
755 entry_record.response_id = 1; in MakeGroupObsolete()
822 entry_record.response_id = 0; in MarkEntryAsForeign()
858 entry_record.response_id = 0; in MarkEntryAsForeignWithLoadInProgress()
905 delegate()->found_entry_.response_id()); in Verify_FindNoMainResponse()
933 entry_record.response_id = 1; in BasicFindMainResponse()
1119 entry_record.response_id = id; in MakeMultipleHitCacheAndGroup()
1270 entry_record.response_id = 1; in FindMainResponseExclusions()
1303 delegate()->found_entry_.response_id()); in Verify_ExclusionNotFound()
1452 entry_record.response_id = 1; in Reinitialize()
[all …]
H A Dappcache_update_job_cache_copier.cc100 manifest_url_, incoming_fetcher_->existing_entry().response_id()); in Run()
106 manifest_url_, incoming_fetcher_->existing_entry().response_id(), this); in Run()
112 int64_t response_id) { in OnResponseInfoLoaded() argument
121 DCHECK_EQ(incoming_fetcher_->existing_entry().response_id(), response_id); in OnResponseInfoLoaded()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/
H A Duidiskattach.c300 static void on_response(GtkWidget *widget, gint response_id, in on_response() argument
309 debug_gtk3("got response ID %d, index %d.", response_id, index); in on_response()
314 switch (response_id) { in on_response()
372 static void on_response(GtkWidget *widget, gint response_id, in on_response() argument
380 debug_gtk3("Reponse-ID: %d", response_id); in on_response()
385 switch (response_id) { in on_response()
/dports/net/cpp-pcp-client/cpp-pcp-client-1.7.7/tutorial/08/controller/
H A Dmain.cpp144 auto response_id = parsed_chunks.envelope.get<std::string>("id"); in processResponse() local
147 std::cout << "Received response " << response_id in processResponse()
153 auto response_id = parsed_chunks.envelope.get<std::string>("id"); in processError() local
159 std::cout << "Received error " << response_id in processError()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/
H A Duisnapshot.c91 gint response_id; in save_snapshot_dialog() local
117 response_id = gtk_dialog_run(GTK_DIALOG(dialog)); in save_snapshot_dialog()
121 debug_gtk3("response_id = %d.", response_id); in save_snapshot_dialog()
125 if (response_id == GTK_RESPONSE_ACCEPT) { in save_snapshot_dialog()
H A Duiabout.c151 static void about_response_callback(GtkWidget *widget, gint response_id, in about_response_callback() argument
155 g_print("[debug-gtk3ui] %s(): response id: %d\n", __func__, response_id); in about_response_callback()
159 if (response_id == GTK_RESPONSE_DELETE_EVENT) { in about_response_callback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/dns/
H A Ddns_udp_tracker.cc91 void DnsUdpTracker::RecordResponseId(uint16_t query_id, uint16_t response_id) { in RecordResponseId() argument
103 if (query_id == response_id) { in RecordResponseId()
106 SaveIdMismatch(response_id); in RecordResponseId()
111 return response_id == recent_query.query_id; in RecordResponseId()
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpdisplayshell-filter-dialog.c55 gint response_id,
138 gint response_id, in gimp_display_shell_filter_dialog_response() argument
141 if (response_id != GTK_RESPONSE_OK) in gimp_display_shell_filter_dialog_response()
/dports/graphics/gimp-app/gimp-2.10.30/app/actions/
H A Dgradients-commands.c45 gint response_id,
129 gint response_id, in gradients_save_as_pov_ray_response() argument
132 if (response_id == GTK_RESPONSE_OK) in gradients_save_as_pov_ray_response()
H A Dtext-editor-commands.c43 gint response_id,
125 gint response_id, in text_editor_load_response() argument
128 if (response_id == GTK_RESPONSE_OK) in text_editor_load_response()
/dports/www/nginx-full/nchan-1.2.12/src/store/redis/redis-lua-scripts/
H A Drequest_subscriber_info.lua6 local response_id = tonumber(ARGV[3])
11 local alert_msgpack =cmsgpack.pack({"alert", "subscriber info", response_id})
/dports/multimedia/celluloid/celluloid-0.23/src/
H A Dcelluloid-view.c138 gint response_id,
146 gint response_id,
151 gint response_id,
156 gint response_id,
161 gint response_id,
808 gint response_id, in message_dialog_response_handler() argument
823 if(response_id == GTK_RESPONSE_ACCEPT) in open_dialog_response_handler()
843 gint response_id, in open_location_dialog_response_handler() argument
875 gint response_id, in open_track_dialog_response_handler() argument
927 gint response_id, in preferences_dialog_response_handler() argument
[all …]
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-file-management-properties-main.c37 int response_id) in caja_file_management_properties_main_close_callback() argument
39 if (response_id == GTK_RESPONSE_CLOSE) in caja_file_management_properties_main_close_callback()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/script-fu/
H A Dscript-fu-console.c67 gint response_id,
71 gint response_id,
77 gint response_id,
258 gint response_id, in script_fu_console_response() argument
263 switch (response_id) in script_fu_console_response()
320 gint response_id, in script_fu_console_save_response() argument
325 if (response_id == GTK_RESPONSE_OK) in script_fu_console_save_response()
398 gint response_id, in script_fu_browse_response() argument
416 if (response_id != GTK_RESPONSE_APPLY) in script_fu_browse_response()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/vivado_ipi/axi_dmac/
H A Dsrc_axi_mm.v59 output [ID_WIDTH-1:0] response_id, port
102 assign response_id = data_id;
173 .response_id(data_id),

12345678910>>...76