OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:control_name
(Results
1 - 6
of
6
) sorted by null
/external/autotest/utils/
site_test_importer_attributes.py
20
control_name
= "%s:%s"
21
control_name
%= (test_new_name[-2],
23
test.name = re.sub('control.*\.', '',
control_name
)
test_importer.py
235
control_name
= "%s:%s"
236
control_name
%= (test_new_test[-2],
238
new_test.name =
control_name
.replace('control.', '')
/external/autotest/server/cros/servo/
plankton.py
73
def set(self,
control_name
, value):
76
@param
control_name
: plankton servo control item
79
assert
control_name
80
self._server.set(
control_name
, value)
83
def get(self,
control_name
):
86
@param
control_name
: plankton servo control item
88
assert
control_name
89
return self._server.get(
control_name
)
/external/skia/tools/
compare_codereview.py
335
control_name
= '[control %s]' % control_url.split('/')[-1]
353
(control[bot].status,
control_name
, control[bot].url),
372
[(control[bot].status,
control_name
, control[bot].url),
379
printer(1,
control_name
+ ' and ' + roll_name + ' failed identically')
/hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c
[
all
...]
msm8960_use_cases.h
104
char *
control_name
;
member in struct:mixer_control
Completed in 969 milliseconds