Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/swiftshader/tests/SystemUnitTests/
H A DConfiguratorTests.cpp33 Configurator configurator{ config }; in TEST() local
35 EXPECT_EQ(configurator.getInteger("SectionA", "OptionA", 0), 8); in TEST()
36 EXPECT_EQ(configurator.getInteger("SectionA", "OptionB", 0), 255); in TEST()
37 EXPECT_EQ(configurator.getInteger("SectionA", "OptionC", 0), -10); in TEST()
49 Configurator configurator{ config }; in TEST() local
51 EXPECT_EQ(configurator.getFloat("SectionA", "OptionA", 0.0f), 1.25f); in TEST()
52 EXPECT_EQ(configurator.getFloat("SectionA", "OptionB", 0.0f), 3.0f); in TEST()
53 EXPECT_EQ(configurator.getFloat("SectionA", "OptionC", 0.0f), 100.0f); in TEST()
54 EXPECT_EQ(configurator.getFloat("SectionA", "OptionD", 0.0f), -1.5f); in TEST()
66 Configurator configurator{ config }; in TEST() local
[all …]
/aosp_15_r20/external/autotest/server/cros/ap_configurators/
H A Dap_cartridge.py35 for configurator in configurators:
36 self.cartridge.put(configurator)
39 def push_configurator(self, configurator): argument
44 self.cartridge.put(configurator)
49 configurator = self.cartridge.get()
53 if configurator.pdu in broken_pdus:
54 configurator.configuration_success = ap_constants.PDU_FAIL
55 raise ap_configurator.PduNotResponding(configurator.pdu)
56 configurator.apply_settings()
58 if configurator.pdu not in broken_pdus:
[all …]
H A Dap_batch_locker.py32 def __init__(self, configurator, retries): argument
38 self.configurator = configurator
47 self.configurator.host_name,
133 if self.manager.lock([ap_locker.configurator.host_name]):
135 logging.info('locked %s', ap_locker.configurator.host_name)
142 ap_locker.configurator.host_name)
145 ap_locker.configurator.host_name)
167 logging.info('checking %s', ap_locker.configurator.host_name)
170 ap_batch.append(ap_locker.configurator)
179 ap.configurator.host_name)
[all …]
/aosp_15_r20/external/coreboot/util/intelp2m/fields/cb/
H A Dcb.go20 configurator func() member
37 } else if field.configurator != nil {
38 field.configurator()
58 configurator : func() { macro.Padfn() },
64 configurator : func() { macro.Rstsrc() },
70 configurator : func() { macro.Trig() },
100 configurator : func() { macro.Invert() },
106 configurator : func() { macro.Bufdis() },
144 configurator : func() { macro.Pull() },
150 configurator : func() { macro.IOSstate() },
[all …]
/aosp_15_r20/external/coreboot/util/coreboot-configurator/
H A DREADME.md1 # coreboot-configurator ![alt text](images/StarLabs_Logo.png "Star Labs Systems")
5 ![coreboot-configurator](images/coreboot-configurator.gif)
12 sudo apt install coreboot-configurator
16 sudo apt purge coreboot-configurator
31 sudo apt purge coreboot-configurator
37 sudo pamac install coreboot-configurator
41 sudo pamac remove coreboot-configurator
47 git clone https://github.com/StarLabsLtd/coreboot-configurator.git
48 cd coreboot-configurator
/aosp_15_r20/external/coreboot/util/coreboot-configurator/contrib/debian/
H A Dchangelog1 coreboot-configurator (8) impish; urgency=medium
7 coreboot-configurator (7+a) focal; urgency=medium
13 coreboot-configurator (6.h) hirsute; urgency=medium
21 coreboot-configurator (5) hirsute; urgency=medium
28 coreboot-configurator (3) hirsute; urgency=medium
34 coreboot-configurator (2) hirsute; urgency=medium
40 coreboot-configurator (1) hirsute; urgency=medium
46 coreboot-configurator (0) hirsute; urgency=medium
H A Dcontrol1 Source: coreboot-configurator
8 Package: coreboot-configurator
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DLoudnessCodecDispatcher.java165 @NonNull LoudnessCodecController configurator, in addLoudnessCodecListener() argument
168 Objects.requireNonNull(configurator); in addLoudnessCodecListener()
176 mConfiguratorListener.put(listener, configurator); in addLoudnessCodecListener()
180 void removeLoudnessCodecListener(@NonNull LoudnessCodecController configurator) { in removeLoudnessCodecListener() argument
181 Objects.requireNonNull(configurator); in removeLoudnessCodecListener()
190 if (e.getValue() == configurator) { in removeLoudnessCodecListener()
228 public void addLoudnessCodecListener(@NonNull LoudnessCodecController configurator, in addLoudnessCodecListener() argument
232 configurator, executor, listener); in addLoudnessCodecListener()
236 public void removeLoudnessCodecListener(@NonNull LoudnessCodecController configurator) { in removeLoudnessCodecListener() argument
237 LoudnessCodecUpdatesDispatcherStub.getInstance().removeLoudnessCodecListener(configurator); in removeLoudnessCodecListener()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/moqt/tools/
H A Dmoqt_server.cc28 absl::StatusOr<MoqtConfigureSessionCallback> configurator = callback(path); in CreateWebTransportCallback() local
29 if (!configurator.ok()) { in CreateWebTransportCallback()
30 return configurator.status(); in CreateWebTransportCallback()
39 std::move (*configurator)(moqt_session.get()); in CreateWebTransportCallback()
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/
H A DMobileDataDownloadBuilder.java76 private Optional<Configurator> configurator = Optional.absent(); field in MobileDataDownloadBuilder
169 public MobileDataDownloadBuilder setConfiguratorOptional(Optional<Configurator> configurator) { in setConfiguratorOptional() argument
170 this.configurator = configurator; in setConfiguratorOptional()
308 if (configurator.isPresent()) { in build()
313 () -> configurator.get().commitToFlagSnapshot(), sequentialControlExecutor); in build()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
H A DGlanceableHubWidgetManager.kt112 configurator: WidgetConfigurator?, in <lambda>()
114 service.addWidget(provider, user, rank ?: -1, createIConfigureWidgetCallback(configurator)) in <lambda>()
214 configurator: WidgetConfigurator? in <lambda>()
216 return configurator?.let { in <lambda>()
223 val success = configurator.configureWidget(appWidgetId) in <lambda>()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dcompat.py918 result = self.configurator.convert(value)
930 result = self.configurator.convert(value)
942 result = self.configurator.convert(value)
954 result = self.configurator.convert(value)
966 result = self.configurator.convert(value)
977 result = self.configurator.convert(value)
1007 self.config.configurator = self
1078 value.configurator = self
1081 value.configurator = self
1085 value.configurator = self
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dcompat.py918 result = self.configurator.convert(value)
930 result = self.configurator.convert(value)
942 result = self.configurator.convert(value)
954 result = self.configurator.convert(value)
966 result = self.configurator.convert(value)
977 result = self.configurator.convert(value)
1007 self.config.configurator = self
1078 value.configurator = self
1081 value.configurator = self
1085 value.configurator = self
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dcompat.py918 result = self.configurator.convert(value)
930 result = self.configurator.convert(value)
942 result = self.configurator.convert(value)
954 result = self.configurator.convert(value)
966 result = self.configurator.convert(value)
977 result = self.configurator.convert(value)
1007 self.config.configurator = self
1078 value.configurator = self
1081 value.configurator = self
1085 value.configurator = self
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dcompat.py918 result = self.configurator.convert(value)
930 result = self.configurator.convert(value)
942 result = self.configurator.convert(value)
954 result = self.configurator.convert(value)
966 result = self.configurator.convert(value)
977 result = self.configurator.convert(value)
1007 self.config.configurator = self
1078 value.configurator = self
1081 value.configurator = self
1085 value.configurator = self
/aosp_15_r20/external/coreboot/util/coreboot-configurator/src/resources/
H A Dcoreboot-configurator.desktop2 Name=coreboot configurator
4 Exec=/usr/bin/coreboot-configurator
5 Icon=coreboot-configurator.png
/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Ddpp_auth.c349 auth->r_capab = auth->configurator ? DPP_CAPAB_CONFIGURATOR : in dpp_auth_build_resp()
363 pos[-1] = auth->configurator ? DPP_CAPAB_ENROLLEE : in dpp_auth_build_resp()
850 auth->configurator = 1; in dpp_auth_req_rx()
859 auth->configurator = 0; in dpp_auth_req_rx()
864 auth->configurator = 0; in dpp_auth_req_rx()
867 auth->configurator = 1; in dpp_auth_req_rx()
918 auth->configurator = 1; in dpp_auth_req_rx()
920 auth->configurator = 0; in dpp_auth_req_rx()
1187 auth->configurator = !!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR); in dpp_auth_init()
1384 if ((auth->configurator && role != DPP_CAPAB_ENROLLEE) || in dpp_auth_resp_rx_status()
[all …]
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A DREADME-DPP130 …uth_init peer=<qr-code-id> conf=<ap-dpp|sta-dpp> ssid=<SSID hexdump> configurator=<configurator-id>
167 (returns configurator id)
168 > dpp_configurator_sign conf=<ap-dpp|sta-dpp> configurator=<configurator-id> ssid=<SSID hexdump>
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
HDmaven-ant-tasks-2.1.3.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/DEPENDENCIES META-INF ...
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/
H A DCommunalWidgetRepository.kt73 configurator: WidgetConfigurator? = null, in <lambda>()
196 configurator: WidgetConfigurator?, in addWidget()
207 configurator != null && in addWidget()
213 configurator.configureWidget(id) in addWidget()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/logging/
Dconfig.py303 result = self.configurator.convert(value)
315 result = self.configurator.convert(value)
386 self.config.configurator = self
455 value.configurator = self
458 value.configurator = self
462 value.configurator = self
/aosp_15_r20/external/python/cpython2/Lib/logging/
Dconfig.py289 result = self.configurator.convert(value)
301 result = self.configurator.convert(value)
372 self.config.configurator = self
449 value.configurator = self
452 value.configurator = self
456 value.configurator = self
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/logging/
H A Dconfig.py303 result = self.configurator.convert(value)
315 result = self.configurator.convert(value)
386 self.config.configurator = self
455 value.configurator = self
458 value.configurator = self
462 value.configurator = self
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/logging/
Dconfig.py303 result = self.configurator.convert(value)
315 result = self.configurator.convert(value)
386 self.config.configurator = self
455 value.configurator = self
458 value.configurator = self
462 value.configurator = self
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/logging/
Dconfig.py303 result = self.configurator.convert(value)
315 result = self.configurator.convert(value)
386 self.config.configurator = self
455 value.configurator = self
458 value.configurator = self
462 value.configurator = self

1234567