Home
last modified time | relevance | path

Searched refs:with_background (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Druntime_data_unittest.cc50 scoped_refptr<const Extension> with_background = in TEST_F() local
52 EXPECT_FALSE(runtime_data_.IsBackgroundPageReady(with_background.get())); in TEST_F()
55 runtime_data_.SetBackgroundPageReady(with_background->id(), true); in TEST_F()
56 EXPECT_TRUE(runtime_data_.IsBackgroundPageReady(with_background.get())); in TEST_F()
57 runtime_data_.SetBackgroundPageReady(with_background->id(), false); in TEST_F()
58 EXPECT_FALSE(runtime_data_.IsBackgroundPageReady(with_background.get())); in TEST_F()
H A Dlazy_background_task_queue_unittest.cc137 scoped_refptr<const Extension> with_background = in TEST_F() local
140 queue.ShouldEnqueueTask(browser_context(), with_background.get())); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/
H A Druntime_data_unittest.cc50 scoped_refptr<const Extension> with_background = in TEST_F() local
52 EXPECT_FALSE(runtime_data_.IsBackgroundPageReady(with_background.get())); in TEST_F()
55 runtime_data_.SetBackgroundPageReady(with_background->id(), true); in TEST_F()
56 EXPECT_TRUE(runtime_data_.IsBackgroundPageReady(with_background.get())); in TEST_F()
57 runtime_data_.SetBackgroundPageReady(with_background->id(), false); in TEST_F()
58 EXPECT_FALSE(runtime_data_.IsBackgroundPageReady(with_background.get())); in TEST_F()
H A Dlazy_background_task_queue_unittest.cc137 scoped_refptr<const Extension> with_background = in TEST_F() local
140 queue.ShouldEnqueueTask(browser_context(), with_background.get())); in TEST_F()
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/shortcuts/
H A Ddialogs.py58 ], with_background=True)
76 with_background=True)
110 with_background=True)
125 with_background=True)
153 with_background=True)
180 with_background=True)
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/shortcuts/
H A Ddialogs.py58 ], with_background=True)
76 with_background=True)
110 with_background=True)
125 with_background=True)
153 with_background=True)
180 with_background=True)
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/shortcuts/
H A Ddialogs.py67 with_background=True,
97 with_background=True,
147 with_background=True,
166 with_background=True,
204 with_background=True,
242 with_background=True,
278 with_background=True,
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/widgets/
H A Ddialogs.py36 with_background=False): argument
76 width=(None if with_background is None else width),
81 if with_background:
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/widgets/
H A Ddialogs.py36 with_background=False): argument
76 width=(None if with_background is None else width),
81 if with_background:
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/widgets/
H A Ddialogs.py46 with_background: bool = False,
93 width=(None if with_background is None else width),
100 if with_background:
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/arc-swap-1.5.0/benches/
H A Dtrack.rs57 fn with_background<F: Fn(&ArcSwap<usize>) + Sync>( in with_background() function
103 with_background(c, "concurrent_loads", 2, |s| { in benchmark()
106 with_background(c, "concurrent_store", 1, |s| { in benchmark()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/arc-swap-1.3.2/benches/
H A Dtrack.rs57 fn with_background<F: Fn(&ArcSwap<usize>) + Sync>( in with_background() function
103 with_background(c, "concurrent_loads", 2, |s| { in benchmark()
106 with_background(c, "concurrent_store", 1, |s| { in benchmark()
/dports/net/routinator/routinator-0.10.2/cargo-crates/arc-swap-1.3.0/benches/
H A Dtrack.rs57 fn with_background<F: Fn(&ArcSwap<usize>) + Sync>( in with_background() function
103 with_background(c, "concurrent_loads", 2, |s| { in benchmark()
106 with_background(c, "concurrent_store", 1, |s| { in benchmark()
/dports/editors/helix/helix-0.5.0/cargo-crates/arc-swap-1.4.0/benches/
H A Dtrack.rs57 fn with_background<F: Fn(&ArcSwap<usize>) + Sync>( in with_background() function
103 with_background(c, "concurrent_loads", 2, |s| { in benchmark()
106 with_background(c, "concurrent_store", 1, |s| { in benchmark()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/arc-swap-1.3.2/benches/
H A Dtrack.rs57 fn with_background<F: Fn(&ArcSwap<usize>) + Sync>( in with_background() function
103 with_background(c, "concurrent_loads", 2, |s| { in benchmark()
106 with_background(c, "concurrent_store", 1, |s| { in benchmark()
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Danimate.pl37 my $with_background = ($ARGV[1] // '') eq '-bg';
43 $x-> draw_background( $c, 0, 0) if $with_background;
/dports/graphics/vigra/vigra-8acd73a/test/blockwisealgorithms/
H A Dtest_labeling.cxx86 bool with_background = *backgrounds_it; in testOnData() local
96 if(with_background) in testOnData()
114 oss << "with background: " << boolalpha << with_background << endl; in testOnData()
/dports/games/battletanks/btanks-0.9.8083/engine/menu/
H A Dchooser.cpp39 …&font, const std::vector<std::string> &options, const std::string &surface, bool with_background) : in Chooser() argument
52 if (with_background) { in Chooser()
H A Dchooser.h46 …r<std::string> &options, const std::string &surface = std::string(), bool with_background = false);
/dports/x11-fm/nautilus/nautilus-41.1/test/interactive/
H A Dtest.h25 gboolean with_background,
H A Dtest.c99 gboolean with_background, in test_label_new() argument
/dports/x11-fm/caja/caja-1.26.0/test/
H A Dtest.h27 gboolean with_background,
/dports/x11-fm/nemo/nemo-4.8.3/test/
H A Dtest.h26 gboolean with_background,
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32font.h80 int x, int y, bool with_background);
/dports/editors/emacs/emacs-27.2/src/
H A Dw32font.h80 int x, int y, bool with_background);

123