OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encoded_result
(Results
1 - 2
of
2
) sorted by null
/external/autotest/tko/
jsonp_fetcher.cgi
32
encoded_result
= serviceHandler.ServiceHandler.translateResult(result_dict)
variable
33
print script % dict(callback=callback, result=
encoded_result
)
/ndk/tests/
adb.py
39
out, _,
encoded_result
= out.rpartition('x')
40
result = int(
encoded_result
)
Completed in 88 milliseconds