HomeSort by relevance Sort by last modified time
    Searched refs:STR_VERSION (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlconstants.cc 37 const char STR_VERSION[] = "version";
xmlconstants.h 40 extern const char STR_VERSION[];
  /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);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
constants.cc 328 const StaticQName QN_VERSION = { STR_EMPTY, STR_VERSION };

Completed in 567 milliseconds