OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_func
(Results
1 - 4
of
4
) sorted by null
/external/autotest/server/hosts/
remote.py
225
def
op_func
():
function in function:RemoteHost.wait_for_restart
227
self.log_op(self.OP_REBOOT,
op_func
)
/external/deqp/modules/gles31/scripts/
gen-implicit-conversions.py
341
self.
op_func
= {
362
assert(self.op in self.
op_func
)
368
return self.
op_func
[self.op](a, b)
409
self.
op_func
= {
419
assert(self.op in self.
op_func
)
427
return Scalar(self.
op_func
[self.op](a, b))
/external/autotest/client/common_lib/hosts/
base_classes.py
441
def log_op(self, op,
op_func
):
446
@param
op_func
: a function that carries out the operation
452
self.job.run_op(op,
op_func
, self.get_kernel_ver)
456
op_func
()
/external/autotest/server/
server_job.py
804
def run_op(self, op,
op_func
, get_kernel_func):
812
op_func
: a function that carries out the operation (reboot, suspend)
818
op_func
()
[
all
...]
Completed in 168 milliseconds