OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STR_VERSION
(Results
1 - 4
of
4
) sorted by null
/cts/suite/audio_quality/lib/src/task/
TaskBatch.cpp
23
static const android::String8
STR_VERSION
("version");
29
const android::String8* list[] = {&STR_NAME, &
STR_VERSION
, &STR_DESCRIPTION, NULL};
58
if (!findStringAttribute(STR_NAME, name) || !findStringAttribute(
STR_VERSION
, version)) {
TaskCase.cpp
31
static const android::String8
STR_VERSION
("version");
38
const android::String8* list[] = {&STR_NAME, &
STR_VERSION
, &STR_DESCRIPTION, NULL};
310
//LOGI("str %d, %d", strlen(STR_NAME), strlen(
STR_VERSION
));
311
if (!findStringAttribute(STR_NAME, name) || !findStringAttribute(
STR_VERSION
, version)) {
/external/chromium/third_party/libjingle/source/talk/xmllite/
xmlconstants.h
44
#define
STR_VERSION
XmlConstants::
str_version
()
55
static const std::string &
str_version
();
/external/chromium/third_party/libjingle/source/talk/xmpp/
constants.cc
307
const QName QN_VERSION(true, STR_EMPTY,
STR_VERSION
);
Completed in 2270 milliseconds