Home
last modified time | relevance | path

Searched defs:python_cmd (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/test/
H A Dpython_utils.cc43 bool GetPython3Command(base::CommandLine* python_cmd) { in GetPython3Command()
H A Dpython_utils_unittest.cc43 std::string python_cmd = base::StringPrintf("print('%s');", input.c_str()); in TEST() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dbisect_cmd.py50 def python_cmd(): function
/aosp_15_r20/external/python/cpython3/Tools/wasm/
Dwasm_build.py450 def python_cmd(self) -> pathlib.Path: member in BuildProfile