OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:str_id
(Results
1 - 5
of
5
) sorted by null
/cts/suite/audio_quality/lib/src/task/
TaskDownload.cpp
25
static const android::String8
STR_ID
("id");
30
const android::String8* list[] = {&
STR_ID
, NULL};
42
if (!findStringAttribute(
STR_ID
, id)) {
43
LOGE("TaskDownload::run %s string not found",
STR_ID
.string());
TaskSound.cpp
25
static const android::String8
STR_ID
("id");
32
const android::String8* list[] = {&
STR_ID
, &STR_TYPE, NULL};
55
if (!findStringAttribute(
STR_ID
, id)) {
56
LOGE("TaskSound::run %s string not found",
STR_ID
.string());
/external/chromium/chrome/browser/ui/gtk/
global_menu_bar.cc
21
int
str_id
;
member in struct:GlobalMenuBarCommand
194
for (int i = 0; commands[i].
str_id
!= MENU_END; ++i) {
196
if (commands[i].
str_id
== MENU_SEPARATOR) {
202
l10n_util::GetStringUTF8(commands[i].
str_id
));
/external/chromium/third_party/libjingle/source/talk/xmpp/
constants.h
104
extern const std::string
STR_ID
;
constants.cc
300
const std::string
STR_ID
("id");
Completed in 581 milliseconds