OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:upstream_args
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc
337
std::vector<std::string>
upstream_args
;
local
338
upstream_args
.push_back("key=" +
340
upstream_args
.push_back("pair=" + request_key);
341
upstream_args
.push_back("output=pb");
342
upstream_args
.push_back(
344
upstream_args
.push_back(
349
upstream_args
.push_back("maxAlternatives=" +
352
upstream_args
.push_back("client=chromium");
354
upstream_args
.push_back(
358
upstream_args
.push_back("continuous")
[
all
...]
Completed in 276 milliseconds