OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:query_str
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/system/camera/
QemuClient.cpp
478
char
query_str
[256];
local
479
snprintf(
query_str
, sizeof(
query_str
), "%s dim=%dx%d pix=%d",
481
QemuQuery query(
query_str
);
510
char
query_str
[256];
local
511
snprintf(
query_str
, sizeof(
query_str
), "%s video=%d preview=%d",
514
QemuQuery query(
query_str
);
/external/chromium/chrome/browser/autocomplete/
search_provider.cc
445
string16
query_str
;
local
448
!query_val->GetAsString(&
query_str
) ||
449
(
query_str
!= input_text) ||
[
all
...]
Completed in 34 milliseconds