OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instance_name
(Results
1 - 6
of
6
) sorted by null
/test/vts/utils/python/mirror/
shell_mirror.py
42
for
instance_name
in self._shell_mirrors:
43
self.RemoveShell(
instance_name
)
46
def RemoveShell(self,
instance_name
):
50
instance_name
: string, the shell terminal instance name.
52
shell_mirror = self._shell_mirrors[
instance_name
]
55
def InvokeTerminal(self,
instance_name
, bits=32):
63
instance_name
: string, the shell terminal instance name.
66
if not
instance_name
:
67
raise error.ComponentLoadingError("
instance_name
is None")
74
logging.info("Init the driver service for shell, %s",
instance_name
)
[
all
...]
/test/vts-testcase/hal/treble/vintf/
vts_treble_vintf_test.cpp
51
std::function<void(const FQName &fq_name, const string &
instance_name
)>;
134
const FQName &fq_name, const string &
instance_name
);
153
for (const auto &
instance_name
: instance_names) {
158
fn(fq_name,
instance_name
);
166
const FQName &fq_name, const string &
instance_name
) {
175
hal_name, version, iface_name,
instance_name
);
179
hal_service = default_manager_->get(fq_iface_name,
instance_name
);
181
hal_service = passthrough_manager_->get(fq_iface_name,
instance_name
);
209
const string &
instance_name
) {
217
hal_name, version, iface_name,
instance_name
);
[
all
...]
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_hidl_test_utils.cpp
93
const hidl_string&
instance_name
,
100
instance_name
.c_str());
106
bool registerForHidlServiceNotifications(const std::string&
instance_name
) {
107
if (!ISupplicant::registerForNotifications(
instance_name
, this)) {
115
const std::string&
instance_name
) {
123
std::string(ISupplicant::descriptor) + "/" +
instance_name
;
/test/vts-testcase/hal/media/omx/V1_0/host/
VtsHalMediaOmxV1_0HostTest.py
120
instance_name
= "default"
122
component, role,
instance_name
, test_suite, test_name,
/external/vulkan-validation-layers/
vk_helper.py
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk_helper.py
[
all
...]
Completed in 402 milliseconds