OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upload_kernel_config
(Results
1 - 4
of
4
) sorted by null
/external/autotest/frontend/afe/
control_file.py
115
def
upload_kernel_config
(host, kernel_info):
146
CALL_UPLOAD_CONFIG = 'kernel_info =
upload_kernel_config
(host, kernel_info)'
164
is_server=False,
upload_kernel_config
=False):
186
if
upload_kernel_config
:
320
upload_kernel_config
):
350
if
upload_kernel_config
and not is_server:
352
{'
upload_kernel_config
': 'Cannot use
upload_kernel_config
'
358
upload_kernel_config
=False):
372
@param
upload_kernel_config
: if enabled it will generate server contro
[
all
...]
rpc_interface.py
722
profile_only=None,
upload_kernel_config
=False,
744
@param
upload_kernel_config
: if enabled it will generate server control
772
upload_kernel_config
=
upload_kernel_config
)
779
upload_kernel_config
=False, hosts=(),
826
upload_kernel_config
=
upload_kernel_config
)
[
all
...]
resources.py
466
('
upload_kernel_config
',
515
upload_kernel_config
=input_dict.get(
516
'
upload_kernel_config
', None))
[
all
...]
models.py
1092
upload_kernel_config
= dbmodels.BooleanField(default=False)
variable in class:ParameterizedJob
[
all
...]
Completed in 315 milliseconds