OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_as
(Results
1 - 6
of
6
) sorted by null
/external/autotest/client/cros/audio/
cmd_utils.py
162
run_as
=None):
172
@param
run_as
: if not None, run the command as the given user
175
run_as
=
run_as
)
200
run_as
=None):
209
@param
run_as
: if not None, run the command as the given user
223
if
run_as
is not None:
224
preexec_fn = lambda: _run_as(
run_as
)
/external/tensorflow/tensorflow/python/autograph/impl/
api.py
128
def do_not_convert(
run_as
=RunMode.GRAPH, return_dtypes=None):
134
run_as
: RunMode, specifies how to use the function in TensorFlow.
137
function, if
run_as
is RunMode.PY_FUNC. Ignored otherwise. May be set to
159
if
run_as
== RunMode.GRAPH:
161
elif
run_as
== RunMode.PY_FUNC:
164
raise ValueError('unknown value for
run_as
: %s' %
run_as
)
/external/chromium-trace/catapult/devil/devil/android/perf/
perf_control_test.py
18
cwd=None, env=None,
run_as
=None, as_root=False, single_line=False,
/external/chromium-trace/catapult/devil/devil/android/
device_utils.py
[
all
...]
device_utils_test.py
[
all
...]
/external/guice/extensions/struts2/lib/
jetty-6.1.0.jar
Completed in 2568 milliseconds