OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STR_ID
(Results
1 - 6
of
6
) 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/third_party/libjingle/source/talk/xmpp/
constants.h
104
extern const std::string
STR_ID
;
constants.cc
300
const std::string
STR_ID
("id");
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
constants.h
77
extern const char
STR_ID
[];
constants.cc
83
const char
STR_ID
[] = "id";
Completed in 644 milliseconds